annotate etc/NEWS @ 406:b8cc9ab3f761 r21-2-33

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