annotate etc/NEWS @ 464:5aa1854ad537 r21-2-47

Import from CVS: tag r21-2-47
author cvs
date Mon, 13 Aug 2007 11:45:51 +0200
parents 0784d089fdc9
children 52626a2f02ef
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1 -*- mode:outline -*-
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3 * Introduction
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4 ==============
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
6 This file presents the changes in recent XEmacs versions. It
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
7 primarily documents user-visible (interface) changes, but also
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
8 includes internal changes of possible interest to the users. When
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
9 describing new features, we try to also document ways of reverting to
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
10 the old behavior, where applicable. If you dislike a recent change in
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
11 how XEmacs behaves, this file might contain a remedy.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
12
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
13 Use `C-c C-f' to move to the next equal level of outline, and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
14 `C-c C-b' to move to previous equal level. `C-h m' will give more
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
15 info about the Outline mode. Many commands are also available through
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
16 the menubar.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
17
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
18 Users who would like to know which capabilities have been introduced
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
19 in each release should look at the appropriate section of this file.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
20 Starting with version 20.0, XEmacs includes ChangeLogs, which can be
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
21 consulted for a more detailed list of changes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
22
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
23 N.B. The term "GNU Emacs" refers to any release of Emacs Version
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
24 19 from the Free Software Foundation's GNU Project. (We do not
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
25 say just "Emacs" as Richard M. Stallman ["RMS"] prefers, because
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
26 it is clearly a more generic term.) The term "XEmacs" refers to
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
27 this program or sometimes to its predecessors "Era" and "Lucid
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
28 Emacs". The predecessor of all these program is called "Emacs
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
29 18". When no particular version is implied, "Emacs" will be used.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
30
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
31
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
32 * Changes in XEmacs 21.4
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
33 ========================
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
34
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
35 ** The delete key now deletes forward by default.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
36
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
37 This is regulated by the variable `delete-key-deletes-forward', which
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
38 now defaults to t. `delete-key-deletes-forward' takes effect only on
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
39 the systems that offer both a backspace and a delete key. If set to
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
40 nil, the key labeled "Delete" will always delete backward. If set to
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
41 non-nil, the "Delete" key will delete forward, except on keyboards
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
42 where a "Backspace" key is not provided (e.g. old DEC keyboards.)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
43
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
44 Unless our implementation has bugs, the only reason why you would want
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
45 to set `delete-key-deletes-forward' to nil is if you want to use the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
46 Delete key to delete backwards, despite the presence (according to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
47 Xlib) of a BackSpace key on the keyboard.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
48
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
49 ** You can now build XEmacs with support for GTK+ widget set.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
50
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
51 XEmacs built that way uses GTK+ to draw menubars, scrollbars, and
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
52 other GUI components, as well GDK for drawing text, choosing fonts,
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
53 allocating colors, etc. Additionally, GTK-XEmacs supports Lisp
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
54 functions for writing your own GTK programs in Emacs Lisp!
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
55
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
56 To use this, build XEmacs with the `--with-gtk' configure flag. (Of
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
57 course, you'll need to have the GTK+ libraries and header files on the
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
58 system.) Gnome widgets and functionality are supported where
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
59 available, and can be turned off.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
60
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
61 ** Shifted motion keys now select text by default. You can turn this
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
62 off by setting `shifted-motion-keys-select-region' to nil.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
63
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
64 ** There is a new command `kill-entire-line' that always kills the
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
65 entire line at point, regardless of whether the point is at the
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
66 beginning of line, and regardless of the setting of `kill-whole-line'.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
67
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
68 ** The variable `kill-whole-line' now only takes effect when kill-line
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
69 is called interactively. Although this is a departure from a previous
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
70 behavior in the case of setting this variable kill-whole-line to t,
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
71 it is almost certainly what has always been intended, and most likely
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
72 the old way of doing things introduced bugs.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
73
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
74 ** The help buffers created by the plethora of C-h commands now
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
75 contain hyperlinks.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
76
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
77 ** The modeline's text is now scrollable. This is controlled by the
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
78 variable `modeline-scrolling-method', which you need to set to a
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
79 non-nil value. You can also choose scrolling types; see the docstring
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
80 of `modeline-scrolling-method' for more information.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
81
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
82 ** XEmacs menus now have accelerators by default. If a menu item does
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
83 not have an accelerator specified, one is created dynamically, using
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
84 numbers 1-9 and letters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
85
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
86 ** Interactive searching and matching case improvements.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
87
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
88 Case sensitiveness in searching operations is normally controlled by
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
89 the variable `case-fold-search' (if non-nil, case is ignored while
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
90 searching). This mechanism has now been slightly improved for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
91 interactive searches: if the search string (or regexp) contains
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
92 uppercase characters, the searching is forced to be case-sensitive,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
93 `case-fold-search'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
94
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
95 The new behavior affects all functions performing interactive
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
96 searches, like `zap-to-char', `list-matching-lines', `tags-search'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
97 etc. The incremental search facility has always behaved that way.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
98
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
99 ** Incremental search will now highlight all visible matches, making
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
100 it easier to anticipate where consecutive C-s or C-r will place the
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
101 point. If you want to disable the feature, set
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
102 `isearch-highlight-all-matches' to nil.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
103
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
104 ** The "coding systems" feature now works even in an XEmacs compiled
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
105 without international (Mule) support. This means that for example
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
106 XEmacs can recognize newline convention used by the file you are
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
107 editing.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
108
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
109 ** You can now use the buffer tabs to switch between buffers. The
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
110 tabs are located between the toolbar and the uppermost window, in a
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
111 location called "gutter". If you dislike the buffer tabs, you can
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
112 disable them by customizing `gutter-buffers-tab-visible-p', or by
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
113 placing this in your .emacs:
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
114
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
115 (set-gutter-element-visible-p default-gutter-visible-p 'buffers-tab nil)
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
116
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
117 You can change the location of the gutter with
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
118 `set-default-gutter-position', however currently only MS-Windows
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
119 supports tab widgets with orientations other than vertical.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
120
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
121 ** Kill and yank now interact with the clipboard by default under
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
122 Windows. This was done by changing the default value of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
123 `interprogram-cut-function' and `interprogram-paste-function'. You
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
124 can get the old behavior by setting these to nil, and there is an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
125 option on the options menu to do this.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
126
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
127 ** When you press RET at a minibuffer prompt that provides a default
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
128 value, the value is stored in history instead of an empty line. Also,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
129 you can now edit the default value by pressing the down arrow,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
130 accessing the logical "future" value. Not all minibuffer prompts have
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
131 yet been converted to support this feature.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
132
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
133 ** International keysyms are now supported under X. This means that
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
134 XEmacs running under Mule will automatically recognize the keysym
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
135 `scaron' to be the lower-case `s' with caron in the Latin 2 character
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
136 set. (Specifically, it will bind the keysym to `self-insert' and
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
137 augment its `ascii-character' property.) This is very useful with
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
138 XFree under European locales as shipped by recent Linux distributions.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
139 If XEmacs is compiled without Mule support, the feature still works,
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
140 but it is unaware of different character sets -- it unconditionally
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
141 sets the `ascii-character' property to values in the [160, 256) range.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
142
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
143 ** The rectangle functions have been almost completely rewritten in
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
144 order to avoid inserting undesirable spaces, notably at the end of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
145 lines. Two typical examples of the old behavior were
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
146 `string-rectangle', which filled all lines up to the right side of the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
147 rectangle, and `clear-rectangle', which filled even empty lines up to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
148 the left side. All functions have been rewritten to avoid inserting
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
149 unwanted spaces, and an optional prefix now allows them to behave the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
150 old way.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
151
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
152 Also, the behavior of `string-rectangle' is now compliant with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
153 `pending-delete-mode': if this mode is active, then the string
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
154 replaces the region rectangle. Otherwise, the command does not delete
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
155 or overwrite any existing text. For those who want that feature but do
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
156 not use pending-delete-mode, a new function, `replace-rectangle', is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
157 available.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
158
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
159 As a side effect, the FORCE argument to `move-to-column' now
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
160 understands the special value `coerce', which means that the line
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
161 should not be filled if it is too short to reach the desired column.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
162
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
163 ** Customize now supports adding comments about your face and variable
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
164 settings using a new menu entry. Comments for variables can also be
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
165 assigned by calling `customize-set-(value|variable)' with a prefix
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
166 argument.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
167
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
168 ** XEmacs now locates the early package hierarchies at
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
169 ~/.xemacs/mule-packages/ and ~/.xemacs/xemacs-packages/. Previously,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
170 the early packages were located in ~/.xemacs/.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
171
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
172 ** You can now create "indirect buffers", like in GNU Emacs. An
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
173 indirect buffer shares its text with another buffer ("base buffer"),
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
174 but has its own major mode, local variables, extents, and narrowing.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
175 An indirect buffer has a name of its own, distinct from those of the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
176 base buffer and all other buffers. An indirect buffer cannot itself
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
177 be visiting a file (though its base buffer can be). The base buffer
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
178 cannot itself be indirect.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
179
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
180 Use (make-indirect-buffer BASE-BUFFER NAME) to make an indirect buffer
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
181 named NAME whose base is BASE-BUFFER. If BASE-BUFFER is itself an
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
182 indirect buffer, its base buffer is used as the base for the new
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
183 buffer.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
184
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
185 You can make an indirect buffer current, or switch to it in a window,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
186 just as you would a non-indirect buffer.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
187
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
188 The function `buffer-base-buffer' returns a buffer's base buffer or
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
189 nil, if given an ordinary (non-indirect) buffer. The function
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
190 `buffer-indirect-children' returns a list of the indirect children of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
191 a base buffer.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
192
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
193 ** User names following the tilde character can now be completed at
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
194 file name prompts; e.g. `C-x C-f ~hni<TAB>' will complete to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
195 `~hniksic/'. To make this operation faster, a cache of user names is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
196 maintained internally.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
197
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
198 The new primitives available for this purpose are functions named
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
199 `user-name-completion' and `user-name-all-completions'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
200
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
201 ** XEmacs can now play sound using Enlightenment Sound Daemon (ESD).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
202 It will try NAS first, then ESD, then playing native sound directly.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
203
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
204 ** X-Face support is now available under MS-Windows.
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
205 If an X-Face library built under MS-Windows is available then XEmacs
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
206 will use this at build time.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
207
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
208 ** The font-menu is now available under MS-Windows.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
209
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
210 ** MS-Windows support for selection is now much more robust.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
211
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
212 Generally selection should now do what you would expect under
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
213 MS-Windows: the middle mouse button will paste your current selection
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
214 or the clipboard; conversions from different types of selection to the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
215 clipboard can be made; the kill-ring and friends will be updated as
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
216 per X.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
217
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
218 The only thing selection doesn't do is set the clipboard automatically
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
219 as this would break the MS-Windows model. If you want this behavior
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
220 then set `selection-sets-clipboard' to t.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
221
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
222 ** Motif selection support is now more correct (but slower) in its behaviour.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
223
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
224 Changes have been made to allow correct operation of cut/copy/paste
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
225 operations between native widgets and XEmacs buffers. However, this
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
226 can lead to a lot of X traffic which slows down the performance of
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
227 `C-k'. If you want the old behaviour then set
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
228 `x-selection-strict-motif-ownership' to nil.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
229
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
230 ** Mail spool locking now works correctly.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
231 XEmacs has always come with a little auxiliary program, movemail,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
232 which moves mail out of the system's spool area into user storage. To
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
233 coordinate between XEmacs, the mail delivery agent, and other mail
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
234 user agents, movemail needs to properly lock the spool file before
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
235 moving it. Movemail now correctly respects the --mail-locking option
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
236 to configure. Moreover, movemail's locking behavior can be specified
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
237 at run-time, via a new command-line option -m to movemail, or through
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
238 the environment variable EMACSLOCKMETHOD.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
239
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
240 When installing XEmacs, make sure you configure it according to your
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
241 environment's mail spool locking conventions. When you're using a
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
242 binary kit, set the `mail-lock-method' variable at startup, or the
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
243 EMACSLOCKMETHOD environment variable.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
244
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
245 ** Indentation no longer indents comments that begin at column zero.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
246 This makes it easy to deal with commented out regions of code.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
247
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
248 ** Init file changes.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
249
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
250 *** XEmacs now supports a `~/.xemacs/init.el' startup file. If
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
251 it exists, XEmacs will prefer it over `.emacs' and `.emacs.el'. The
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
252 file may be byte-compiled as `~/.xemacs/init.elc'.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
253
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
254 If present, the `~/.xemacs/' directory may contain startup files for
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
255 XEmacs packages that support it.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
256
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
257 *** Init file in your home directory may be called `.emacs.el'.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
258
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
259 Like in GNU Emacs 20.4 and on, you can now name the XEmacs init file
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
260 located in your home directory `.emacs.el'. Formerly the name had to
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
261 be `.emacs'. If you use the name `.emacs.el', you can byte-compile
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
262 the file in the usual way.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
263
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
264 If both `.emacs' and `.emacs.el' exist, the latter file is the one
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
265 that is used.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
266
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
267 *** New command-line switches -user-init-file and -user-init-directory.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
268 These can be used to specify alternate locations for what is normally
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
269 ~/.emacs and ~/.xemacs.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
270
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
271 Moreover, the `-user <user>' command-line option (which used to only
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
272 work in unpredictable ways) is now equivalent to `-user-init-file
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
273 ~<user>/.xemacs/init.el -user-init-directory ~<user>/.xemacs', or
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
274 `-user-init-file ~<user>/.emacs -user-init-directory ~<user>/.xemacs',
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
275 whichever init file comes first.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
276
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
277 *** Custom file will move to ~/.xemacs/custom.el.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
278
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
279 Whereas customize settings were formerly stored in the regular init
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
280 file, XEmacs now prefers them to be in a separate file
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
281 `~/.xemacs/custom.el', completely under automatic control. This
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
282 change goes with the migration of the init file, and XEmacs offers
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
283 automatic migration upon startup.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
284
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 454
diff changeset
285 ** New variable `mswindows-alt-by-itself-activates-menu'.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
286 If you set this variable to nil then pressing and releasing the Alt
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
287 key under MS-Windows will no longer activate the menubar. The default
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
288 is t. This is not to be confused with `menu-accelerator-enabled',
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
289 which enables the use of Alt+<Letter> accelerators to invoke the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
290 menus.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
291
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
292 ** Pixel-based scrolling has been implemented.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
293 By default this will attempt to scroll in increments equal to the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
294 height of the default face. Set `window-pixel-scroll-increment' to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
295 modify this behavior.
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 432
diff changeset
296
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
297 ** Operation progress can be displayed using graphical widgets.
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
298 See `progress-feedback' for details. This support has been switched
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
299 on by default for font-lock and some web browsing functions. If you
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
300 do not like this behavior set `progress-feedback-use-echo-area'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
301
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
302 ** The PostgreSQL Relational Database Management System is now supported.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
303 It is now possible to build XEmacs so that the programming interface
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
304 to the PostgreSQL RDBMS (libpq) is available in XEmacs Lisp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
305 Supported versions of PostgreSQL are 6.5.3 (earlier versions may work,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
306 but have not been tested) and 7.0-beta1.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
307
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
308 ** Help functions (e.g. `C-h f') now know how to print macro argument
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
309 lists. If your macro definition included an argument list for the
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
310 sake of help output, you no longer need to do that.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
311
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
312 ** Mule changes.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
313
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
314 *** Windows 1251 code page is now supported as coding system
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
315 `windows-1251'.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
316
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
317 *** Czech, Thai, Cyrillic-KOI8, Vietnamese, Ethiopic support now
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
318 available.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
319
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
320 *** The appropriate characters in Latin 3 and Latin 4 character sets
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
321 are correctly defined as words.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
322
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
323 *** The default coding-priority-list is now safer. This means that if
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
324 you have no language environment set, Mule no longer automatically
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
325 recognizes ISO 2022 escapes in your files. This makes editing binary
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
326 files safe.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
327
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
328 ** Etags changes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
329
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
330 *** In DOS, etags looks for file.cgz if it cannot find file.c.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
331
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
332 *** New option --ignore-case-regex is an alternative to --regex. It is now
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
333 possible to bind a regexp to a language, by prepending the regexp with
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
334 {lang}, where lang is one of the languages that `etags --help' prints
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
335 out. This feature is useful especially for regex files, where each
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
336 line contains a regular expression. The manual contains details.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
337
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
338 *** In C and derived languages, etags creates tags for function
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
339 declarations when given the --declarations option.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
340
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
341 *** In C++, tags are created for "operator". The tags have the form
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
342 "operator+", without spaces between the keyword and the operator.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
343
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
344 *** New language Ada: tags are functions, procedures, packages, tasks, and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
345 types.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
346
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
347 *** In Fortran, procedure is no longer tagged.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
348
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
349 *** In Java, tags are created for "interface".
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
350
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
351 *** In Lisp, "(defstruct (foo", "(defun (operator" and similar constructs
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
352 are now tagged.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
353
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
354 *** In Perl, the --globals option tags global variables. my and local
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
355 variables are tagged.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
356
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
357 *** New language Python: def and class at the beginning of a line are tags.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
358
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
359 *** .ss files are Scheme files, .pdb is Postscript with C syntax, .psw is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
360 for PSWrap.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
361
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
362
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
363 * Lisp and internal changes in XEmacs 21.4
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
364 ==========================================
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
365
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
366 ** A new portable dumper is available for beta testing.
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
367
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
368 Olivier Galibert has written a portable dumper for XEmacs, based on
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
369 initial work by Kyle Jones. To perform even the most basic editor,
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
370 XEmacs requires some amount of Lisp code to be loaded. To avoid
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
371 repeating the expensive loading process at every startup, XEmacs is
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
372 built in a special way. Its C sources link into an executable called
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
373 `temacs', which loads the bootstrap Lisp code and uses a special
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
374 "unexec" call to dump the resulting memory image into a proper
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
375 `xemacs' executable on disk. The unexec() process is hard to
432
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
376 implement correctly and makes XEmacs very hard to port to new
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
377 operating systems, or even to new releases of old systems.
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
378
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
379 The new portable dumper uses a different approach to dumping: instead
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
380 of dumping full-fledged executable, it only dumps out the initialized
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
381 data structures (both Lisp and C) into an external file. A normally
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
382 running XEmacs only needs to mmap that file and relocate a bit to get
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
383 to the initialized data. In that scheme, there is no difference
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
384 between `temacs' and `xemacs'.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
385
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
386 Unfortunately, the portable dumper has not been completely finished
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
387 for this release, and will not be used by default. However, if you
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
388 wish to experiment with it, or if you need to compile XEmacs on a new
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
389 and unsupported platform, you can test it by configuring XEmacs with
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
390 `--pdump' flag.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
391
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
392 ** Much effort has been invested to make XEmacs Lisp faster:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
393
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
394 *** Many basic lisp operations are now faster.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
395 This is especially the case when running a Mule-enabled XEmacs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
396
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
397 A general overhaul of the lisp engine should produce a speedup of 1.4
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
398 in a non-Mule XEmacs, and 2.1 in a Mule XEmacs. These numbers were
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
399 obtained running `(byte-compile "simple.el")', which should be a
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
400 pretty typical test of "pure" Lisp.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
401
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
402 *** Lisp hash tables have been re-implemented. The Common Lisp style
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
403 hash table interface has been made standard, and moved from cl.el into
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
404 fast C code (See the section on hash tables in the XEmacs Lisp
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
405 Reference). A speedup factor of 3 can be expected with code that
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
406 makes intensive use of hash tables.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
407
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
408 *** The garbage collector has been tuned, leading to a speedup of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
409 1.16.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
410
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
411 *** The byte-compiler and the byte-optimizer have been tuned to
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
412 produce better code in many small ways.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
413
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
414 *** The family of functions that iterate over lists, like `memq', and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
415 `rassq', have been made a little faster (typically 1.3).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
416
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
417 *** Lisp function calls are faster, by approximately a factor of two.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
418 However, defining inline functions (via defsubst) still makes sense
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
419 for tight loops.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
420
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
421 *** Finally, a few functions have had dramatic performance
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
422 improvements. For example, `(last long-list)' is now 30 times faster.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
423
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
424 Of course, your mileage will vary.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
425
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
426 Many operations do not see any improvement. Surprisingly, running
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
427 (font-lock-fontify-buffer) does not use the Lisp engine much at all.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
428 Speeding up your favorite slow operation is an excellent project to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
429 improve XEmacs. Don't forget to profile!
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
430
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
431 ** Native widgets can be displayed in buffers.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
432
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
433 The glyph system has been extended to allow the display of glyphs that
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
434 are implemented as native window-system widgets. Thus you can embed
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
435 buttons, scrollbars, combo boxes, edit fields and progress gauges in a
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
436 buffer. As a side effect subwindow support now works once again.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
437
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
438 All of this is still fairly experimental and there is no
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
439 documentation. The current APIs might change in a future version of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
440 XEmacs. Some widgets are only available under MS-Windows. See the
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
441 file glyphs-test.el in the XEmacs src distribution for examples of
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
442 usage.
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
443
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
444 The buffers-tab functionality and progress gauge have been implemented
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
445 using this feature.
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
446
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
447 ** A new Windows installer, netinstall ported from Cygwin.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
448
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
449 Nearly complete automation of the XEmacs install process from
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
450 ftp.xemacs.org. Includes selection of Lisp packages to install, etc.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
451
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
452 ** Syntax tables may now be specified for a part of a buffer by
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
453 attaching the `syntax-table' property to an extent. For compatibility
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
454 with GNU Emacs, you may use the text-property interface to achieve the
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
455 same result.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
456
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
457 ** Case translation now supports international characters.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
458
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
459 *** Instead of being lists of 256-character strings, case tables are
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
460 now opaque objects. The interface to access them is almost the same,
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
461 except it now works for international characters, and you can set the
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
462 case pairs using `put-case-table-pair'. `set-case-table' and friends
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
463 still support the old list/string based interface for backward
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
464 compatibility.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
465
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
466 *** As a consequence of this change, functions `downcase' and `upcase'
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
467 as well as all the case-transformation commands now work with
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
468 non-ASCII characters. Built-in tables cover all the Latin character
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
469 sets that we support. If your language has a distinction between
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
470 upper and lower case that is not handled by XEmacs/Mule, please let us
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
471 know.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
472
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
473 *** The code that implements case-insensitive search has been modified
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
474 to respect the case table settings. This also applies to regexp
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
475 search.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
476
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
477 ** Values of variables `user-init-file' and `user-init-directory' are
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
478 now absolute file/directory names. Previously, both variables used to
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
479 be relative to `(concat "~" init-file-user)'. This turned out to be
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
480 too complicated for most packages (and some core Lisp files) to use
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
481 correctly. Also, the `init-file-user' variable has been obsoleted in
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
482 the process.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
483
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
484 The user-visible options like `-u' have not changed their behavior.
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
485
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
486 ** XEmacs finally has an automated test suite!
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
487 Although this is not yet very sophisticated, it is already responsible
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
488 for several important bug fixes in XEmacs. To try it out, simply use
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
489 the makefile target `make check' after building XEmacs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
490
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
491 ** Hash tables have been reimplemented.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
492 As was pointed out above, the standard interface to hash tables is now
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
493 the Common Lisp interface, as described in Common Lisp, the Language
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
494 (CLtL2, by Steele). The older interface (functions with names
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
495 containing the phrase `hashtable') will continue to work, but the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
496 preferred interface now has names containing the phrase `hash-table'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
497
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
498 Here's the executive overview: create hash tables using
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
499 make-hash-table, and use gethash, puthash, remhash, maphash and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
500 clrhash to manipulate entries in the hash table. See the (updated)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
501 Lisp Reference Manual for details.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
502
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
503 ** Lisp code handles circular lists much more robustly.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
504 Many basic lisp functions used to loop forever when given a circular
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
505 list, expecting you to C-g (quit) out of the loop. Now this is more
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
506 likely to trigger a `circular-list' error. Printing a circular list
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
507 now results in something like this:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
508
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
509 (let ((x (cons 'foo 'foo)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
510 (setcdr x x)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
511 x)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
512 => (foo ... <circular list>)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
513
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
514 An extra bonus is that checking for circularities is not just
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
515 friendlier, but actually faster than checking for C-g.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
516
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
517 ** Functions for decoding base64 encoding are now available; see
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
518 `base64-encode-region', `base64-encode-string', `base64-decode-region'
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
519 and `base64-decode-string'.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
520
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
521 ** The functions `read-string', `read-expression', `eval-minibuffer',
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
522 `read-variable', `read-command', `read-function', `read-number',
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
523 `read-shell-command', `read-from-minibuffer', and `completing-read'
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
524 now take an additional argument which specifies the default value. If
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
525 this argument is non-nil, it should be a string; that string is used
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
526 in two ways:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
527
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
528 * It is returned if the user enters empty input.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
529 * It is available as the logical "future" entry, by pressing the down
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
530 arrow.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
531
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
532 ** LDAP changes.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
533
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
534 *** The LDAP interface now consists of two layers, a low-level layer
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
535 that closely matches the LDAP C API, and a more convenient
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
536 higher-level set of functions.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
537
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
538 *** The low-level functions that used to be named *-internal are now
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
539 named more simply: `ldap-open', `ldap-close', `ldap-search-basic',
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
540 `ldap-add', and `ldap-modify'. They should be used directly for very
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
541 specific purposes (such as multiple operations on a connection) only.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
542
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
543 *** The higher-level functions provide a more convenient way to access
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
544 LDAP directories hiding the subtleties of handling the connection,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
545 translating arguments and ensuring compliance with LDAP
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
546 internationalization rules and formats (currently partly implemented
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
547 only.) This layer provides atomic operations for searches,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
548 modification, addition and deletion of multiple entries at once:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
549 `ldap-search-entries', `ldap-add-entries', `ldap-delete-entries', and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
550 `ldap-modify-entries'.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
551
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
552 *** To maintain compatibility with previous code, the now obsolete
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
553 function `ldap-search' is now merely a wrapper that calls either
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
554 `ldap-search-basic' or `ldap-search-entries'. Please don't use the
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
555 `ldap-search' function in your new programs -- a direct call to one of
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
556 the two replacements is more efficient and unambiguous.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
557
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
558 ** The arguments to `locate-file' are now more Lisp-like. As before,
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
559 the usage is:
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
560
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
561 (locate-file FILENAME PATH-LIST &optional SUFFIXES MODE)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
562
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
563 Except that SUFFIXES are now a list of strings instead of a single,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
564 colon-separated string. MODE is now a symbol or a list of symbols
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
565 (symbols `exists', `executable', `writable', and `readable' are
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
566 supported) instead of an integer code. See the documentation for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
567 details. Of course, the old form is still accepted for backward
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
568 compatibility.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
569
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
570 Several bugs in locate-file have been fixed, most notably its failure
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
571 to call expand-file-name on elements of PATH-LIST. Because of that
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
572 elements of load-path of the form "~/..." used to not work.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
573 locate-file is now guaranteed to expand files during its course of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
574 operation.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
575
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
576 ** `translate-region' has been improved in several ways. Its TABLE
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
577 argument used to be a 256-character string. In addition to this, it
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
578 can now also be a vector or a char-table, which makes the function
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
579 useful for Mule, which it wasn't. If TABLE is a vector or a generic
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
580 char-table, you can map characters to strings instead of to other
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
581 characters. For instance:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
582
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
583 (let ((table (make-char-table 'generic)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
584 (put-char-table ?a "the letter a" table)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
585 (put-char-table ?b "" table)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
586 (put-char-table ?c ?\n table)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
587 (translate-region (point-min) (point-max) table))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
588
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
589 ** The new form `ignore-file-errors', similar to `ignore-errors' may
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
590 be used as a short-hand for condition-case when you wish to ignore
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
591 file-related error. For example:
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
592
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
593 (ignore-file-errors (delete-file "foo"))
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
594
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
595 ** The first argument to `intern-soft' may now also be a symbol, like
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
596 with `unintern'. If given a symbol, `intern-soft' will look for that
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
597 exact symbol rather than for any string. This is useful when you want
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
598 to check whether a specific symbol is interned in an obarray, e.g.:
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
599
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
600 (intern "foo")
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
601 (intern-soft "foo")
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
602 => foo
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
603 (intern-soft (make-symbol "foo"))
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
604 => nil
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
605
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
606 ** The `keywordp' function now returns non-nil only on symbols
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
607 interned in the global obarray. For example:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
608
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
609 (keywordp (intern ":foo" [0]))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
610 => nil
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
611 (keywordp (intern ":foo")) ; The same as (keywordp :foo)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
612 => t
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
613
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
614 This behavior is compatible with other code which treats symbols
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
615 beginning with colon as keywords only if they are interned in the
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
616 global obarray. `keywordp' used to wrongly return t in both above
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
617 cases.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
618
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
619 ** The function `replace-in-string' has been rewritten to use
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
620 `replace-match'. This not only makes it much faster, but adds all the
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
621 features of `replace-match'.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
622
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
623 ** New variables `this-command-properties' and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
624 `last-command-properties' are now available for communication between
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
625 consecutive commands. Commands should use these to communicate with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
626 the pre/post-command hooks, subsequent commands, wrapping commands,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
627 etc. in preference to looking at and/or setting `this-command'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
628
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
629 ** New functions `add-one-shot-hook' and `add-local-one-shot-hook' make
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
630 it possible to add a "one-shot" hook, which is to say a hook that runs
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
631 only once, and automatically removes itself after the first time it
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
632 has run.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
633
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
634 ** The descriptor that specifies the text of a menu item can now be an
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
635 evaluated expression. This makes it parallel with other descriptors,
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
636 which can also be expressions.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
637
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
638
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
639 * Changes in XEmacs 21.0
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
640 ========================
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
641
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
642 ** XEmacs has been unbundled into constituent installable packages.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
643 See the Info documentation under "Packages" for more information.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
644 See the file `etc/PACKAGES' in the distribution for a partial list of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
645 packages available at the time of the 21.0 release.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
646
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
647 ** XEmacs is now supported under Microsoft Windows 95/98 and Windows
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
648 NT operating systems. For starters, look at the XEmacs on Windows FAQ
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
649 at <URL:http://jagor.srce.hr/~hniksic/xemacs-on-windows-faq.txt>. To
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
650 discuss Windows-specific issues, subscribe to the mailing list at
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
651 <xemacs-nt-request@xemacs.org>.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
652
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
653 ** XEmacs will now use `XEmacs' as its application class if it finds
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
654 any `XEmacs' resources in the resource database. Otherwise, it will
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
655 continue to use the `Emacs' class.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
656
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
657 ** The options menu has been ported to Custom.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
658 This means that each entry in the options menu acts as if you had customized
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
659 the corresponding variable by hand. ### WARNING: there is currently no
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
660 upgrading function to help you port your old options settings to the new
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
661 format. Consequently, if you want to modify the options for XEmacs 21, you
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
662 will have to set them all again through the menu, and remove the code loading
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
663 .xemacs-options from your .emacs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
664
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
665 ** When the Zmacs region is active, `M-x query-replace' and the other
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
666 replace commands now operate on the region contents only.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
667
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
668 ** XEmacs now is able to choose X visuals and use private colormaps.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
669 The '-visual <visualStr>' command line option or the '.EmacsVisual'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
670 Xresource controls which visual XEmacs will use, and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
671 '-privateColormap' or '.privateColormap' will force XEmacs to create a
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
672 private colormap for use. The syntax for the visual string is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
673 "<visual><bitdepth>" where <visual> is one of 'StaticColor',
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
674 'TrueColor', 'GrayScale', 'PseudoColor' or 'DirectColor' and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
675 <bitdepth> is the appropriate number of bits per pixel. If an invalid
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
676 or non-supported combination is entered, XEmacs attempts to find a happy
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
677 medium. The X creation mechanism will then determine if it needs to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
678 create a colormap for use, or the presence of the private flags will
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
679 force it to create it.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
680
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
681 ** The `imenu' package has been ported to XEmacs and is available as a
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
682 package.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
683
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
684 ** `echo-keystrokes' can now be a floating-point number, so that you
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
685 can set it to intervals shorter than one second.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
686
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
687 (setq echo-keystrokes 0.1)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
688
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
689 ** The new command `center-to-window-line' works like `recenter'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
690 (bound to `C-l'), only it does not redisplay the whole display area.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
691
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
692 ** The M-. command will now first search through exact tags matches,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
693 and then through inexact matches, as one would expect.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
694
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
695 ** The new variable `user-full-name' can be used to customize one's
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
696 name when using the Emacs mail and news reading facilities.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
697
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
698 Normally, `user-full-name' is a function that returns the full name of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
699 a user or UID, as specified by the system -- for instance,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
700 (user-full-name "root") returns something like "Super-User". However,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
701 when the function is called without arguments, it will return the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
702 value of the `user-full-name' variable. The `user-full-name' variable
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
703 is initialized using the environment variable NAME and (failing that)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
704 the user's system name.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
705
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
706 The behavior of the `user-full-name' function with an argument
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
707 specified is unchanged.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
708
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
709 ** The new command `M-x customize-changed-options' lets you customize
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
710 all the options whose default values have changed in recent Emacs
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
711 versions. You specify a previous Emacs version number as argument,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
712 and the command creates a customization buffer showing all the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
713 customizable options whose default values were changed since that
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
714 version.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
715
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
716 If you don't specify a particular version number argument, then the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
717 customization buffer shows all the customizable options for which
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
718 Emacs versions of changes are recorded.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
719
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
720 ** The new command `add-log-convert' can be used to convert the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
721 old-style (pre-20.3) ChangeLog buffers to new style, for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
722 consistency. A reminder: if you wish to revert to old-style
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
723 ChangeLogs instead, customize the value of `add-log-time-format'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
724 variable.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
725
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
726 ** The new command `zap-up-to-char' is now available. It is similar
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
727 to `zap-to-char', except that it does not delete the searched-for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
728 character. It is not bound to a key by default.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
729
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
730 ** You can now store a number into a register with `C-u NUMBER C-x r n'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
731 REG, increment it by INC with `C-u INC C-x r + REG' (to increment by
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
732 one, omit C-u INC), and insert it in the buffer with `C-x r g REG'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
733 This is useful for writing keyboard macros.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
734
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
735 ** The M-: command, when given a prefix argument, will now insert its
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
736 result to the current buffer.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
737
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
738 ** The `C-h c' command, when given a prefix argument, will now insert
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
739 the message into the current buffer.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
740
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
741 ** Horizontally split windows may now be dragged using the mouse.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
742 Because of this, the dividers between vertical windows are always
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
743 visible. To turn it off, set `vertical-divider-always-visible-p' to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
744 nil.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
745
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
746 ** XEmacs/Mule (internationalization) changes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
747
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
748 *** Mule support now works on TTY's. Use `set-terminal-coding-system'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
749 and `set-keyboard-coding-system' to specify the coding system of your
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
750 display and keyboard.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
751
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
752 *** Egg/SJ3 input method is now officially supported. Quail and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
753 Egg/Skk have been available through the generalized Leim since 20.3.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
754
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
755 *** Localized Japanese menubars are available if XEmacs is built with
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
756 XFONTSET and either the X11 libraries are built with X_LOCALE defined
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
757 or the native C libraries support Japanese localization. This has
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
758 been available since 20.3, only it hasn't been announced before.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
759
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
760 ** Jamie Zawinski's `gdb-highlight' extension is now distributed with
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
761 the `debug' package. gdb-highlight makes most objects printed in a
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
762 gdb buffer be mouse-sensitive: as text shows up in the buffer, it is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
763 parsed, and objects which are recognized have context-sensitive
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
764 commands attached to them. To use it, add the following to `.emacs':
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
765
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
766 (add-hook 'gdb-mode-hook (lambda () (require 'gdb-highlight)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
767
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
768 ** The package popper.el is now included in the edit-utils package.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
769 It has been greatly enhanced with respect to the one once included
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
770 with the ilisp package and should work well under XEmacs 21.0.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
771
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
772 ** Gnuserv changes
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
773
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
774 *** Like the old 'gnudoit' program. Gnuclient -batch now can read from stdin.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
775
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
776 *** Gnuclient -batch no longer breaks off the output at the first LF.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
777
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
778 ** C mode changes
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
779
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
780 *** Multiline macros are now handled, both as they affect indentation,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
781 and as recognized syntax. New syntactic symbol cpp-macro-cont is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
782 assigned to second and subsequent lines of a multiline macro
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
783 definition.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
784
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
785 *** A new style "user" which captures all non-hook-ified
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
786 (i.e. top-level) .emacs file variable setings and customizations.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
787 Style "cc-mode" is an alias for "user" and is deprecated. "gnu" style
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
788 is still the default however.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
789
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
790 *** "java" style now conforms to Sun's JDK coding style.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
791
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
792 *** There are new commands c-beginning-of-defun, c-end-of-defun which
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
793 are alternatives which you could bind to C-M-a and C-M-e if you prefer
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
794 them. They do not have key bindings by default.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
795
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
796 *** New and improved implementations of M-a (c-beginning-of-statement)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
797 and M-e (c-end-of-statement).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
798
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
799 *** C++ namespace blocks are supported, with new syntactic symbols
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
800 namespace-open, namespace-close, and innamespace.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
801
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
802 *** File local variable settings of c-file-style and c-file-offsets
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
803 makes the style variables local to that buffer only.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
804
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
805 *** New indentation functions c-lineup-close-paren,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
806 c-indent-one-line-block, c-lineup-dont-change.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
807
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
808 *** Improvements (hopefully!) to the way CC Mode is loaded. You
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
809 should now be able to do a (require 'cc-mode) to get the entire
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
810 package loaded properly for customization in your .emacs file. A new
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
811 variable c-initialize-on-load controls this and is t by default.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
812
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
813 ** In Text mode, now only blank lines separate paragraphs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
814 This makes it possible to get the full benefit of Adaptive Fill mode
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
815 in Text mode, and other modes derived from it (such as Mail mode).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
816 TAB in Text mode now runs the command indent-relative; this makes a
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
817 practical difference only when you use indented paragraphs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
818
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
819 As a result, the old Indented Text mode is now identical to Text mode,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
820 and is an alias for it.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
821
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
822 If you want spaces at the beginning of a line to start a paragraph,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
823 use the new mode, Paragraph Indent Text mode.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
824
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
825 ** Changes to Gnus, the XEmacs newsreader.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
826
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
827 *** New functionality for using Gnus as an offline newsreader has been
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
828 added. A plethora of new commands and modes have been added. See the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
829 Gnus manual for the full story.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
830
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
831 *** The nndraft backend has returned, but works differently than
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
832 before. All Message buffers are now also articles in the nndraft
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
833 group, which is created automatically.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
834
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
835 *** `gnus-alter-header-function' can now be used to alter header
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
836 values.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
837
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
838 *** `gnus-summary-goto-article' now accept Message-ID's.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
839
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
840 *** A new Message command for deleting text in the body of a message
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
841 outside the region: `C-c C-v'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
842
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
843 *** You can now post to component group in nnvirtual groups with
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
844 `C-u C-c C-c'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
845
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
846 *** `nntp-rlogin-program' -- new variable to ease customization.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
847
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
848 *** `C-u C-c C-c' in `gnus-article-edit-mode' will now inhibit
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
849 re-highlighting of the article buffer.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
850
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
851 *** New element in `gnus-boring-article-headers' -- `long-to'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
852
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
853 *** `M-i' symbolic prefix command. See the section "Symbolic
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
854 Prefixes" in the Gnus manual for details.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
855
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
856 *** `L' and `I' in the summary buffer now take the symbolic prefix
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
857 `a' to add the score rule to the "all.SCORE" file.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
858
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
859 *** `gnus-simplify-subject-functions' variable to allow greater
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
860 control over simplification.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
861
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
862 *** `A T' -- new command for fetching the current thread.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
863
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
864 *** `/ T' -- new command for including the current thread in the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
865 limit.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
866
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
867 *** `M-RET' is a new Message command for breaking cited text.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
868
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
869 *** \\1-expressions are now valid in `nnmail-split-methods'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
870
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
871 *** The `custom-face-lookup' function has been removed.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
872 If you used this function in your initialization files, you must
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
873 rewrite them to use `face-spec-set' instead.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
874
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
875 *** Cancelling now uses the current select method. Symbolic prefix
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
876 `a' forces normal posting method.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
877
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
878 *** New command to translate M******** sm*rtq**t*s into proper text
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
879 -- `W d'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
880
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
881 *** For easier debugging of nntp, you can set `nntp-record-commands'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
882 to a non-nil value.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
883
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
884 *** nntp now uses ~/.authinfo, a .netrc-like file, for controlling
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
885 where and how to send AUTHINFO to NNTP servers.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
886
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
887 *** A command for editing group parameters from the summary buffer
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
888 has been added.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
889
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
890 *** A history of where mails have been split is available.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
891
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
892 *** A new article date command has been added -- `article-date-iso8601'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
893
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
894 *** Subjects can be simplified when threading by setting
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
895 `gnus-score-thread-simplify'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
896
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
897 *** A new function for citing in Message has been added --
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
898 `message-cite-original-without-signature'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
899
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
900 *** `article-strip-all-blank-lines' -- new article command.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
901
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
902 *** A new Message command to kill to the end of the article has
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
903 been added.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
904
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
905 *** A minimum adaptive score can be specified by using the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
906 `gnus-adaptive-word-minimum' variable.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
907
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
908 *** The "lapsed date" article header can be kept continually
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
909 updated by the `gnus-start-date-timer' command.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
910
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
911 *** Web listserv archives can be read with the nnlistserv backend.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
912
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
913 *** Old dejanews archives can now be read by nnweb.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
914
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
915 *** Byte-compilation of user-specs now works under XEmacs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
916
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
917 ** The `dir' files are no longer essential for functioning of the Info
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
918 subsystem. If the `dir' file does not exist in an Info directory, the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
919 relevant information will be generated on-the-fly.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
920
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
921 This behavior can be customized, look for `Info-auto-generate-directory'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
922 and `Info-save-auto-generated-dir' in the `info' customization group.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
923
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
924
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
925 * Lisp and internal changes in XEmacs 21.0
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
926 ==========================================
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
927
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
928 ** It is now possible to build XEmacs with support for 31-bit Lisp
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
929 integers (normally, Lisp integers are only 28 bits wide on 32-bit
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
930 machines.) Configure with --use-minimal-tagbits to test. With this
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
931 change, the maximum buffer size on 32-bit machines is increased from
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
932 128M to 1G. This setting will be made default in a future XEmacs
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
933 version.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
934
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
935 ** Specifier changes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
936
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
937 *** When instantiating a specifier, the window locale now has a higher
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
938 precedence than the buffer locale. This is because the window locale
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
939 is more specific than the buffer locale.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
940
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
941 *** The new macro `let-specifier' can be used to temporarily add
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
942 specifications to specifiers. See the documentation for details.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
943
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
944 *** The new specifiers `vertical-scrollbar-visible-p' and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
945 `horizontal-scrollbar-visible-p' may be used to control scrollbar
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
946 visibility. Previously, the only way to remove a scrollbar was to set
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
947 its size to 0. This method is still supported for backward
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
948 compatibility.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
949
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
950 *** The new specifiers `scrollbar-on-left-p' and `scrollbar-on-top-p'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
951 may be used to control the position of the vertical and horizontal
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
952 toolbar. Previously, their position could be changed only through the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
953 use of X resources.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
954
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
955 *** The new draggable vertical dividers between windows may be turned
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
956 off using the `vertical-divider-always-visible-p' specifier. When
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
957 this is set to nil, the vertical dividers between windows are shown
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
958 only when needed, and they are not draggable.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
959
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
960 Other properties of the vertical dividers may be controlled using
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
961 `vertical-divider-shadow-thickness', `vertical-divider-line-width' and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
962 `vertical-divider-spacing' specifiers, which see.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
963
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
964 ** Frame focus management changes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
965
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
966 *** When the variable focus-follows-mouse is non-nil, `select-frame'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
967 no longer permanently selects a different frame. The frame selection
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
968 is temporary and is reverted when the current command terminates, much
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
969 like the buffer selected by `set-buffer'. This is the same as in FSF
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
970 Emacs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
971
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
972 *** The new function `focus-frame' sets the window system focus to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
973 FRAME (and selects it), regardless of the value of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
974 `focus-follows-mouse'. Doing this is not well behaved, so be
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
975 absolutely sure that you want this.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
976
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
977 The code that uses `select-frame' only to get the window manager focus
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
978 should be changed to use `set-frame-focus' instead, so that they keep
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
979 working when `focus-follows-mouse' is non-nil.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
980
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
981 *** The special forms `save-selected-frame' and `with-selected-frame'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
982 can now be used to temporarily change selected frame.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
983
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
984 *** The behavior of `other-frame' command (`C-x 5 o') is unaffected by
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
985 these changes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
986
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
987 ** The function `select-window' now has an optional second argument
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
988 NORECORD which if non-nil inhibits the recording of a buffer change.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
989
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
990 ** The function `vertical-motion' now correctly handles the second,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
991 optional WINDOW argument. A new third argument PIXELS, if non-nil,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
992 indicates that the returned motion should be in pixels.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
993
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
994 ** The new function `vertical-motion-pixels' is similar to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
995 vertical-motion but takes as input a vertical motion in pixels.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
996
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
997 ** The new functions window-text-area-pixel-{width,height,edges} can
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
998 be used to obtain information about the text-displaying area of a
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
999 window.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1000
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1001 ** The new functions `shrink-window-pixels' and `enlarge-window-pixels'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1002 can be used to adjust the size of a window by a pixel amount.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1003
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1004 ** The new function `window-displayed-text-pixel-height' can be used
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1005 to determine the height of the text actually displayed in a window.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1006
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1007 ** The arithmetic comparison functions <, >, =, /= now accept a
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1008 variable number of arguments.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1009
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1010 This means that if you want to test whether A < B < C, you can write
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1011 it as (< A B C) instead of (and (< A B) (< B C)). Likewise,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1012 (apply #'> LIST) now tests if LIST is monotonously increasing -- and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1013 so on.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1014
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1015 ** The XEmacs hashtables now have a consistent read/print syntax.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1016 This means that a hashtable will be readably printed in a
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1017 structure-like form:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1018
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1019 #s(hashtable size 2 data (key1 value1 key2 value2))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1020
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1021 When XEmacs reads this form, it will create a new hashtable according
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1022 to description. This allows you to easily dump hashtables to files
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1023 using `prin1', and read them back in using `read'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1024
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1025 If `print-readably' is non-nil, a more relaxed syntax is used; for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1026 instance:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1027
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1028 #<hashtable size 2/13 data (key1 value1 key2 value2) 0x874d>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1029
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1030 ** It is now possible to build XEmacs with LDAP support.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1031 You will need to install a LDAP library first. The following have
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1032 been tested:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1033 - LDAP 3.3 from the University of Michigan
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1034 (get it from <URL:http://www.umich.edu/~dirsvcs/ldap/>)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1035 - OpenLDAP 1.0.3 from the OpenLDAP Foundation
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1036 (get it from <URL:http://www.openldap.org/>)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1037 - LDAP SDK 1.0 from Netscape Corp.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1038 (get it from <URL:http://developer.netscape.com/>)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1039
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1040 ** When profiling is in effect, a call-count of all recorded functions
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1041 is now calculated. This information is stored in
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1042 `call-count-profile-table', and is utilized by `profile-results' as
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1043 well as the new command `profile-call-count-results'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1044
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1045 ** It is now an error to change the value of a symbol whose name
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1046 starts with a colon, if it is interned in the standard obarray.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1047
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1048 However, setting such a symbol to its proper value, which is that
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1049 symbol itself, is not an error. This is for the sake of programs that
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1050 support pre-19.12 XEmacs and pre-20 GNU Emacs by explicitly setting
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1051 these variables to themselves.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1052
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1053 ** The `concat' function no longer accepts integer arguments.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1054
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1055 ** The new function `string' concatenates all its argument characters
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1056 and returns the resulting string. This is consistent with other
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1057 functions, like `list', `vector', etc.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1058
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1059 ** The function `temp-directory' is now available to return the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1060 directory to store temporary files. On Unix this will be obtained
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1061 from TMPDIR, defaulting to `/tmp'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1062
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1063 ** The function load-average now accepts an optional argument
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1064 USE-FLOATS. If it is non-nil, the load average values are returned as
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1065 floating point numbers, rather than as integers to be divided by 100.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1066
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1067 ** The `make-event' function now supports the TYPE and PLIST
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1068 arguments, which can be used to create various events from Lisp. See
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1069 the documentation for details.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1070
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1071 ** `function-interactive' is a new function that returns the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1072 interactive specification of a funcallable object.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1073
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1074 ** The new `lmessage' function allows printing of a formatted message
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1075 with a particular label.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1076
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1077 (lmessage 'progress "Processing... %d" counter)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1078
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1079 This function is more convenient than `display-message' because it
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1080 automatically applies `format' to its arguments.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1081
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1082 ** The new `lwarn' function, analogous to `lmessage', allows printing
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1083 a formatted warning, with a non-default CLASS or LABEL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1084
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1085 ** The new function `split-path' can now be used to explode the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1086 components of a colon-separated search path into a list.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1087
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1088 (split-path "foo:bar")
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1089 => ("foo" "bar")
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1090
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1091 ** Specifiers and symbols whose value is a specifier are now allowed
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1092 as modeline specifications.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1093
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1094 ** defcustom now accepts the keyword `:version'. Use this to specify
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1095 in which version of Emacs a certain variable's default value changed.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1096 For example,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1097
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1098 (defcustom foo-max 34 "*Maximum number of foo's allowed."
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1099 :type 'integer
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1100 :group 'foo
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1101 :version "21.0")
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1102
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1103 This information is used to control the customize-changed-options
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1104 command.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1105
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1106 ** The line number tracking in modeline is now efficient, even for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1107 very large buffers. This is achieved by caching the line numbers of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1108 recent buffer positions, and reusing them. This cache is used only in
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1109 the buffers where `line-number-mode' is in effect.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1110
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1111 ** When the new GNU Malloc aka Doug Lea Malloc is available, it will
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1112 be used. This should result in better performance on Linux systems
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1113 with libc6.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1114
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1115 ** The code XEmacs uses to assemble its various paths into the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1116 directory hierarchy has been rewritten to support the package system.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1117 Look under "Startup Paths" in the Info documentation for more
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1118 information.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1119
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1120 *** site-lisp is no longer part of the load-path by default.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1121 Its use is deprecated, but you can specify --with-site-lisp=yes at the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1122 configure command line to get it back.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1123
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1124 *** `Info-default-directory-list' is now obsolete. If you want to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1125 change the path which XEmacs uses to search for info files, set
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1126 `Info-directory-list' instead.
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1127
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1128
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
1129 * For older news, see the file ONEWS.