comparison etc/NEWS @ 388:aabb7f5b1c81 r21-2-9

Import from CVS: tag r21-2-9
author cvs
date Mon, 13 Aug 2007 11:09:42 +0200
parents bbff43aa5eb7
children 6719134a07c2
comparison
equal deleted inserted replaced
387:f892a9d0bb8d 388:aabb7f5b1c81
30 particular version is implied, "Emacs" will be used. 30 particular version is implied, "Emacs" will be used.
31 31
32 32
33 * Changes in XEmacs 21.2 33 * Changes in XEmacs 21.2
34 ======================== 34 ========================
35
36 ** Interactive searching and matching case improvements:
37 Case sensitiveness in searching operations is controled by the variable
38 `case-fold-search' (if non-nil, case is ignored while searching). This
39 mechanism has now been slightly improved in the case of an interactive
40 search: if the search string (or regexp) happens to contain uppercase
41 characters, the searching is forced to be case-sensitive, regardless of
42 the value of `case-fold-search'. This behavior affects all functions
43 performing interactive searches, like `zap-to-char', `tags-search',
44 `occur' etc.
35 45
36 ** You can now create "indirect buffers", like in GNU Emacs. An 46 ** You can now create "indirect buffers", like in GNU Emacs. An
37 indirect buffer shares its text with another buffer ("base buffer"), 47 indirect buffer shares its text with another buffer ("base buffer"),
38 but has its own major mode, local variables, extents, and narrowing. 48 but has its own major mode, local variables, extents, and narrowing.
39 An indirect buffer has a name of its own, distinct from those of the 49 An indirect buffer has a name of its own, distinct from those of the