annotate lisp/ChangeLog @ 406:b8cc9ab3f761 r21-2-33

Import from CVS: tag r21-2-33
author cvs
date Mon, 13 Aug 2007 11:17:09 +0200
parents 2f8bb876ab1d
children 501cfd01ee6d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1 2000-05-01 Martin Buchholz <martin@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
3 * XEmacs 21.2.33 is released.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
4
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
5 2000-04-29 Martin Buchholz <martin@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
6
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
7 * dialog.el (yes-or-no-p-dialog-box):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
8 Fix docstring.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
9 Fix following horrible bug in X11 mode with focus-follows-mouse:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
10 1. Visit two files in two different frames.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
11 2. do File->Revert Buffer in one of those frames.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
12 3. Dialog box appears.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
13 4. Arrange things so that the mouse passes over the *other*
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
14 frame, then to the dialog box, and click on "Yes".
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
15 5. The file contents end up in the *wrong* buffer!
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
16 Add TODO comment.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
17
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
18 2000-04-28 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
19
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
20 * help.el (describe-installation): correct typo introduced
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
21 in last patch: boundp -> fboundp.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
22
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
23 * etags.el (buffer-tag-table-list):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
24 canonicalize filenames to Unix format so that tag-table-alist
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
25 searching works under Windows.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
26
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
27 * autoload.el:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
28 Bowdlerize the supposedly objectionable words
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
29 "who couldn't quite manage to cleanly modify batch-update-autoloads".
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
30
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
31 * gutter-items.el (set-progress-display-style):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
32 * gutter-items.el (search-dialog-callback):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
33 * gutter-items.el (make-search-dialog):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
34 Change to new callback-ex api.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
35
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
36 2000-04-26 Björn Torkelsson <torkel@hpc2n.umu.se>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
37
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
38 * help.el: (describe-installation): decode-coding-string is not
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
39 defined in a non MULE environment.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
40
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
41 2000-04-28 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
42
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
43 * gutter-items.el (buffer-list-changed-hook):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
44 use it, not record-buffer-hook.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
45
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
46 * subr.el (record-buffer-hook): Removed.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
47
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
48 2000-04-27 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
49
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
50 * gutter-items.el (buffers-tab-switch-to-buffer): do not
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
51 use NORECORD option. Andy will not like this, but the existing
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
52 gutter behavior is just wrong, as per this comment:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
53
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
54 ;; this used to add the norecord flag to both calls below.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
55 ;; this is bogus because it is a pervasive assumption in XEmacs
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
56 ;; that the current buffer is at the front of the buffers list.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
57 ;; for example, select an item and then do M-C-l
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
58 ;; (switch-to-other-buffer). Things get way confused.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
59 ;;
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
60 ;; Andy, if you want to maintain the current look, you must
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
61 ;; *uncouple* the gutter order and buffers order.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
62
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
63 * loaddefs.el (completion-ignored-extensions): unfuckify.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
64
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
65 * bytecomp.el (batch-byte-compile-one-file): new function, used in
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
66 xemacs.mak.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
67
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
68 * autoload.el (batch-update-one-directory): new function, used in
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
69 xemacs.mak.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
70
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
71 * loadup.el: set gc-cons-threshold very high unless dumping --
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
72 loadup during update-elc is much much much faster. also do this
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
73 when quick-building.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
74
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
75 add commented-out code for profiling loadup.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
76
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
77
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
78 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
79 is required in order to build xemacs.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
80
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
81 2000-04-26 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
82
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
83 * loadup.el: don't garbage collect during loadup if quick-build
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
84 compile-time option is set.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
85
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
86 2000-04-23 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
87
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
88 * update-elc.el: compute whether any dumped .el or .elc files
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
89 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
90 if so.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
91
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
92 * update-elc.el (update-elc-files-to-compile): always change
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
93 NOBYTECOMPILE in the src directory rather than current dir,
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
94 so it will work under NT.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
95
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
96 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
97 the form of this file is identical between Unix and Windows.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
98 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
99 Added comment.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
100 (update-autoloads-from-directory): updated doc string.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
101 updated doc strings in a few other places.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
102
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
103 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
104
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
105 * bytecomp.el (byte-force-recompile): Fix argument to
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
106 byte-recompile-directory.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
107
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
108 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
109
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
110 * gutter-items.el (progress-display-clear-when-idle): Use
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
111 add-one-shot-hook.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
112 * gutter-items.el (clear-progress-display): Adjust number of
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
113 arguments.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
114
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
115 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
116
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
117 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
118
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
119 2000-04-16 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
120
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
121 * printer.el: New file.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
122
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
123 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
124
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
125 * help.el (describe-installation): Fix decoding for Windows.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
126
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
127 * menubar-items.el:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
128 * menubar-items.el (default-menubar):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
129 * menubar-items.el (tutorials-menu-filter): New.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
130 * menubar-items.el (popup-menubar-menu):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
131 Add authorship. Redo Help menu and Tutorials filter.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
132
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
133 * menubar.el: Correct comment.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
134
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
135 * modeline.el (modeline-buffer-identification): Correct doc string.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
136
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
137 * simple.el:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
138 * simple.el (printing): Removed.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
139 * simple.el (printer-name): Removed.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
140 * simple.el (generic-print-buffer): Removed.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
141 * simple.el (generic-print-region): Removed.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
142 Move generic print code to printer.el.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
143
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
144 2000-04-15 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
145
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
146 * simple.el (generic-print-region): New.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
147 make this function actually work.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
148 (generic-print-buffer): call generic-print-region.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
149
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
150 2000-04-14 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
151
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
152 * gutter-items.el (make-search-dialog): avoid unneccessary futzing
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
153 by using the new widget-callback-current-channel.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
154 (search-dialog-callback): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
155
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
156 2000-04-12 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
157
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
158 * gutter.el (default-gutter-position): moved from gutter-items.el.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
159 (default-gutter-position-changed-hook): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
160 (gutter-element-visibility-changed-hook): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
161 (set-gutter-element): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
162 (remove-gutter-element): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
163 (set-gutter-element-visible-p): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
164 (gutter-element-visible-p): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
165 (init-gutter): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
166
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
167 * dialog.el (make-dialog-box): renamed and moved from
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
168 gutter-items.el
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
169
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
170 * gutter-items.el: move various functions elsewhere.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
171
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
172 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
173
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
174 * menubar-items.el: Fixed place of parenthesis.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
175
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
176 2000-04-12 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
177
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
178 * etags.el (find-tag-at-point): New. Lets you do find-tag
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
179 without constantly being prompted for the tag.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
180 * simple.el: Added a number of section headings, to clarify the
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
181 organization of this file.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
182 * simple.el (activate-region):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
183 * simple.el (region-exists-p):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
184 * simple.el (region-active-p):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
185 Moved these three function down to the other side of
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
186 the case-changing functions, so they join the rest of
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
187 the region code.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
188 * simple.el (printing): New.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
189 * simple.el (printer-name): New.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
190 * simple.el (generic-print-buffer): New.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
191 New functions, a very simple prototype for a unified
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
192 printing interface.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
193
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
194 * process.el (call-process-internal): Real fix for null BUFFER,
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
195 other problems with BUFFER specs.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
196
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
197 * menubar-items.el:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
198 Fixed up File->Print to use new printing functions.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
199 Various corrections and expansions to Grep/Compile menus.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
200 New options for Printing.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
201 New options for SMTP Mail, the way to send mail under
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
202 MS Windows. (There's also a package patch to make SMTP
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
203 Mail be the default under MSWin.)
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
204
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
205 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
206
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
207 * menubar-items.el: Selecting Rectangle Mousing from menubar
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
208 did not work. Needed to quote mouse-track-rectangle-p.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
209
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
210 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
211
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
212 * cl-compat.el (keywordp): Removed.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
213
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
214 2000-04-05 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
215
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
216 * gutter-items.el (progress-layout-glyph): don't initialize here.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
217 (progress-gauge-glyph): use dynamic sizing.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
218 (set-progress-display-style): new function. Set progress glyphs
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
219 appropriately depending on the style.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
220 (progress-display-style): new variable. Custom version of
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
221 set-progress-display-style.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
222 (progress-abort-glyph): switch to dynamic sizes.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
223 (search-dialog-text): make the edit field active.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
224
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
225 2000-04-04 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
226
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
227 * gutter-items.el (make-search-dialog): need to make the search
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
228 dialog visible after creation.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
229
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
230 * menubar-items.el (default-menubar): use the search dialog for
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
231 searching. Remove some extraneous search menu items.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
232
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
233 * gutter-items.el (set-gutter-element): allow glyphs to be used as
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
234 well as strings.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
235 (make-gutter-only-dialog-frame): allow the user to create the
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
236 frame unmapped. Allow the gutter spec to be given as a glyph.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
237 (search-dialog-direction): new variable.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
238 (search-dialog-text): new variable.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
239 (search-dialog-callback): new function. Callback for the search
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
240 dialog action.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
241 (make-search-dialog): new function. Create a user-friendly search
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
242 dialog.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
243
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
244 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
245
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
246 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
247 under Windows.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
248
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
249 2000-04-01 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
250
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
251 * font-lock.el (font-lock-fontify-keywords-region): Calculate
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
252 progress more accurately.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
253
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
254 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
255
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
256 * finder.el (finder-compile-keywords): Process readable files only.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
257 Because error in process of .#finder-inf.el when compile xemacs
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
258 with --with-clash-detection option.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
259
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
260 2000-03-31 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
261
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
262 * gutter-items.el (append-progress-display): don't delay after a
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
263 successful font-lock.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
264 (make-gutter-only-dialog-frame): new function. Allow users to
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
265 create gutter-only dialogs.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
266
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
267 2000-03-27 Mike Alexander <mta@arbortext.com>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
268
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
269 * process.el (call-process-internal): Handle a null BUFFER
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
270 parameter correctly.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
271
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
272 2000-03-28 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
273
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
274 * gutter-items.el (abort-progress-display): put strings in the
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
275 gutter not extents.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
276 (progress-layout-glyph): signal special 'quit callback.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
277 (progress-display-quit-function): deleted.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
278 (progress-display-stop-callback): deleted.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
279 (progress-display-dispatch-command-events): deleted.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
280 (append-progress-display): remove calls to
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
281 progress-display-dispatch-command-events.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
282 (raw-append-progress-display): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
283
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
284 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
285
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
286 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
287 being a list. Actually define `stipple-pixmap-p' which is used as
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
288 an error predicate. Correctly handle PIXMAP being either relative
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
289 or absolute file name.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
290
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
291 2000-03-24 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
292
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
293 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
294 (abort-progress-display): ditto. Don't delete the created extent.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
295 (raw-append-progress-display): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
296 (progress-display-dispatch-non-command-events): new
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
297 function. Encapsulates what we want to do when no command input is
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
298 required.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
299 (progress-display-dispatch-command-events): likewise, but disable
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
300 for now since it causes too many problems.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
301 (append-progress-display): use them.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
302 (raw-append-progress-display): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
303 (default-gutter-position-changed-hook): set this rather than
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
304 default-gutter-position-changed.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
305 (default-gutter-position-changed-hook): lambda with zero arguments
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
306 rather than one.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
307 (raw-append-progress-display): trap errors in pending input since
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
308 allowing them to signal will hose the gauge well and
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
309 truly. Ideally we would like to delay these until we are more able
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
310 to cope.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
311 (append-progress-display): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
312
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
313 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
314
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
315 * lisp/make-docfile.el: call-process-internal is now implemented
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
316 in process.el.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
317
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
318 2000-03-21 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
319
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
320 * mule\mule-cmds.el (set-language-info-alist):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
321 Fix to correspond to new menu arrangement.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
322
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
323 2000-03-21 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
324
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
325 * process.el:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
326 * process.el (call-process-internal): New.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
327 New implementation of call-process. Only enabled under NT, so far.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
328 stderr handling not implemented yet in CVS'd C code.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
329
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
330 2000-03-20 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
331
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
332 * lisp-mode.el:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
333 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
334 * lisp-mode.el (lisp-interaction-mode):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
335 Put back Lisp Interaction menubar for Jan V's sake.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
336
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
337 * simple.el:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
338 * simple.el (mark-ring):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
339 * simple.el (dont-record-current-mark): New.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
340 * simple.el (in-shifted-motion-command): New.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
341 * simple.el (mark-ring-unrecorded-commands): New.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
342 * simple.el (mark-ring-max):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
343 * simple.el (set-mark-command):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
344 * simple.el (push-mark):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
345 * simple.el (handle-pre-motion-command):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
346 Implement scheme for not recording unimportant marks.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
347
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
348 * subr.el:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
349 * subr.el (function-allows-args): New.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
350 New function function-allows-args.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
351
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
352 2000-03-20 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
353
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
354 * XEmacs 21.2.32 is released.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
355
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
356 2000-03-20 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
357
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
358 * gutter-items.el (update-tab-in-gutter): force selection of the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
359 selected-window if required to do so.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
360 (buffers-tab-items): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
361 (add-tab-to-gutter): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
362 (create-frame-hook): use force-selection.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
363 (default-gutter-position-changed): lambdify.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
364 (update-tab-hook): deleted since it was only used in one place.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
365
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
366 2000-03-18 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
367
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
368 * files.el (find-file-noselect): undo change that shouldn't have
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
369 gone in.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
370
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
371 2000-03-17 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
372
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
373 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
374 of selected-window trickery.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
375
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
376 * gutter-items.el (update-tab-in-gutter): don't give dedicated
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
377 frames tabs.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
378 (progress-display-stop-callback): progress -> progress-display
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
379 (progress-display-quit-function): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
380 (clear-progress-display): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
381 (remove-progress-display): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
382 (append-progress-display): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
383 (abort-progress-display): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
384 (raw-append-progress-display): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
385 (display-progress-display): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
386 (current-progress-display-label): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
387 (current-progress-display): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
388 (lprogress-display): ditto and save the buffer
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
389 (progress-display): ditto. Otherwise the buffer sometimes gets
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
390 changed which confuses font-lock.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
391
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
392 * font-lock.el (font-lock-default-fontify-buffer): catch all
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
393 errors, not just quit.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
394 (font-lock-mode): progress -> display-progress
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
395 (font-lock-default-fontify-buffer): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
396 (font-lock-fontify-syntactically-region): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
397 (font-lock-fontify-keywords-region): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
398
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
399 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
400
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
401 * cl.el (gensym): Move to here from cl-macs.el.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
402 (gentemp): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
403
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
404 2000-03-16 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
405
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
406 * font-lock.el (font-lock-mode): use lprogress and friends for
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
407 progress management.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
408 (font-lock-default-fontify-buffer): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
409 (font-lock-fontify-syntactically-region): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
410 (font-lock-fontify-keywords-region): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
411 (font-lock-revert-cleanup): fix reverting.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
412 (font-lock-revert-setup): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
413
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
414 * gutter-items.el (progress-use-echo-area): new variable. Use the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
415 echo area for progress gauges if non-nil.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
416 (clear-progress): remove echo area stuff and defer to
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
417 clear-message.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
418 (append-progress): dispatch non-command events after each progress
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
419 increment. Remove echo area stuff.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
420 (abort-progress): remove echo area stuff and defer to
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
421 display-message.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
422 (raw-append-progress): ditto. Dispatch non-command events after
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
423 gutter redisplay.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
424 (display-progress): defer echo area stuff to display-message.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
425
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
426 * gutter-items.el (clear-progress):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
427 (abort-progress): indentation changes.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
428 (display-progress): don't clear progress.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
429 (append-progress): compare messages with equal.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
430 (raw-append-progress): use dispatch-non-command-events to flush
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
431 widget creation events.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
432
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
433 2000-03-13 Ben Wing <ben@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
434
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
435 * abbrev.el:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
436 * abbrev.el (abbrev-string-to-be-defined): New.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
437 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
438 Changes for use with the menubar.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
439
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
440 2000-03-12 Ben Wing <ben@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
441
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
442 * alist.el (vassoc): moved here from font-menu.el.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
443
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
444 * custom.el (defface): typo fix.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
445
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
446 * dialog.el (yes-or-no-p-dialog-box):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
447 * dialog.el (message-box):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
448 * files.el (save-some-buffers-1):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
449 Put accelerators in the button names.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
450
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
451 * font-lock.el (font-lock-comment-face):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
452 * font-lock.el (font-lock-keyword-face):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
453 * font-lock.el (font-lock-function-name-face):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
454 Fixed some of the colors under MS Windows because the existing
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
455 default colors were hardly different from black and needed to be
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
456 made lighter.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
457
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
458 * font-menu.el:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
459 * font-menu.el (font-menu-split-long-menu):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
460 * font-menu.el (font-menu-family-constructor):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
461 * font-menu.el (font-menu-size-constructor):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
462 * font-menu.el (font-menu-weight-constructor):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
463 * font-menu.el (font-menu-set-font):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
464 vassoc moved to alist.el.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
465 Accelerators added to all menus.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
466 Unused bound var new-props removed.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
467
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
468 * keydefs.el: I did a whole lot of rearranging to put things in a
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
469 more consistent order and fixed a number of cases where key
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
470 combinations involving up, down, left, right and so on were
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
471 defined but the corresponding keypad combinations were not
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
472 defined.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
473
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
474 * lisp-mode.el:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
475 * lisp-mode.el (lisp-interaction-mode-popup-menu):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
476 * lisp-mode.el (emacs-lisp-mode):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
477 * lisp-mode.el (lisp-interaction-mode):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
478 * lisp-mode.el (flet):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
479 Added accelerators onto the menus.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
480 Made all the different versions of the let function be indented
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
481 the same way.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
482 Undid Steve's easy-menu-ification, because it makes it impossible
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
483 to have the menubar and popup menus different.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
484 Cleaned up the menu; added items for find-function &c and some
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
485 indenting, and removed debug-on-*.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
486
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
487 * list-mode.el (list-mode-hook):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
488 * list-mode.el (list-mode):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
489 * list-mode.el (completion-setup-hook):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
490 * list-mode.el (display-completion-list):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
491 Added support for the :window-height keyword, which is required
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
492 because of other changes that I made for the file dialog box. I
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
493 also made the hook variables list-mode-hook and
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
494 completion-setup-hook and also minibuffer-setup-hook in
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
495 minibuf.el be permanent-local; see comment in list-mode.el.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
496
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
497 * map-ynp.el (map-y-or-n-p):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
498 Added accelerators to the dialog buttons.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
499
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
500 * menubar-items.el (menu-truncate-list):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
501 New internal function.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
502 * menubar-items.el (submenu-generate-accelerator-spec):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
503 * menubar-items.el (menu-item-strip-accelerator-spec):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
504 * menubar-items.el (menu-item-generate-accelerator-spec):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
505 New exported functions, for use in auto-generating accelerator specs.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
506
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
507 * menubar-items.el:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
508 * menubar-items.el (default-menubar):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
509 * menubar-items.el (maybe-add-init-button):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
510 * menubar-items.el (bookmark-menu-filter):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
511 * menubar-items.el (slow-format-buffers-menu-line):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
512 * menubar-items.el (build-buffers-menu-internal):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
513 * menubar-items.el (language-environment-menu-filter):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
514 * menubar-items.el (default-popup-menu):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
515 * menubar-items.el (popup-buffer-menu):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
516 * menubar-items.el (popup-menubar-menu):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
517 Did a major overhaul on this file, and in fact I'm nowhere near
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
518 done working on the menubar, and there will be more patches to
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
519 come. A basic summary of what I've done:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
520
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
521 a) I added accelerators to all of the menu items. For menus that
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
522 are auto-generated, such as the buffers menu, the accelerators are
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
523 automatically added to the beginning of each line using the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
524 numbers 1 through 9, then zero, and then letters starting with A,
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
525 but omitting the letters that are already in use for the fixed
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
526 menu items at the top of the buffers menu. To facilitate adding
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
527 accelerators of this kind, I created some new functions
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
528 (*-accelerator-spec), which are also being used by other filters
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
529 that auto generate lists of things such as ftp sites to download
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
530 packages. If people really don't like these accelerators
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
531 appearing at the beginning of the menu items, a variable can be
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
532 added to optionally turn them off, but I think this is rather
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
533 pointless because other menu items have accelerators and many or
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
534 most of the menu users will use the accelerators if the support is
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
535 there.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
536
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
537 b) I combined the top level Tools and Apps menus into a single
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
538 Tools menu, because the distinction between the two is not
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
539 obvious, and the items on the menus are not used often enough that
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
540 putting some of them onto submenus is a problem.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
541
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
542 c) I created two new top level menus called View and Cmds because
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
543 there were too many items on the File and Edit menus, and I'm going
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
544 to be adding more items to these menus. In contrast to the Tools
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
545 menu, the items on these menus may be used quite often during an
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
546 editing session, and so should be available with fewer
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
547 keystrokes.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
548
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
549 d) I added a number of options to the options menu, including one
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
550 for controlling whether the alt key can be used to traverse to
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
551 menu items using the accelerators, one for controlling behavior of
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
552 control-k, one for controlling how the kill and yank functions
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
553 interact with the clipboard, a few additional buffers-menu
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
554 options, and various other things. I also did a bit of
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
555 rearranging, for example, combining the keyboard and mouse options
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
556 into a single keyboard and mouse submenu to facilitate the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
557 accelerators on that level.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
558
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
559 e) I changed the variable buffers-menu-format-buffer-line-function
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
560 to take two arguments instead of one, the second argument being
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
561 the line number for use in creating an accelerator. I added a
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
562 hack to support existing functions with one argument (although I
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
563 doubt that very many of these exist), for backward compatibility.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
564
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
565 f) I moved the top level mule menu to be a submenu of the edit
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
566 menu. I think that most of the items on this menu are fairly
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
567 useless and there are certainly not enough frequently used items
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
568 to justify this being its own top level menu.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
569
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
570 g) I combined most of the items in big-menubar.el into the main menu.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
571 If people think the main menu is too big, it would be possible to
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
572 create different configurations, some smaller.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
573
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
574 * menubar.el (check-menu-syntax):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
575 Deleted some syntax checks that were no longer valid, partly
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
576 because of changes that were already made a long time ago, and
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
577 partly because of a change I made where I allow the name of the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
578 menu item to be an evaluated expression rather than just a string,
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
579 similar to all of the other parameters of a menu item.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
580
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
581 * minibuf.el:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
582 * minibuf.el (read-file-name-1):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
583 * minibuf.el (mouse-read-file-name-1):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
584 I made a number of changes to improve the appearance
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
585 and functioning of the file dialog box. They include:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
586
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
587 a) Fixing the problem where closing the dialog box by clicking on
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
588 the close button of the window didn't properly exit the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
589 minibuffer.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
590
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
591 b) Fixing the problem that if you typed part of a file name, and
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
592 then clicked on a completion with the mouse, the file was not
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
593 correctly selected.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
594
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
595 c) Changing the title of the dialog box to reflect the operation
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
596 being done in accordance with user interface conventions, rather
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
597 than the name of the dialog box buffer, which is rather useless.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
598
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
599 d) Remove the words "possible completions are" which didn't
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
600 belong.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
601
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
602 e) Fix things so that the completions scroll off the end of the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
603 completions windows only to the right, rather than both to the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
604 right and down, which is in accordance with Windows user interface
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
605 conventions.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
606
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
607 * msw-init.el (init-post-mswindows-win):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
608 Added a binding for meta-F4, which is the standard windows binding
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
609 for exiting a program.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
610
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
611 * select.el (get-selection-no-error):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
612 * select.el (own-selection):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
613 * select.el (own-clipboard):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
614 Added an optional argument called append to the functions
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
615 own-selection and own-clipboard. This adds support for appending
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
616 text to the existing selection and allows the function
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
617 own-clipboard to be used as the value of the variable
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
618 interprogram- cut-function.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
619
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
620 Fixed a bug in own-selection in handling zmacs-region-stays.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
621
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
622 * simple.el (historical-kill-line): New.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
623
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
624 * simple.el (kill-line):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
625 * simple.el (interprogram-cut-function):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
626 * simple.el (interprogram-paste-function):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
627 * simple.el (handle-pre-motion-command):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
628 * simple.el (next-line):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
629 * simple.el (previous-line):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
630 a) Expanded the variable kill-whole-line, so that function
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
631 kill-line can be set to delete the entire line always, not just
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
632 when cursor is at the beginning of the line. This is controlled
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
633 by setting the variable kill-whole-line to the symbol 'always.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
634 This behavior, as well as the existing kill-whole-line behavior,
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
635 now only take effect when kill-line is called interactively,
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
636 although this is a departure from a previous behavior in the case
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
637 of setting this variable kill-whole-line to t. It is almost
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
638 certainly what has always been intended, and most likely the old
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
639 way of doing things introduced bugs. I also created a function
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
640 called historical-kill-line, which ignores the kill-whole-line
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
641 setting and always gives the historical behavior of only killing
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
642 to the end of the line. I bound this function to shift- control-k
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
643 so that the kill to end of line behavior is available, even when
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
644 kill-whole-line has been set to change control-k into the simple
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
645 delete-whole-line behavior. (This can be set using the options
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
646 menu.)
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
647
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
648 b) I changed things so that kill and yank now interact with the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
649 clipboard by default under windows. This was done by changing the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
650 default value of interprogram-cut- function and
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
651 interprogram-paste-function. You can get the old behavior by
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
652 setting these to nil, and there is an option on the options menu
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
653 to do this.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
654
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
655 c) I added support for selecting text using shifted motion keys.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
656 This support is on by default and can be controlled by the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
657 variable shifted-motion-keys-select-region. There is also a
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
658 variable called unshifted-motion-keys-deselect-region that
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
659 controls more specifically how the shifted motion key behavior
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
660 works. I did not put an option on the options menu to turn this
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
661 off, because I can't imagine why this would be useful.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
662
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
663 * simple.el (forward-block-of-lines):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
664 * simple.el (backward-block-of-lines):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
665 * simple.el (block-movement-size):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
666 New.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
667
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
668 * simple.el (uncapitalized-title-words):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
669 * simple.el (uncapitalized-title-word-regexp):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
670 * simple.el (capitalize-string-as-title):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
671 * simple.el (capitalize-region-as-title):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
672 New.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
673
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
674
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
675 * subr.el (add-hook):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
676 * subr.el (make-local-hook): New.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
677 * subr.el (remove-local-hook): New.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
678 * subr.el (add-one-shot-hook): New.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
679 * subr.el (add-local-one-shot-hook): New.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
680 Added some functions to make using hooks easier.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
681 These include:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
682
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
683 a) Functions add-local-hook and remove-local-hook to make it easy
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
684 to use local hooks.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
685
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
686 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
687 make it possible to add a "one-shot" hook, which is to say a hook
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
688 that runs only once, and automatically removes itself after the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
689 first time it has run.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
690
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
691 2000-03-09 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
692
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
693 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
694
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
695 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
696
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
697 * buff-menu.el (buffers-menu-omit-invisible-buffers):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
698 Moved from menubar-items.el.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
699 * dumped-lisp.el: Dump gutter-items regardless of menubar.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
700
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
701 2000-03-08 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
702
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
703 * gutter-items.el (build-buffers-tab-internal): add selected field
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
704 to buffers tab spec.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
705
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
706 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
707
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
708 * minibuf.el (last-exact-completion): Initialize to nil.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
709
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
710 2000-03-07 Didier Verna <didier@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
711
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
712 * startup.el (command-line-1): remove unused variable
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
713 `first-file-buffer'.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
714
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
715 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
716
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
717 * loaddefs.el (completion-ignored-extensions): Removed ".log",
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
718 which is also used for Web server log files.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
719
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
720 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
721
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
722 * mule/mule-charset.el: Setup auto-fill-chars.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
723
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
724 2000-03-02 SL Baur <steve@beopen.com>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
725
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
726 * subr.el (with-string-as-buffer-contents): Reimplement using
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
727 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
728 non-deletion of buffer after execution problem.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
729 (with-output-to-string): Use unique buffer name.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
730
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
731 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
732
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
733 * gutter-items.el (buffers-tab-sort-function): New variable.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
734 (buffers-tab-items): Funcall it to sort the buffer tab list.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
735
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
736 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
737
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
738 * startup.el (load-user-init-file): Merge two `if's to one `or'.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
739
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
740 2000-02-28 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
741
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
742 * menubar-items.el (maybe-add-init-button): Remove the "Load
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
743 .emacs" button from all menubars.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
744
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
745 2000-03-01 Didier Verna <didier@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
746
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
747 * rect.el (string-rectangle): depend on `pending-delete-mode' for
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
748 region rectangle replacement (from Jan Vroonhof).
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
749 (replace-rectangle): new function.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
750
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
751 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
752
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
753 * mule/mule-cmds.el (set-default-coding-systems): Use
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
754 set-terminal-coding-system and set-keyboard-coding-system.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
755 * coding.el (set-terminal-coding-system): Use
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
756 set-console-tty-output-coding-system.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
757 (set-keyboard-coding-system): Use
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
758 set-console-tty-input-coding-system.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
759
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
760 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
761
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
762 * minibuf.el (read-variable): Allow symbol to default argument.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
763
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
764 2000-02-27 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
765
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
766 * gutter-items.el (update-tab-hook): new function to be used for
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
767 hooks.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
768 (create-frame-hook): add update-tab-hook.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
769 (record-buffer-hook): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
770 (default-gutter-position-changed): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
771 (default-gutter-position): updating the buffers tab is now handled
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
772 by a hook.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
773 (default-gutter-position-changed-hook): new variable.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
774 (gutter-element-visibility-changed-hook): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
775 (set-gutter-element-visible-p): call it.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
776 (set-gutter-element): use modify-specifier-instances. Set extents
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
777 as duplicable before using.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
778 (remove-gutter-element): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
779 (set-gutter-element-visible-p): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
780 (init-gutter): new function.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
781 (add-tab-to-gutter): use new gutter-element functions rather than
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
782 setting specifiers directly.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
783 (clear-progress): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
784 (abort-progress): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
785 (gutter-buffers-tab-visible-p): renamed from
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
786 default-gutter-visible-p
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
787
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
788 * specifier.el (modify-specifier-instances): new function from Jan
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
789 Vroonhof.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
790
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
791 * x-init.el (init-post-x-win): call init-gutter.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
792
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
793 * msw-init.el (init-post-mswindows-win): call init-gutter.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
794
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
795 * menubar-items.el (default-menubar): Update to reflect new gutter
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
796 variables.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
797
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
798 2000-02-26 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
799
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
800 * gutter-items.el (set-gutter-element): new function. Add gutter
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
801 elements to the specified gutter.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
802 (remove-gutter-element): new function. Remove gutter elements from
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
803 the specified gutter.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
804 (set-gutter-element-visible-p): new function. Set gutter element
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
805 visibility for the provided gutter-visible specifier.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
806
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
807 2000-02-23 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
808
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
809 * gutter-items.el (add-tab-to-gutter): specify dimensions
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
810 dynamically.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
811
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
812 2000-02-24 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
813
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
814 * gutter-items.el (add-tab-to-gutter):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
815 * package-get.el (package-get-interactive-package-query):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
816 * package-ui.el (pui-directory-exists):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
817 (pui-install-selected-packages):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
818 (pui-list-packages):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
819 Use #'(lambda ...) instead of '(lambda ...).
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
820
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
821 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
822
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
823 * startup.el (load-user-init-file): Check to make sure user
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
824 has an init-file before calling load().
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
825
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
826 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
827
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
828 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
829
402
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
830 2000-02-23 Martin Buchholz <martin@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
831
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
832 * XEmacs 21.2.31 is released.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
833
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
834 2000-02-21 Mike Sperber <mike@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
835
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
836 * loadup.el (really-early-error-handler):
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
837 * update-elc.el:
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
838 * make-docfile.el:
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
839 Remove dependency on EMACSBOOTSTRAP... environment variables.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
840
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
841 2000-02-21 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
842
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
843 * XEmacs 21.2.30 is released.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
844
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
845 2000-02-19 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
846
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
847 * byte-optimize.el (byte-optimize-plus):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
848 (byte-optimize-minus):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
849 (byte-optimize-multiply):
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
850 Optimize (- 0) to 0, not (-)
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
851 Optimize (+ 5 3.0) to 8.0
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
852 Optimize (* 5 3.0) to 15.0
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
853 Improve readability.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
854
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
855 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
856
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
857 * modeline.el: (modeline-scrolling-method): change modeline
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
858 mswindows cursor appearance according to the value.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
859
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
860 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
861 and 'gui-element face colors and 'gui-element face font to Windows
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
862 defaults.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
863
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
864 2000-02-09 Stef Epardaud <stef@lunatech.com>
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
865
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
866 * font-lock.el: Javadoc enhancements
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
867
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
868 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
869
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
870 * ldap.el (toplevel): Test if LDAP support has been compiled in
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
871 (ldap-verbose): New option
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
872 (ldap-search-entries): Renamed from the previous ldap-search
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
873 Conditionalize message display on ldap-verbose
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
874 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
875 defuns
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
876 (ldap-search): Is now defined as an obsolete wrapper calling
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
877 ldap-search-basic or ldap-search-entries
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
878
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
879
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
880 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
881 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
882 Jan Vroonhof <jan@xemacs.org>
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
883
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
884 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
885 When for-effect is true, didn't call `byte-optimize-form'
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
886 in and/or subforms without last.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
887
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
888 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
889
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
890 * package-get.el (package-get-download-sites): Use correct custom
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
891 type.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
892
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
893 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
894
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
895 * files.el (write-file): Ask for coding system when compiled with
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
896 file-coding.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
897
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
898 2000-02-16 Andy Piper <andy@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
899
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
900 * buffer.el (switch-to-buffer): give norecord argument to
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
901 set-window-buffer instead of explicitly recording.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
902
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
903 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
904 we have to pick a window.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
905
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
906 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
907
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
908 * mule/mule-cmds.el (describe-language-support): Don't add
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
909 unexist function to help-map.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
910 (describe-coding-system): Don't use already assigend `C'.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
911
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
912 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
913
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
914 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
915 work in custom.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
916
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
917 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
918
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
919 * about.el: Ienaga's e-mail address change.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
920
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
921 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
922
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
923 * etags.el (find-tag): force new window -- even if buf already
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
924 visible -- when other-window is t
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
925
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
926 2000-02-16 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
927
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
928 * XEmacs 21.2.29 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
929
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
930 2000-02-09 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
931
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
932 * cl-extra.el (getf): This is now identical to `plist-get', so
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
933 just defalias it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
934 * cl-macs.el: Make getf an alias to plist-get, at the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
935 byte-compiler level, using define-compiler-macro.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
936
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
937 2000-02-08 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
938
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
939 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
940
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
941 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
942
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
943 * lisp/etags.el (find-tag-internal): set exact-tagname to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
944 a regular expression that matches against the tagname
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
945 part of the tag entry first instead of only looking in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
946 the context area.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
947
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
948 2000-01-23 Bjrn Torkelsson <torkel@hpc2n.umu.se>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
949
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
950 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
951 * toobar.el: fixed typo(s) in customizing default-toolbar-position
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
952
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
953 2000-02-07 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
954
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
955 * XEmacs 21.2.28 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
956
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
957 2000-02-07 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
958
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
959 * cl-extra.el (getf): Just call `get', never `get*'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
960 Make arglist match docstring.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
961 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
962 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
963 * byte-optimize.el: remove references to `get*'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
964
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
965 2000-02-06 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
966
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
967 * mule/european.el: Add syntax information for Latin3 and Latin4.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
968
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
969 2000-02-02 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
970
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
971 * byte-optimize.el: Byte-optimize (length "foo")
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
972
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
973 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
974
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
975 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
976 width check using `window-leftmost-p' and `window-rightmost-p'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
977
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
978 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
979
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
980 * wid-edit.el (widget-match-inline): An atom never matches a
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
981 list.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
982
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
983 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
984
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
985 * modeline.el: Consolidated 'x and 'mswindows specification under
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
986 'win tag.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
987
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
988 2000-01-29 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
989
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
990 * gutter-items.el: (format-buffers-tab-line): Try and be
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
991 intelligent about buffer naming when we have duplicates.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
992
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
993 2000-01-29 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
994
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
995 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
996 updated when it becomes visible.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
997
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
998 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
999
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1000 * bytecomp.el (byte-compile-insert-header): Properly set coding
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1001 system under MULE and file-coding.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1002
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1003 2000-01-28 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1004
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1005 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1006 (dontusethis-set-value-terminal-coding-system-handler):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1007 (dontusethis-set-value-keyboard-coding-system-handler):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1008 Never undefine coding system aliases. Emergency fix for gnus.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1009
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1010 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1011
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1012 * files.el (abbreviate-file-name): Use directory-sep-char instead
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1013 of hard-coded "/".
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1014
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1015 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1016
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1017 * startup.el (user-init-file-base-list): New variable, replacing
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1018 user-init-file-base.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1019 (find-user-init-file): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1020 (command-line-early): Use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1021 (load-user-init-file): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1022
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1023 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1024
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1025 * gutter-items.el (update-tab-in-gutter): Use proper locale when
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1026 calling valid-image-instantiator-format-p
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1027
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1028 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1029
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1030 * isearch-mode.el (isearch-mode): The variable is
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1031 isearch-unhidden-extents, not isearch-opened-extents.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1032
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1033 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1034
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1035 * minibuf.el (next-history-element): Modify error message if a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1036 default value is available.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1037
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1038 2000-01-26 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1039
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1040 * bytecomp.el (byte-compile-file): Don't unconditionally write
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1041 .elc files in binary - might contain non-Latin1.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1042
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1043 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1044
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1045 * process.el (shell-quote-argument): Use (nt-quote-process-args)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1046 for windows-nt.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1047
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1048 * version.el:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1049 * startup.el (user-init-file-base):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1050 * process.el (call-process-region):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1051 * files.el (make-backup-file-name):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1052 (backup-file-name-p):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1053 (file-relative-name):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1054 (abbreviate-file-name):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1055 (set-auto-mode):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1056 * code-process.el (call-process-region): Removed unnecessary
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1057 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1058 support out of the universe.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1059
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1060 * process.el:
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1061 * code-process.el:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1062 * bytecomp.el (byte-compile-file): Removed reference to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1063 buffer-file-type, and commented usage of binary-process-output
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1064 NTEmacs variables.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1065
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1066 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1067
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1068 * help.el (function-arglist): Add case for macro.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1069
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1070 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1071
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1072 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1073 printers.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1074 (custom-display): Added a menu for printer/display tags.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1075
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1076 * frame.el (frame-type):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1077 * device.el (device-type): Added 'msprinter to the doc string, and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1078 removed 'pc -- it is not going to be implemented ever.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1079 (call-device-method): Fixed docstring typo.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1080 Defined specifier tags 'printer and 'display.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1081
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1082 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1083
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1084 * lisp/itimer.el (itimer-run-expired-timers): (consp
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1085 last-command-event-time) instead of (consp
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1086 'last-command-event-time).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1087
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1088 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1089
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1090 * msw-glyphs.el: Removed obsolete commentary.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1091
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1092 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1093
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1094 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1095 better default value.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1096
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1097 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1098
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1099 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1100 (read-string): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1101 (eval-minibuffer): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1102 (read-command): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1103 (read-function): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1104 (read-variable): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1105 (read-number): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1106 (read-shell-command): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1107 (read-number): Record history.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1108
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1109 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1110
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1111 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1112
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1113 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1114
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1115 * faces.el (startup-initialize-custom-faces): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1116 Reset all faces created during auto-autoloads loading time
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1117 by defface.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1118 * startup.el (command-line): Call it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1119
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1120 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1121
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1122 * about.el (about-hackers): Add myself to contributors list.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1123
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1124 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1125
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1126 * menubar-items.el (maybe-add-init-button): Removed an argument in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1127 a call to load-user-init-file, as the function managed to lose its
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1128 formal parameter a few betas ago.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1129
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1130 2000-01-18 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1131
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1132 * XEmacs 21.2.27 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1133
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1134 2000-01-18 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1135
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1136 * process.el (shell-command-to-string): Use the FSF docstring.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1137 Make shell-command-to-string the standard function, and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1138 exec-to-string the (deprecated) alias.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1139
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1140 * startup.el: typo fix.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1141
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1142 2000-01-16 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1143
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1144 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1145
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1146 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1147
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1148 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1149 buffers after visible buffers.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1150 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1151
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1152 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1153
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1154 * info.el (Info-extract-menu-node-name): Stop at a dot
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1155 followed by whitespace or right parenthesis.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1156
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1157 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1158
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1159 * info.el (Info-directory-list): Warn against using Customize with
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1160 Info-directory-list.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1161
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1162 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1163
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1164 * minibuf.el (read-file-name): doc fix.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1165
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1166 * autoload.el (update-file-autoloads): doc fix.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1167
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1168 * about.el (about-hackers): Change my E-mail address.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1169
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1170 2000-01-13 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1171
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1172 * info.el (Info-visit-file): Just use the `f' interactive spec to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1173 read a filename in the standard way.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1174
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1175 2000-01-13 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1176
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1177 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1178 (gutter-buffers-tab-extent): new variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1179 (update-tab-in-gutter): call add-tab-to-gutter again if the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1180 orientation has changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1181 (add-tab-to-gutter): cope with different orientations.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1182
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1183 2000-01-11 Didier Verna <didier@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1184
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1185 * info.el (Info-following-node-name): backward-skip dots as well
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1186 as spaces (dots at the end of a node name aren't part of it).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1187 (Info-extract-menu-node-name): don't skip dots. There could be
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1188 some in the node name.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1189 (Info-index): allow dots to be part of a node name.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1190
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1191 2000-01-12 Andreas Jaeger <aj@suse.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1192
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1193 * files.el (auto-mode-alist): Added idlwave-mode.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1194 Patch by Carsten Dominik <dominik@astro.uva.nl>.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1195
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1196 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1197
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1198 * info.el (Info-search): Show default value.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1199
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1200 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1201
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1202 * info.el (Info-read-node-completion-table): New variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1203 (Info-read-node-name-1): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1204 (Info-read-node-name): Use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1205 (Info-follow-reference): Use DEFAULT argument of completing-read.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1206 (Info-menu): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1207
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1208 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1209
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1210 * hyper-apropos.el (hyper-describe-key-briefly): Save
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1211 window configuration.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1212 (hyper-describe-face): Use DEFAULT of completing-read.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1213 (hyper-apropos-read-variable-symbol): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1214 (hyper-apropos-read-function-symbol): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1215
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1216 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1217
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1218 * mule/mule-cmds.el (set-default-coding-system): Set
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1219 comint-exec-hook to use coding-system-for-read and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1220 coding-system-for-write so that C-x RET c works.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1221
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1222 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1223
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1224 * minibuf.el (minibuffer-confirm-incomplete): Customize.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1225 (previous-matching-history-element): Increment
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1226 minibuffer-max-depth by 1.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1227 (next-matching-history-element): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1228
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1229 2000-01-11 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1230
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1231 * gutter-items.el (buffers-tab): Create a new face for the buffers
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1232 tab.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1233 (buffers-tab-face): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1234
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1235 2000-01-10 Didier Verna <didier@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1236
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1237 * modeline.el (modeline-scrolling-method): change modeline X
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1238 cursor appearance according to the value.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1239
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1240 2000-01-07 Andreas Jaeger <aj@suse.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1241
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1242 * about.el (about-hackers): Moved my entry to contributor list.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1243 (xemacs-hackers): Added myself.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1244 (about-maintainer-info): Added description of myself.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1245
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1246
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1247 2000-01-07 Didier Verna <didier@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1248
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1249 * modeline.el (modeline-scrolling-method): new variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1250 (mouse-drag-modeline): add reference to it in the docstring.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1251 (mouse-drag-modeline): handle it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1252
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1253 2000-01-08 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1254
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1255 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1256 calls.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1257 (remove-buffer-from-gutter-tab): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1258
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1259 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1260
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1261 * cus-edit.el (custom-hook-convert-widget): Fix comment.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1262 (custom-face-edit): Fix grammatical error in help message.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1263
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1264 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1265
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1266 * movemail.el: Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1267
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1268 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1269
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1270 2000-01-03 Didier Verna <didier@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1271
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1272 * modeline.el (mouse-drag-modeline): remove the code related to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1273 the modeline horizontal scrolling facility.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1274
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1275 1999-12-31 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1276
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1277 * XEmacs 21.2.26 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1278
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1279 1999-12-28 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1280
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1281 * wid-edit.el (widget-push-button-value-create): The gui cache
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1282 does not agree with native widgets which can only be displayed
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1283 once per window. The reasons for caching are diminished now that
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1284 we don't hog resources when creating buttons.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1285 (widget-push-button-cache) deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1286
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1287 1999-12-24 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1288
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1289 * XEmacs 21.2.25 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1290
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1291 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1292
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1293 * hyper-apropos.el (hyper-apropos): Toggle
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1294 hyper-apropos-programming-apropos correctly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1295 Set REGEXP when user accepts default value.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1296
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1297 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1298
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1299 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1300 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1301
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1302 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1303
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1304 * mule/mule-category.el (undefined-category-designator):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1305 Return char instead of character. Search for undefined one.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1306 (describe-category): Use with-displaying-help-buffer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1307
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1308 1999-12-21 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1309
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1310 * byte-optimize.el (byte-optimize-plus):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1311 Optimize (+ 1) to 1 instead of (1+ nil).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1312
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1313 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1314
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1315 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1316
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1317 * byte-optimize.el (byte-optimize-char-before): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1318 Remove performance penalty for using (char-before) instead of (char-after).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1319
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1320 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1321
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1322 * mule/mule-category.el (char-category-list): Return character
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1323 instead of integer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1324
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1325 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1326
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1327 * minibuf.el (read-buffer): Check default is buffer object.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1328
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1329 1999-11-25 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1330
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1331 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1332 for buttons.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1333
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1334 1999-12-16 Andreas Jaeger <aj@suse.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1335
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1336 * package-get.el (package-get-maybe-save-index): Fixed typo.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1337 Patch by Jeff Miller <jmiller@smart.net>.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1338
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1339 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1340
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1341 * gnuserv.el (gnuserv-process-filter): don't call
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1342 gnuserv-write-to-client when gnuserv-current-client is nil
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1343
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1344 1999-12-14 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1345
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1346 * XEmacs 21.2.24 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1347
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1348 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1349
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1350 * about.el (about-hackers): Update my email address.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1351
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1352 1999-12-07 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1353
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1354 * XEmacs 21.2.23 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1355
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1356 1999-11-06 Jason R Mastaler <jason@mastaler.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1357
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1358 * package-get.el (package-get-download-sites): Removed several
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1359 defunct download sites, added many new ones, and corrected a few
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1360 incorrect directory-on-site entries. Added physical locations to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1361 site-description.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1362
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1363 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1364
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1365 * finder.el (finder-commentary): add DOC string and fix
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1366 interactive spec
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1367
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1368 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1369
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1370 * help.el (describe-function): Don't forget to intern the string
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1371 completing-read returns.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1372 (describe-variable): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1373
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1374 1999-11-16 Adrian Aichner <adrian@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1375
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1376 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1377 `hyper-apropos-help-mode' here to find symbol to customize
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1378 irregardless of cursor position and simplify
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1379 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1380 `hyper-apropos-popup-menu'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1381
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1382 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1383
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1384 * apropos.el (apropos-mode-map): Add return to call
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1385 apropos-follow.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1386 (apropos-print): Call apropos-mode to have better
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1387 command reference. Put keymap text-poperty to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1388 symbole name.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1389
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1390 1999-11-22 Alastair Burt <burt@dfki.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1391
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1392 * help.el: (describe-bindings-1): Added handling of keymaps for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1393 the extents at point.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1394
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1395 1999-12-02 Mark Thomas <mthomas@jprc.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1396
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1397 * gutter-items.el (buffers-tab-items): Wrap the function in a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1398 save-match-data
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1399
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1400 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1401
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1402 * help.el (describe-function): Use the DEFAULT argument to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1403 completing-read.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1404 (describe-variable): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1405
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1406 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1407
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1408 * minibuf.el (read-from-minibuffer): Add optional argument
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1409 DEFAULT to have better mini-buffer history support.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1410 (completing-read): Pass default to read-from-minibuffer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1411 (read-buffer): Pass default to completing-read.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1412
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1413 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1414
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1415 * font-lock.el (font-lock-doc-string-face): Document the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1416 `font-lock-lisp-like' property.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1417
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1418 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1419
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1420 * lisp-mode.el: Specify `font-lock-lisp-like'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1421
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1422 * font-lock.el (font-lock-lisp-like): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1423 (font-lock-fontify-syntactically-region): Use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1424
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1425 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1426
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1427 * XEmacs 21.2.22 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1428
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1429 1999-11-28 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1430
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1431 * XEmacs 21.2.21 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1432
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1433 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1434
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1435 * minibuf.el (read-coding-system): Accept symbol and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1436 coding-system object as a default-coding-system.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1437
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1438 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1439
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1440 * minibuf.el (read-coding-system): Accept symbol as
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1441 a default-coding-system.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1442
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1443 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1444
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1445 * apropos.el (apropos-documentation): Use insert instead
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1446 of princ.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1447
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1448 1999-11-07 William M. Perry <wmperry@aventail.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1449
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1450 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1451 for the linux console.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1452
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1453 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1454 stuff to work when you are not on a window system, since the GPM
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1455 mouse support now allows pasting from outside of XEmacs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1456
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1457 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1458
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1459 * XEmacs 21.2.20 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1460
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1461 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1462
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1463 * setup-paths.el (paths-default-info-directories): Add
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1464 /usr/share/info and /usr/local/share/info.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1465
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1466 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1467
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1468 * about.el: Updated Vladimir Ivanovic's info.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1469
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1470 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1471
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1472 * auto-show.el (auto-show-truncationp): Remove.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1473
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1474 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1475
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1476 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1477
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1478 * indent.el (indent-line-to): fix bug: spaces were not replaced
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1479 with tab if column is multiple of tab-width
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1480 From dhn@qedinc.com
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1481
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1482 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1483
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1484 * mule/mule-cmds.el (read-input-method-name): Accept symbols
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1485 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1486
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1487 * package-get.el (package-get-package-provider): Be verbose when
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1488 interactive. Patch from Robert Pluim
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1489
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1490 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1491
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1492 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1493 info file suffixes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1494
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1495 1999-08-19 Stephen Tse <stephent@sfu.ca>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1496
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1497 * process.el (open-network-stream): Add a new optional parameter
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1498 PROTOCOL to support udp; fix a minor typo and add an explanation
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1499 in docstring for udp programming.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1500
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1501 * code-process.el (open-network-stream): Add a new optional
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1502 parameter PROTOCOL to support udp; fix a minor typo and add an
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1503 explanation in docstring for udp programming.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1504
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1505 1999-10-18 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1506
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1507 * gui.el (make-gui-button): be more precise about how we call
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1508 callbacks.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1509
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1510 * wid-edit.el (widget-push-button-value-create): Use the new form
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1511 of native gui-button.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1512
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1513 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1514
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1515 * info.el (Info-page-prev): Don't do (sit-for 0).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1516
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1517 1999-10-13 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1518
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1519 * gutter-items.el (progress-abort-glyph): new glyph for showing
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1520 abort status.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1521 (append-progress): dispatch-event rather than sit-for.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1522 (abort-progress): new function. Show the abort glyph with an
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1523 appropriate message.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1524 (raw-append-progress): dispatch-event rather than sit-for.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1525 (display-progress): cope with aborts.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1526
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1527 * gui.el (make-gui-button): Use native widgets for buttons
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1528 unconditionally.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1529 (insert-gui-button): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1530 (gui-button-p): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1531
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1532 * xbm-button.el: remove from core.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1533
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1534 * xpm-button.el: remove from core.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1535
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1536 1999-10-07 Olivier Galibert <galibert@pobox.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1537
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1538 * faces.el (init-device-faces): Don't initialize the random faces
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1539 on the stream device.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1540
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1541 1999-10-06 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1542
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1543 * files.el (recover-file): Don't use ls under windows for revert buffer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1544
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1545 1999-09-25 Adrian Aichner <adrian@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1546
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1547 * package-get.el (package-get-download-menu): Make menu really
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1548 toggle download sites.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1549 (package-get-download-sites): Add autoload cookie.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1550
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1551 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1552
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1553 * setup-paths.el (paths-find-module-directory): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1554
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1555 1999-09-29 Werner Fink <werner@suse.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1556
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1557 * setup-paths.el (paths-find-exec-directory): Add missing nil
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1558 parameter for environment.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1559
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1560 1999-09-27 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1561
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1562 * modeline.el (modeline-format):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1563 Only purecopy the strings. Else
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1564 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1565 barfs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1566
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1567 1999-08-28 Mike Woolley <mike@bulsara.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1568
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1569 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1570 user setting comint-completion-addsuffix and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1571 comint-process-echoes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1572
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1573 1999-09-22 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1574
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1575 * gutter-items.el (update-tab-in-gutter): use
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1576 last-nonminibuf-window instead of selected-window.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1577
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1578 1999-09-18 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1579
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1580 * gnuserv.el (gnuserv-edit-files): select frame we are going to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1581 display on.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1582
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1583 * subr.el (record-buffer-hook): new variable so that the hook gets
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1584 some documentation.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1585
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1586 1999-09-16 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1587
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1588 * gutter-items.el (update-tab-in-gutter): only update when the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1589 gutter is visible.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1590 (remove-buffer-from-gutter-tab): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1591
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1592 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1593
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1594 * simple.el (do-auto-fill): Commented out part of Kinsoku
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1595 processing.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1596
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1597 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1598
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1599 * isearch-mode.el (isearch-highlightify-region): Give the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1600 highlighting extents a high priority.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1601 (isearch-make-extent): Give the main highlighting extent an even
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1602 higher priority.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1603
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1604 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1605
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1606 * packages.el (packages-compute-package-locations): Fix typo from
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1607 -u rationalization.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1608
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1609 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1610
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1611 * setup-paths.el (paths-find-doc-directory): Respect value of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1612 `configure-doc-directory.'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1613
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1614 * find-paths.el (paths-find-architecture-directory): Give
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1615 precendence `default' argument (which typically comes from
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1616 configure).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1617
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1618 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1619
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1620 * startup.el (command-line-early): Added options -user-init-file
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1621 and -user-init-directory.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1622
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1623 * files.el (user-init-file): Default to NIL so we can recognize
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1624 when it's set.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1625
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1626 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1627
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1628 * obsolete.el (init-file-user):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1629 * startup.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1630 * packages.el (packages-compute-package-locations):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1631 * package-get.el (package-get-user-index-filename):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1632 * menubar-items.el (maybe-add-init-button):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1633 * info.el (Info-annotations-path):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1634 * dump-paths.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1635 Change `user-init-directory' to be an absolute path.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1636 Use `user-init-directory' where appropriate.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1637 Zap `init-file-user' and its uses.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1638
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1639 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1640
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1641 * subr.el (copy-symbol): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1642
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1643 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1644
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1645 * isearch-mode.el (isearch-done): Be sure to restore invisible
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1646 extents in the proper buffer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1647 (isearch-pre-command-hook): Set this-command to the correct value
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1648 in case the buffer has changed and old overriding-local-map was
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1649 used.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1650 (isearch-restore-extent): Use remprop instead of setting the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1651 property to nil.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1652
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1653 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1654
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1655 * cmdloop.el (execute-extended-command): Update zmacs region
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1656 before the delay.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1657 (execute-extended-command): Make the message gettext-friendly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1658
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1659 1999-09-07 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1660
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1661 * gutter-items.el (progress-gauge-glyph): renamed from
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1662 progress-glyph.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1663 (progress-text-glyph): new variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1664 (progress-layout-glyph): use layouts and text glyphs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1665 (progress-area-buffer): removed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1666 (progress-text-and-extent): new variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1667 (progress-displayed-p): dynamically create gutter area buffer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1668 (clear-progress): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1669 (raw-append-progress): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1670 (append-progress): use new glyph names.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1671 (raw-append-progress): only create the extent when needed. set
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1672 properties more optimally.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1673 (progress): remove args.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1674
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1675 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1676
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1677 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1678 mapcar where the return value is unused.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1679 (isearch-restore-invisible-extents): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1680 (isearch-highlight-all-cleanup): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1681 (isearch-delete-extents-in-range): Traverse the extents only once.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1682 (isearch-highlight-all-update): Don't start over if the search
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1683 string has changed and more input is pending.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1684
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1685 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1686
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1687 * packages.el (packages-find-package-data-path): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1688
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1689 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1690
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1691 * subr.el (mapc-internal): Don't make obsolete.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1692
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1693 * cl-extra.el (mapc): Resurrect.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1694
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1695 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1696
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1697 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1698 alias.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1699
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1700 * isearch-mode.el (isearch-top-state): Restore isearch-word.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1701 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1702 (isearch-yank-clipboard): Use get-clipboard instead of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1703 x-get-clipboard.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1704 (isearch-yank-selection): Fix docstring.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1705
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1706 1999-09-02 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1707
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1708 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1709
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1710 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1711
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1712 * cl-macs.el (extent-start-position): Fix setf method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1713 (extent-end-position): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1714
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1715 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1716
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1717 * isearch-mode.el: End merge with FSF 20.4.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1718
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1719 * isearch-mode.el (search-invisible): New variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1720 (isearch-hide-immediately): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1721 (isearch-unhidden-extents): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1722 (isearch-range-invisible): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1723 (isearch-unhide-extent): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1724 (isearch-restore-invisible-extents): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1725 (isearch-restore-extent): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1726
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1727 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1728 implementation.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1729 (isearch-ring-retreat-edit): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1730 (isearch-forward): New argument NO-RECURSIVE-EDIT.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1731 (isearch-forward-regexp): New arguments NOT-REGEXP and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1732 NO-RECURSIVE-EDIT.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1733 (isearch-backward): New argument NO-RECURSIVE-EDIT.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1734 (isearch-backward-regexp): New arguments NOT-REGEXP and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1735 NO-RECURSIVE-EDIT.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1736 (isearch-mode): Return isearch-success.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1737 (isearch-update): Use unread-command-events instead of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1738 unread-command-event.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1739 (isearch-abort): If an invalid regexp is encountered, keep popping
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1740 states.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1741 (isearch-*-char): Use FSF implementation.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1742 (isearch-whitespace-chars): Use the more robust FSF's
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1743 implementation.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1744 (isearch-within-brackets): New variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1745 (isearch-mode): Initialize it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1746 (isearch-edit-string): Bind it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1747 (isearch-search-and-update): Set it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1748 (isearch-push-state): Push it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1749 (isearch-top-state): Pop it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1750 (isearch-search): Set it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1751 (isearch-printing-char): When called by isearch-whitespace-chars,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1752 handle M-SPC gracefully.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1753 (isearch-message-prefix): New argument ELLIPSIS.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1754 (isearch-message-suffix): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1755 (isearch-message): Use the ELLIPSIS argument when calling
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1756 isearch-message-prefix and isearch-message-suffix.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1757 (isearch-message-prefix): Distinguish between "wrapped" and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1758 "overwrapped" search, FWIW.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1759
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1760 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1761
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1762 * isearch-mode.el (isearch-edit-string): Use the head of the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1763 search ring instead of search-last-string and search-last-regexp.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1764 (search-highlight): Renamed from isearch-highlight.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1765 (isearch-exit): Use the new name.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1766 (isearch-highlight): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1767 (isearch-dehighlight): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1768 (isearch-update-ring): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1769 (isearch-done): Call it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1770 (isearch-done): New argument EDIT.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1771 (isearch-repeat): If search string is empty, look up at the car of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1772 the search ring; ignore the yank pointer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1773 (isearch-abort): Call isearch-done with NOPUSH.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1774 (isearch-cancel): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1775 (isearch-mode-map): Bind it to ESC ESC ESC.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1776
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1777 * isearch-mode.el: Begin merge with FSF 20.4.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1778
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1779 1999-09-01 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1780
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1781 * x-select.el (x-get-clipboard): obsolete.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1782 (x-yank-clipboard-selection): obsolete
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1783
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1784 * select.el (disown-selection): need to be careful to disown the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1785 clipboard if we set it via selection.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1786 (get-clipboard): move from x-select.el
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1787 (yank-clipboard-selection): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1788
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1789 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1790
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1791 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1792 isearch-highlight-all-matches to nil.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1793 (isearch-fixed-case): New variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1794 (isearch-mode): Initialize it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1795 (isearch-edit-string): Save it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1796 (isearch-toggle-case-fold): Set it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1797 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1798 need to check isearch-fixed-case.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1799 (isearch-toggle-case-fold): Update highlighting of all matches
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1800 before the pause.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1801 (isearch-edit-string):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1802
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1803 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1804
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1805 * isearch-mode.el (isearch-edit-string): Call isearch-message
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1806 before reading the event so that the prompt is displayed properly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1807 (isearch-message): Use isearch-nonincremental when calling
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1808 isearch-message-prefix.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1809 (minibuffer-local-isearch-map): Bind up and down to do the same as
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1810 M-p and M-n respectively.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1811 (isearch-done): New arg NOPUSH.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1812 (isearch-edit-string): Use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1813 (isearch-edit-string): Don't bind isearch-string.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1814 (isearch-ring-adjust): Edit string, *then* push state.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1815
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1816 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1817
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1818 * faces.el (isearch-secondary): Make isearch-secondary look
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1819 different than default.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1820
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1821 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1822
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1823 * isearch-mode.el (isearch-yank): Use progn instead of the inner
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1824 save-excursion.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1825 (isearch-dehighlight): Remove TOTALLY. Simplify.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1826 (isearch-update): Call isearch-dehighlight without arguments.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1827 (isearch-done): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1828
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1829 * isearch-mode.el (isearch-fix-case): If the search string has no
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1830 upper-case letters, allow the folding to be reenabled.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1831 Previously, once disabled, the folding would remain that way until
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1832 the end of isearch.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1833 (isearch-top-state): Call isearch-fix-case.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1834
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1835 * isearch-mode.el (isearch-yank): Use progn instead of the inner
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1836 save-excursion.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1837 (isearch-dehighlight): Remove TOTALLY. Simplify.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1838
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1839 1999-08-31 Jan Vroonhof <jan@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1840
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1841 * xpm-button.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1842 xbm-button.el: Need to exist in core because gui.el depends on
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1843 them.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1844
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1845 1999-08-31 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1846
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1847 * gutter-items.el (buffers-tab-face): new customizable variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1848 (buffers-tab-default-buffer-line-length): new specifier for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1849 maximum viewable characters.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1850 (progress-stack): new variable for implementing widget-based
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1851 progress messages.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1852 (progress-area-buffer): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1853 (progress-glyph-height): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1854 (progress-stop-callback): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1855 (progress-quit-function): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1856 (progress-glyph): new variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1857 (progress-layout-glyph): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1858 (progress-displayed-p): new function, see message-displayed-p for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1859 details.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1860 (clear-progress): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1861 (remove-progress): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1862 (append-progress): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1863 (raw-append-progress): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1864 (display-progress): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1865 (current-progress): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1866 (current-progress-label): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1867 (progress): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1868 (lprogress): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1869
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1870
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1871 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1872
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1873 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1874
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1875 * isearch-mode.el (isearch-yank-x-selection): Renamed to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1876 `isearch-yank-selection'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1877 (isearch-mode-map): Use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1878 (isearch-yank-selection): Use `get-selection' instead of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1879 `get-x-selection'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1880
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1881 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1882
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1883 * faces.el (isearch-secondary): Create face here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1884
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1885 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1886 timers.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1887
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1888 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1889
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1890 * subr.el (buffer-string): More robust backward compatibility
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1891 check, courtesy William Perry.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1892
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1893 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1894
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1895 * replace.el (perform-replace): Stop the search after the search
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1896 limit has been reached.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1897
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1898 1999-08-23 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1899
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1900 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1901 here if we don't have one.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1902
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1903 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1904
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1905 * ldap.el (ldap-coding-system): Default to nil until we get
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1906 efficient UTF8 support
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1907 (ldap-decode-string): Guard against `decode-coding-string' not
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1908 being defined
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1909 (ldap-encode-string): Guard against `encode-coding-string' not
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1910 being defined
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1911
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1912 1999-08-23 Didier Verna <didier@xemacs.org>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1913
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1914 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1915 Some doc strings improvements, and add a star to the `interactive'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1916 calls.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1917
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1918 1999-08-18 Stef Epardaud <stef@lunatech.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1919
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1920 * font-lock.el (java-font-lock-keywords-3): introduced new
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1921 keywords and regexpes for javadoc syntax 1.2.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1922
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1923 1999-08-17 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1924
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1925 * gutter-items.el (buffers-tab-format-buffer-line-function): use
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1926 format-buffers-tab-line.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1927 (buffers-tab-max-buffer-line-length): new variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1928 (format-buffers-tab-line): new function. truncate names if over
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1929 buffers-tab-max-buffer-line-length.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1930
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1931 1999-08-13 Charles G Waldman <cgw@fnal.gov>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1932
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1933 * cus-start.el: Customize the variable `bell-inhibit-time'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1934
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1935 1999-08-16 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1936
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1937 * gutter-items.el (remove-buffer-from-gutter-tab): take a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1938 brute-force approach to deleting the last buffer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1939 (buffers-tab-grouping-regexp): new customizable variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1940 (select-buffers-tab-buffers-by-mode): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1941
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1942 1999-08-13 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1943
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1944 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1945 deletion problem.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1946
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1947 1999-07-30 Didier Verna <didier@xemacs.org>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1948
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1949 * cus-edit.el (custom-save-variables): I said, use prin1 instead
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1950 of princ to output symbols.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1951 (custom-save-face-internal): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1952 (custom-save-resets): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1953
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
1954 1999-08-09 Didier Verna <didier@xemacs.org>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1955
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1956 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1957 `regexp-quote' to protect the major mode name for use as a regular
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1958 expression (c++ needs this for instance).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1959
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1960 1999-08-08 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1961
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1962 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1963 cope with similar mode names.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1964
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1965 * gutter-items.el (buffers-tab-selection-function): new selection
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1966 function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1967 (select-buffers-tab-buffers-by-mode): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1968 (buffers-tab-items): use it if set to only display buffers in the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1969 tab in the current buffer's group..
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1970 (update-tab-in-gutter): use new api.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1971 (remove-buffer-from-gutter-tab): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1972
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1973 * gutter-items.el (buffers-tab-max-size): set custom selection
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1974 default to 6.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1975 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1976 (add-tab-to-gutter): set face as default.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1977
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1978 1999-07-07 Jan Vroonhof <jan@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1979
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1980 * faces.el (frob-face-property): Merge the fall-back specifier
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1981 with the target, not replace it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1982
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1983 1999-08-05 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1984
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1985 * gutter-items.el (update-tab-in-gutter): add frame argument for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1986 buffer-items.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1987 (update-tab-in-gutter): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1988
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1989 * gutter-items.el (record-buffer-hook): set.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1990
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1991 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1992 change.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1993 (switch-to-buffer-hook) deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1994
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1995 1999-08-04 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1996
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1997 * gutter-items.el (update-tab-in-gutter): make sure this will work
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1998 as an argument to create-frame-hook.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1999
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2000 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2001
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2002 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2003 instead of timer emulation.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2004
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2005 1999-07-30 Darryl Okahata <darrylo@sonic.net>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2006
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2007 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2008 Emacs isearch enhancements.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2009
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2010 1999-07-28 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2011
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2012 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2013 all devices that support tab controls.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2014 (remove-buffer-from-gutter-tab): new function. to be used as a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2015 value for kill-buffer-hook.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2016
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2017 1999-07-21 Sean MacLennan <seanm@storm.ca>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2018
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2019 * auto-show.el (auto-show-truncationp): changed to match
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2020 `window_translation_on'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2021
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2022 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2023
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2024 * XEmacs 21.2.19 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2025
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2026 1999-07-28 SL Baur <steve@miho>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2027
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2028 * code-files.el (insert-file-contents): Fix docstring.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2029 revert previous change.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2030
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2031 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2032
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2033 * fill.el (fill-region-as-paragraph): Change re-break-point to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2034 contain word-across-newline plus one character so that filling
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2035 Japanese and Chinese works as desired.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2036 * simple.el (do-auto-fill): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2037
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2038 1999-07-26 SL Baur <steve@miho>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2039
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2040 * mule/japanese.el ("Japanese"): Do not specify a default input
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2041 method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2042 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2043
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2044 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2045
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2046 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2047 able to use cl-macs macro in early lisp.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2048
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2049 1999-07-23 Jan Vroonhof <jan@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2050
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2051 * custom.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2052 * cus-face.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2053 * cus-edit.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2054 Massive custom Theme API changes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2055
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2056 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2057
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2058 * code-files.el (insert-file-contents): Regard
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2059 coding-system-magic-cookie if `coding-system-for-read' is nil.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2060
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2061 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2062
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2063 * mule/thai-xtis.el: Add coding: local variable, to avoid
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2064 bootstrapping problem with C locale.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2065
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2066 1999-07-22 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2067
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2068 * dumped-lisp.el (preloaded-file-list): guard against putting
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2069 gutter-items in a less than functional XEmacs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2070 * gutter-items.el: put call to `add-tab-to-gutter' back in.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2071
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2072 1999-07-18 Bob Weiner <weiner@beopen.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2073
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2074 * fill.el (fill-context-prefix): Fixed bug that prevented the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2075 setting of an adaptive fill prefix when the `dont-skip-first' was
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2076 t.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2077
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2078 1999-07-22 SL Baur <steve@miho>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2079
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2080 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2081
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2082 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2083
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2084 * files.el (interpreter-mode-alist): add `make', `guile', and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2085 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2086 makefile-mode, guile is a scheme, and someday XEmacs will be
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2087 modular enough to use as an efficient scripting tool.)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2088
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2089 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2090
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2091 * mule/mule-cmds.el (reset-language-environment): Regard
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2092 coding-category `utf-8' and `ucs-4' if they are available.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2093
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2094 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2095
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2096 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2097 (prefer-coding-system): Fix DOC-string.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2098
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2099 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2100 DOC-string too.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2101
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2102 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2103 Mule.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2104 (coding-system-change-eol-conversion): Fix DOC-string.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2105
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2106 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2107
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2108 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2109 instead of `list-coding-system'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2110
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2111 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2112
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2113 * menubar-items.el (default-menubar): `select-input-method' was
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2114 renamed to `set-input-method'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2115
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2116 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2117 "Set Language Environment" menu.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2118
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2119 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2120 "Describe Language Support" menu.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2121
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2122 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2123
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2124 * mule/chinese.el ("Chinese-GB"): Rename
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2125 `chinese-gb-environment-setup-function' to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2126 `setup-chinese-gb-environment-internal'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2127
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2128 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2129
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2130 * mule/korean.el: Use `define-coding-system-alias' instead of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2131 `copy-coding-system'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2132
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2133 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2134
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2135 * mule/mule-cmds.el (set-language-environment-coding-systems):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2136 Treat duplicated coding-categories.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2137
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2138 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2139
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2140 * mule/japanese.el: Use `define-coding-system-alias' instead of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2141 `copy-coding-system'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2142
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2143 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2144
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2145 * mule/vietnamese.el: Specify `iso-8-1' as a category of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2146 coding-system `viscii'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2147
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2148 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2149
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2150 * mule/cyrillic.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2151 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2152 (cyrillic-alternativnyj-decode-table): New variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2153 (cyrillic-alternativnyj-encode-table): New variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2154 - Specify `iso-8-1' as a category of coding-system
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2155 `alternativnyj'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2156 - Abolish general Cyrillic environment.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2157
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2158 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2159
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2160 * mule/chinese.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2161 - Use `define-coding-system-alias' instead of `copy-coding-system'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2162 - Register `chinese-gb-environment-setup-function' as a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2163 `setup-function' of "Chinese-GB" environment.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2164
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2165 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2166
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2167 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2168 optional argument `parents'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2169
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2170 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2171 property for Thai-XTIS.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2172
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2173 * mule/mule-help.el (help-with-tutorial): Use property
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2174 `tutorial-coding-system' of language-info as a coding-system to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2175 read tutorial file.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2176
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2177 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2178
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2179 * mule/thai-xtis.el: Don't setup `setup-function' and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2180 `exit-function'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2181
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2182 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2183 `set-coding-category-system' to set up coding-system for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2184 coding-category.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2185
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2186 * mule/mule-cmds.el (prefer-coding-system): Use
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2187 `set-coding-category-system' to set up coding-system for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2188 coding-category.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2189
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2190 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2191
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2192 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2193 Thai-XTIS environment.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2194
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2195 * mule/mule-cmds.el (prefer-coding-system): Use
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2196 `find-coding-system' instead of `coding-system-p'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2197
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2198 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2199
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2200 * mule/mule-cmds.el (set-language-environment-coding-systems):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2201 Modify eol-type for XEmacs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2202
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2203 * mule/thai-xtis.el: Delete unused local variable `category'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2204
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2205 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2206 function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2207 (prefer-coding-system): Don't call
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2208 `update-coding-systems-internal'; use function
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2209 `coding-category-list' instead of variable `coding-category-list';
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2210 use `set-coding-priority-list' instead of `set-coding-priority';
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2211 modify `eol-type' for XEmacs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2212
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2213 * mule/mule-misc.el (string-width): Use `charset-width' instead of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2214 `charset-columns'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2215 (char-width): Likewise.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2216
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2217 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2218
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2219 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2220 `tis-620'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2221
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2222 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2223 `set-coding-priority-list' instead of `set-coding-priority'; don't
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2224 call `update-coding-systems-internal'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2225
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2226 * mule/mule-misc.el (coding-system-get): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2227 (coding-system-put): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2228 (coding-system-category): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2229
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2230 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2231
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2232 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2233 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2234 to avoid conflict with leim/quail/thai-xtis.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2235
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2236 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2237 to thai-xtis-chars.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2238
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2239 * mule/thai-xtis-chars.el: New file (split from
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2240 mule/thai-xtis.el).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2241
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2242 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2243
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2244 * mule/thai-xtis.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2245 - Change category for the charset `thai-xtis' to `?x' from `?T'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2246 - Add syntax entries.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2247 - Put `preferred-coding-system' of the charset `thai-xtis' to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2248 `tis-620'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2249
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2250 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2251
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2252 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2253 rewritten to use write-multibyte-character.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2254
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2255 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2256
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2257 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2258 of `iso-2022-7'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2259 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2260 ported yet.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2261 (read-input-method-name): Treat optional argument `default'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2262
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2263 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2264
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2265 * mule/mule-cmds.el (set-language-info): Don't set up menus at
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2266 all.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2267 (set-language-info-alist): Set up menus here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2268
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2269 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2270
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2271 * minibuf.el (completing-read): Add new optional argument
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2272 `default'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2273 (read-coding-system): Add new optional argument
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2274 `default-coding-system'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2275
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2276 1999-06-03 Ken'ichi Handa <handa@gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2277
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2278 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2279 (viet-viscii-...->viet-vscii...).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2280
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2281 1999-05-13 Ken'ichi Handa <handa@gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2282
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2283 * mule/mule-cmds.el: Change MULE to Mule in docstrings
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2284 and menus.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2285
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2286 1999-04-12 Richard M. Stallman <rms@gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2287
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2288 * mule/mule-cmds.el (input-method-function): Add permanent-local
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2289 property.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2290
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2291 1999-03-30 Dave Love <fx@gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2292
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2293 * mule/mule-cmds.el (current-language-environment): Doc fix.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2294
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2295 1999-02-06 Richard Stallman <rms@gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2296
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2297 * mule/european.el (setup-slovenian-environment): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2298 ("Slovenian"): New language environment.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2299
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2300 1999-01-27 Dave Love <fx@gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2301
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2302 * mule/mule-cmds.el (current-language-environment): Provide :link,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2303 :type (choices) and appropriate :get.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2304
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2305 1999-01-14 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2306
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2307 * mule/mule-cmds.el (describe-language-environment): Don't alter
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2308 input-method-alist.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2309
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2310 1999-01-06 Eli Zaretskii <eliz@gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2311
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2312 * mule/mule-cmds.el (prefer-coding-system): Call
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2313 set-coding-priority, so that the internal array of priorities is
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2314 also updated.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2315
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2316 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2317
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2318 * mule/mule-cmds.el (prefer-coding-system): If the argument
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2319 requires specific EOL conversion type, make the default coding
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2320 systems use that.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2321
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2322 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2323
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2324 * mule/mule-cmds.el (set-language-environment): Pass the default
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2325 eol-type to set-language-environment-coding-systems.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2326 (set-default-coding-systems): Copy the eol-type property for the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2327 new default values of {buffer-file,process}-coding-system from the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2328 old defaults.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2329 (set-language-environment-coding-systems): Accept an optional
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2330 argument EOL-TYPE, and set the eol-type property of the default
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2331 coding systems accordingly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2332
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2333 1998-10-26 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2334
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2335 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2336 use generate-new-buffer instead of get-buffer-create.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2337
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2338 1998-10-21 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2339
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2340 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2341
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2342 1998-10-16 Markus Rost <rost@delysid.gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2343
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2344 * mule/mule-cmds.el (default-input-method): Fix custom type.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2345
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2346 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2347
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2348 * mule/mule-cmds.el (setup-specified-language-environment):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2349 Add apropos-inhibit property.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2350 (describe-specified-language-support): Likewise.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2351
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2352 1998-09-06 Bill Richter <richter@math.nwu.edu>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2353
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2354 * mule/mule-cmds.el: Doc fixes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2355
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2356 1998-09-02 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2357
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2358 * mule/mule-cmds.el (register-input-method): Doc-string
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2359 modified.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2360
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2361 1998-09-01 Dave Love <fx@gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2362
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2363 * mule/mule-cmds.el (current-language-environment): Fix
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2364 setter function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2365
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2366 1998-08-31 Paul Eggert <eggert@twinsun.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2367
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2368 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2369 mule/european.el, mule/hebrew.el, mule/japanese.el,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2370 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2371 avoid bootstrapping problem if you need to recompile all the Lisp
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2372 files using interpreted code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2373
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2374 1998-08-26 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2375
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2376 * mule/european.el ("Latin-1"): Modify `documentation' key value.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2377 ("Latin-2"): Likewise.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2378
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2379 1998-08-18 Per Starback <starback@update.uu.se>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2380
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2381 * mule/european.el (setup-latin2-environment): Fix typo.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2382
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2383 1998-08-18 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2384
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2385 * mule/european.el: Give proper value of `input-method' key to all
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2386 lang. env.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2387
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2388 * mule/mule-cmds.el (activate-input-method): Handle the case that
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2389 the arg INPUT-METHOD is nil correctly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2390 (read-multilingual-string): Activate the specified input method
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2391 before calling read-string. Afterward, activate the original
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2392 input method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2393
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2394 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2395
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2396 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2397 (set-language-info-alist): Fix typo in doc-string.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2399 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2400
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2401 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2402
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2403 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2404 (reset-language-environment): New function for the job that
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2405 setup-english-environment used to do.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2406 (set-language-environment): Do more setups according to the info
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2407 in language-info-alist.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2408 (read-language-name): Handle the case that the arg KEY is nil.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2409 (describe-language-environment): Handle input-method property.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2410
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2411 * mule/: All files under this directory, which related with
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2412 specific languages (such as mule/european.el, mule/greek.el,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2413 mule/hebrew.el, mule/misc-lang.el), modified as below.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2414 (setup-XXX-environment): Just call set-language-environment. If
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2415 they used to do some other jobs than what done by
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2416 set-language-environment, those jobs are done in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2417 setup-XXX-environment-internal now.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2418 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2419 the value to setup-XXX-environment-internal. Add properties
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2420 input-method and features.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2421
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2422 * mule/english.el (setup-english-environment): Just call
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2423 reset-language-environment.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2424
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2425 * mule/european.el (setup-8-bit-environment): Function deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2426
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2427 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2428
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2429 * mule/mule-cmds.el (input-method-exit-on-first-char)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2430 (input-method-use-echo-area): Doc fixes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2431
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2432 1998-08-06 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2433
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2434 * mule/mule-cmds.el (input-method-exit-on-first-char): New
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2435 variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2436 (input-method-use-echo-area): New variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2437
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2438 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2439
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2440 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2441
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2442 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2443
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2444 * mule/mule-cmds.el (activate-input-method): Update mode line.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2445 (inactivate-input-method): Likewise.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2446
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2447 1998-07-19 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2448
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2449 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2450 input method in the current buffer, but just bind
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2451 current-input-method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2452
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2453 1998-07-08 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2454
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2455 * mule/hebrew.el ("Hebrew"): Add coding-priority.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2456
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2457 * mule/misc-lang.el ("IPA"): Add coding-priority and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2458 coding-system.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2459
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2460 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2461
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2462 * mule/greek.el: Add coding-priority.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2463
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2464 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2465
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2466 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2467 LANG-ENV.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2468
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2469 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2470
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2471 * mule/mule-cmds.el (register-input-method): Fix previous change.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2472 (setup-specified-language-environment): Doc fix.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2473
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2474 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2475
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2476 * mule/mule-cmds.el: Several doc fixes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2477 (get-language-info, set-language-info): Rename argument.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2478 (set-language-info-alist): Likewise.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2479 (register-input-method): Rename argument.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2480 (activate-input-method): If INPUT-METHOD is nil, deactivate.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2481
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2482 1998-05-04 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2483
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2484 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2485 default value while reading an input method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2486
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2487 1998-05-01 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2488
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2489 * mule/mule-cmds.el (universal-coding-system-argument):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2490 Use buffer-file-coding-system as default.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2491
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2492 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2493
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2494 * mule/korean.el ("Korean"): Doc fix.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2495
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2496 1998-04-11 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2497
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2498 * mule/mule-cmds.el (describe-language-environment): Print the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2499 languge environment at the head.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2500
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2501 1998-04-06 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2502
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2503 * mule/japanese.el: Set exit-function to exit-japanese-environment
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2504 for Japanese environment.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2505
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2506 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2507
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2508 * mule/mule-cmds.el (set-language-environment): Doc fix.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2509 (current-language-environment): Use defcustom.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2510 (default-input-method): Specify :type.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2511
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2512 1998-03-02 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2513
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2514 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2515 modified.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2516 (prefer-coding-system): Doc-string modified.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2517
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2518 1998-01-21 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2519
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2520 * mule/mule-cmds.el (set-language-info): Doc-string
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2521 describes `coding-priority' KEY.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2522 (set-language-environment-coding-systems): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2523 (select-safe-coding-system): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2524 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2525 (set-language-info-alist): New optionla arg PARENTS. Call
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2526 set-language-info with apropriate DESCRIBE-MAP and SETUP-MAP args.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2527 (set-language-environment-coding-systems): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2528
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2529 * mule/chinese.el: Remove setting up of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2530 describe-chinese-environment-map and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2531 setup-chinese-environment-map. Exclude them in args of calls to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2532 set-language-info-alist. Register coding-priority key in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2533 language-info-alist.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2534
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2535 * mule/cyrillic.el: Remove setting up of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2536 describe-cyrillic-environment-map and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2537 setup-cyrillic-environment-map. Exclude them in args of calls to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2538 set-language-info-alist. Register coding-priority key in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2539 language-info-alist.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2540
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2541 * mule/english.el: Register coding-priority key in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2542 language-info-alist.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2543
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2544 * mule/ethiopic.el: Register coding-priority key in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2545 language-info-alist.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2546
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2547 * mule/european.el: Remove setting up of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2548 describe-european-environment-map and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2549 setup-european-environment-map. Exclude them in args of calls to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2550 set-language-info-alist. Register coding-priority key in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2551 language-info-alist. Add "German" language env.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2552 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2553 (setup-german-environment): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2554
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2555 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2556 change default input method to "greek-postfix".
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2557
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2558 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2559 coding-priority key in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2560
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2561 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2562
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2563 * mule/mule-cmds.el (set-language-info): Doc fix.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2564 (input-method-inactivate-hook): Doc fix.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2565
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2566 1997-11-20 Karl Heuer <kwzh@gnu.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2567
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2568 * mule/mule-cmds.el (set-input-method): Renamed from
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2569 select-input-method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2570
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2571 1997-11-07 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2572
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2573 * mule/mule-cmds.el (set-language-environment): Run
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2574 exit-language-environment-hook before calling `exit-function'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2575 which is specified for the language environment.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2576
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2577 1997-10-23 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2578
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2579 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2580 modified.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2581 (prefer-coding-system): Likewise.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2582 (describe-language-environment): Print aliases of each coding
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2583 system.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2584 (set-language-environment-hook): New variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2585 (exit-language-environment-hook): New variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2586 (set-language-environment): Call these hooks. Before setting a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2587 new language environment, exit from the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2588 current-language-environment if necessary.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2589 (input-method-verbose-flag): The value can be nil, t,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2590 complex-only, or default.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2591 (input-method-highlight-flag): Doc-string augmented.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2592 (activate-input-method): Check if we can run the registered
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2593 function to activate an input method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2594
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2595 * mule/korean.el: Set exit-function for language environment
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2596 "Korean" to exit-korean-environment.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2597 (setup-korean-environment): Moved to korea-util.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2598
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2599 1997-10-21 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2600
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2601 * mule/mule-cmds.el (read-multilingual-string): Use
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2602 current-input-method prior to default-input-method. Don't bind
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2603 current-input-method by `let', instead, activate the specified
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2604 input method in the current buffer temporarily.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2605
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2606 1997-10-19 John F. Whitehead <jfw@cisco.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2607
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2608 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2609
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2610 1997-10-21 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2611
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2612 * mule/chinese.el (post-read-decode-hz): Return the result of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2613 decode-hz-region.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2614 (pre-write-encode-hz): Do not change the value of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2615 last-coding-system.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2616
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2617 1998-09-06 Bill Richter <richter@math.nwu.edu>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2618
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2619 * mule/mule-ccl.el: Doc fixes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2620
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2621 1998-04-20 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2622
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2623 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2624 (check-ccl-program): New macro.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2625
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2626 1998-01-21 Kenichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2627
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2628 * mule/mule-ccl.el: Comment about CCL syntax modified.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2629 (ccl-command-table): Add read-multibyte-character and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2630 write-multibyte-character.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2631 (ccl-code-table): Add ex-cmd.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2632 (ccl-extended-code-table): New variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2633 (ccl-embed-extended-command): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2634 (ccl-compile-read-multibyte-character,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2635 ccl-compile-write-multibyte-character) New functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2636 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2637 ccl-dump-write-multibyte-character): New functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2638
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2639 1999-07-22 SL Baur <steve@miho>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2640
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2641 * config.el (config-value-file): config.values is installed into
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2642 doc-directory.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2643 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2644
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2645 1999-07-19 Didier Verna <didier@xemacs.org>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2646
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2647 * rect.el: all functions rewritten, except when noted. Below is a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2648 list of interface changes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2649 (apply-on-rectangle): new function. Obsoletes
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2650 `operate-on-rectangle'. All functions that used to call this
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2651 function now call the new one.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2652 (kill-rectangle): added optional prefix arg to fill lines.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2653 (delete-rectangle): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2654 (delete-extract-rectangle): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2655 (open-rectangle): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2656 (clear-rectangle): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2657 (delete-rectangle-line): added third arg FILL.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2658 (delete-extract-rectangle-line): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2659 (open-rectangle-line): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2660 (clear-rectangle-line): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2661
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2662 1999-07-18 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2663
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2664 * menubar-items.el (default-menubar): add gutter options.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2665
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2666 * gutter-items.el: new file.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2667 (gutter): new group for custom.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2668 (gutter-visible-p): new variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2669 (default-gutter-position): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2670 (buffers-tab): new group for the buffers tab.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2671 (gutter-buffers-tab): widget to put in the gutter.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2672 (buffers-tab-max-size): max number of tabs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2673 (buffers-tab-switch-to-buffer-function): function to call when a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2674 tab is pressed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2675 (buffers-tab-omit-function): filter buffers with this function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2676 (buffers-tab-format-buffer-line-function): format buffer names for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2677 inclusion in tabs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2678 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2679 the record.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2680 (build-buffers-tab-internal): build a list of tab items.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2681 (buffers-tab-items): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2682 (add-tab-to-gutter): put a tab in the gutter area.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2683 (update-tab-in-gutter): reset the buffers in the tab.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2684
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2685 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2686
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2687 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2688 (switch-to-buffer-hooks): new hook.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2689
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2690 * toolbar.el (default-toolbar-position): fix typo.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2691
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2692 1999-07-16 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2693
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2694 * gui.el (make-dialog-frame): turn off gutters for dialogs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2695
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2696 1999-07-15 Didier Verna <didier@xemacs.org>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2697
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2698 * cus-edit.el (custom-prompt-variable): optional third arg makes
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2699 prompt for a comment string.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2700 (customize-set-value): optional prefix makes this function handle
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2701 variable comments.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2702 (customize-set-variable): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2703 (customize-save-variable): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2704 (customize-customized): handle custom comments.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2705 (customize-save-customized): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2706 (custom-variable-state-set): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2707 (custom-face-state-set): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2708 (customize-saved): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2709 (custom-variable-set): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2710 (custom-face-set): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2711 (custom-variable-save): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2712 (custom-face-save): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2713 (custom-variable-reset-saved): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2714 (custom-face-reset-saved): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2715 (custom-variable-reset-standard): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2716 (custom-face-reset-standard): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2717 (custom-comment-face): new face.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2718 (custom-comment-tag-face): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2719 (custom-comment): new widget.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2720 (custom-comment-create): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2721 (custom-comment-delete): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2722 (custom-comment-value-set): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2723 (custom-comment-show): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2724 (custom-comment-invisible-p): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2725 (custom-variable-value-create): create a comment field widget.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2726 (custom-face-value-create): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2727 (custom-variable-menu): new entry for adding a custom comment.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2728 (custom-face-menu): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2729 (custom-save-variables): possibly save custom comments.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2730 (custom-save-faces): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2731
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2732 * cus-face.el (custom-set-faces): the arguments can now have a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2733 custom comment as fourth argument.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2734
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2735 * custom.el (custom-set-variables): the arguments can now have a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2736 custom comment as fifth element.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2737
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2738 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2739
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2740 * XEmacs 21.2.18 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2741
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2742 1999-07-13 SL Baur <steve@miho>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2743
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2744 * lib-complete.el (read-library-name): Revert previous change.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2745 (read-library): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2746
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2747 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2748
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2749 * packages.el (packages-package-list): Capitalize docstring.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2750
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2751 * packages.el (packages-find-package-library-path): Use #'nconc
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2752 rather than #'append to reduce consing -- #'mapcar uses Flist,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2753 which returns a freshly consed list. #'append would create yet
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2754 another fresh list, using Fmake_list in concat.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2755
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2756 * packages.el (package-provide): Use setq with remassq like it
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2757 says in its docstring.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2758
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2759 1999-07-06 SL Baur <steve@miho.m17n.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2760
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2761 * lib-complete.el (progn-with-message): Fix typo.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2762
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2763 1999-07-06 SL Baur <steve@miho.m17n.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2764
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2765 * mule/mule-misc.el (char-octet): Make function match docstring.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2766 From Katsumi Yamaoka <yamaoka@jpl.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2767
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2768 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2769
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2770 * wid-edit.el (widget-documentation): corrected spelling error.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2771
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2772 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2773
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2774 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2775 keys if already bound
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2776
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2777 1999-07-06 SL Baur <steve@miho.m17n.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2778
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2779 * lib-complete.el (progn-with-message): Revert previous changes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2780
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2781 1999-06-24 Bob Weiner <weiner@beopen.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2782
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2783 * lib-complete.el (find-library):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2784 (find-library-other-window):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2785 (find-library-other-frame): Completely rewrote
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2786 so that these functions actually work when called non-interactively.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2787 Also made them handle LIBRARY arguments which end with .el or .elc.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2788
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2789 1999-06-24 Bob Weiner <weiner@beopen.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2790
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2791 * simple.el (indent-new-comment-line): Locally bound
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2792 `block-comment-start' to `comstart' or else when this is called
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2793 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2794 `block-comment-start' value, ignoring any existing spacing after a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2795 comment prefix in the previous line and producing ugly comments.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2796
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2797 1999-06-23 Bob Weiner <weiner@beopen.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2798
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2799 * list-mode.el (mouse-choose-completion):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2800 (choose-completion):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2801 (completion-switch-to-minibuffer): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2802 ([Tab]): [Tab] previously switched to the minibuffer
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2803 but since [space] does that and since most applications in the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2804 world use [Tab] to select the next item in a list, do that in the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2805 *Completions* buffer too. This will cause the least confusion
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2806 among the largest population of users. -- Bob Weiner, BeOpen.com,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2807 06/23/1999.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2808
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2809 1999-06-22 Bob Weiner <weiner@beopen.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2810
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2811 * help.el (help-buffer-name): Added support for a null value
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2812 of `help-buffer-prefix-string' since some buffers require no
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2813 prefix.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2814
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2815 1999-06-20 Bob Weiner <weiner@beopen.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2816
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2817 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2818 in the completion-list-mode-map to bury the completions buffer
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2819 even when the minibuffer is no longer active.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2820
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2821 1999-06-20 Bob Weiner <weiner@beopen.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2822
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2823 * list-mode.el (list-mode): It is visually disconcerting to have
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2824 the text cursor disappear within list buffers, especially when
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2825 moving from window to window, so leave it visible.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2826
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2827 1999-07-01 SL Baur <steve@miho.m17n.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2828
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2829 * menubar-items.el (default-menubar): Conditionalize the bug
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2830 report menu item (which may not be possible in this XEmacs).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2831 Reported by: Ken'ichi Handa <handa@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2832
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2833 1999-06-30 SL Baur <steve@miho.m17n.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2834
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2835 * subr.el (with-current-buffer): DOC string fix.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2836 Suggested by Bob Weiner <weiner@altrasoft.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2837
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2838 1999-06-25 Charles G Waldman <cgw@fnal.gov>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2839
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2840 * cus-face.el (custom-face-italic): insert missing args
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2841
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2842 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2843
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2844 * packages.el (package-locations): Changed default early package
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2845 hierarchies to ~/.xemacs/mule-packages and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2846 ~/.xemacs/xemacs-packages.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2847
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2848 1999-06-23 SL Baur <steve@miho.m17n.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2849
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2850 * mule/mule-category.el (Top Level): ASCII is also latin-1.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2851
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2852 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2853
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2854 * packages.el (package-locations): Changed default early package
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2855 hierarchy to ~/.xemacs/packages.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2856 (package-locations): Removed `packages' as a possible name for a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2857 late package hierarchy.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2858
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2859 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2860
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2861 * mule/mule-category.el (word-combining-categories): Set up new
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2862 variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2863 (word-separating-categories): Likewise.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2864
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2865 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2866
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2867 * XEmacs 21.2.17 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2868
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2869 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2870
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2871 * font-menu.el (font-menu-set-font): allow for nil specification
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2872 of font size.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2873
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2874 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2875
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2876 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2877 is 1.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2878
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2879 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2880
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2881 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2882 8859-5 instead of ISO 8859-1.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2883
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2884 1999-06-15 SL Baur <steve@steve1.m17n.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2885
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2886 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2887 (viet-viscii-encode-table): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2888
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2889 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2890 Make obsolete definition of char-octet.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2891
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2892 1999-06-14 SL Baur <steve@steve1.m17n.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2893
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2894 * subr.el: Move no-Mule make-char ...
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2895 * help-nomule.el (make-char): To here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2896 (string-width): Make Mule compatibility alias.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2897
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2898 1999-06-15 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2899
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2900 * select.el (get-selection-no-error): really make there be no-error.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2901 (get-selection): revert to original.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2902
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2903 1999-06-11 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2904
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2905 * select.el (selection-sets-clipboard): renamed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2906 (own-selection): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2907
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2908 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2909
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2910 * XEmacs 21.2.16 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2911
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2912 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2913
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2914 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2915 missing characters to avoid crash.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2916
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2917 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2918
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2919 * coding.el (set-terminal-coding-system): Only set the console
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2920 coding system on the selected console if it is a tty.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2921
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2922 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2923
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2924 * cus-face.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2925 * cus-edit.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2926 * faces.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2927 (custom):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2928 (face-spec-set):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2929 * faces.el (frob-face-property):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2930 * font-menu.el (font-menu-set-font):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2931 Actually apply changes from 1999-03-17
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2932
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2933 1999-06-10 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2934
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2935 * select.el (get-selection): abstract out non error-signalling
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2936 part.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2937 (get-selection-no-error): get-selection without signalling an
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2938 error.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2939 (selection-is-clipboard-p): new variable. controls whether the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2940 selection sets the clipboard.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2941 (own-selection): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2942
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2943 * mouse.el (insert-selection): fallback to clipboard after trying
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2944 primary selection and cutbuffer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2945
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2946 1999-06-05 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2947
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2948 * x-select.el (xselect-kill-buffer-hook-1): use generalised
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2949 selection functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2950
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2951 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2952
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2953 * code-files.el (buffer-file-coding-system): Use `raw-text' as
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2954 default value.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2955 (load): Use `raw-text' instead of `no-conversion'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2956 (insert-file-contents): Likewise.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2957
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2958 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2959 of `no-conversion'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2960
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2961 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2962
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2963 * coding.el: Don't copy `no-conversion' to `raw-text'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2964
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2965 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2966
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2967 * subr.el (make-char): Define it if Mule is not around.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2968
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2969 1999-06-07 SL Baur <steve@steve1.m17n.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2970
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2971 * mule/mule-help.el: Add trailing newline. Use mule keyword.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2972
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2973 * x-select.el (x-disown-selection-internal): Restore symbol as an
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2974 obsolete alias.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2975 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2976
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2977 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2978
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2979 * XEmacs 21.2.15 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2980
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2981 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2982
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2983 * subr.el (split-string): Avoid infinite looping
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2984
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2985 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2986
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2987 * ldap.el (ldap-ignore-attribute-codings): New variable
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2988 (ldap-default-attribute-decoder): New variable
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2989 (ldap-coding-system): New variable
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2990 (ldap-attribute-syntax-encoders): New variable
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2991 (ldap-attribute-syntax-decoders): New variable
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2992 (ldap-attribute-syntaxes-alist): New variable
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2993 (ldap-encode-boolean): New function
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2994 (ldap-decode-boolean): New function
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2995 (ldap-encode-country-string): New function
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2996 (ldap-decode-string): New function
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2997 (ldap-decode-address): New function
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2998 (ldap-encode-address): New function
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
2999 (ldap-decode-attribute): New function
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3000 (ldap-search): Use some of these
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3001
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3002 1999-05-25 Jan Vroonhof <jan@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3003
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3004 * version.el (emacs-version): Make the patch level/beta come
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3005 before the XEmacs qualifier so that it gets into (funcall
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3006 emacs-version) and thus in the bug reports.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3007 (emacs-version>=): Support patch levels.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3008
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3009 1999-06-03 SL Baur <steve@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3010
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3011 * version.el: implement x.y.z version number
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3012 From Jan Vroonhof <vroonhof@math.ethz.ch>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3013
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3014 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3015
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3016 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3017
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3018 1999-05-22 Vin Shelton <acs@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3019
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3020 * startup.el: Document -private and break out non-standard X options.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3021
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3022 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3023
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3024 * mule/mule-charset.el (charset-after): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3025 (charset-direction): Synch with Mule, update docstring.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3026 (get-charset-property): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3027 (put-charset-property): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3028 (charset-plist): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3029
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3030 * mule/mule-charset.el (compose-region):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3031 (decompose-region): remove; these functions (which don't work
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3032 since we don't do composite characters) have been moved to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3033 mule-util.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3034 (toplevel): follow coding standards
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3035
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3036 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3037
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3038 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3039 exist any more.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3040
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3041 * code-files.el: Fix commentary to follow coding standards. Move
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3042 the single line left in mule-files.el to here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3043
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3044 * mule/mule-files.el: delete.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3045
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3046 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3047
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3048 * info.el (Info-scroll-prev): Use event functions instead of the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3049 old emacs 19 interface.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3050
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3051 1999-06-02 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3052
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3053 * x-font-menu.el (x-font-menu-load-font):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3054 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3055
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3056 1999-05-31 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3057
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3058 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3059 group.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3060 (font-menu-this-frame-only-p): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3061 (font-menu-max-items): reinstate, from Jan Vroonhof
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3062 <vroonhof@math.ethz.ch>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3063 (font-menu-submenu-name-format): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3064 (font-menu-split-long-menu): ditto, for use by the family
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3065 constructor.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3066 (font-menu-family-constructor): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3067
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3068 1999-05-30 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3069
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3070 * msw-faces.el (mswindows-font-regexp): new font matching regexp
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3071 for use by the font menu.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3072
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3073 * msw-font-menu.el: new file implementing mswindows specific
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3074 font-menu behaviour.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3075 (mswindows-font-menu-registry-encoding): new function mirroring x version.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3076 (mswindows-font-menu-junk-families): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3077 (hack-font-truename): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3078 (mswindows-font-regexp-ascii): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3079 (mswindows-reset-device-font-menus): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3080 (mswindows-font-menu-font-data): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3081 (mswindows-font-menu-load-font): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3082
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3083 * x-font-menu.el (x-reset-device-font-menus): made device specific.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3084 (x-font-menu-font-data): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3085 (x-font-menu-load-font): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3086
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3087 * font-menu.el: new file implementing generic font menu behaviour.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3088 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3089 made device independent.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3090 (font-menu-this-frame-only-p): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3091 (font-menu-preferred-resolution): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3092 (font-menu-size-scaling): new variable used to determine whether
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3093 sizes are in points or tenths of a point.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3094 (vassoc): moved from x-font-menu.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3095 (device-fonts-cache): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3096 (device-fonts-cache): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3097 (flush-device-fonts-cache): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3098 (reset-device-font-menus): copied from x-font-menu.el and made
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3099 device independent. Most functionality deferred to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3100 device-dependent versions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3101 (font-menu-family-constructor): copied from x-font-menu.el and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3102 made device independent.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3103 (font-menu-size-constructor): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3104 (font-menu-weight-constructor): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3105 (font-menu-set-font): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3106 (font-menu-change-face): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3107 (font-menu-load-font): new device method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3108 (font-menu-font-data): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3109
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3110 * x-font-menu.el: The above functions deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3111
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3112 1999-05-26 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3113
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3114 * update-elc.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3115 * make-docfile.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3116 * loadup.el: rehash expand-file-name usage to not use default-directory.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3117
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3118 1999-05-21 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3119
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3120 * x-select.el (x-select-convert-to-text):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3121 (x-selected-text-type):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3122 (x-get-selection):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3123 (xselect-convert-to-string):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3124 (xselect-convert-to-compound-text):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3125 (xselect-convert-to-length):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3126 (xselect-convert-to-targets):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3127 (xselect-convert-to-delete):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3128 (xselect-convert-to-filename):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3129 (xselect-convert-to-charpos):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3130 (xselect-convert-to-lineno):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3131 (xselect-convert-to-colno):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3132 (xselect-convert-to-sourceloc):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3133 (xselect-convert-to-os):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3134 (xselect-convert-to-host):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3135 (xselect-convert-to-user):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3136 (xselect-convert-to-class):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3137 (xselect-convert-to-name):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3138 (xselect-convert-to-integer):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3139 (xselect-convert-to-atom):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3140 (xselect-convert-to-identity): functions renamed from x-* and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3141 moved to select.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3142 (x-get-secondary-selection): use rename get-selection.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3143 (x-get-clipboard): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3144 (x-own-selection): moved to select.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3145 (x-valid-simple-selection-p): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3146 (x-dehilight-selection): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3147 (x-own-clipboard): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3148 (x-disown-selection): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3149
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3150 * x-mouse.el (x-yank-function): moved to mouse.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3151 (x-insert-selection): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3152 (x-set-point-and-move-selection): use renamed function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3153
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3154 * select.el (selected-text-type): moved and renamed from
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3155 x-select.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3156 (selection-owner-p): moved to C.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3157 (selection-exists-p): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3158 (get-cutbuffer): new device method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3159 (get-selection): generalised and moved from x-select.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3160 (own-selection): moved x-own-selection functionality into here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3161 (dehilight-selection): renamed and moved from x-select.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3162 (own-clipboard): functionality moved from x-select.el using new
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3163 generic C builtins.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3164 (disown-clipboard): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3165 (select-convert-to-text):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3166 (select-convert-to-string):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3167 (select-convert-to-compound-text):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3168 (select-convert-to-length):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3169 (select-convert-to-targets):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3170 (select-convert-to-delete):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3171 (select-convert-to-filename):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3172 (select-convert-to-charpos):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3173 (select-convert-to-lineno):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3174 (select-convert-to-colno):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3175 (select-convert-to-sourceloc):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3176 (select-convert-to-os):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3177 (select-convert-to-host):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3178 (select-convert-to-user):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3179 (select-convert-to-class):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3180 (select-convert-to-name):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3181 (select-convert-to-integer):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3182 (select-convert-to-atom):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3183 (select-convert-to-identity): new functions renamed from x-* and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3184 moved from x-select.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3185
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3186 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3187 into here and use as the default window-system mouse yank.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3188 (insert-selection): generalised and moved from x-mouse.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3189 (own-clipboard): moved to C.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3190
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3191 * msw-select.el (mswindows-selection-owned-p): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3192 (mswindows-own-selection): generalised and moved to select.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3193 (mswindows-disown-selection): generalised and moved to C.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3194 (mswindows-selection-owner-p): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3195
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3196 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3197
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3198 * XEmacs 21.2.14 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3199
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3200 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3201
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3202 * about.el: update contact info for jason and slb.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3203
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3204 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3205
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3206 * mule/european.el (setup-romanian-environment): Add Romanian
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3207 support from Emacs/Mule romanian.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3208
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3209 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3210
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3211 * cus-face.el: Label all custom changes with the 'custom' tag.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3212
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3213 * cus-edit.el: idem ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3214
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3215 * faces.el: Added suport for adding device tags to various functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3216 (custom): New device tag.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3217 (face-spec-set): Call reset face with tags argument. No longer do
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3218 x-init-global-faces hack.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3219
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3220 * faces.el (frob-face-property): Use an anonymous specifier to map
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3221 frob-face-property-1 over.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3222
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3223 * x-font-menu.el (font-menu-set-font): Always specify all
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3224 properties to custom.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3225
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3226 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3227
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3228 * mule/european.el (setup-czech-environment): Add czech support.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3229 From David Sauer <davids@orfinet.cz>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3230
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3231 1999-03-15 SL Baur <steve@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3232
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3233 * check-features.el: Turn hard errors into warnings.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3234
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3235 1999-03-21 SL Baur <steve@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3236
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3237 * simple.el (delete-key-deletes-forward): As per discussion on
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3238 xemacs-beta, default to t.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3239
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3240 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3241
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3242 * loadup.el: Define Installation-string before loading anything.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3243
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3244 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3245
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3246 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3247 From Anders Stenman <stenman@isy.liu.se>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3248
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3249 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3250
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3251 * wid-edit.el (widget-glyph-find): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3252
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3253 * packages.el (locate-library): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3254
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3255 * loadup.el (really-early-error-handler): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3256
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3257 * lib-complete.el (read-library): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3258
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3259 * faces.el (set-face-stipple): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3260
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3261 * code-files.el (load): Use new calling style of locate-file.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3262
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3263 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3264
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3265 * packages.el (packages-unbytecompiled-lisp): Installation.el is
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3266 dead.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3267
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3268 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3269
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3270 * dumped-lisp.el (preloaded-file-list): Don't load
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3271 Installation.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3272
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3273 * loadup.el (Installation-string): Define it here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3274
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3275 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3276
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3277 * dumped-lisp.el (preloaded-file-list): Revert previous change --
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3278 Installation.el needs to be loaded before `dump-paths', otherwise
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3279 the dumping process won't find it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3280
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3281 1999-03-13 Adrian Aichner <adrian@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3282
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3283 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3284 subr so that we can use `replace-in-string' in Installation.el to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3285 get rid of C-m chars under the native Windows build.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3286
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3287 1999-04-29 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3288
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3289 * make-docfile.el: canonicalize file and directory names.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3290
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3291 * device.el (call-device-method): new function for calling device
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3292 specific methods.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3293 (define-device-method): new function for defining device methods.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3294 (define-device-method*): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3295
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3296 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3297
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3298 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3299
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3300 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3301
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3302 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3303 (cyrillic-koi8-r-encode-table): Likewise.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3304 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3305 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3306
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3307 * mule/mule-misc.el (split-char-or-char-int): New function [moved
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3308 from vietnamese.el].
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3309
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3310 * mule/vietnamese.el: Move function `split-char-or-char-int' to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3311 mule/mule-misc.el.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3312
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3313 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3314
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3315 * mule/thai-xtis.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3316 - Change font registry name from "Thai94x94-0" to "xtis-0".
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3317 - Change mnemonic of coding-system `tis-620' to "TIS620".
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3318
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3319 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3320
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3321 * mule/ethiopic.el: fixed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3322
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3323 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3324
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3325 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3326
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3327 * mule/thai-xtis.el: New file.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3328
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3329 * mule/vietnamese.el: New file.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3330
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3331 * mule/ethiopic.el: New file.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3332
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3333 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3334
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3335 * bytecomp.el (byte-compile-close-variables): Leave
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3336 debug-issue-ebola-notices alone.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3337
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3338 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3339
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3340 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3341 at the top of the buffer since it is the most important thing to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3342 customize
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3343 (ldap-get-host-parameter): New defun
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3344 (ldap-search): Add a new parameter `withdn' to retrieve the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3345 distinguished names of entries
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3346
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3347 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3348
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3349 * startup.el (splash-frame-body): Date and spelling fixes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3350
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3351 1999-03-16 Colin Rafferty <colin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3352
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3353 * view-less.el (toggle-truncate-lines): add autoload tag
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3354
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3355 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3356
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3357 * format.el (format-alist): Disable image stuff.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3358
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3359 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3360
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3361 * wid-edit.el (widget-glyph-find): Search by directories, then by
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3362 suffixes rather than the other way around.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3363 (widget-image-conversion): Renamed to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3364 `widget-image-file-name-suffixes'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3365
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3366 1999-04-16 Olivier Galibert <galibert@pobox.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3367
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3368 * mule/mule-charset.el: Made old functions obsolete, remove the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3369 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3370 (charset-iso-graphic-plane): Rename from charset-graphic.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3371 (charset-iso-final-char): Rename from charset-final.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3372 (charset-width): Rename from charset-columns.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3373 (charset-bytes): Added from fsf compatibility, returns always 1.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3374
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3375 * mule/mule-misc.el: Move charset-doc-string alias to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3376 mule-charset.el
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3377
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3378 1999-04-14 Colin Rafferty <colin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3379
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3380 * x-faces.el (x-make-font-bold-italic): honor
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3381 *try-oblique-before-italic-fonts*
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3382
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3383 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3384
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3385 * cl-extra.el (coerce): Coerce numbers to characters correctly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3386
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3387 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3388
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3389 * x-faces.el (try-oblique-before-italic-fonts): Use the right
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3390 name.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3391
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3392 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3393
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3394 * cl-extra.el (equalp): Would bug out for lists.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3395
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3396 1999-03-12 Charles G Waldman <cgw@fnal.gov>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3397
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3398 * about.el (about-hackers): Change cgw's email address
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3399
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3400 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3401
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3402 * XEmacs 21.2.13 is released
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3403
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3404 1999-03-12 SL Baur <steve@xemacs.org>
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3405
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3406 * simple.el (delete-key-deletes-forward): Revert to previous
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3407 behavior.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3408
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3409 1999-01-18 Didier Verna <didier@xemacs.org>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3410
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3411 * menubar-items.el (xemacs-splash-buffer): handle the case of
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3412 multiple elements in the splash buffer body.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3413
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3414 * startup.el (splash-frame-timeout): new constant: interval
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3415 between splash buffer elements.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3416 (command-line-1): handle splash buffer with multiple elements (use
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3417 a timeout).
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3418 (splash-frame-body): Originally `startup-splash-frame-body'.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3419 Rewrote a cleaner and more readable version. This can now be array,
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3420 in which case each element is displayed in turn in the splash buffer.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3421 (splash-frame-static-body): new constant. Persistent information
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3422 across all splash buffer elements (preserves the possibility to give
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3423 it in different languages.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3424 (circulate-splash-frame-elements): new function. Used as a timeout
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3425 to circulate through all splash frame elements and display them in
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3426 sequence.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3427 (display-splash-frame): originally `startup-splash-frame'. Handle
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3428 the case of multiple elements in the splash buffer body. Now
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3429 returns a timeout id if multiple elements to display, or nil.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3430
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3431 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3432
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3433 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3434 so they can be overridden by x-init-face-from-resources.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3435 Additionally specify the font name also with an x tag.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3436
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3437 1999-03-08 Andy Piper <andy@xemacs.org>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3438
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3439 * package-get.el (package-get-base): autoload.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3440
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3441 * menubar-items.el (default-menubar): add update menu item. Fix
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3442 custom menu to only be activated when package-base is available.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3443
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3444 * package-get.el (package-get-custom): don't load
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3445 package-get-custom as it is auto-generated. Fix group definition.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3446
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3447 1999-03-05 Didier Verna <didier@xemacs.org>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3448
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3449 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3450 instead of `symbol-name' (Thanks Kyle).
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3451
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3452 * cus-edit.el (custom-save-variables): use `prin1' instead of
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3453 princ to write symbols.
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3454
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3455 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3456
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3457 * XEmacs 21.2.12 is released
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3458
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3459 1999-03-05 SL Baur <steve@xemacs.org>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3460
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3461 * menubar-items.el (default-menubar): Add kfm browsing support.
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3462 From Neal Becker <nbecker@fred.net>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3463
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3464 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3465
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3466 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3467 calls to font-lock during buffer reversion.
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3468
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3469 1999-02-12 Didier Verna <didier@xemacs.org>
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3470
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3471 * info.el (Info-build-node-completions): unconditionally widen the
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3472 tag table buffer.
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3473
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3474 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3475
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3476 * x-faces.el (x-init-face-from-resources):
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3477 Only set fonts in the 'x locale.
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3478
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3479 1999-03-04 Adrian Aichner <adrian@xemacs.org>
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3480
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3481 * package-ui.el (pui-install-selected-packages): Don't throw on
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3482 `package-admin-delete-binary-package' returning nil since it's
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3483 normal. Reindent function.
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3484 (pui-add-required-packages): Handle case where packages selected
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3485 for installation have never been installed.
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3486
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3487 1999-03-03 Martin Buchholz <martin@xemacs.org>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3488
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3489 * menubar-items.el (default-menubar):
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3490 Implement the ``Mule->Set coding system of process'' menu item.
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3491
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3492 1999-02-18 Martin Buchholz <martin@xemacs.org>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3493
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3494 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3495 files
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3496 - Change some `if's to `when's
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
3497
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3498 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3499
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3500 * XEmacs 21.2.11 is released
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3501
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3502 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3503
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3504 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3505 against window close (Fix Bug #460).
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3506 (ask-user-about-lock-dbox): Idem.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3507
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3508 1999-02-25 SL Baur <steve@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3509
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3510 * mule/mule-charset.el (charset-leading-byte): New function.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3511 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3512
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3513 1999-02-12 Andy Piper <andy@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3514
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3515 * about.el (xemacs-hackers): change andy's email address.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3516 (about-url-alist): change andy's web page address.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3517 (about-xemacs): add piper.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3518
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3519 1999-02-16 SL Baur <steve@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3520
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3521 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3522 of mule-base into lisp/mule.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3523
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3524 1999-02-16 SL Baur <steve@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3525
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3526 * mule/arabic.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3527 mule/canna-leim.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3528 mule/chinese.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3529 mule/cyrillic.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3530 mule/english.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3531 mule/european.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3532 mule/greek.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3533 mule/hebrew.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3534 mule/japanese.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3535 mule/kinsoku.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3536 mule/korean.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3537 mule/misc-lang.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3538 mule/mule-category.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3539 mule/mule-ccl.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3540 mule/mule-charset.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3541 mule/mule-cmds.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3542 mule/mule-coding.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3543 mule/mule-files.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3544 mule/mule-help.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3545 mule/mule-init.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3546 mule/mule-misc.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3547 mule/mule-tty-init.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3548 mule/mule-x-init.el:
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3549 mule/viet-chars.el: Remerge from mule-base.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3550
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3551 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3552 of mule-base into lisp/mule.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3553
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3554 1999-02-10 Adrian Aichner <adrian@xemacs.org>
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3555
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3556 * process.el (exec-to-string): Use `shell-command-switch' in place
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3557 of hard-wired "-c" (for WindowsNT).
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3558
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3559 1999-02-08 Charles G Waldman <cgw@pgt.com>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3560
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3561 * menubar-items.el (default-menubar): Remove obsolete
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3562 "Gopher" item
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3563
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3564 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3565
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3566 * package-admin.el (package-admin-get-install-dir): First fall
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3567 back to the location of xemacs-base for non-mule packages.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3568
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3569 1999-02-15 Martin Buchholz <martin@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3570
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3571 * paths.el:
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3572 - improved automounter tmp directory support.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3573 - support 4 (!) empirically discovered automounter conventions
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3574
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3575 1999-02-12 SL Baur <steve@xemacs.org>
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3576
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3577 * etags.el (pop-tag-mark): autoload to match key binding.
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
3578
390
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
3579 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
3580
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
3581 * XEmacs 21.2.10 is released
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
3582
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
3583 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
3584
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
3585 * package-get.el (package-get-remote-filename): Don't bug out for
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
3586 a local file name in the search entry.
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
3587
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3588 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3589
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3590 * XEmacs 21.2.9 is released
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3591
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3592 1999-01-19 Didier Verna <didier@xemacs.org>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3593
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3594 * replace.el (replace-search-function): new variable containing a
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3595 function to perform a search-forward.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3596 (replace-re-search-function): new variable containing a function
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3597 to perform a re-search-forward.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3598 (perform-replace): use them.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3599
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3600 1999-01-25 Didier Verna <didier@xemacs.org>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3601
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3602 * select.el (selection-owner-p): use the name `XEmacs'.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3603 (cut-copy-clear-internal): ditto.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3604
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3605 1999-01-18 Andy Piper <andy@xemacs.org>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3606
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3607 * about.el (about-url-alist): Update my entry.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3608 (xemacs-hackers): Ditto.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3609
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3610 1999-01-14 Adrian Aichner <adrian@xemacs.org>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3611
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3612 * buffer.el (switch-to-buffer): Fixing documentation.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3613 * minibuf.el (minibuffer-completion-table): ditto.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3614 * cl-macs.el (return-from): ditto.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3615
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3616 1999-01-04 Didier Verna <didier@xemacs.org>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3617
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3618 * replace.el (delete-non-matching-lines): temporarily disable
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3619 case-folding when called interactively with a regexp containing
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3620 uppercase characters.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3621 (delete-matching-lines): ditto.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3622 (count-matches): ditto.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3623 (list-matching-lines): ditto.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3624
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3625 1999-01-07 Colin Rafferty <colin@xemacs.org>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3626
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3627 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3628 abort if current window is split horizontally, not if others are
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3629 split. Got rid of unnecessary minibuffer checking. Also, add
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3630 some comments (it's still complex).
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3631
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3632 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3633
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3634 * package-get.el: changed address for doc.ic.ac.uk to
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3635 sunsite.doc.ic.ac.uk
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3636
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3637 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3638
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3639 * ldap.el (toplevel): Remove requires so that the file compiles
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3640 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3641
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3642 1999-01-10 J. Kean Johnston <jkj@sco.com>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3643
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3644 * dump-paths.el: Calculate module-directory and set
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3645 module-load-path to the load path for modules.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3646
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3647 * loadup.el: Get bootstrap value of module-load-path from the
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3648 environment variable EMACSBOOTSTRAPMODULEPATH.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3649 - Display the module load path if we're debugging paths.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3650
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3651 * setup-paths.el: Added function paths-find-site-module-directory.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3652 - Added function paths-find-module-directory.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3653 - Added function paths-construct-module-load-path. Uses new
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3654 environment variable EMACSMODULEPATH.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3655
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3656 1998-12-30 Martin Buchholz <martin@xemacs.org>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3657
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3658 * font.el (font-default-object-for-device):
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3659 Oops! This `or' can't be replaced by `unless'.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3660 Fixed inability to run w3, among other things.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3661
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3662 1998-12-17 Charles G. Waldman <cgw@pgt.com>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3663
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3664 * package-admin.el: Change initialization of
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3665 package-admin-install-function dependent on system type.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3666 Change package-admin-install-function-mswindows to use
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3667 "minitar".
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3668
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3669 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3670
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3671 * mouse.el (default-mouse-motion-handler): Disable help echo while
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3672 in the minibuffer.
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
3673
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
3674 1998-12-28 Martin Buchholz <martin@xemacs.org>
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
3675
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
3676 * XEmacs 21.2.8 is released.
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
3677
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3678 1998-12-24 Martin Buchholz <martin@xemacs.org>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3679
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3680 * XEmacs 21.2.7 is released.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3681
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3682 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3683
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3684 * package-ui.el (pui-list-packages): Set truncate-lines.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3685
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3686 * package-get.el (package-get-download-menu): Use
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3687 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3688
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3689 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3690 (pui-help-string): idem.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3691 (list-packages-mode): New major mode.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3692 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3693 (pui-install-selected-packages): Add suport for removing packages.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3694 (pui-toggle-package-delete-key): New function.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3695 (pui-popup-context-sensitive): New kludge.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3696 (pui-list-packages): Add warning when `package-get-remote' is nil.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3697 (package-ui-add-site): New function.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3698
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3699 1998-12-01 Didier Verna <didier@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3700
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3701 * hyper-apropos.el (hyper-where-is): added the missing autoload.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3702
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3703 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3704
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3705 * ldap.el: Custom-ized
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3706 (toplevel): Do not provide `ldap' which is provided by C level
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3707 LDAP code
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3708 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3709
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3710 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3711
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3712 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3713
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3714 1998-12-17 Andy Piper <andy@xemacs.org>
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3715
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3716 * sound.el (sound-load-list): name changed from sound-load-alist.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3717 (sound-extension-list): name changed from sound-ext-list.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3718 (load-default-sounds): use new names.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3719 (load-sound-file): use new names.
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
3720
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3721 1998-12-16 Andy Piper <andy@xemacs.org>
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3722
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3723 * XEmacs 21.2.6 is released
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3724
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3725 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3726
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3727 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3728 errors.
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3729
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3730 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3731
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3732 * wid-edit.el (widget-echo-this-extent): Set
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3733 help-echo-owns-message to t.
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3734
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3735 1998-11-30 Greg Klanderman <greg@alphatech.com>
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3736
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3737 * package-get.el (package-get-download-menu): use toggles for
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3738 each site in the download site menu.
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3739
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3740 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3741
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3742 * package-get.el (package-get): If we cannot find a package
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3743 because package-get-remote is not set, give a more helpful
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3744 error message.
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3745
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3746 1998-11-30 Greg Klanderman <greg@alphatech.com>
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3747
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3748 * package-get.el (package-get-remote-filename): use an EFS path
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3749 with user anonymous if no user is specified.
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3750
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3751 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3752
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3753 * faces.el (face-spec-set): Re-init fallfacks for default after
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3754 calling reset-face on the default face.
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3755
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3756 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3757
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3758 * package-admin.el (package-admin-default-install-function):
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3759 Behave as advertised. Make sure the pkg-dir is proper for
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3760 default-directory.
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3761 (package-admin-add-binary-package): Make sure the pkg-dir is
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3762 proper for default-directory.
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3763 (package-admin-install-function-mswindows): Make sure the pkg-dir
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3764 is proper for default-directory.
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
3765
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3766 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3767
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3768 * XEmacs 21.2.5 is released
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3769
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3770 1998-12-05 SL Baur <steve@altair.xemacs.org>
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3771
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3772 * files.el (binary-file-regexps): regexp-opt is not available at
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3773 bytecompile time.
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3774
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3775 1998-11-30 Martin Buchholz <martin@xemacs.org>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3776
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3777 * x-win-xfree86.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3778 * x-win-sun.el (x-win-init-sun):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3779 * x-win-sun.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3780 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3781 * x-iso8859-1.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3782 * x-init.el (init-post-x-win):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3783 * x-init.el (init-pre-x-win):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3784 * x-init.el (x-initialize-compose):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3785 * x-init.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3786 * x-compose.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3787 * winnt.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3788 * widget.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3789 * wid-edit.el (widget-glyph-click):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3790 * wid-edit.el (widget-glyph-find):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3791 * wid-edit.el (widget-type):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3792 * view-less.el (view-buffer-other-window):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3793 * very-early-lisp.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3794 * version.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3795 * toolbar.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3796 * toolbar-items.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3797 * term/sun.el (suntool-map):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3798 * term/sun-mouse.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3799 * term/internal.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3800 * syntax.el (modify-syntax-entry):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3801 * symbol-syntax.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3802 * subr.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3803 * startup.el (lock-directory):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3804 * simple.el (set-comment-column):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3805 * simple.el (backward-delete-char-untabify):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3806 * shadow.el (find-emacs-lisp-shadows):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3807 * shadow.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3808 * setup-paths.el (paths-construct-info-path):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3809 * select.el (cut-copy-clear-internal):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3810 * process.el (call-process-region):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3811 * process.el (start-process-shell-command):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3812 * process.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3813 * paths.el (rmail-spool-directory):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3814 * paragraphs.el (use-hard-newlines):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3815 * package-get.el (package-get-dependencies):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3816 * package-admin.el (package-admin-delete-binary-package):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3817 * obsolete.el (truncate-string):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3818 * obsolete.el (store-substring):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3819 * mouse.el (default-mouse-track-maybe-own-selection):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3820 * mouse.el (mouse-yank-at-point):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3821 * modeline.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3822 * modeline.el (mouse-drag-modeline):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3823 * minibuf.el (read-directory-name-internal):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3824 * minibuf.el (read-file-name-internal):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3825 * minibuf.el (read-file-name-internal-1):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3826 * minibuf.el (read-file-name-2):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3827 * minibuf.el (exact-minibuffer-completion-p):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3828 * minibuf.el (read-from-minibuffer):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3829 * minibuf.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3830 * menubar.el (check-menu-syntax):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3831 * map-ynp.el (map-y-or-n-p):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3832 * make-docfile.el (docfile-out-of-date):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3833 * loadup.el ((member "run-temacs" command-line-args)):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3834 * loadup.el ((member "no-site-file" command-line-args)):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3835 * loadup.el (really-early-error-handler):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3836 * loadup.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3837 * loadhist.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3838 * loaddefs.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3839 * lisp-mnt.el (lm-verify):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3840 * lib-complete.el (lib-complete:cache-completions):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3841 * lib-complete.el (library-all-completions):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3842 * itimer.el (itimer-run-expired-timers):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3843 * info.el (Info-mode):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3844 * info.el (Info-insert-file-contents):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3845 * info.el (Info-rebuild-dir):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3846 * info.el (Info-build-dir-anew):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3847 * info.el (Info-parse-dir-entries):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3848 * info.el (Info-dir-outdated-p):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3849 * info.el (Info-insert-dir):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3850 * info.el (info-xref):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3851 * info.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3852 * hyper-apropos.el (hyper-apropos-get-doc):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3853 * hyper-apropos.el (hyper-describe-face):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3854 * hyper-apropos.el (hyper-apropos-mode):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3855 * hyper-apropos.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3856 * help.el (list-processes):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3857 * help.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3858 * gnuserv.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3859 * font.el (mswindows-font-create-name):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3860 * font.el (font-default-font-for-device):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3861 * font.el (x-font-create-object):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3862 * font.el (font-registry):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3863 * font.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3864 * font-lock.el (font-lock-keywords):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3865 * font-lock.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3866 * finder.el (finder-compile-keywords):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3867 * find-paths.el (paths-find-recursive-path):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3868 * fill.el (set-justification-center):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3869 * fill.el (fill-region-as-paragraph):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3870 * files.el (insert-directory):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3871 * files.el (wildcard-to-regexp):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3872 * files.el (recover-file):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3873 * files.el (basic-save-buffer):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3874 * files.el (delete-auto-save-file-if-necessary):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3875 * files.el (file-relative-name):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3876 * files.el (backup-extract-version):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3877 * files.el (backup-buffer):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3878 * files.el (set-visited-file-name):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3879 * files.el (set-auto-mode):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3880 * files.el (interpreter-mode-alist):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3881 * files.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3882 * files.el (find-file-noselect):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3883 * files.el (abbreviate-file-name):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3884 * files.el (parse-colon-path):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3885 * files.el (directory-abbrev-alist):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3886 * etags.el (visit-tags-table-buffer):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3887 * easymenu.el (easy-menu-define):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3888 * dragdrop.el (experimental-dragdrop-drag):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3889 * dragdrop.el (dragdrop-drop-do-functions):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3890 * dragdrop.el (dragdrop-drop-at-point):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3891 * disass.el (disassemble-1):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3892 * disass.el (disassemble-internal):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3893 * disass.el (disassemble):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3894 * disass.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3895 * derived.el (derived-mode-init-mode-variables):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3896 * derived.el (define-derived-mode):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3897 * custom.el (defgroup):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3898 * cus-edit.el (custom-quote):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3899 * config.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3900 * code-process.el (open-network-stream):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3901 * code-process.el (start-process):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3902 * code-process.el (call-process-region):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3903 * code-process.el (call-process):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3904 * code-process.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3905 * code-files.el (insert-file-contents):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3906 * code-files.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3907 * code-files.el (buffer-file-coding-system-for-read):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3908 * cmdloop.el (yes-or-no-p-minibuf):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3909 * cl.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3910 * cl-macs.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3911 * cl-extra.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3912 * callers-of-rpt.el (make-caller-report):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3913 * callers-of-rpt.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3914 * bytecomp.el (batch-byte-recompile-directory):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3915 * bytecomp.el (batch-byte-compile-1):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3916 * bytecomp.el (batch-byte-compile):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3917 * bytecomp.el (display-call-tree):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3918 * bytecomp.el (byte-compile-insert):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3919 * bytecomp.el (byte-compile-two-args-19->20):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3920 * bytecomp.el (byte-compile-variable-ref):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3921 * bytecomp.el (byte-compile-form):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3922 * bytecomp.el (byte-compile-top-level-body):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3923 * bytecomp.el (byte-compile-out-toplevel):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3924 * bytecomp.el (byte-compile-byte-code-maker):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3925 * bytecomp.el (byte-compile-file-form-defmumble):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3926 * bytecomp.el (byte-compile-file-form):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3927 * bytecomp.el (byte-compile-keep-pending):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3928 * bytecomp.el (byte-compile-insert-header):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3929 * bytecomp.el (byte-compile-from-buffer):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3930 * bytecomp.el (byte-compile-file):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3931 * bytecomp.el (byte-recompile-file):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3932 * bytecomp.el (byte-compile-close-variables):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3933 * bytecomp.el (byte-compile-warn-about-unused-variables):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3934 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3935 * bytecomp.el (byte-compiler-legal-options):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3936 * bytecomp.el (byte-compile-lapcode):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3937 * bytecomp.el (byte-optimize-log):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3938 * bytecomp.el ((fboundp 'defsubst)):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3939 * bytecomp.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3940 * bytecomp-runtime.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3941 * byte-optimize.el (byte-optimize-apply):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3942 * byte-optimize.el (car):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3943 * byte-optimize.el (byte-optimize-form):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3944 * byte-optimize.el (byte-optimize-form-code-walker):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3945 * byte-optimize.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3946 * build-report.el (build-report-insert-installation-file):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3947 * build-report.el (build-report):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3948 * auto-show.el:
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3949 * apropos.el (apropos-documentation):
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3950 - mega patch
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3951 - clean up byte-compile warnings
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3952 - remove unused variables
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3953 - Use common lisp style hashtable functions
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3954 - byte compiler cleanup
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3955 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3956 - remove old backquote syntax usage
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3957 - move some cl functionality into C for speed.
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3958 - remove last remaining VMS support
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3959 - spelling fixes
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3960 - implement last, butlast, nbutlast, copy-list in C.
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3961 - new macro ignore-file-errors, similar to ignore-errors
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3962 (ignore-file-errors (delete-file "foo"))
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3963 - get frequent garbage collection during loadup.el by tweaking
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3964 gc-cons-threshold, rather than explicitly calling garbage-collect
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3965 - default delete-key-deletes-forward to `t'.
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
3966
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3967 1998-11-28 SL Baur <steve@altair.xemacs.org>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3968
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3969 * XEmacs 21.2-beta4 is released.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3970
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3971 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3972
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3973 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3974 (easy-menu-item-present-p): Wrapper around find-menu-item.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3975 (easy-menu-remove-item): Wrapper around delete-menu-item.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3976
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3977 * menubar.el (delete-menu-item): Add 'from-menu' argument.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3978 (add-menu-button): Add 'in-menu' argument.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3979 (add-menu-item-1): Add in-menu support to helper function.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3980
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3981 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3982
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3983 * isearch-mode.el (isearch-mode): Fix keymap lossage.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3984
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3985 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3986
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3987 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3988 of Dec 4, 1997.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3989
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3990 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3991
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3992 * process.el (shell-command-on-region): Report if the command
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3993 succeeded or failed.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3994
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3995 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3996
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3997 * subr.el (buffer-substring-no-properties): Comment out.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
3998
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3999 1998-11-07 Adrian Aichner <adrian@xemacs.org>
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4000
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4001 * msw-faces.el (mswindows-find-smaller-font): Turning font names
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4002 into font instances first, like `x-frob-font-size' does.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4003 (mswindows-find-larger-font): ditto
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4004
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4005 1998-11-04 Greg Klanderman <greg@alphatech.com>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4006
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4007 * package-ui.el (pui-install-selected-packages): fix args in call
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4008 to `package-get'.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4009
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4010 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4011
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4012 * package-get.el (host-name): New widget type.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4013 (package-get-remote): Better customization using new type.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4014 (package-get-download-sites): idem dito.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4015
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4016 (package-get-custom): Do not use package-get-all untill we have
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4017 runtime dependencies.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4018
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4019 (package-get-remove-copy): Default to 't' we no longer need this
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4020 kludge as we do not currently use depenencies.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4021
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4022 (package-get-was-current): New variable.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4023 (package-get-require-base): New 'force-current' argument.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4024 (package-get-update-base): idem
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4025 (package-get-package-provider): idem
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4026 (package-get-locate-index-file): New 'no-remote' argument.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4027 (package-get-locate-file): idem.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4028
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4029 (package-get-maybe-save-index): New function.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4030 (package-get-update-base): Use it.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4031
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4032 1998-10-28 Greg Klanderman <greg@alphatech.com>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4033
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4034 * package-get.el (package-get-remote): default to nil; by default,
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4035 don't go out to the net via EFS. They must select a download site.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4036 (package-get-download-sites): new variable.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4037 (package-get-download-menu): new function.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4038 (package-get-locate-index-file): new function.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4039 (package-get-update-base): use it.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4040
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4041 * menubar-items.el (default-menubar): add "Update Package Index"
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4042 and "Add Download Site" menus under Options | Manage Packages.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4043
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4044 1998-10-19 Greg Klanderman <greg@alphatech.com>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4045
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4046 * package-get.el (package-get): bugfix code checking installed version
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4047 for case where package is not currently installed.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4048 (package-get-require-signed-base-updates): new variable.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4049 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4050 deemed not a goot thing. Use the variable
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4051 package-get-allow-unsigned-base-updates instead.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4052
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4053 1998-10-16 Greg Klanderman <greg@alphatech.com>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4054
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4055 * package-get.el (package-get): Don't install an older version than
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4056 we already have unless explicitly told to. Issue a warning.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4057
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4058 * package-ui.el (pui-add-required-packages): when adding
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4059 dependencies, don't add packages that are up to date.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4060 (pui-package-symbol-char): Don't consider a package out of date
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4061 if you have a newer version installed than the latest version in
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4062 package-get-base.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4063
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4064 * package-get.el (package-get-base-filename): document that it may
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4065 be a path relative to package-get-remote; new default value.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4066 (package-get-locate-file): new function.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4067 (package-get-update-base): use it to expand package-get-base-filename.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4068 (package-get-save-base): new function to save the package-get database
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4069 to file.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4070 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4071 (package-get-update-base): pass the REMOTE-SOURCE arg.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4072 (package-get-update-base-entry): call package-get-custom-add-entry.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4073 (package-get-file-installed-p): removed; no longer needed.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4074 (package-get-create-custom): ditto.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4075 (toplevel): remove code to build and load package-get-custom.el
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4076 (package-get-custom-add-entry): new function.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4077
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4078 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4079
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4080 * wid-edit.el (widget-button-click): Don't switch window.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4081
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4082 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4083
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4084 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4085
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4086 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4087
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4088 * etags.el (find-tag-default): Run find-tag-hook using
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4089 run-hooks rather than funcall
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4090
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4091 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4092
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4093 * isearch-mode.el (isearch-mode): Set the current minor mode maps
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4094 and the current local map as the parents to isearch-mode-map.
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4095
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4096 1998-10-15 SL Baur <steve@altair.xemacs.org>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4097
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4098 * XEmacs 21.2-beta3 is released.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4099
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4100 1998-10-15 Greg Klanderman <greg@alphatech.com>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4101
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4102 * package-get.el (package-get-update-base): use
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4103 insert-file-contents-internal, not insert-file-contents-literally.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4104
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4105 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4106
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4107 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4108 dump time.
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4109
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4110 1998-10-15 Greg Klanderman <greg@alphatech.com>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4111
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4112 * package-get.el (package-get-update-base-entry): new function.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4113 (package-get-update-base): renamed; was `package-get-load-base'.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4114 cleanup, and use package-get-update-base-from-buffer.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4115 (package-get-update-base-from-buffer): new function.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4116 (package-get-update-base-entries): new; helper for above.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4117 Do not eval lisp grabbed over ftp; parse it from new format.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4118
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4119 1998-10-15 Greg Klanderman <greg@alphatech.com>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4120
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4121 * files.el (set-auto-mode): Don't play games loading package-get
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4122 database; package-get-package-provider will handle it all.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4123
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4124 1998-10-14 Greg Klanderman <greg@alphatech.com>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4125
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4126 * package-get.el (package-get-base-filename): new variable.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4127 (package-get-require-base): new function.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4128 (package-get-pgp-signed-begin-line): new variable.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4129 (package-get-pgp-signature-begin-line): ditto.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4130 (package-get-pgp-signature-end-line): ditto.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4131 (package-get-load-base): new function.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4132 (package-get-interactive-package-query):
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4133 (package-get-update-all):
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4134 (package-get-dependencies):
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4135 (package-get-package-provider):
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4136 (package-get-custom): use package-get-require-base.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4137 [package-get-custom loading]: disable for now.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4138
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4139 * package-ui.el (pui-list-packages): use (package-get-require-base)
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4140
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4141 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4142
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4143 * package-ui.el: Correct obvious thinko in choosing extent face.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4144
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4145 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4146
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4147 * menubar-items.el (default-menubar): pui-list-package has nothing
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4148 to with Customize. Move all the package stuff to a new Item in Options.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4149
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4150 * package-ui.el (pui-menu): Add menu and Popup menu.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4151
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4152 * package-get.el (package-get): Use new
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4153 package-admin-get-install-dir.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4154
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4155 * package-admin.el (package-admin-get-install-dir): New syntax.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4156 Conserve package location and put mule packages where mule-base is.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4157
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4158 * package-get.el : Customized
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4159
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4160 * package-ui.el (pui): Customized
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4161 (pui-package-install-dest-dir): New variable.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4162 (pui-install-selected-packages): Use it
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4163
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4164 1998-10-12 SL Baur <steve@altair.xemacs.org>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4165
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4166 * package-get.el (package-get-interactive-package-query): Move
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4167 dependency on package-get-base to run-time.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4168 (package-get-update-all): Ditto.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4169 (package-get-dependencies): Ditto.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4170 (package-get-package-provider): Ditto.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4171 (package-get-custom): Ditto.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4172
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4173 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4174
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4175 * events.el: Remove 'ascii-character property from 'backspace
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4176 and 'delete symbols
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4177
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4178 1998-10-11 SL Baur <steve@altair.xemacs.org>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4179
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4180 * package-get-base.el: removed.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4181
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
4182 1998-09-23 Didier Verna <didier@xemacs.org>
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4183
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4184 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4185 (no-upper-case-p): new function.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4186 (with-search-caps-disable-folding): new macro.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4187 (with-interactive-search-caps-disable-folding): new macro.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4188 (zap-to-char): In interactive mode, do a case-sensitive search if
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4189 the character is uppercase.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4190 (zap-up-to-char): ditto.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4191
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4192 * replace.el (perform-replace): use the function no-upper-case-p.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4193
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4194 * isearch-mode.el (isearch-fix-case): ditto.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4195 make obsolete `with-caps-disable-folding' and
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4196 `isearch-no-upper-case-p'.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4197
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4198 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4199 (tags-search): ditto.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4200 (tags-query-replace): ditto.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4201
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4202 * info.el (Info-search): ditto.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4203
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4204 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4205
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4206 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4207
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4208 1998-10-07 Greg Klanderman <greg@alphatech.com>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4209
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4210 * package-admin.el (package-admin-rmtree): rewritten. need to
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4211 check for "." and ".." before symlink check. expand files and
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4212 directories with respect to DIRECTORY, not default-directory.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4213
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4214 1998-10-04 Greg Klanderman <greg@alphatech.com>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4215
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4216 * package-get.el (package-get-all): add INSTALL-DIR argument.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4217
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4218 1998-10-06 Greg Klanderman <greg@alphatech.com>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4219
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4220 * package-ui.el (pui-add-required-packages): new function, select
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4221 dependent packages.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4222 (pui-display-keymap): bind it.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4223 (pui-help-string): document it.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4224 (pui-install-selected-packages): package-get-all -> package-get.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4225
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4226 * package-get.el (package-get-dependencies): new function.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4227
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4228 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4229
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4230 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4231 regexps.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4232
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4233 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4234
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4235 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4236 function.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4237 (default-mouse-track-normalize-point): Use it.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4238
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4239 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4240
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4241 * package-admin.el (package-admin-delete-binary-package):
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4242 General cleanup. Remove unnessary use of progn and
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4243 save-excursion.
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4244 (package-admin-delete-binary-package): Do NOT mess with file
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4245 modes. That is evil.
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4246 (package-admin-delete-binary-package): Wrap all deleting in
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4247 condition-case. The data in MANIFEST is untrustworthy.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4248 (package-admin-delete-binary-package): Let the OS worry about non
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4249 empty directories.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4250
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4251 1998-10-09 SL Baur <steve@altair.xemacs.org>
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4252
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4253 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4254 processing.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4255 (lm-report-bug): Fix mail address to send bug reports to.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4256
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4257 1998-09-29 SL Baur <steve@altair.xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4258
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4259 * XEmacs 21.2-beta2 is released.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4260
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4261 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4262
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4263 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4264
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4265 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4266
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4267 * info.el (Info-mode): Document page turning by double clicks in
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4268 docstring so `M-x describe-mode' will display it.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4269
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4270 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4271
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4272 * info.el (Info-mouse-track-double-click-hook): Use character
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4273 widths to calculate a border region where double clicking does
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4274 page turning, and return `nil' by default so other hooks, such as
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4275 region highlighting, will be run.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4276
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4277 1998-09-29 Colin Rafferty <colin@xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4278
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4279 * sound.el (default-sound-directory-list): Initialize with all the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4280 "sounds" directories in `data-directory-list'. It used to just be
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4281 the first one.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4282
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4283 * packages.el (locate-data-directory-list): Created. This gives
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4284 the list of matching directories, unlike `locate-data-directory',
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4285 which just gives the first one.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4286
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4287 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4288
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4289 * minibuf.el (read-from-minibuffer): No longer bind help-form but
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4290 make a binding in the local keymap until help-char handling is
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4291 improved.
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4292
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4293 * help.el (help-keymap-with-help-key): Provide keymap with help
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4294 binding.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4295 (help-print-help-form): New helper function.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4296
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4297 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4298
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4299 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4300 move extent to another buffer; no need to create a new extent.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4301 (isearch-fix-case): New function.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4302 (isearch-search-and-update): Use it.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4303
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4304 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4305
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4306 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4307 the keymap, not minor-mode-map-alist.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4308 (isearch-done): Restore overriding-local-map.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4309
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4310 1998-09-21 Martin Buchholz <martin@xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4311
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4312 * bytecomp.el (byte-compile-buffer-substring):
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4313 Fix for: (byte-compile (defun f () (buffer-substring)))
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4314 ==> ** buffer-substring called with 3 args, but requires 0-3
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4315 - new code not only works, but is more readable, too.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4316
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4317 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4318
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4319 * msw-faces.el (mswindows-init-device-faces): Don't try to
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4320 specify a default font at this late stage. Do try to force
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4321 creation of the default face font so that if it fails we get
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4322 an error now instead of a crash at frame creation.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4323
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4324 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4325 mswindows-make-font-unitalic: Canonical default weight
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4326 changed from "Normal" to "Regular".
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4327
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4328 mswindows-make-font-bold / -bold-italic: Supplied device was
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4329 not being passed into call to mswindows-find-smaller-font.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4330
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
4331 1998-09-10 Bjrn Torkelsson <torkel@hpc2n.umu.se>
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4332
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4333 * package-get.el (package-get-remote): Fix the path where to find
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4334 the packages on xemacs.org.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4335
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4336 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4337
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4338 * about.el (about-maintainer-info): Update Ben's entry.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4339
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4340 1998-09-24 Martin Buchholz <martin@xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4341
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4342 * lisp/shadow.el (find-emacs-lisp-shadows):
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4343 - `member' was being called on lists of length 2000!
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4344 - Replace with hashtables.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4345 - Replace hand-coded loops with (dolist)
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4346 - Fix comment typo
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4347
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4348 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4349
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4350 * packages.el: Added new function, `package-delete-name', to
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4351 delete existing packages from the installed package database
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4352 (`packages-package-list'). Also added the "pkginfo" directory
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4353 to `packages-special-base-regexp', so that the pkginfo directory
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4354 would not get added to `late-packages'.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4355
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4356 * package-admin.el: Added ability to delete an installed package
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4357 (added low-level function, `package-admin-delete-package').
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4358 Understands how to use the pkginfo/MANIFEST.<package> file to
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4359 delete the package. When installing a package, will also
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4360 create a MANIFEST.* file if one is not provided by the
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4361 package. If the MANIFEST.* doesn't exist when deleting a
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4362 package, the functions will fall back to attempting to delete
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4363 any package-specific lisp directory.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4364
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4365 * package-get.el: Moved some functions to package-admin.el.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4366 Added interactive function `package-get-delete-package', for
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4367 use by users for deleting a package.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4368
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4369 Also modified to not require the prescence of efs.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4370
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4371 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4372
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4373 * files.el (find-file-noselect): Handle all signals, kill the
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4374 buffer and resignal.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4375
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4376 1998-09-23 SL Baur <steve@altair.xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4377
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4378 * cl-macs.el (glyph-image): Add setf method.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4379
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4380 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4381
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4382 * package-get.el: Fixed broken EFS downloading. Also, look for
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4383 .tar.gz files first, in preference over .tgz files.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4384
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4385 * package-ui.el: Fix display of package version numbers.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4386
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4387 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4388
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4389 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4390 argument.
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4391
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4392 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4393
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4394 * list-mode.el: `display-completion-list': added new/optional
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4395 keyword `:completion-string', which allows the programmer to
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4396 change the "Possible completions are:" prompt.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4397
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4398 * menubar-items.el: Added new pulldown menu-pick to start up the
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4399 visual package browser/installer:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4400
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4401 Options->Customize->List Packages
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4402
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4403 * package-admin.el: Added hooks for installing under both Unix
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4404 and MS Windows. Does additional error checking. No longer
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4405 calls "add-big-package.sh" to install packages under Unix; now
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4406 calls gunzip & tar directly.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4407
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4408 * package-get.el: Added ability to install packages from files
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4409 on a local disk/CDROM. Now deletes any existing package lisp
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4410 directory. Does completion on available packages when
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4411 querying for package names. Will also search for .tgz files
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4412 in addition for .tar.gz files. Tries to reload
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4413 auto-autoloads, as a convenience when loading new packages,
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4414 and also tries to add any new package paths to `load-path'.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4415 Changed all occurences of `concat' to use `expand-file-name'.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4416
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4417 * package-ui.el: New file which implements the main visual
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4418 package browser/installer, which is started via a menu pick or
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4419 M-x pui-list packages.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4420
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4421 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4422
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4423 * startup.el (load-init-file): spelling fix.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4424
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4425 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4426
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4427 * startup.el (normal-top-level): Load auto-autoload files
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4428 covariantly with their precedence.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4429
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4430 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4431
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4432 * menubar-items.el (default-menubar): Remove "Font Weight"
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4433 option, there is currently no custom equivalent.. Customize-faces
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4434 is "Edit faces".
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4435
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4436 * x-font-menu.el (font-menu-set-font): Use customize to set
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4437 default face.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4438
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4439 * faces.el (face-spec-update-all-matching): New function.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4440
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4441 * cus-face.el (custom-set-face-update-spec): New function.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4442 Interface to customize faces from elisp.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4443
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4444 (custom-face-value-create): Show the customized settings if set
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4445 but not saved.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4446
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4447 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4448
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4449 (custom-face-value-create): Show the customized settings if set
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4450 but not saved.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4451
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4452 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4453
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4454 * keydefs.el (global-map): Add FSF 20.3 binding of
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4455 query-replace-regexp.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4456
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4457 1998-08-21 Greg Klanderman <greg@alphatech.com>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4458
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4459 * minibuf.el (read-file-name-internal-1): use
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4460 user-name-completion-1 instead of user-name-completion.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4461
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4462 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4463
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4464 * loadup.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4465 * make-docfile.el:
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4466 * update-elc.el: Don't set `source-directory' (now defunct as a
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4467 global variable) no more.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4468
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4469 * packages.el (packages-list-autoloads): Made `source-directory'
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4470 (now defunct as a global variable) a parameter.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4471
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4472 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4473
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4474 * about.el (about-hackers): new email
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4475
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4476 1998-08-16 SL Baur <steve@altair.xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4477
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4478 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4479
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
4480 1998-07-17 Didier Verna <didier@xemacs.org>
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4481
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4482 * faces.el (set-face-property):
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4483 (set-face-dim-p):
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4484 (face-dim-p): updated the doc strings now that the dim property isn't
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4485 tty-specific.
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4486 (face-equal): the dim property is now a common one.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4487
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4488 * cus-face.el (custom-face-attributes): New face attribute: `dim'
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4489 Renamed the `stipple' attribute to `background-pixmap'.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4490 (custom-face-background-pixmap): make custom-face-stipple an
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4491 obsolete alias for this.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4492
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4493 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4494
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4495 * find-paths.el (paths-file-readable-directory-p): Created and
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4496 used.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4497
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4498 * loadup.el: Don't set inhibit-... flags from run-temacs.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4499
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4500 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4501
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4502 * packages.el (packages-data-path-depth): Added and used.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4503
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4504 1998-08-05 Charles G. Waldman <cgw@pgt.com>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4505
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4506 * about.el:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4507 - Change .xpm to .png, delete "zcat" section.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4508 - cosmetic fix in the 'marcpa' entry.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4509
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4510 * etc/photos
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4511 - convert all .xpm.Z to .png
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4512 - rename mrb to martin
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4513 - rename mcook-m to mcookm
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4514
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4515 1998-07-31 Martin Buchholz <martin@xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4516
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4517 * x-init.el (x-initialize-compose): Add support for
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4518 dead-circumflex as YET ANOTHER NAME for that dead key.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4519
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4520 1998-08-05 Colin Rafferty <colin@xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4521
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4522 * setup-paths.el (paths-construct-exec-path): Made the
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4523 last-packages really be last.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4524 (paths-construct-data-directory-list): Ditto.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4525
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4526 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4527
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4528 * startup.el(startup-splash-frame-body):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4529 Update Copyright notice in splash screen
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4530
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4531 1998-07-20 Greg Klanderman <greg@alphatech.com>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4532
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4533 * minibuf.el (read-file-name-internal-1): do ~user completion.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4534
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4535 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4536
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4537 * font-lock.el (font-lock-fontify-glumped-region): Add guard
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4538 aginst destroyed extents
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4539
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4540 1998-07-24 Greg Klanderman <greg@alphatech.com>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4541
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4542 * package-get.el (package-get): add `install-dir' argument.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4543
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4544 1998-07-20 John Jones <jj@asu.edu>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4545
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4546 * package-get.el: calls to package-get-update-all will only
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4547 update packages which are already installed.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4548
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4549 1998-07-23 SL Baur <steve@altair.xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4550
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4551 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4552 writable.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4553
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4554 1998-07-20 Colin Rafferty <colin@xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4555
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4556 * about.el (about-hackers): Correct my email.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4557
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4558 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4559
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4560 * about.el (about-hackers): new email-address.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4561
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4562 1998-07-25 SL Baur <steve@altair.xemacs.org>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4563
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4564 * minibuf.el (read-number): Don't let `input-error' condition
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4565 escape.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4566
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4567 1998-07-20 Greg Klanderman <greg@alphatech.com>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4568
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4569 * about.el (about-hackers): use my `email-for-life' address.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4570
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4571 1998-07-19 SL Baur <steve@altair.xemacs.org>
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4572
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4573 * XEmacs 21.2-beta1 is released.
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4574
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4575 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4576
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4577 * ldap.el (ldap-search): Doc string change
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4578
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4579 1998-07-16 Colin Rafferty <colin@xemacs.org>
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4580
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4581 * menubar-items.el (default-menubar): Removed references to
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4582 `data-directory', and use `locate-data-file' instead, and made
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4583 then greyed out if they don't exist.
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4584
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4585 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4586
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4587 * keymap.el (events-to-keys): Use `format' instead of `concat'
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4588 since the latter does not accept integer args anymore
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4589
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4590 1998-07-15 SL Baur <steve@altair.xemacs.org>
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4591
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4592 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4593 macros replaced.
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4594
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4595 1998-07-14 SL Baur <steve@altair.xemacs.org>
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4596
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4597 * make-docfile.el: Get first initialization from very-early-lisp.el
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4598 * update-elc.el: Ditto.
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4599 * loadup.el (really-early-error-handler): Ditto.
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4600
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4601 * packages.el (packages-unbytecompiled-lisp): Add new file,
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4602 very-early-lisp.el.
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4603
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4604 * very-early-lisp.el: New file.
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4605
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4606 1998-07-14 SL Baur <steve@altair.xemacs.org>
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4607
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4608 * Symbols that have been obsolete for at least 3 years removed (II).
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4609
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4610 * obsolete.el (eval-current-buffer): Make compatible.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4611 (byte-code-function-p): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4612 (send-string): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4613 (send-region): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4614 (screen-scrollbar-width): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4615 (set-screen-scrollbar-width): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4616 (set-screen-left-margin-width): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4617 (set-screen-right-margin-width): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4618 (screen-left-margin-width): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4619 (screen-right-margin-width): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4620 (set-buffer-left-margin-width): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4621 (set-buffer-right-margin-width): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4622 (buffer-left-margin-width): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4623 (buffer-right-margin-width): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4624 (x-set-frame-icon-pixmap): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4625 (x-set-screen-icon-pixmap): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4626 (pixel-name): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4627 (make-pixmap): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4628 (make-cursor): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4629 (pixmap-width): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4630 (pixmap-contributes-to-line-height-p): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4631 (set-pixmap-contributes-to-line-height): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4632
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4633 1998-07-13 SL Baur <steve@altair.xemacs.org>
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4634
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4635 * obsolete.el (popup-menu-up-p): removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4636 (read-no-blanks-input): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4637 (wholenump): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4638 (ring-mod): Removed (what was ring-mod?).
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4639 (current-time-seconds): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4640 (run-special-hook-with-args): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4641 (dot): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4642 (dot-marker): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4643 (dot-min): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4644 (dot-max): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4645 (window-dot): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4646 (set-window-dot): Removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4647
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4648 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4649 `dot-min'.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4650
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4651 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4652
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4653 * code-files.el (insert-file-contents): Rename
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4654 run-special-hook-with-args to run-hook-with-args-until-success.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4655 (write-region): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4656
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4657 1998-07-12 SL Baur <steve@altair.xemacs.org>
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4658
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4659 * about.el: Fix typos, update release date.
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4660
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4661 * Symbols that have been obsolete for at least 3 years removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4662
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4663 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4664 screen- functions.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4665 (toplevel): remove setf methods for screen functions.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4666 * cl-macs.el (extent-data): defsetf removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4667 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4668 many places to remove.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4669 (comment-indent-hook): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4670 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4671 (buffer-dedicated-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4672 (deiconify-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4673 (delete-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4674 (event-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4675 (find-file-other-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4676 (find-file-read-only-other-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4677 (live-screen-p): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4678 (screen-height): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4679 (screen-iconified-p): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4680 (screen-list): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4681 (screen-live-p): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4682 (screen-name): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4683 (screen-parameters): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4684 (screen-pixel-height): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4685 (screen-pixel-width): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4686 (screen-root-window): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4687 (screen-selected-window): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4688 (screen-totally-visible-p): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4689 (screen-visible-p): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4690 (screen-width): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4691 (screenp): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4692 (get-screen-for-buffer): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4693 (get-screen-for-buffer-noselect): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4694 (get-other-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4695 (iconify-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4696 (lower-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4697 (mail-other-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4698 (make-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4699 (make-screen-invisible): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4700 (make-screen-visible): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4701 (modify-screen-parameters): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4702 (new-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4703 (next-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4704 (next-multiscreen-window): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4705 (other-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4706 (previous-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4707 (previous-multiscreen-window): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4708 (raise-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4709 (redraw-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4710 (select-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4711 (selected-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4712 (set-buffer-dedicated-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4713 (set-screen-height): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4714 (set-screen-position): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4715 (set-screen-size): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4716 (set-screen-width): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4717 (show-temp-buffer-in-current-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4718 (switch-to-buffer-other-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4719 (visible-screen-list): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4720 (window-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4721 (x-set-screen-pointer): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4722 (x-set-frame-pointer): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4723 (screen-title-format): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4724 (screen-icon-title-format): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4725 (terminal-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4726 (delete-screen-hook): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4727 (create-screen-hook): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4728 (mouse-enter-screen-hook): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4729 (mouse-leave-screen-hook): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4730 (map-screen-hook): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4731 (unmap-screen-hook): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4732 (default-screen-alist): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4733 (default-screen-name): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4734 (x-screen-defaults): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4735 (x-create-screen): Ditto.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4736 * obsolete.el: meta-flag removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4737 baud-rate removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4738 sleep-for-millisecs removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4739 extent-data removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4740 set-extent-data removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4741 set-extent-attribute removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4742 extent-glyph removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4743 extent-layout removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4744 set-extent-layout removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4745 list-faces-display removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4746 list-faces removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4747 trim-versions-without-asking removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4748 after-write-file-hooks removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4749 truename removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4750 auto-fill-hook removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4751 blink-paren-hook removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4752 select-screen-hook, deselect-screen-hook removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4753 auto-raise-screen, auto-lower-screen removed.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4754
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4755 * msw-mouse.el: Global change resource -> mswindows-resource.
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4756
300
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4757 * XEmacs 21.0-pre5 is released.
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4758
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4759 1998-07-11 SL Baur <steve@altair.xemacs.org>
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4760
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4761 * about.el (about-hackers): Credits update.
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4762
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4763 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4764
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4765 * register.el (insert-register): Don't activate the region.
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4766
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4767 1998-07-10 SL Baur <steve@altair.xemacs.org>
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4768
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4769 * select.el: Restore x-* symbols for backwards compatibility:
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4770 x-copy-primary-selection, x-kill-primary-selection,
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4771 x-delete-primary-selection, x-select-make-extent-for-selection,
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4772 x-valid-simple-selection-, x-cut-copy-clear-internal.
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4773
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4774 1998-07-09 SL Baur <steve@altair.xemacs.org>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4775
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4776 * XEmacs 21.0-pre4 is released.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4777
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4778 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4779
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4780 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4781 reporting bugs.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4782 (maybe-add-init-button): Fix semantics under Windows. Use
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4783 `expand-file-name' rather than `concat'.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4784
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4785 * help.el (print-messages): New function.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4786
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4787 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4788
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4789 * ldap.el (ldap-host-parameters-alist): Docstring fixes
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4790
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4791 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4792
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4793 * about.el: Tweaked my entry in about-hackers.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4794
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4795 * find-paths.el (paths-emacs-root-p):
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4796 Relaxed emacs-root checking of an in-place installation to
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
4797 also accomodate the flat layout used on MS Windows.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4798
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4799 1998-06-29 John Jones <jj@asu.edu>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4800
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4801 * package-get.el: calls to package-get-update-all will only
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4802 update packages which are already installed.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4803
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4804 1998-07-05 Andy Piper <andyp@parallax.co.uk>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4805
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4806 * faces.el (xpm-color-symbols): remove hardcoded defaults these
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4807 are handled by the gui-element face fallbacks now.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4808
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4809 * x-faces.el: default gui-element face to "background" as well as
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4810 the default face.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4811
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4812 * msw-faces.el (mswindows-init-device-faces): remove gui-element
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4813 and default face settings since these are set as fallbacks now in
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4814 the appropriate domain.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4815
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4816 1998-07-02 SL Baur <steve@altair.xemacs.org>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4817
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4818 * text-mode.el (text-mode): Reorder regexp so the OR part
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4819 corresponding to `page-delim' goes first and the hack in
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4820 `forward-paragraph' will work.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4821 With bug analysis from Bob Weiner <weiner@altrasoft.com>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4822
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4823 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4824
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4825 * subr.el (remove-hook): When checking the hook value
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4826 with functionp, don't apply car to it.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4827
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4828 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4829
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4830 * package-get.el (package-get-remote-filename):
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4831 Don't use file-name-as-directory because the local directory
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4832 separator conventions might not be the same as ftp's.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4833
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4834 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4835
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4836 * ldap.el (ldap-host-parameters-alist): New name of
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4837 `ldap-host-parameters-plist'
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4838
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4839 1998-06-26 Adrian Aichner <adrian@xemacs.org>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4840
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4841 * package-get.el: Using (require 'package-get-base), now that it
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4842 provides itself. Consequently removed all instances of (load
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4843 "package-get-base.el").
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4844
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4845 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4846
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4847 * subr.el (remove-hook): Don't treat the hook value as a
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4848 list unless it is both consp and not functionp.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4849
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4850 1998-06-29 SL Baur <steve@altair.xemacs.org>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4851
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4852 * about.el: Email address for Ben Wing is ben@xemacs.org.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4853 * auto-show.el: Ditto.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4854 * bytecomp.el: Ditto.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4855 * faces.el: Ditto.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4856 * x-scrollbar.el: Ditto.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4857 * x-misc.el: Ditto.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4858 * tty-init.el: Ditto.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4859 * toolbar-items.el: Ditto.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4860 * symbol-syntax.el: Ditto.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4861 * specifier.el: Ditto.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4862 * objects.el: Ditto.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4863 * hyper-apropos.el: Ditto.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4864 * glyphs.el: Ditto.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4865
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4866 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4867
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4868 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4869 vertical-divider-always-visible-p.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4870 (default-mouse-motion-handler): Ditto.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4871
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4872 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4873
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4874 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4875 global value.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4876
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4877 1998-06-21 Oliver Graf <ograf@fga.de>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4878
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4879 * build-reports.el: changed receiver to xemacs-build-reports list
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4880
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4881 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4882
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4883 * font.el: Split font-family-mappings into X and
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4884 mswindows-specific versions.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4885 mswindows-font-create-[object|name]: Treat supplied size
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4886 as a pointsize. Added underline and strikethru handling.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4887
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4888 * msw-faces.el: changed default mswindows charset to western.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4889
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4890 * msw-glyphs.el: removed space in border-glyph font string that
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4891 was inserted to get round bugs in the mswindows C font code.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4892
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4893 1998-06-27 SL Baur <steve@altair.xemacs.org>
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4894
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4895 * about.el (about-hackers): Credits update.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4896
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4897 * help-nomule.el (tutorial-supported-languages): Add Romanian
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4898 TUTORIAL.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4899
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4900 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4901 to ISO-8859-2.
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 294
diff changeset
4902
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4903 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4904
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4905 * font.el: Split font-family-mappings into X and
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4906 mswindows-specific versions.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4907 mswindows-font-create-[object|name]: Treat supplied size
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4908 as a pointsize. Added underline and strikethru handling.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4909
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4910 * msw-faces.el: changed default mswindows charset to western.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4911
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4912 * msw-glyphs.el: removed space in border-glyph font string that
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4913 was inserted to get round bugs in the mswindows C font code.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4914
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4915 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4916
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4917 * minibuf.el: make read-color-completion-table call
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4918 (mswindows-color-list for mswindows devices.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4919
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4920 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4921
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4922 * lisp/font-lock.el
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4923 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4924 Let declaration items contain non-word symbol characters.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4925
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4926 1998-06-15 Adrian Aichner <adrian@xemacs.org>
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4927
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4928 * package-get.el (package-get-package-provider): Added autoload
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4929 cookie. Loading "package-get-base.el" in ALL functions that use
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4930 it. Fixed some (interactive ...) with multiple argument specs
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4931 again. Cosmetic indentation changes.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4932
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4933 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4934
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4935 * info.el (Info-insert-dir): Don't use nreverse on variables
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4936 that you want to use later.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4937
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4938 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4939
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4940 * x-mouse.el (x-set-point-and-move-selection): Replace call
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4941 to x-kill-primary-selection with kill-primary-selection
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4942
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4943 1998-06-12 Martin Buchholz <martin@xemacs.org>
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4944
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4945 * simple.el (what-cursor-position): Make cursor position reported
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4946 use value of column-number-start-at-one
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4947
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4948 1998-06-17 SL Baur <steve@altair.xemacs.org>
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4949
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4950 * about.el (xemacs-hackers): Fix Jareth's email address.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4951
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4952 1998-06-16 SL Baur <steve@altair.xemacs.org>
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4953
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4954 * startup.el (startup-splash-frame): Remove
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4955 `xemacs-startup-logo-function'.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4956
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4957 1998-06-15 SL Baur <steve@altair.xemacs.org>
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4958
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4959 * about.el (about-hackers): Update credits list.
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4960
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4961 1998-06-06 Jeff Miller <jmiller@smart.net>
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4962
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4963 * lisp/sound.el: Update sound-ext to allow filenames with
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4964 extensions to be found by load-sound-file
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4965
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4966 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4967
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4968 * info.el (Info-rebuild-outdated-dir): Removed variable
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4969 (Info-auto-generate-directory): New variable
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4970 (Info-save-auto-generated-dir): New variable
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4971 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4972 (Info-build-dir-anew): Second parameter removed. Use
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4973 `Info-save-auto-generated-dir'
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4974 (Info-rebuild-dir): Ditto
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4975
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4976 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4977
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4978 * list-mode.el (next-list-mode-item): Would not recognize
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4979 border between directly neighbored items.
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4980
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4981 1998-06-12 Andy Piper <andyp@parallax.co.uk>
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4982
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4983 * package-get.el: add autoloads for some functions.
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4984
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4985 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4986
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4987 * specifier.el (let-specifier): Tiny docfixes.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4988
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4989 1998-06-12 Andy Piper <andyp@parallax.co.uk>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4990
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4991 * msw-mouse.el: set selection-pointer-glyph to Normal.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4992
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4993 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4994
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4995 * wid-edit.el (widget-specify-secret): New function.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4996 (widget-after-change): Use it.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4997 (widget-specify-field): Use it.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4998
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4999 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5000
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5001 * mouse.el (drag-window-divider): Use `(not done)' instead of
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5002 `doit'; reuse result of `window-pixel-edges'.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5003
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5004 * modeline.el (drag-modeline-event-lag): Rename to
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5005 drag-divider-event-lag.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5006
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5007 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5008
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5009 * specifier.el (let-specifier): Rewritten not to generate needless
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5010 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5011 arguments.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5012
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5013 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5014
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5015 * minibuf.el (read-file-name-1): Setup buffer-local value of
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5016 `completion-ignore-case' in completions buffer under Windows.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5017
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5018 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5019
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5020 * about.el (about-maintainer-glyph): Fix support for not
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5021 compressed images.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5022
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5023 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5024
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5025 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5026
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5027 * mouse.el (mouse-track): Cancel selection if misc-user event with
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5028 `cancel-mode-internal' function is fetched.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5029
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5030 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5031
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5032 * files.el (save-some-buffers-1): Fixed return value.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5033
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5034 1998-06-01 Oliver Graf <ograf@fga.de>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5035
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5036 * dragdrop.el: added experimental
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5037
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5038 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5039
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5040 * startup.el (after-init-hook, init-file-user,
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5041 user-init-directory, load-user-init-file): Purge references
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5042 to "~/.xemacs/init.el" from docstrings.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5043
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5044 (load-user-init-file) Use paths-construct-path to construct
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5045 paths to user init files. Go directly to ~/.emacs, do not
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5046 search ~/.xemacs/, do not load `default-custom-file'.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5047
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5048 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5049
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5050 * files.el (interpreter-mode-alist): Catch wish and tclsh before
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5051 general *sh.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5052 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5053
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5054 1998-06-03 Andy Piper <andyp@parallax.co.uk>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5055
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5056 * menubar-items.el (default-menubar): add Update Packages to customize
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5057 menu.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5058
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5059 1998-06-02 Andy Piper <andyp@parallax.co.uk>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5060
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5061 * faces.el: use toolbar face as a fallback for toolbar properties
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5062 in xpm-color-symbols instead of default.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5063
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5064 * msw-faces.el: rename 3d-object -> gui-element face.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5065
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5066 1998-06-06 SL Baur <steve@altair.xemacs.org>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5067
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5068 * startup.el (xemacs-startup-logo-function): New variable.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5069 (startup-splash-frame): Use it.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5070
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5071 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5072
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5073 * files.el (save-some-buffers): Would wait 1 second.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5074 (save-some-buffers-1): Delete other windows here instead of in
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5075 `save-some-buffers'.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5076 (save-some-buffers): Force redisplay only if windows were deleted.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5077
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
5078 1998-06-02 Didier Verna <didier@xemacs.org>
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5079
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5080 * cus-face.el (custom-face-attributes): generalized the use of
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5081 toggle buttons for boolean attributes.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5082 Re-ordered the items a bit.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
5083
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5084 1998-06-01 SL Baur <steve@altair.xemacs.org>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5085
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5086 * sound.el (default-sound-directory): Use `locate-data-directory'
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5087 to find the sounds directory.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5088
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5089 1998-05-29 Andy Piper <andyp@parallax.co.uk>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5090
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5091 * sound.el: default sound-ext to .wav under mswindows, .au
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5092 otherwise. load-default sounds without extensions.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5093
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5094 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5095
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5096 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5097 if send-pr is not bound.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5098
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5099 1998-06-01 Andy Piper <andyp@parallax.co.uk>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5100
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5101 * files.el: grok idl files in auto-mode-alist.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5102 1998-06-01 Jeff Miller <jmiller@smart.net>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5103
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5104 * minibuf.el (exact-minibuffer-completion-p): check for nil before
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5105 calling `upcase'.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5106
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5107 1998-05-30 Andy Piper <andyp@parallax.co.uk>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5108
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5109 * msw-glyphs.el: add xbm to the list of image types supported.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5110
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5111 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5112
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5113 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5114 instead of XEmacs one when dumping InfoDock.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5115
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5116 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5117
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5118 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5119 for `modeline-visible-p'
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5120
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5121 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5122
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5123 1998-05-29 Andy Piper <andyp@parallax.co.uk>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5124
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5125 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5126 since it's not used anymore. doc string fixes.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5127
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5128 * package-get.el (package-get-file-installed-p): new function. use
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5129 instead of file-installed-p which is in an external package.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5130
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5131 1998-05-28 Oliver Graf <ograf@fga.de>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5132
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5133 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5134 favor of select-window/switch-to-buffer
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5135
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5136 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5137
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5138 * startup.el: changed (getenv "HOME") to (user-home-directory)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5139
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5140 1998-05-25 Oliver Graf <ograf@fga.de>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5141
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5142 * frame.el (cde-start-drag) moved to dragdrop.el
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5143 (offix-start-drag-region) moved to dragdrop.el
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5144 (offix-start-drag) moved to dragdrop.el
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5145 * dragdrop.el (cde-start-drag) moved from frame.el
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5146 (offix-start-drag-region) moved from frame.el
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5147 (offix-start-drag) moved from frame.el
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5148 (cde-start-drag-region) cde drag regions
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5149 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5150
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5151 1998-05-26 Oliver Graf <ograf@fga.de>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5152
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5153 * dragdrop.el: created dragdrop-drag prototypes
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5154 (cde-start-drag-region) fixed typo
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5155
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5156 1998-05-28 SL Baur <steve@altair.xemacs.org>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5157
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5158 * simple.el (after-init-hook): Remove reader macro.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5159
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5160 * packages.el (packages-hardcoded-lisp): Get rid of reader
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5161 macros. Update DOC string.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5162
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5163 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5164
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5165 * mouse.el (drag-window-divider): Ditto.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5166
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5167 * modeline.el (mouse-drag-modeline): Use it.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5168
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5169 * lisp-mode.el (let-specifier): Specify indentation.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5170
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5171 * specifier.el (let-specifier): Renamed from
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5172 `with-specifier-instance'.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5173
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5174 1998-05-27 Andy Piper <andyp@parallax.co.uk>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5175
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5176 * x-faces.el:
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5177 * faces.el: move definition of xpm-color-symbols from x-faces.el
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5178 to faces. Predicate x-get-resource on the presence of x.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5179
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5180 * msw-faces.el: set 3d-object face rather than modeline. Specifiy
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5181 faces as specfier defaults.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5182
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5183 * package-get.el: don't use package-admin-add-single-file-package.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5184
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5185 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5186
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5187 * toolbar-items.el: Fixup tooltips.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5188 (toolbar-gnus): Don't use obsolete variable
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5189 toolbar-news-frame-properties.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5190 (toolbar-news-reader): Default to `gnus' instead of
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5191 `not-configured'.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5192
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5193 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5194 Windows.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5195
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5196 1998-05-25 Andy Piper <andyp@parallax.co.uk>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5197
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5198 * package-get.el: rename -installedp -> -installed-p.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5199
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5200 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5201
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5202 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5203 attributes, and assinged it to continuation, truncation and
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5204 hscroll glyphs.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5205
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5206 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5207 and made continuation, truncation and hscroll glyphs arrow
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5208 characters out of that font.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5209
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5210 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5211
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5212 * minibuf.el (minibuffer-electric-separator): Play nicely with
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5213 directory-sep-char being \.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5214 (minibuffer-electric-tilde): Ditto.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5215 (read-file-name-map): Ditto.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5216
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5217 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5218
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5219 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5220 on X devices.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5221 (default-mouse-track-deal-with-down-event): Avoid
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5222 `x-disown-selection'; use `disown-selection' instead.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5223
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5224 1998-05-21 Andy Piper <andyp@parallax.co.uk>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5225
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5226 * select.el:
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5227 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5228 moved to (cut-copy-clear-internal) in select.el. Ditto for
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5229 (x-delete-primary-selection) (x-kill-primary-selection)
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5230 (x-copy-primary-selection).
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5231 (own-clipboard): new function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5232
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5233 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5234 functions in select.el. remove old ones.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5235 (mswindows-own-clipboard): new function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5236
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5237 1998-05-21 Andy Piper <andyp@parallax.co.uk>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5238
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5239 * gnuserv.el: allow connections from mswindows type devices.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5240
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5241 1998-05-20 Andy Piper <andyp@parallax.co.uk>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5242
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5243 * msw-glyphs.el: change image type used from cursor to resource.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5244
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5245 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5246
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5247 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5248 for {top,bottom}-{left,right} values in addition to
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5249 {top,bottom}_{left,right}.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5250 Use x-get-resource instead of x-get-resource-and-bogosity-check.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5251
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5252 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5253
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5254 * cl-macs.el (specifier-instance): Undefine its setf method.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5255
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5256 * specifier.el (with-specifier-instance): Added docstring.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5257
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5258 * mouse.el (drag-window-divider): Ditto.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5259
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5260 * modeline.el (mouse-drag-modeline): Use it.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5261
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5262 * lisp-mode.el (with-specifier-instance): Define its indentation
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5263 level.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5264
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5265 * specifier.el (with-specifier-instance): New macro.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5266
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5267 1998-05-19 Andy Piper <andyp@parallax.co.uk>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5268
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5269 * package-get.el (package-get-create-custom): new function to
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5270 auto-generate package-get-custom.el from package-get-base.el.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5271 * (package-get-ever-installedp): new function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5272 * (package-get-custom): new function to get all packages specified
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5273 by customize.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5274
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5275 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5276
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5277 * cus-edit.el (custom-file): Revert to `~/.emacs'.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5278
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5279 1998-05-23 SL Baur <steve@altair.xemacs.org>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5280
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5281 * cl-extra.el: Reverse previous float change.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5282
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5283 1998-05-17 Andy Piper <andyp@parallax.co.uk>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5284
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5285 * x-faces.el:
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5286 * faces.el (try-font-name): moved from x-faces.el since it is
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5287 required by w3 under mswindows as well X.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5288
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5289 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5290
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5291 * winnt.el: Removed evil (setq completion-ignore-case t)
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5292 clause, one more overlookef fsfism.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5293 (nt-quote-args-functions-alist): End sentences with double space.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5294
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5295 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5296
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5297 * window-xemacs.el (push-window-configuration): Remove kludgery of
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5298 recaching default-toolbar specifier.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5299 (pop-window-configuration): Ditto.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5300 (unpop-window-configuration): Ditto.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5301
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5302 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5303
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5304 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5305
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5306 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5307
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5308 * winnt.el (nt-quote-args-verbatim): Added function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5309 (nt-quote-args-prefix-quote): Added function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5310 (nt-quote-args-backslash-quote): Added function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5311 (nt-quote-args-double-quote): Added function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5312 (nt-quote-args-functions-alist): New variable.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5313 (nt-quote-process-args): Added function. This is the main quoting
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5314 work horse called from process-nt.c
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5315
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5316 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5317
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5318 * winnt.el: Removed duplicate definitions for backspace,
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5319 delete, M-backspace and C-M-backspace.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5320 (file-name-buffer-file-type-alist): Removed this variable.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5321 (find-buffer-file-type): Removed function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5322 (find-file-binary): Removed function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5323 (find-file-text): Removed function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5324 (find-file-not-found-set-buffer-file-type): Removed function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5325 (save-to-unix-hook): Removed function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5326 (revert-from-unix-hook): Removed function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5327 (using-unix-filesystems): Removed function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5328 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5329 warning.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5330 (x-set-selection): Removed function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5331 (x-get-selection): Removed function.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5332 Removed commented FSFisms.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5333 Replaced copyright notice (this file is not part of GNU Emacs).
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5334 (nt-shell-mode-hook): Moved here from a lambda expression. Added
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5335 comint-process-echoes setting to t.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5336
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5337 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5338
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5339 * packages.el (packages-no-package-hierarchy-regexp): Introduced
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5340 and used following the interface change of
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5341 `paths-find-recursive-path'.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5342
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5343 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5344 regexp instead of a list of base names.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5345 (paths-version-control-filename-regexp):
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5346 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5347 Introduced and used following the interface change of
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5348 `paths-find-recursive-path'.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5349
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5350 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5351
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5352 * simple.el (delete-forward-p): Make it a defun; do X garbage only
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5353 on X devices, rather than on all non-TTY devices.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5354
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5355 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5356
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5357 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5358
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5359 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5360
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5361 1998-05-17 Adrian Aichner <adrian@xemacs.org>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5362
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5363 * itimer.el (activate-itimer): Fixed usage of integers
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5364 as argument to `concat'.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5365
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5366 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5367
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5368 * itimer.el (start-itimer): replace the use of `concat' with
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5369 `format'
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5370
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5371 1998-05-16 SL Baur <steve@altair.xemacs.org>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5372
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5373 * mode-motion.el (mode-motion-hook): Clarify docstring.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5374 From Bob Weiner <weiner@altrasoft.com>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5375
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5376 * loadhist.el (symbol-file): Supply prompt string when used
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5377 interactively.
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5378 From Bob Weiner <weiner@altrasoft.com>
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5379
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5380 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5381
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5382 * loadup.el (really-early-error-handler): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5383
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5384 * update-elc.el: Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5385
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5386 * setup-paths.el (paths-construct-exec-path): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5387
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5388 * make-docfile.el: Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5389
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5390 * find-paths.el (paths-decode-directory-path): Use split-path
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5391 instead of decode-path.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5392
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5393 * files.el (parse-colon-path): Update docstring reference.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5394
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5395 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5396
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5397 * msw-init.el:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5398 * x-init.el:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5399 Bind cut'n'paste keys to non window-system specific functions.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5400
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5401 * msw-select.el: New function mswindows-clear-clipboard.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5402 mswindows-cut-copy-clipboard extended to handle clearing of the
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5403 selection and renamed to mswindows-cut-copy-clear-clipboard.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5404
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5405 * select.el: on mswindows devices delete-primary-selection
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5406 calls mswindows-clear-clipboard.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5407
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5408 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5409
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5410 * simple.el (quoted-insert): Inhibit quit when using read-char.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5411
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5412 * cmdloop.el (read-char): Don't inhibit quit.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5413 (read-char-exclusive): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5414 (read-char): Signal quit if quit-char was pressed.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5415 (read-char-exclusive): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5416 (read-quoted-char): Return a character, not integer.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5417
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5418 * menubar-items.el (default-popup-menu): Use Andy's generic
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5419 selection code.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5420 (default-popup-menu): Fix code.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5421
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5422 1998-05-14 Oliver Graf <ograf@fga.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5423
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5424 * dragdrop.el (dragdrop-function-widget): this time it's done
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5425
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5426 1998-05-13 Oliver Graf <ograf@fga.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5427
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5428 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5429
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5430 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5431
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5432 * device.el (device-pixel-width):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5433 (device-pixel-height):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5434 (device-mm-width):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5435 (device-mm-height):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5436 (device-bitplanes):
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5437 (device-color-cells): Swapped parameters to device-system-metric
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5438 according to the interface change.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5439
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5440 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5441
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5442 * mouse.el (default-mouse-motion-handler): Use new name of the
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5443 function event-over-vertical-divider-p.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5444 Do not set E-W arrow cursor over the divider if
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5445 vertical-divider-draggable-p is nil in the window.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5446 ([top-level]): Use new name for the variable
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5447 vertical-divider-map.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5448 (drag-window-divider): Respect vertical-divider-draggable-p.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5449 Variable name typo fixes.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5450
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5451 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5452
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5453 * keymap.el (kbd): Define here; handle string constants and
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5454 others...
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5455
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5456 1998-05-15 Christian Nyb <chr@mediascience.no>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5457
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5458 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5459 in Emacs 18.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5460
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
5461 1998-05-13 Didier Verna <didier@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5462
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5463 * mouse.el (drag-window-divider): give the vertical divider a
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5464 pressed look when dragging it.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5465
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5466 1998-05-13 Andy Piper <andyp@parallax.co.uk>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5467
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5468 * faces.el: predicate some more face operations on x or mswindows
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5469 not just x.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5470
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5471 * modeline.el: enable modeline coloring for mswindows.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5472
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5473 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5474
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5475 * minibuf.el (minibuffer-default): Added variable; compatible with
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5476 FSF Emacs.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5477 (next-history-element): Used `minibuffer-default'.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5478
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5479 1998-05-12 Oliver Graf <ograf@fga.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5480
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5481 * dragdrop.el (dragdrop-function-widget): button and mods ok
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5482 arguments still look a bit strange
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5483 (dragdrop-compare-mods) created
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5484 (dragdrop-drop-do-functions) correctly checks for buttons and
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5485 modifiers
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5486
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5487 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5488
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5489 * setup-paths.el (paths-default-info-directories): Replace
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5490 path-separator with directory-sep-char.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5491
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5492 * files.el (path-separator): Don't define it here.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5493
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5494 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5495
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5496 * update-elc.el: Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5497
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5498 * setup-paths.el (paths-construct-exec-path): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5499
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5500 * make-docfile.el: Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5501
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5502 * loadup.el (really-early-error-handler): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5503
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5504 * find-paths.el (paths-decode-directory-path): Use decode-path
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5505 instead of decode-path-internal.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5506
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5507 * files.el (parse-colon-path): Update docstring.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5508
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5509 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5510
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5511 * subr.el (get-buffer-window-list): Make BUFFER optional.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5512
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5513 * window-xemacs.el (windows-of-buffer): Defalias to
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5514 get-buffer-window-list.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5515
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5516 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5517
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5518 * disass.el: Fix maintainer keyword.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5519
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5520 * bytecomp.el (byte-compile-and-load-file): Autoload.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5521 (byte-compile-buffer): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5522
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5523 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5524 value is returned, not the name.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5525 (lisp-imenu-generic-expression): Enable it.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5526 (lisp-mode-variables): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5527 (lisp-indent-offset): Change defconst to defvar.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5528 (lisp-indent-function): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5529 (lisp-body-indent): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5530
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5531 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5532
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5533 * modeline.el: Use zap-last-kbd-macro-event.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5534
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5535 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5536 nil, don't attempt to do anything with messages.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5537 (eval-last-sexp): Use `letf' for clarity.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5538
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5539 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5540
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5541 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5542
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5543 1998-05-11 Martin Buchholz <martin@xemacs.org>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5544
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5545 * buff-menu.el:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5546 * lisp-mode.el:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5547 * obsolete.el:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5548 Change empty docstrings into no doc strings at all.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5549 Fix bogus FSF-format docstrings.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5550 * etags.el: Fix docstring.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5551
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5552 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5553
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5554 * package-get.el (package-get): Use internal md5
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5555
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5556 1998-05-13 SL Baur <steve@altair.xemacs.org>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5557
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5558 * about.el (about-xemacs): Correct abuse of concat.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5559
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5560 1998-05-11 SL Baur <steve@altair.xemacs.org>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5561
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5562 * info.el (Info-mode): Use easymenu.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5563
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5564 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5565
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5566 * apropos.el (apropos): Don't use concat with integers.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5567
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5568 * cmdloop.el (describe-last-error): Handle the case when no error
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5569 was seen gracefully.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5570
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5571 * apropos.el (apropos-print): Use with-displaying-help-buffer as
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5572 defun.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5573 (apropos-describe-plist): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5574
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5575 * help.el (with-displaying-help-buffer): Revert to a defun.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5576 (describe-key): Use it as defun.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5577 (describe-mode): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5578 (describe-bindings): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5579 (describe-prefix-bindings): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5580 (describe-installation): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5581 (view-lossage): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5582 (describe-function): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5583 (describe-variable): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5584 (describe-syntax): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5585
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5586 1998-05-11 Oliver Graf <ograf@fga.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5587
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5588 * dragdrop.el: changed order of require/provide
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5589 (dragdrop-drop-mime-default) changed to new calling conventions
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5590 (dragdrop-drop-do-functions) changed to new calling conventions
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5591 (dragdrop-function-widget) this one needs more work...
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5592
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5593 1998-05-10 Oliver Graf <ograf@fga.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5594
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5595 * about.el: another small change in my entry
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5596 * dragdrop.el (dragdrop-drop-log-function): logging added
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5597 plus customizations
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5598 changed interface to handler functions. now called with event
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5599 and object
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5600
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5601 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5602
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5603 * glyphs.el (divider-pointer-glyph): Declared new glyph,
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5604 E-W arrow pointer displayed over draggable dividers.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5605
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5606 * mouse.el (default-mouse-motion-handler): Show it when
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5607 appropriate.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5608 (drag-window-divider): Added.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5609 ([top-level]): Initialized window-divider-map with a keymap
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5610 binding the above function to left button down event.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5611
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5612 * x-mouse.el (x-init-pointer-shape): Initialize
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5613 divider-pointer-glyph from Cursor.dividerPointer, or use default
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5614 E-W double arrow.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5615
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5616 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5617
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5618 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5619
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5620 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5621
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5622 * simple.el (count-words-buffer): Don't query for buffer.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5623 (count-lines-buffer): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5624
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5625 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5626
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5627 * help.el (where-is): add optional insert argument.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5628
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5629 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5630
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5631 * help.el (describe-key-briefly): New argument INSERT.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5632
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5633 * simple.el (eval-expression): New optional argument; synch with
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5634 FSF 20.3.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5635
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5636 * keydefs.el (global-map): Add new register bindings.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5637
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5638 * register.el: Synched with FSF 20.3.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5639
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5640 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5641
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5642 * window-xemacs.el (recenter): all arguments are optional.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5643
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5644 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5645
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5646 * device.el: (device-pixel-width): Reflected name/parameters
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5647 change to device-system-metric.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5648 (device-pixel-height): Ditto.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5649 (device-mm-width): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5650 (device-mm-height): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5651 (device-bitplanes): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5652 (device-color-cells): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5653
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5654 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5655
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5656 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5657
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5658 * cl.el (most-positive-fixnum): Document.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5659 (most-negative-fixnum): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5660
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5661 * cus-dep.el: Updated comment.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5662
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5663 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5664 constant.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5665
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5666 * cus-load.el (custom-put): Removed.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5667
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5668 * files.el (after-find-file): Just resignal quit instead of
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5669 signaling "canceled".
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5670
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5671 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5672
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5673 * frame.el (other-frame): Use `focus-frame' instead of
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5674 select-frame kludges.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5675
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5676 * lisp-mode.el: Update lisp-indent-function for
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5677 save-selected-frame and with-selected-frame.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5678
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5679 * frame.el (save-selected-frame): New macro.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5680 (with-selected-frame): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5681 (other-frame): Use `set-frame-focus'.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5682
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5683 1998-05-06 Oliver Graf <ograf@fga.de>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5684
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5685 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5686 (dragdrop-drop-url-default) default handler for URL drops created
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5687 (dragdrop-drop-mime-default) default handler for MIME drops created
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5688 (dragdrop-drop-functions) default custom for handling drops created
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5689 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5690
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5691 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5692
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5693 * mouse.el: Removed redundant mouse-mswindows-drop function.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5694
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5695 1998-05-05 Oliver Graf <ograf@fga.de>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5696
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5697 * about.el: changed some text in my entry
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5698 * dragdrop.el: added customs
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5699
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5700 1998-05-04 Oliver Graf <ograf@fga.de>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5701
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5702 * mouse.el: killed global drop key bindings
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5703 (mouse-offix-drop) removed
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5704 * dragdrop.el: created
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5705 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5706
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5707 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5708
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5709 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5710 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5711
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5712 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5713 obsolete comment.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5714
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5715 * scrollbar.el (scrollbars-visible-p): Use new
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5716 {vertical,horizontal}-scrollbar-visible-p specifiers.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5717
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5718 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5719
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5720 * device.el (device-pixel-height):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5721 (device-pixel-width):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5722 (device-mm-width):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5723 (device-mm-height):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5724 (device-bitplanes):
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5725 (device-color-cells): Moved these 6 functions from device.c; they
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5726 all use single (device-system-metrics) call.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5727
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5728 1998-05-09 SL Baur <steve@altair.xemacs.org>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5729
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5730 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5731 were renamed.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5732
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5733 * menubar-items.el:
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5734 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5735 Suggested by Hrvoje Niksic <hniksic@srce.hr>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5736
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5737 * help.el (help-map): Remove Hyperbole keybinding logic.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5738 Suggested by: Michael Ernst <mernst@cs.washington.edu>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5739
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5740 1998-05-08 SL Baur <steve@altair.xemacs.org>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5741
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5742 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5743 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5744
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5745 1998-05-07 Andy Piper <andyp@parallax.co.uk>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5746
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5747 * msw-glyphs.el: use nicer icon3 from the frame icon.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5748
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5749 1998-05-07 SL Baur <steve@altair.xemacs.org>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5750
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5751 * version.el (emacs-version): Remove InfoDock conditionals.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5752
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5753 * startup.el (startup-splash-frame): Change ID logo name.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5754
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5755 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5756
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5757 * files.el (after-find-file): If the user presses C-g on
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5758 directory-creation prompt, kill the buffer.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5759
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5760 1998-05-06 SL Baur <steve@altair.xemacs.org>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5761
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5762 * simple.el (count-words-region): Reverse previous change.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5763
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5764 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5765
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5766 * replace.el (query-replace): Just call perform-replace.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5767 (query-replace-regexp): Ditto.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5768 (perform-replace): Move region handling here.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5769 (perform-replace): Use the new arg to match-data.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5770
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5771 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5772
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5773 * x-init.el: Install X specific display table that
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5774 displays char 0240 as a space to avoid whatever it is
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5775 that screws up display of that character code.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5776
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5777 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5778
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5779 * help.el (function-arglist): If no arguments are documented for a
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5780 subr, print nothing rather than incorrect output.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5781
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5782 1998-05-05 SL Baur <steve@altair.xemacs.org>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5783
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5784 * cmdloop.el (command-error): Update bail-out error message to use
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5785 `emacs-program-name'.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5786
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5787 * lib-complete.el: Remove reader macro cruft.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5788
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5789 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5790 cruft.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5791
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5792 * simple.el (count-words-region): Drop interactive-p check on the
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5793 message.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5794
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5795 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5796
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5797 * font.el
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5798 * msw-faces.el
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5799 Correct spelling of mswindows-font-canonicalize-name.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5800
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5801 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5802
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5803 * ldap.el (ldap-host-parameters-alist): Replaced with
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5804 `ldap-host-parameters-plist'
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5805 (ldap-search): Adapt to previous change
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5806
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5807 1998-05-02 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5808
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5809 * about.el (about-hackers): Update Bob Weiner bio.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5810 (about-maintainer-info): Ditto.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5811
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5812 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5813
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5814 * simple.el (display-warning-minimum-level): Docfix.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5815
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5816 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5817
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5818 * widget.el (:default-get): New keyword.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5819 * wid-edit.el (default, widget-default-default-get): Define it.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5820 (group, widget-group-default-get): Define it.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5821 (menu-choice, widget-choice-default-get): Define it.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5822 (widget-default-get): New function.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5823 (widget-choice-action): Call it.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5824 (widget-editable-list-entry-create): Call it.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5825
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5826 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5827
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5828 * byte-optimize.el (byte-boolean-vars): Removed.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5829 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5830 lookup through `byte-boolean-vars'.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5831
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5832 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5833
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5834 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5835 resource-provided values into ghost specs for scrollbar-height and
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5836 scrollbar-width.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5837
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5838 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5839
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5840 * byte-optimize.el: Don't attempt to optimize /=.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5841
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5842 * bytecomp.el (byte-compile-one-ore-more-args): New function.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5843 (byte-compile-/=): Ditto.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5844
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5845 1998-05-02 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5846
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5847 * apropos.el: Use `with-displaying-help-buffer'.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5848 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5849 Use `with-displaying-help-buffer'.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5850 (apropos-follow): Do not give special treatment to buffer cursor
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5851 was in prior to a mouse click.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5852 (apropos-describe-plist): Use `with-displaying-help-buffer'.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5853 (apropos-print-doc): Set correct buffer for setting text
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5854 properties.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5855
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5856 1998-05-01 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5857
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5858 * help.el (help-buffer-prefix-string): New variable.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5859 (help-buffer-name): Use it.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5860
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5861 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5862 mode menu.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5863
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5864 1998-04-30 Greg Klanderman <greg@alphatech.com>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5865
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5866 * frame.el (other-frame): Work even when focus-follows-mouse is true.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5867
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5868 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5869
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5870 * files.el (find-file-noselect): Update docstring.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5871 (find-file-noselect): Signal an error if found an unreadable file.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5872 (file-chase-links): Save the match data.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5873 (normal-mode): Use `lwarn' and `error-message-string'.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5874 (interpreter-mode-alist): Change defconst to defvar.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5875 (inhibit-first-line-modes-regexps): Ditto.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5876 (inhibit-first-line-modes-regexps): Added .tgz.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5877 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5878 (change-major-mode-with-file-name): New user-option.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5879 (set-visited-file-name): Synched with FSF.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5880 (file-name-extension): New function, from FSF 20.3.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5881 (file-relative-name): Synched with FSF.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5882 (save-some-buffers): Support the C-r feature.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5883 (recover-session): Synched with FSF.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5884 (kill-some-buffers): Ditto.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5885 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5886
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5887 1998-04-30 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5888
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5889 * files.el (insert-file): Undo previous change and reenable use of
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5890 format.el.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5891
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5892 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5893
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5894 * window-xemacs.el (recenter): Define.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5895
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5896 1998-04-29 Andy Piper <andyp@parallax.co.uk>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5897
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5898 * font.el (mswindows-font-create-name)
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5899 (mswindows-font-create-object): new functions for mswindows type
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5900 fonts.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5901
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5902 * msw-faces.el (mswindows-font-canicolize-name): fix so that
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5903 strings are parsed as well as font objects.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5904
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5905 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5906
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5907 * modeline.el (defining-kbd-macro): Restore modeline indication of
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5908 kbd-macro being recorded.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5909 (add-minor-mode): Simplify docstring.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5910 (modeline-minor-mode-menu): Remove stuff.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5911
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5912 1998-04-29 Andy Piper <andyp@parallax.co.uk>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5913
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5914 * code-process.el (call-process): dynamically decide process
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5915 coding type.
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5916
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5917 1998-04-29 Jim Radford <radford@robby.caltech.edu>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5918
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5919 * modeline.el: Add line-number-mode, column-number-mode to
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5920 the modeline minor-mode menu. Button2 on the line number does
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5921 goto-line.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5922
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5923 1998-04-29 Andy Piper <andyp@parallax.co.uk>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5924
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5925 * mouse.el: move x-selection-owner-p type things to
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5926 selection-owner-p.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5927
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5928 * msw-init.el: copy zmacs stuff from x-init.el
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5929
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5930 * msw-select.el (mswindows-own-selection)
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5931 (mswindows-disown-selection) (mswindows-selection-owner-p): new
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5932 functions. Very simple minded implementation of selectio
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5933 ownership.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5934
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5935 * select.el (own-selection) (disown-selection)
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5936 (activate-region-as-selection) (select-make-extent-for-selection)
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5937 (valid-simple-selection-p): functions moved from x-select.el for
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5938 generalized selection.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5939
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5940 * x-select.el: see select.el changes.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5941
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5942 * x-toolbar.el: use new selection functions.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5943
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5944 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5945
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5946 * packages.el (packages-find-package-directories): Fixed bug that
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5947 would pick up multiple site-package directories.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5948 (package-locations): Added "xemacs-packages" as a late package
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5949 location.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5950
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5951 * find-paths.el: Now uses `emacs-program-name' and
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5952 `emacs-program-version'.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5953 Additions to enforce version-specific directories in
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5954 `paths-find-version-directory'.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5955
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5956 1998-04-29 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5957
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5958 * default.el: Removed.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5959 * site-start.el: Removed.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5960
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
5961 1998-04-29 Didier Verna <didier@xemacs.org>
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5962
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5963 * minibuf.el (minibuffer-history-minimum-string-length): Default
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5964 to nil.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5965
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5966 1998-04-28 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5967
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5968 * find-paths.el (paths-program-name): Rename.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5969 (paths-emacs-root-p): Ditto.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5970 (paths-find-site-directory): Ditto.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5971
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5972 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5973
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5974 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5975 `emacs-lisp-byte-compile-and-load'.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5976
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5977 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5978
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5979 * ldap.el (ldap-search): Fixed additional parameter passing to
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5980 `ldap-open'
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5981
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5982 1998-04-27 Andy Piper <andyp@parallax.co.uk>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5983
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5984 * select.el (kill-primary-selection) (selection-owner-p)
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5985 (copy-primary-selection) (yank-clipboard-selection)
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5986 (selection-exists-p) (delete-primary-selection): new file and
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5987 functions that do the right thing for the selected device.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5988
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5989 * x-menubar.el: use generalised selection functions.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5990
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5991 * dumped-lisp.el: dump select.el.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5992
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5993 1998-04-27 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5994
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5995 * find-paths.el (paths-progname): New variable.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5996 (paths-emacs-root-p): Use it.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5997 (paths-find-site-directory): Ditto.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5998
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
5999 1998-04-26 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
6000
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
6001 * loadup.el ((member "dump" command-line-args)): Dump as
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
6002 `infodock' if InfoDock.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
6003
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
6004 1998-04-25 SL Baur <steve@altair.xemacs.org>
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
6005
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
6006 * find-paths.el (construct-emacs-version): Simplify, include
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
6007 program name in the return value.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
6008 * (paths-find-version-directory): Use it.
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 278
diff changeset
6009
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6010 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6011
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6012 * info.el (Info-parse-dir-entries): Fixed regexp
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6013 (Info-build-dir-anew): Remove full suffix and capitalize info file
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6014 name for files with no @direntry
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6015 (Info-batch-rebuild-dir): New function
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6016 (Info-suffixed-file): Check for regular files instead of simple
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6017 file existence (could catch directories before)
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6018
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6019 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6020
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6021 * setup-paths.el, find-paths.el: Removed uses of `not' which
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6022 temacs doesn't have.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6023
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6024 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6025 into root searching.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6026
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6027 1998-04-24 Martin Buchholz <martin@xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6028
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6029 * subr.el: Remove definition of `not'.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6030
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6031 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6032
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6033 * msw-glyphs.el: enable graphics support.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6034
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
6035 1998-04-23 Didier Verna <didier@xemacs.org>
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6036
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6037 * x-menubar.el (default-menubar): restored the line-number-mode
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6038 option.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6039
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6040 * misc doc string updates related to the options menu.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6041
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6042 1998-04-24 SL Baur <steve@altair.xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6043
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6044 * setup-paths.el (paths-construct-load-path): Fix typo.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6045
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6046 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6047
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6048 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6049 font-menu-ignore-scaled-fonts don't have to be bound now; this
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6050 gets us one step further towards making --no-autoloads work.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6051
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6052 * startup.el (normal-top-level): Load auto-autoloads only if
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6053 lisp-directory is non-nil.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6054
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6055 * setup-paths.el (paths-construct-load-path): Made it robust
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6056 against nil lisp-directory.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6057
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6058 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6059 to the list of variables that cause a warning when nil.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6060
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6061 * toolbar.el (init-toolbar-location): Now works even when there's
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6062 no toolbar icon directory.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6063
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6064 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6065
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6066 * help.el (view-lossage): Recognize it.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6067
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6068 * simple.el (log-message): Mark multiline messages.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6069
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6070 1998-04-22 SL Baur <steve@altair.xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6071
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6072 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6073
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6074 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6075
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6076 * package-get.el (package-get-all): add `\n' separator to
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6077 interactive specification so that both variables are read
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6078
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
6079 1998-04-22 Didier Verna <didier@xemacs.org>
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6080
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6081 * x-menubar.el: ported the options menu to Custom.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6082 Moved the "read only" toggle button to the buffers menu.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6083 Corrected some missing ;;;###autoload or defcustom.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6084
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6085 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6086 the scrollbar-visible specifier for options menu handling.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6087
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6088 * toolbar.el (toolbar-visible-p)
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6089 (toolbar-captioned-p)
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6090 (default-toolbar-position): defcustom wrappers around
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6091 the toolbar specifiers for options menu handling.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6092
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6093 * frame.el (get-frame-for-buffer-default-instance-limit):
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6094 defcustom it for options menu handling.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6095
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6096 * font-lock.el (font-lock-mode): defcustom and autoload the variable
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6097 font-lock-mode for options menu handling.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6098
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6099 * cus-start.el: added Custom properties to overwrite-mode for
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6100 options menu handling.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6101
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6102 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6103
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6104 * about.el: shameless self-promotion.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6105
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6106 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6107
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6108 * simple.el (raw-append-message): Slightly optimize.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6109 (remove-message): Use `push' for clarity.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6110 (append-message): Ditto.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6111 (display-warning): Dito.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6112 (raw-append-message): Send the message to the appropriate device.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6113
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6114 1998-04-22 SL Baur <steve@altair.xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6115
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6116 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6117 From Sean MacLennan <Sean.MacLennan@pika.ca>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6118
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6119 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6120
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6121 * setup-paths.el: Changed `directory-sep-char' to
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6122 `path-separator', following a change in GNU Emacs.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6123
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6124 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6125
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
6126 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6127 (Info-build-dir-anew): Add a final newline.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6128 (Info-build-dir-anew): Do not issue warning when rebuilding policy
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6129 is `always'
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6130 (Info-rebuild-dir): Ditto
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6131
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6132 * dumped-lisp.el (preloaded-file-list): Added ldap.el
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6133
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6134 1998-04-21 SL Baur <steve@altair.xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6135
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6136 * simple.el (count-words-buffer): Retain zmacs region.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6137 (count-words-region): Ditto.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6138 * simple.el: (what-line): Expanded line counts.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6139 (count-lines): New parameter to conditionalize whether collapsed
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6140 lines get counted.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6141 From Bob Weiner <weiner@altrasoft.com>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6142
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6143 1998-04-19 SL Baur <steve@altair.xemacs.org>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6144
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6145 * packages.el (package-locations): infodock-packages must override
278
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6146 mule-packages and packages.
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6147
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6148 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6149
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6150 * wid-edit.el:
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6151 remove rude messages from widget-activation-widget-mapper
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6152 and widget-activation-glyph-mapper
90d73dddcdc4 Import from CVS: tag r21-0b37
cvs
parents: 276
diff changeset
6153
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6154 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6155
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6156 * toolbar.el: Remove (featurep 'x) test from
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6157 toolbar-make-button-list
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6158
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6159 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6160
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6161 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6162 only if in the same frame.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6163
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6164 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6165
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6166 * packages.el (package-locations): Added site-packages hierarchy.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6167
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6168 * setup-paths.el (paths-default-info-directories): Introduced and
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6169 used.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6170
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6171 * packages.el, setup-paths.el: Set various path searching depths
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6172 to 1.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6173
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6174 * packages.el (packages-hierarchy-depth):
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6175 (packages-load-path-depth): Introduced and used.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6176
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6177 * setup-paths.el (paths-load-path-depth): Introduced and used.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6178
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6179 * find-paths.el (paths-find-recursive-path): Added max-depth
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6180 parameter.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6181
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6182 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6183
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6184 * setup-paths.el (paths-construct-info-path): Removed
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6185 dependency on behavior of (file-name-as-directory "").
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6186
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6187 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6188
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6189 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6190 lisp objects
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6191
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6192 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6193
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6194 * dump-paths.el, startup.el: Added handling for --debug-paths.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6195
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6196 1998-04-15 William M. Perry <wmperry@aventail.com>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6197
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6198 * wid-edit.el: We cannot just set the help-echo or balloon-help
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6199 properties for an extent based on the :help-echo widget
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6200 property, since help-echo and balloon-help cause an EXTENT to
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6201 get passed in, where :help-echo functions are expecting a WIDGET
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6202
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6203 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6204
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6205 * scrollbar.el (init-scrollbar-from-resources): Call
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6206 mswindows-init-scrollbar-metrics when appropriate.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6207
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6208 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6209
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6210 * dumped-lisp.el: dump x-toolbar for window system
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6211
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6212 * msw-init.el (init-post-mswindows-win): enable toolbars if we
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6213 have support and xpm.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6214
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6215 1998-04-16 SL Baur <steve@altair.xemacs.org>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6216
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6217 * files.el (toggle-read-only): Fix docstring.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
6218 From Didier Verna <didier@xemacs.org>
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6219
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6220 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6221
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6222 * startup.el (normal-top-level): Load autoload-file-name without
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6223 specifying an extension---some people only auto-autoload.el.gz.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6224
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6225 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6226
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6227 * files.el (backup-enable-predicate): Don't bomb on NAME being
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6228 nil.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6229
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6230 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6231
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6232 * find-paths.el, packages.el: Now prefers configure'd paths.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6233 This shouldn't cause any of the originally anticipated problems as
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6234 the current paths architecture will not define the various
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6235 configure-xxx variables if they're not specified on the configure
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6236 command line.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6237
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6238 * find-paths.el, setup-paths.el, packages.el: Removed all
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6239 mentionings of "/" as a path separator.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6240 Used paths-construct-path throughout.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6241
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6242 * find-paths.el (paths-construct-path): Created to assemble paths
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6243 from directory components.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6244
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6245 * setup-paths.el, packages.el: Used paths-decode-directory-path
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6246 instead of decode-path-internal.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6247
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6248 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6249 and associates.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6250 (paths-decode-directory-path) Created.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6251
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6252 * setup-paths.el: Changed configure-exec-path to
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6253 configure-exec-directory.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6254
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6255 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6256
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6257 * packages.el (packages-find-packages): Fixed decoding of
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6258 EMACSPACKAGEPATH.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6259
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6260 * startup.el: -no-packages -> -no-early-packages.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6261
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6262 (packages-load-package-lisps): Fixed loading of auto-autoload
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6263 files.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6264
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6265 * startup.el (normal-top-level): Fixed loading of core
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6266 auto-autoload.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6267
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6268 * obsolete.el: Un-obsoleted site-directory. Sigh.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6269
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6270 * startup.el, packages.el, dump-paths.el: Added proper settings
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6271 for site-directory and lisp-directory variables.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6272
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6273 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6274 inhibit-package-autoloads and fixed handling of it.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6275
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6276 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6277 handling of former inhibit-package-init, now
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6278 inhibit-early-packages, to make -vanilla etc. work.
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 274
diff changeset
6279
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6280 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6281
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6282 * code-process.el (start-process): Fallback to 'undecided instead
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6283 of 'binary for process input coding stream.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6284
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6285 * process.el (start-process): Docstring fix.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6286
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6287 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6288
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6289 * info.el (Info-insert-dir): Do not insert temporary dir files
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6290 in Info-dir-file-attributes
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6291 (Info-build-dir-anew): Ensure temporary buffer is not read-only
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6292 (Info-rebuild-dir): Ditto.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6293
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6294 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6295
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6296 * obsolete.el: Added obsoleteness declarations for
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6297 `site-directory' and `Info-default-directory-list'.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6298
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6299 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6300
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6301 * find-paths.el (paths-find-emacs-root): Only look at the
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6302 executable at the end of the symlink chain for determining the
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6303 Emacs root.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6304
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6305 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6306
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6307 * setup-paths.el (paths-construct-info-path): Changed construction
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6308 to cater to gone default in configure.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6309
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6310 * find-paths.el (paths-uniq-append): Added.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6311
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6312 * packages.el: Rewritten package path construction once again.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6313
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6314 * dump-paths.el, startup.el: Removed package-path as a global
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6315 variable.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6316
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6317 * package-admin.el (package-admin-add-single-file-package):
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6318 (package-admin-add-binary-package): Changed package-path to
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6319 late-packages.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6320
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6321 * packages.el (packages-split-path): Split path at "/" rather than
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6322 nil according to change in emacs.c.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6323
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6324 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6325
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6326 * setup-paths.el (paths-construct-info-path): Changed info path
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6327 order so that directories come out right.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6328 (paths-find-lock-directory): Fixed bug: It used to think
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6329 configure-lock-directory is a path.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6330
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6331 1998-04-06 Jeff Miller <jmiller@smart.net>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6332
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6333 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6334 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6335 eases the use of toolbar-add/kill-item functions.
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6336
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6337 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6338
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6339 * code-files.el (file-coding-system-alist): Commented out
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6340 loaddefs.el magical treatment.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6341
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6342 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6343
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6344 * info.el (Info-rebuild-outdated-dir): Added new option
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6345 `conservative' and made it the default
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6346 (Info-rebuild-dir): Appropriately parse multi-line description
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6347 strings, and multi-section dir files. Issue warning when dir
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6348 is rebuilt as temporary
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6349 (Info-build-dir-anew): Issue warning when dir is built as
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6350 temporary
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6351
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6352 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6353
274
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6354 * list-mode.el (list-mode-map): Bind highlight motion commands to
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6355 standard keys left, right, C-b and C-f.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6356
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6357 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6358
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6359 * files.el (auto-mode-alist): allow .sc for Scheme->C
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6360
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6361 1998-04-06 SL Baur <steve@altair.xemacs.org>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6362
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6363 * loadup.el (pureload): Don't quote (garbage-collect).
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6364
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6365 1998-04-04 SL Baur <steve@altair.xemacs.org>
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6366
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6367 * package-get-base.el: Updated.
ca9a9ec9c1c1 Import from CVS: tag r21-0b35
cvs
parents: 272
diff changeset
6368
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6369 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6370
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6371 * isearch-mode.el (isearch-just-started): New variable.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6372 (isearch-mode): Set it.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6373 (isearch-repeat): Advance one character forward only if the search
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6374 was successful, and was not just started.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6375 (isearch-repeat): Clear isearch-just-started.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6376
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6377 1998-04-02 SL Baur <steve@altair.xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6378
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6379 * finder.el (finder-compile-keywords): Don't eval new finder-inf
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6380 if running -batch.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6381
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6382 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6383
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6384 * subr.el (listify-key-sequence): Removed.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6385
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6386 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6387
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6388 * bytecomp.el (byte-compile-print-gensym): New option.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6389 (byte-compile-output-file-form): Use it.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6390 (byte-compile-output-docform): Ditto.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6391 (byte-compile-compiled-obj-to-list): Ditto.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6392
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6393 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6394
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6395 * msw-glyphs.el: set frame icon if xpm support.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6396
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6397 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6398
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6399 * help.el: Code that pretty prints variable values
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6400 removed.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6401
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6402 1998-04-02 SL Baur <steve@altair.xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6403
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6404 * find-paths.el (paths-emacs-root-p): Correct test for installation
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6405 directory.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6406 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6407
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6408 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6409
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6410 * loaddefs.el: Don't set debug-ignored-errors; leave
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6411 its default value set to nil.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6412
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6413 1998-03-29 Damon Lipparelli <lipp@primus.com>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6414
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6415 * info.el (Info-rebuild-dir): fixed mis-spelling.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6416
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6417 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6418
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6419 * info.el (Info-rebuild-outdated-dir): New custom var
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6420 (Info-insert-node): Create/update dir file when needed, ie when it
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6421 does not exist or is older than some info files in directory
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6422
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6423 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6424
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6425 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6426 for last packages, mainly for using a 20.4 package base.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6427
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6428 * packages.el (late-packages): Typo fix. It was called
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6429 early-packages.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6430
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6431 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6432 relative symlinks correctly.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6433 (paths-find-emacs-roots): More rigorous checking for plausible
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6434 configuration-time root.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6435
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6436 * startup.el (normal-top-level): Added a warning if XEmacs cannot
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6437 find its roots.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6438
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6439 1998-03-27 Martin Buchholz <martin@xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6440
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6441 * faces.el: Fix docstrings.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6442 * glyphs.el: Fix docstrings.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6443 * mouse.el: Fix docstrings.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6444
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6445 * frame.el: Change phrase `current frame' to `selected frame'.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6446
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6447 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6448
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6449 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6450 macros using backquote to make them infinitely more readable.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6451
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6452 1998-03-30 SL Baur <steve@altair.xemacs.org>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6453
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6454 * packages.el (packages-find-package-path): Hardcoded specialized
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6455 InfoDock support until we can clean this up.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6456
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6457 * help.el (describe-bindings-1): Return the value of the bindings
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6458 help buffer created.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6459 (describe-bindings): Ditto.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6460
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6461 * simple.el (set-variable): Restore previous behavior of not
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6462 bombing if the variable to set is not boundp.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6463
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6464 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6465
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6466 * packages.el (packages-handle-package-dumped-lisps): Allow for
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6467 non-local files to be loaded off the package-lisp variable.
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
6468
269
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6469 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6470
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6471 * x-faces.el: Global X resources should override
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6472 specs for all device classes (color, grayscale, mono);
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6473 code currently doesn't override any of them. Fixed by
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6474 calling remove-specifier with '(x default) as the tag
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6475 set and allowing inexact matches.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6476
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6477 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6478
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6479 * faces.el: Separated face intializations based on
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6480 device classes into device type specific (tag set,
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6481 instantiator) pairs.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6482
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6483 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6484
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6485 * wid-edit.el (widget-choice-action): Remember user's explicit
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6486 choice.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6487 (widget-choice-value-create): Respect it.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6488 From Richard Stallman <rms@gnu.org>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6489
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6490 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6491
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6492 * setup-paths.el (paths-construct-info-path): Always append
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6493 existing directories from configure-time info path.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6494
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6495 * startup.el (startup-setup-paths): Renamed misnamed info-path to
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6496 Info-directory-list.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6497
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6498 * info.el: Removed Info-default-directory-list which was broken by
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6499 design.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6500 Removed bogus initialization of Info-directory-list---startup.el
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6501 can do a much better job.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6502 Added autoload of Info-directory-list.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6503
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6504 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6505 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6506 be exclusive; now it's merely given precedence, just like in the
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6507 old days.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6508
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6509 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6510
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6511 * find-paths.el (paths-find-architecture-directory): Fix bug with
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6512 finding; it used to default too early.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6513
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6514 1998-03-25 Martin Buchholz <martin@xemacs.org>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6515
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6516 * packages.el (packages-split-path): Fix a bug; it used to fail
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6517 for paths that weren't split.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6518
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6519 1998-03-26 SL Baur <steve@altair.xemacs.org>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6520
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6521 * finder.el (finder-compile-keywords): trap on errors.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6522
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6523 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6524
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6525 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6526 fourth argument of t so that only the specs exactly
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6527 matching the tag lists are removed.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6528
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6529 1998-03-25 SL Baur <steve@altair.xemacs.org>
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6530
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6531 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
b2472a1930f2 Import from CVS: tag r20-5b33
cvs
parents: 267
diff changeset
6532
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6533 1998-03-23 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6534
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6535 * minibuf.el (mouse-read-file-name-1): If a default directory was
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6536 specified, use it for generating the completions.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6537
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6538 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6539
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6540 * update-elc.el: Now respects inhibit-package-init and
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6541 inhibit-site-lisp.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6542 Now does path construction with loadup-paths.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6543
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6544 * startup.el (normal-top-level, startup-setup-paths): Now respects
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6545 inhibit-package-init and inhibit-site-lisp.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6546
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6547 * packages.el (packages-find-package-path): Extended package path
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6548 by version-specific hierarchies.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6549 (packages-find-packages): Now respects inhibit flag and
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6550 inhibit-site-lisp.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6551 Moved path setup to loadup-paths.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6552
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6553 * make-docfile.el: Now respects inhibit-package-init and
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6554 inhibit-site-lisp.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6555 Now does path construction with loadup-paths.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6556
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6557 * loadup.el: Now respects inhibit-package-init and
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6558 inhibit-site-lisp.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6559
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6560 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6561
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6562 * loadup-paths.el: New file: setup load-path to encompass
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6563 packages.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6564
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6565 1998-03-22 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6566
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6567 * auto-show.el: load-gc renamed to pureload.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6568 * site-load.el: Ditto.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6569 * packages.el (toplevel): Ditto.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6570 * loadup.el (really-early-error-handler): Ditto.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6571 * dumped-lisp.el (preloaded-file-list): Ditto.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6572 * cus-face.el (custom-declare-face): Ditto.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6573
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6574 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6575
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6576 * <Today>: The Big Path Searching Overhaul.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6577
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6578 * find-paths.el: New file: find and assemble paths in the
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6579 installation hierarchy.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6580
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6581 * setup-paths.el: New file: global layout of paths and directories
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6582 within the XEmacs hierarchy.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6583
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6584 * packages.el: Replaced everything related to path searching and
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6585 startup by code in terms of find-paths.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6586
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6587 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6588 the new path searching engine.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6589
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6590 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6591 and setup-paths.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6592
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6593 1998-03-22 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6594
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6595 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6596 setup-paths.el.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6597
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6598 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6599
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6600 * msw-glyphs.el: Added check for 'mswindows feature, so the file
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6601 compiles identically in any configuration.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6602 Removed irrelevant commentary.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6603
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6604 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6605
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6606 * simple.el (set-variable): Allow setting specifiers.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6607
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6608 1998-03-19 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6609
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6610 * lisp.el (forward-sexp): Revert previous change.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6611
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6612 1998-03-18 SL Baur <steve@altair.xemacs.org>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6613
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6614 * frame.el (frame-initialize): Use `delete-console' instead of
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6615 `delete-device' to delete the stream console to match the usage in
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6616 Fkill_emacs.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6617
265
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6618 1998-03-16 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6619
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6620 * files.el (cdpath-previous): New variable.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6621 (cd): Use it.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6622 From Bob Weiner <weiner@wave.altrasoft.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6623
267
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6624 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6625
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6626 * keydefs.el: Changed keybindings of forward-char,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6627 backward, scroll-up and scroll-down to point to their
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6628 -command counterparts.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6629
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6630 * simple.el: New functions: forwarc-char-command,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6631 backwrad-char-command, scroll-up-command,
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6632 scroll-down-command which work liek their counterparts
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6633 except that they honor the variable
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6634 signal-error-on-buffer-boundary.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6635
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6636 Definition of signal-error-on-buffer-boundary received
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6637 from src/cmds.c.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6638
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6639 defvar declaration added for word-across-newline to avoid
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6640 byte-compiler warning about the free variable reference.
966663fcf606 Import from CVS: tag r20-5b32
cvs
parents: 265
diff changeset
6641
265
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6642 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6643
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6644 * winnt.el: Removed "%t" from the beginning of
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6645 modeline-format. From now on, there's no nt-specifics in the modeline.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6646
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6647 1998-03-14 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6648
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6649 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6650 of `when' with `if'.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6651
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6652 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6653
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6654 * msw-glyphs.el: New file. Defines TTY-style glyphs for
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6655 mswindows. Must be reworked along with glyphs.el, or
265
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6656 merged into it, after there is images support.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6657
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6658 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6659 'mswindows.
265
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6660
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6661 1998-03-13 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6662
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6663 * faces.el: fix for text cursor initialization.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6664 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6665 From Andy Piper <andyp@parallax.co.uk>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6666
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6667 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6668
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6669 * files.el (set-auto-mode): If a mode is not fboundp, check to see
265
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6670 if there is an existing package that handles it and warn the user
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6671 about that mode.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6672
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6673 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6674
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6675 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6676 Installation" menu item when Installation-string is not bound.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6677
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6678 1998-03-11 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6679
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6680 * lisp.el (forward-sexp): Fix for test for balanced sexp.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6681 From Jeremiah W. James <jerry@cs.ucsb.edu>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6682
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6683 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6684
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6685 * msw-faces.el:
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6686 * faces.el: Fix face initialization.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6687
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6688 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6689
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6690 * files.el (backup-enable-predicate): fix breakage introduced
265
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6691 by TMPDIR patch.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6692
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6693 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6694
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6695 * x-faces.el (x-init-face-from-resources): The
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6696 TTY face property retrieval functions don't return
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6697 specifiers, so use face-property instead.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6698
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6699 1998-03-09 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6700
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6701 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6702
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6703 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6704
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6705 * x-menubar.el: Expanded documentation for
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6706 option-save-faces. Changed Options -> Browse Faces
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6707 menu entry to invoke customize-face.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6708
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6709 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6710
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6711 * faces.el: Most face initialization moved out of
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6712 init-other-random-faces to the top level so that the
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6713 initialization happens before Xemacs is dumped. Much
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6714 of the fascist "face-differs-from-default-p or FROB!"
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6715 code has been retired in favor of letting the user do
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6716 what they want to do. Face initialization code changed
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6717 to use `default' specifier tag so that the settings can
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6718 be overridden later if the user wishes it.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6719
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6720 1998-03-08 SL Baur <steve@altair.xemacs.org>
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6721
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6722 * about.el (about-hackers): Update contributors list.
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
6723
263
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6724 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6725
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6726 * specifier.el: Define new specifier tag `default'.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6727
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6728 * modeline.el: Initialize faces using `default' tag.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6729
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6730 * x-faces.el (x-init-face-from-resources): Remove
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6731 specifier specs containing the `default' tag before
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6732 adding new specs.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6733
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6734 1998-03-02 John Jones <jj@asu.edu>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6735
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6736 * package-get.el (package-get-all): fixed arguments on call to
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6737 package-admin-add-single-file-package.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6738 * package-get.el (package-get-installedp): fixed to match
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6739 advertised behavior.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6740 * package-get.el: added function package-get-update-all which
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6741 installs newest versions of all the current packages (if they are
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6742 not already installed).
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6743
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6744 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6745
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6746 * files.el (find-file-noselect): Uncommented `truename' binding in
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6747 `let*' and use it later to set `buffer-file-truename' iff it's
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6748 still nil, as happens for example when finding a compressed
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6749 file with "jka-compr".
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6750
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6751 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6752
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6753 * faces.el: in make-face-* type functions do the operation for all
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6754 window systems, not just the first one found.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6755
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6756 * font.el: call mswindows-list-fonts for mswindows.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6757
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6758 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6759
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6760 * code-process.el (call-process-region):
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6761 * process.el (call-process-region):
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6762 * package-get.el (package-get-dir):
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6763 * files.el (backup-enable-predicate):
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6764 * gnuserv.el (gnuserv-temp-file-regexp):
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6765 Use temp-directory in place of `/tmp'.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6766
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6767 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6768
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6769 * "Fast" dired-in-C enhancements for Windows 95/NT:
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6770
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6771 * files.el: Added function, `wildcard-to-regexp', from GNU
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6772 Emacs.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6773
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6774 * files.el (insert-directory): Modified to use special
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6775 dired-in-C enhancements if present.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6776
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6777 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6778
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6779 * code-files.el: make default coding no-conversion.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6780
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6781 1998-03-02 SL Baur <steve@altair.xemacs.org>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6782
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6783 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6784 the load-path.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6785
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6786 * update-elc.el: Strip directory when testing for files not to
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6787 bytecompile.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6788
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6789 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6790
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6791 * lisp-mode.el: Use recommended form for menus.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6792
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6793 * info.el (Info-construct-menu): Use recommended form for menus.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6794
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6795 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6796 entry.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6797
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6798 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6799
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6800 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6801 (get-frame-for-buffer-noselect): Always return frames
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6802 in the not-this-window-p cond clause.
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
6803
261
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6804 1998-02-27 SL Baur <steve@altair.xemacs.org>
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6805
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6806 * help.el (describe-installation): New function.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6807
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6808 * x-menubar.el (default-menubar): Add describe-installation to
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6809 Help menu.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6810
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6811 * packages.el (packages-unbytecompiled-lisp): Installation.el
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6812 should not be bytecompiled.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6813
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6814 * dumped-lisp.el (preloaded-file-list): Dump Installation with
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6815 XEmacs.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6816
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6817 * x-menubar.el (default-menubar): Use correct guard for VM menu
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6818 entry.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6819
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6820 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6821 coding.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6822 From Andy Piper <andyp@parallax.co.uk>
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6823
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6824 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6825
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6826 * ldap.el: Do not require ldap-internal at compile time.
405dd6d1825b Import from CVS: tag r20-5b29
cvs
parents: 259
diff changeset
6827
259
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6828 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6829
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6830 * code-files.el: new file. a virtual copy of mule-files.el
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6831 but without charset
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6832 dependencies. (toggle-buffer-file-ocding-system) new function for
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6833 changing the eol type for the current buffer.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6834
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6835 * code-process.el: new file. a copy of
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6836 mule-process.el. mule-process.el will disappear when things have
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6837 settled.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6838
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6839 * coding.el: new file. a virtual copy of mule-files.el but
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6840 without charset dependencies. (coding-system-base) new function
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6841 for getting the parent coding system of a coding system with eol
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6842 type set.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6843
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6844 * dumped-lisp.el: add above files for the non-mule case.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6845
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6846 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6847
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6848 * window-xemacs.el (display-buffer): If no explicit
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6849 frame is specified, search for a window that displays
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6850 the buffer on the currently selected frame, before
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6851 searching other frames.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6852
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6853 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6854
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6855 * frame.el (get-frame-for-buffer): If not-this-window-p
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6856 is non-nil, use window on the selected frame if it is not
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6857 also the selected window. When defaulting, search for
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6858 windows on the currently selected fgrame before searching
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6859 other frames.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6860
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
6861 1998-02-25 Didier Verna <didier@xemacs.org>
259
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6862
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6863 * modeline.el (modeline-swap-buffers): originally named
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6864 `mouse-release-modeline'. Whether to actually swap the buffers is
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6865 decided in `mouse-drag-modeline'.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6866 (mouse-drag-modeline): A button release event is considered a
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6867 mouse click is both X (modeline scroll) and Y (modeline drag) pos
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6868 stay unchanged.
259
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6869
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6870 1998-02-25 SL Baur <steve@altair.xemacs.org>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6871
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6872 * x-menubar.el: Put redo on the menubar.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6873 From Aki Vehtari <Aki.Vehtari@hut.fi>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6874
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6875 1998-02-22 Greg Klanderman <greg@alphatech.com>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6876
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6877 * bytecomp.el (displaying-byte-compile-warnings): if
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6878 temp-buffer-show-function is set, use it to display current set of
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6879 warnings in the "*Compile-Log-Show*" buffer.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6880
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6881 * simple.el (display-warning-buffer): if temp-buffer-show-function
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6882 is set, use it to display current set of warnings in the
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6883 "*Warnings-Show*" buffer.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6884
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6885 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6886
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6887 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6888 Common Lisp.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6889
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6890 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6891
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6892 * menubar.el: Allow button descriptors at least 2 long.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6893
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6894 * x-menubar.el (default-menubar): Use recommended forms.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6895 (file-menu-filter): Remove.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6896 (edit-menu-filter): Remove.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6897
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6898 1998-02-24 SL Baur <steve@altair.xemacs.org>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6899
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6900 * about.el (about-hackers): Updated.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6901
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6902 1998-02-22 Greg Klanderman <greg@alphatech.com>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6903
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6904 * help.el (help-max-help-buffers): new variable
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6905 (help-register-and-maybe-prune-excess): new function
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6906 (help-buffer-name): use help-max-help-buffers.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6907 (with-displaying-help-buffer): use
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6908 help-register-and-maybe-prune-excess.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6909
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6910 * help.el (help-maybe-pretty-print-value): if the value fits on
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6911 one line, let it.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6912
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6913 1998-02-21 Greg Klanderman <greg@alphatech.com>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6914
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6915 * (with-displaying-help-buffer): there is no need to kill the buffer
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6916 if it exists, becasuse with-output-to-temp-buffer will clear it.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6917 further, killing the buffer violates the rule that
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6918 temp-buffer-show-function, if set, has the full responsibility of
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6919 showing the temp buffer. killing the buffer fucks with the window
259
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6920 configuration, hosing temp-buffer-show-function.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6921
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6922
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
6923 1998-02-23 Didier Verna <didier@xemacs.org>
259
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6924
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6925 * modeline.el (mouse-drag-modeline):
259
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6926 - Always scroll the modeline that was originally clicked on.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6927 - Use x pixels instead of x characters (which doesn't work anyway)
259
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6928 as horizontal reference for modeline dragging. This allows us to
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6929 keep on dragging the modeline even if the motion event occurs in
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6930 another window.
259
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6931
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
6932 1998-02-23 Didier Verna <didier@xemacs.org>
259
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6933
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6934 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6935 glyph on the modeline to indicate that dragging the mouse has an
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6936 effect both horizontally and vertically.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6937
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6938 1998-02-24 SL Baur <steve@altair.xemacs.org>
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6939
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6940 * about.el (about-xemacs): Get rid of redundant visible version
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6941 number.
11cf20601dec Import from CVS: tag r20-5b28
cvs
parents: 257
diff changeset
6942
257
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
6943 1998-02-19 SL Baur <steve@altair.xemacs.org>
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
6944
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
6945 * about.el (about-hackers): Update credits.
65c19d2020f7 Import from CVS: tag r20-5b27
cvs
parents: 255
diff changeset
6946
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6947 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6948
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6949 * prim/register.el (view-register): Show register type file-query.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6950
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6951 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6952
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6953 * mode-motion.el (mode-motion-highlight-internal):
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6954 save-excursion inside save-window-exucrsion form to
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6955 hide buffer point changes from save-window-excursion.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6956 Prevents display flickering when the mouse pointer
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6957 moves.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6958
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
6959 1998-02-17 Didier Verna <didier@xemacs.org>
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6960
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6961 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6962 function to handle correctly the case of a toolbar one side of the
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6963 window: scrolling will not necessarily happen.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6964
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6965 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6966
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6967 * files.el (after-find-file): Restore missing argument
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6968 to format that provides filename for "... consider M-x
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6969 recover-file" message. Also call `message' with "%s"
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6970 as the first arg instead of an arbitrary string.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6971
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6972 1998-02-18 SL Baur <steve@altair.xemacs.org>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6973
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6974 * about.el (about-hackers): Various additions.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6975
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6976 1998-02-15 SL Baur <steve@altair.xemacs.org>
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6977
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6978 * autoload.el (generate-file-autoloads-1): Don't force an extra
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6979 line out when copying on-the-same line autoloads.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6980
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6981 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
255
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6982 is installed.
084402c475ba Import from CVS: tag r20-5b26
cvs
parents: 253
diff changeset
6983
253
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
6984 1998-02-14 Martin Buchholz <martin@xemacs.org>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
6985
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6986 * x11/x-win-xfree86.el (x-win-init-xfree86):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6987 * x11/x-win-sun.el (x-win-init-sun):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6988 * x11/x-init.el (x-initialize-compose):
253
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
6989 * prim/simple.el:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6990 (backward-or-forward-kill-sexp):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6991 (backward-or-forward-kill-sentence):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6992 (backward-or-forward-kill-word):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6993 (backward-or-forward-delete-char):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
6994 * prim/isearch-mode.el (isearch-help-or-delete-char):
253
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
6995 Use x-keysym-on-keyboard-sans-modifiers-p instead of
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
6996 x-keysym-on-keyboard-p to detect backspace.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
6997 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
6998 Clean up symbols used with dead keys, checking Linux and solaris
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
6999 keysyms.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7000 Simplify x-win-*.el using above methods.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7001 Change documentation for x-keysym-*-p functions.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7002
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7003 1998-02-14 SL Baur <steve@altair.xemacs.org>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7004
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7005 * about.el (about-hackers): Restore entries for Michael Sperber and
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7006 Vinnie Shelton.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7007 From Vinnie Shelton <acs@acm.org>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7008
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7009 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7010
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7011 * simple.el (count-words-region): Ditto.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7012
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7013 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7014
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7015 * simple.el (count-words-buffer): Document. Don't print anything
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7016 if non-interactive.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7017
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7018 1998-02-12 SL Baur <steve@altair.xemacs.org>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7019
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7020 * packages.el (packages-hardcoded-lisp): easymenu.el is in
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7021 multiple files in InfoDock.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7022
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7023 1998-02-11 SL Baur <steve@altair.xemacs.org>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7024
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7025 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7026 from version.el in InfoDock.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7027
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7028 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7029 specially.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7030
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7031 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7032
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7033 * bytecomp-runtime.el (proclaim-inline): Single quotes around
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7034 variable name in docstring.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7035
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7036 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7037
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7038 * menubar.h: Include "gui.h".
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7039
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7040 1998-02-10 SL Baur <steve@altair.xemacs.org>
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7041
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7042 * site-load.el: Fix documentation.
157b30c96d03 Import from CVS: tag r20-5b25
cvs
parents: 251
diff changeset
7043
251
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7044 1998-02-09 SL Baur <steve@altair.xemacs.org>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7045
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7046 * package-get-base.el (package-get-base): Updated.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7047
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7048 * keymap.el: PC-ize.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7049
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7050 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7051
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7052 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7053 from' on a fresh line.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7054
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7055 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7056
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7057 * help.el (help-maybe-pretty-print-value): prin1, not princ the
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7058 object.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7059
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7060 1998-02-09 SL Baur <steve@altair.xemacs.org>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7061
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7062 * undo-stack.el: PC-ize.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7063
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7064 * cmdloop.el: PC-ize.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7065
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7066 1998-02-08 SL Baur <steve@altair.xemacs.org>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7067
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7068 * bytecomp-runtime.el: PC-ize.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7069
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7070 * byte-optimize.el: Prolog fixup. PC-ize.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7071
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7072 * cus-dep.el: Spelling fix.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7073
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7074 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7075 entries follow).
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7076
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7077 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7078
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7079 * text-mode.el (text-mode-hook-identify): New function,
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7080 put on text-mode-hook. Set text-mode-variant here.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7081 (text-mode): Don't set it here.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7082
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7083 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7084
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7085 * text-mode.el (text-mode-hook): New defvar.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7086 (text-mode-variant): New variable.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7087 (text-mode): Set that variable locally.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7088 (toggle-text-mode-auto-fill): New command.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7089
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7090 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7091
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7092 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7093
251
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7094 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7095
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7096 * text-mode.el (paragraph-indent-text-mode):
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7097 Renamed from spaced-text-mode.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7098 (text-mode-map): Bind TAB to indent-relative.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7099 (indented-text-mode-map): Variable deleted.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7100 (indented-text-mode): Now an alias for text-mode.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7101
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7102 1998-02-05 SL Baur <steve@altair.xemacs.org>
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7103
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7104 * loadup.el: test-atoms debugging stuffs removed.
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7105
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
7106 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
251
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7107
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7108 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
677f6a0ee643 Import from CVS: tag r20-5b24
cvs
parents: 249
diff changeset
7109
249
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7110 1997-12-30 Colin Rafferty <colin@xemacs.org>
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7111
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7112 * help.el (describe-beta): Made it use `locate-data-file'.
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7113 (describe-distribution): Ditto.
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7114 (describe-copying): Ditto.
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7115 (describe-project): Ditto.
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7116 (view-emacs-news): Ditto.
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7117
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7118 * help-nomule.el (help-with-tutorial): Made it use
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7119 `locate-data-file' to find tutorial.
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7120
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7121 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7122
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7123 * about.el: Corrected my email address.
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7124
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7125 * mouse.el: Added 'mouse-mswindows-drop' similar to
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7126 'mouse-offix-drop'.
83b3d10dcba9 Import from CVS: tag r20-5b23
cvs
parents: 247
diff changeset
7127
247
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
7128 1998-01-27 SL Baur <steve@altair.xemacs.org>
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
7129
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
7130 * loadup.el (running-xemacs): Spelling fix.
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
7131
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
7132 1998-01-26 Colin Rafferty <colin@xemacs.org>
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
7133
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
7134 * packages.el (packages-find-packages-1): Don't allow a backwards
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
7135 compatible lisp tree to overwrite `preloaded-file-list'.
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
7136
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
7137 1998-01-26 SL Baur <steve@altair.xemacs.org>
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
7138
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
7139 * loadup.el: Don't delete "xemacs" prior to dumping.
e70b3a057e12 Import from CVS: tag r20-5b22
cvs
parents: 245
diff changeset
7140
245
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7141 1998-01-24 SL Baur <steve@altair.xemacs.org>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7142
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7143 * package-info.el (pi-last-mod-date): New function.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7144 (pi-author-version): New function.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7145 (batch-update-package-info): Use them.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7146
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7147 1998-01-23 Colin Rafferty <colin@xemacs.org>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7148
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7149 * frame.el (get-frame-for-buffer-default-to-current): Create.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7150 (get-frame-for-buffer-noselect): Allow user to use current frame
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7151 with `get-frame-for-buffer-default-to-current'.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7152
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7153 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7154
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7155 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7156 (byte-compile-output-docform): Ditto.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7157 (byte-compile-compiled-obj-to-list): Ditto.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7158
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7159 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7160
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7161 * startup.el (command-line-1): Removed code that ran
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7162 buffer-menu.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7163
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7164 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7165
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7166 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7167
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7168 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7169
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7170 * frame.el (suspend-emacs-or-iconify-frame): Check using
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7171 `device-on-window-system-p' instead of explicitly checking for X,
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7172 so that the same logic works for MS Windows.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7173 (suspend-or-iconify-emacs): Ditto.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7174
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7175 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7176
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7177 * about.el (about-maintainer-info): Andy Piper is back.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7178 (xemacs-hackers): Updated Andy Piper's email address.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7179 (about-hackers): Added Jonathan Harris.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7180 (about-hackers): Updated Tibor Polgar's email address.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7181
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7182 1998-01-18 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7183
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7184 * about.el: Add xemacs.org email manager.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7185
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7186 * package-get-base.el (package-get-base): Updated with most recent
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7187 package updates.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7188
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7189 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
7190
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7191 * help.el (function-arglist): Use `indirect-function' instead of
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7192 `symbol-function' so that aliases are treated correctly.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7193
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7194 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
7195
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7196 * help.el (help-map): Add f1 binding to `help-for-help'.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7197 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7198 (describe-key-briefly): Use `princ' "%s" to print object.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7199 (with-displaying-help-buffer): Kill buffer if it exists, again.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7200 (describe-key): Use `princ' "%s" to print object.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7201 (describe-function-1): Use `princ' "%s" to print object.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7202 Commented out alias lines removed.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7203 (help-pretty-print-limit): New variable to control pretty-printing
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7204 of variable values.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7205 (help-maybe-pretty-print-value): Steve wins! Renamed back from
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7206 `help-pretty-print-value' again. Only print-print when OBJECT is
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7207 list of length less than `help-pretty-print-limit'.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7208 (describe-variable): Use `help-maybe-pretty-print-value' again.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7209
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7210 1998-01-18 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7211
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7212 * simple.el (blink-matching-open): Remove C++ kludge.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7213 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7214
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7215 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7216
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7217 * info.el (Info-default-directory-list): Made the documentation
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7218 more explanitory.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7219
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7220 1998-01-13 Martin Buchholz <martin@xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7221
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7222 * lisp/packages.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7223 * lisp/package-admin.el:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7224 * lisp/build-report.el:
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7225 Fix typos.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7226
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7227 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7228
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7229 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7230 warnings in Java buffers without final newline and editing the
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7231 last line.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7232
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7233 1998-01-17 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7234
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7235 * packages.el (packages-find-packages-1): Don't allow a backwards
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7236 compatible lisp tree to overwrite `preloaded-file-list'.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7237 Suggested by Colin Rafferty <colin@xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7238
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7239 * mouse.el (mouse-offix-drop): Set undo-boundary.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7240 From Oliver Graf <ograf@fga.de>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7241
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7242 1998-01-13 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7244 * loadup.el (load-gc): rewrite as defun.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7245 Print something sensical if a required dump-time file isn't found.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7246
241
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7247 1998-01-12 SL Baur <steve@altair.xemacs.org>
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7248
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7249 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7250 bug strikes a menudescriptor.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7251
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7252 * package-get-base.el (package-get-base): Updated.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7253
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7254 * package-info.el (batch-update-package-info): Derive REQUIRES
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7255 from the Makefile.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7256
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7257 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7258
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7259 * files.el (save-some-buffers): Don't play games with deleting
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7260 other windows if we are in the minibuffer window.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
7261
239
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7262 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7263
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7264 * modeline.el (modeline-minor-mode-menu): Add support for :active
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7265 (add-minor-mode): Document :active property to TOGGLE.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7266
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7267 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7268
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7269 * modeline.el (modeline-minor-mode-menu): Add support for an
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7270 `:included' predicate in the `toggle-sym' plist.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7271 (add-minor-mode): Document the :included property, format
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7272 docstring some more.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7273 (modeline-minor-mode-menu): Documentation string added.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7274
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7275 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7276
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7277 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7278 labels from the symbol-names by thwacking off the overly redundant
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7279 and overused "mode", parenthesizing "minor", and capitalizing the
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7280 resultant strings. Also shortened the menu's title by eliminating
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7281 the redundant buffer name.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7282 (add-minor-mode): Beautified the docstring, added mention of the
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7283 `:menu-tag' property of TOGGLE.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7284 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7285 `toggle-sym' to beatify the mode-life menus.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7286 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7287 `auto-fill-function'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7288
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
7289 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
239
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7290
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7291 * modeline.el (modeline-minor-mode-menu): Changed the string-only
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7292 menus to :style 'toggle.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7293
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7294 1997-12-10 Markus Linnala <maage@cs.tut.fi>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7295
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7296 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7297
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7298 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7299
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7300 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7301 only recognize first hyperlink.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7302 (hyper-apropos-highlightify): Deletia, this is already done by
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7303 `hyper-apropos-insert-face'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7304 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7305
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7306 1998-01-09 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7307
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7308 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7309 mail.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7310 (toolbar-mail-reader): Add support for `send'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7311 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7312
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
7313 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
239
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7314
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7315 * info.el (Info-emacs-info-file-name): Add defvar for
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7316 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7317 will function properly.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7318
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7319 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7320
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7321 * simple.el: make the backwards delete function called by
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7322 `backward-or-forward-delete-char' user configurable.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7323
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7324 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7325
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7326 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7327 compiled function got loaded from.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7328
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7329 1998-01-09 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7330
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7331 * term/apollo.el: Synched up with InfoDock 3.6.2.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7332
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7333 1998-01-08 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7334
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7335 * startup.el (load-init-file): Load autoloads earlier.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7336 (startup-splash-frame): Handle InfoDock logo.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7337
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7338 * 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
7339 InfoDock.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7340 (x-init-toolbar-from-resources): Move from x-toolbar.el.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7341
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7342 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7343 doesn't have this function.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7344
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7345 * packages.el (locate-data-file): Fix to call `locate-file'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7346
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7347 1998-01-07 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7348
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7349 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7350 version of version.el.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7351 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7352
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7353 * x-menubar.el (default-menubar): Guard reference to
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7354 `gnuserv-frame'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7355 (default-menubar): Guard references to `font-lock-mode'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7356 (default-menubar): Guard references to font-menu-this-frame-only-p'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7357 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7358
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7359 * make-docfile.el: Don't snarf doc strings from autoloads.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7360
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7361 * startup.el (load-init-file): Use algorithm from loaddefs.el for
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7362 loading auto-autoloads files.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7363
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7364 * loaddefs.el: Disable dumping autoloads.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7365
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7366 1998-01-05 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7367
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7368 * lisp-mnt.el: Synch to Emacs 20.2.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7369
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7370 * help.el: Remove manual autoload of `finder-by-keyword'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7371
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7372 * finder.el (finder-by-keyword): Autoload.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7373
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7374 * help.el: Conditionalize hyperbole setup.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7375
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7376 1998-01-04 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7377
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7378 * packages.el (package-require): Update to reflect new data format.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
7379
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
7380 1998-01-02 Didier Verna <didier@xemacs.org>
237
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7381
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7382 * x-menubar.el (default-menubar): make the tutorials available
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7383 through the menubar. (Plus some compilation warnings cleanup).
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7384
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7385 1998-01-04 SL Baur <steve@altair.xemacs.org>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7386
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7387 * check-features.el: New file. Perform sanity check after build.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7388
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7389 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7390 files to tooltalk package.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7391 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7392 package.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7393
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7394 * package-admin.el (package-admin-xemacs): Use better default for
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7395 location of XEmacs binary.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7396
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7397 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7398
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7399 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7400 tag with sexp and add value tag with value `t'.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7401
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7402 1998-01-03 SL Baur <steve@altair.xemacs.org>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7403
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7404 * package-get.el: Changes to work with real data.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7405 From Pete Ware <ware@cis.ohio-state.edu>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7406
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7407 * packages.el (packages-reload-autoloads): Guard load for the time
237
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7408 being.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7409
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7410 * update-elc.el ("packages.el"): Force loading packages.el instead
237
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7411 of possibly out-of-date packges.elc.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7412 * make-docfile.el ("packages.el"): Ditto.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
7413
235
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7414 1998-01-02 Colin Rafferty <colin@xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7415
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7416 * build-report.el (build-report-delete-regexp): Added a rule for
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7417 the main tarball shadowing anything past it.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7418
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7419 1998-01-02 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7420
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7421 * packages.el (package-provide): Delete a previous provide.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7422
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7423 * package-info.el: New file.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7424
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7425 * package-get.el: New file.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7426 From Pete Ware <ware@cis.ohio-state.edu>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7427 (package-get): Fix md5 computation to work with Mule.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7428
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7429 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
7430
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7431 * simple.el (log-message-*): Quote symbols in docstrings properly.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7432
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7433 1998-01-01 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7434
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7435 * packages.el (packages-new-autoloads): Ignore symbolic links.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7436
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7437 * cus-face.el (face-custom-attributes-get): Fix typo.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7438 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7439
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7440 1997-12-31 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7441
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7442 * startup.el (load-init-file): Reload new or changed autoloads
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7443 unless inhibited. Reload modified dumped lisp (stubbed).
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7444
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7445 * packages.el (packages-new-autoloads): New function.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7446 (packages-reload-autoloads): New function.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7447 (packages-reload-dumped-lisp): New (stub) function.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7448
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7449 * loadup.el: Inhibit reloading dumped files when running temacs.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7450
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7451 * loadhist.el (file-provides): Extend to handle variant
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7452 extensions.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7453
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7454 * replace.el (query-replace): Fix typo.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7455
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7456 1997-12-30 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7457
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7458 * make-docfile.el: list-autoloads-path has been renamed.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7459 * update-elc.el: list-autoloads has been renamed.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7460
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7461 * packages.el (packages-list-autoloads): Renamed.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7462 (packages-list-autoloads-path): Ditto.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
7463
233
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7464 1997-12-29 Colin Rafferty <colin@xemacs.org>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7465
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7466 * packages.el (packages-find-packages-1): Made it signal a warning
233
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7467 for an error in an auto-autoload.el file.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7468
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7469 1997-12-30 SL Baur <steve@altair.xemacs.org>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7470
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7471 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7472 tag with const.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7473 From Aki Vehtari <Aki.Vehtari@hut.fi>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7474
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7475 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7476
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7477 * loadhist.el (unload-feature): Remove autoload.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7478
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7479 1997-12-28 SL Baur <steve@altair.xemacs.org>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7480
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7481 * loadhist.el: Unpackaged.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7482
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7483 * help.el (describe-symbol-find-file): Rename
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7484 `describe-function-find-file' and make old name obsolete.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7485 (describe-function-1): Use it.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7486 (describe-function-1): Guard reference to
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7487 `compiled-function-annotation'.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
7488
231
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7489 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
7490
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7491 * 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
7492 argument.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7493 (help-mode-quit): New optional arg to control whether it kills or
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7494 buries. Tidied up.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7495 (with-displaying-help-buffer): Don't kill buffer initially, even
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7496 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
7497 (help-pretty-print-value): Rename back from
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7498 `help-maybe-pretty-print-value'! If `pp-internal' is available
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7499 use it, otherwise use dumped `cl-prettyprint'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7500 (describe-variable): Use `help-pretty-print-value' again.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7501 (find-func): Removed reference to "find-func" at end.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7502
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7503 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7504
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7505 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7506 GUI XEmacs. Rename? x-menubar is rather window system
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 369
diff changeset
7507 independant, except for a couple of items.
231
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7508
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7509 1997-12-26 SL Baur <steve@altair.xemacs.org>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7510
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7511 * x-menubar.el (default-menubar): Remove hyperbole and oobr
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7512 entries as they will no longer be distributed with XEmacs.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7513
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7514 * format.el (format-alist): Fix image/tiff regexps.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7515 From P. E. Jareth Hein <jareth@camelot-soft.com>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7516
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7517 * help.el (help-maybe-pretty-print-value): Rename.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7518 (describe-variable): Use it.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7519 (describe-variable): Add trailing linefeed.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7520
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7521 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
7522
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7523 * help.el (describe-function-1): Don't output anything for
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7524 arglist of autoload functions.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7525
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7526 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
7527
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7528 * help.el (describe-function-1): Don't output anything for
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7529 arglist of autoload functions.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7530
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7531 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
7532
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7533 * help.el (help-mode-map): New bindings for `help-mode-bury',
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7534 `describe-function-at-point', `describe-variable-at-point',
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7535 `Info-elisp-ref', `customize-variable', `help-next-section' and
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7536 `help-prev-section'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7537 (help-next-section): New function.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7538 (help-prev-section): New function.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7539 (help-mode-quit): Changed to kill the help buffer.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7540 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7541 correctly.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7542 (help-buffer-name): New function to generate the name of help
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7543 buffers.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7544 (with-displaying-help-buffer): Is now a macro. Takes an new first
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7545 argument giving the name of the help buffer.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7546 (describe-key): Use `with-displaying-help-buffer' with name.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7547 (describe-mode): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7548 (describe-bindings): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7549 (describe-prefix-bindings): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7550 (view-lossage): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7551 (with-syntax-table): New macro.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7552 (function-called-at-point): Use `ignore-errors' and
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7553 `with-syntax-table'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7554 (function-at-point): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7555 (describe-function): Use `with-displaying-help-buffer' with name.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7556 (function-arglist): Extracted from `describe-function-1'. Returns
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7557 function's arglist as string.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7558 (function-documentation): Extracted from `describe-function-1'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7559 Returns function's docstring.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7560 (describe-function-1): Remove all the "stream" garbage, including
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7561 the stream argument. Use `function-arglist' and
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7562 `function-documentation'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7563 (describe-function-arglist): Just use `function-arglist'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7564 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7565 (help-pretty-print-value): New function to help with
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7566 pretty-printing variable values. Knows about `#<...>'. Needs
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7567 `pp-internal'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7568 (describe-variable): Use `with-displaying-help-buffer' with name.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7569 Formatting improved. Display file where variable is defined, if
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7570 known. Use `help-pretty-print-value'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7571 (describe-syntax): Use `with-displaying-help-buffer' with name.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7572 (list-processes): Remove "stream" garbage.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
7573
229
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7574 1997-12-25 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7575
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7576 * 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
7577 call a dumped routine instead.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7578
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7579 * x-win-xfree86.el: Wrap file in defun.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7580 * x-win-sun.el: Ditto.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7581
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7582 1997-12-23 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7583
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7584 * help.el (view-emacs-news): Remove usage of outl-mouse which
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7585 advises functions and does other evil things.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7586
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7587 1997-12-22 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7588
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7589 * format.el (format-alist): Add `image/tiff'.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7590 From P. E. Jareth Hein <jareth@camelot-soft.com>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7591
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7592 1997-12-21 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7593
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7594 * about.el (about-hackers): More names added.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7595
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7596 * make-docfile.el: Remove superfluous package path search.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7597
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7598 * loaddefs.el: Commentary changes. Removal of VM autoloads.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
7599
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7600 1997-12-20 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7601
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7602 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7603 ignored shadows.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7604
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7605 1997-12-18 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7606
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7607 * startup.el (set-default-load-path): Make sure lisp and site-lisp
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7608 get trailing slashes when added to the load-path.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7609
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7610 * x-init.el (init-x-win): Locate where XEmacs X localization files
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7611 are.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7612
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7613 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7614
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7615 * x-faces.el: Added support for foregroundToolBarColor
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7616 to xpm-color-symbols.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7617
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7618 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7619
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7620 * etags.el (tags-remove-duplicates): Removed.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7621 (buffer-tag-table-list): Use `delete-duplicates'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7622
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7623 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7624 correctly.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7625 (get*): Defalias to `get'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7626
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7627 * cl.el (eql): Compare integers with `eq'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7628 (cl-map-extents): Check for `map-extents' first.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7629
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
7630 1997-12-17 Didier Verna <didier@xemacs.org>
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7631
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7632 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7633 added the 'numero', 'copyright' and 'trademark' symbols.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7634
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7635 * leim/quail/latin-post.el ("french-postfix"): see above.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7636
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7637 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7638
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7639 * widget.el (define-widget): Check the arguments.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7640
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7641 * cus-edit.el (customize-face): Use `check-argument-type'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7642 (custom-variable-value-create): Use `signal' to signal error.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7643 (custom-variable-reset-saved): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7644 (custom-variable-reset-standard): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7645 (custom-face-reset-saved): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7646
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7647 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7648 (widget-default-format-handler): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7649 (widget-checklist-add-item): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7650 (widget-radio-add-item): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7651 (widget-editable-list-entry-create): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7652 (widget-sexp-prompt-value): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7653
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7654 * custom.el (custom-declare-variable): Signal errors better.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7655 (custom-handle-keyword): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7656 (custom-declare-group): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7657
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7658 * window-xemacs.el (windows): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7659
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7660 * menubar.el (menu): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7661
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7662 * keydefs.el (keyboard): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7663
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7664 * minibuf.el (minibuffer): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7665
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7666 * process.el (execute): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7667
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7668 * fill.el (fill): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7669
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7670 * modeline.el (modeline): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7671
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7672 * help.el (help): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7673
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7674 * faces.el (faces): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7675
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7676 * files.el (files): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7677
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7678 * x-init.el (x): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7679
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7680 * lisp-mode.el (lisp): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7681
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7682 * process.el (processes): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7683
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7684 * mouse.el (mouse): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7685
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7686 * abbrev.el (abbrev): Moved from cus-edit.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7687
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7688 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7689 as variable declaration.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7690
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7691 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7692
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7693 * menubar.el (find-menu-item): Use `check-argument-type'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7694 (find-menu-item): Cosmetic changes.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7695
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7696 1997-12-18 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7697
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7698 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7699
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7700 1997-12-17 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7701
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7702 * startup.el (set-default-load-path): Only search package-path
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7703 when not running temacs.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7704
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7705 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7706 files.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7707
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7708 * loadup.el: Correct commentary. Reformatting.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7709 (really-early-error-handler): Use absolute path to the
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7710 first dumped-lisp.el file.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7711 (really-early-error-handler): Print full path name of
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7712 each dumped lisp file (inherited from InfoDock).
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7713
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7714 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7715 dumped-lisp.el files.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7716
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7717 * make-docfile.el (preloaded-file-list): Reorder when the
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7718 package-path is searched.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7719 * update-elc.el: Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7720
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7721 * lisp-mode.el (call-with-condition-handler): Treat the same as
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7722 `condition-case' for indentation.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7723
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7724 * about.el (about-xemacs): Update release date.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7725
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7726 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7727
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7728 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7729 anywhere but at the last clause.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7730 (ecase): Disallow `t' and `otherwise'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7731
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7732 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
7733
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7734 * cus-edit.el (custom-buffer-create-buttons): New function
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7735 from stuff moved out of `custom-buffer-create-internal'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7736 (custom-novice): New variable. Default t.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7737 (custom-display-global-buttons): Ditto. Default `top'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7738 (custom-buffer-create-internal): Only display help if
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7739 `custom-novice' is non-nil. Display global buttons according to
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7740 `custom-display-global-buttons'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7741
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7742 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7743
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7744 * menubar.el (find-menu-item): Use `check-argument-type'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7745 (find-menu-item): Cosmetic changes.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7746
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7747 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7748
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7749 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7750 look.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7751
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7752 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7753
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7754 * format.el (format-deannotate-region): Bug fix.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7755 Deannotating a region containing unknown tags would fail
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
7756 (causing decoding of text/enriched to fail at user level)
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7757
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7758 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7759
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7760 * minibuf.el (read-directory-name): Support sixth
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7761 arg, HISTORY, as already documented.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7762
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7763 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7764
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
7765 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7766 to `ecase'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7767
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7768 1997-12-14 SL Baur <steve@altair.xemacs.org>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7769
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7770 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7771 skk-activate.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7772
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
7773 1997-12-13 SL Baur <steve@altair.xemacs.org>
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
7774
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
7775 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.