comparison etc/NEWS @ 44934:ae16f63fe28f

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Apr 2002 21:16:32 +0000
parents 457be7d90d62
children 15ba9db103f6
comparison
equal deleted inserted replaced
44933:89bfde1b51f5 44934:ae16f63fe28f
87 +++ 87 +++
88 ** Emacs can produce an underscore-like (horizontal bar) cursor. 88 ** Emacs can produce an underscore-like (horizontal bar) cursor.
89 The underscore cursor is set by putting `(cursor-type . hbar)' in 89 The underscore cursor is set by putting `(cursor-type . hbar)' in
90 default-frame-alist. It supports variable heights, like the `bar' 90 default-frame-alist. It supports variable heights, like the `bar'
91 cursor does. 91 cursor does.
92
93 ** Filesets are collections of files. You can define a fileset in
94 various ways, such as based on a directory tree or based on
95 program files that include other program files.
96
97 Once you have defined a fileset, you can perform various operations on
98 all the files in it, such as visiting them or searching and replacing
99 in them.
92 100
93 --- 101 ---
94 ** PO translation files are decoded according to their MIME headers 102 ** PO translation files are decoded according to their MIME headers
95 when Emacs visits them. 103 when Emacs visits them.
96 104