Show
Ignore:
Timestamp:
08/10/06 11:19:54 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/man/faq.texi

    r4131 r4140  
    11471147@cindex Recently introduced features 
    11481148 
    1149 @c FIXME: Improve this node before the 22.1 release. 
    11501149@cindex Default features 
    1151 Font-lock mode, auto-compression mode, and file name shadow mode are now 
    1152 enabled by default.  It is now possible to follow links with 
    1153 @kbd{mouse-1}. 
    1154  
    1155 @cindex Supported systems 
    1156 Emacs 22 features support for GNU/Linux systems on S390 and X86-64 
    1157 machines, as well as support for the Mac OS X and Cygwin operating 
    1158 systems. 
     1150Font Lock mode, auto-compression mode, and file name shadow mode are now 
     1151enabled by default.  On graphics displays it is now possible to follow 
     1152links with @kbd{mouse-1}, and the modeline of the selected window is now 
     1153highlighted.  Window fringes are now customizable.  The minibuffer 
     1154prompt is now displayed in a distinct face. 
     1155 
     1156Emacs now reads abbrev definitions automatically at startup.  The 
     1157maximum size of buffers has been doubled and is now 256M on 32-bit 
     1158machines.  Grep mode is now separate from Compilation mode and has many 
     1159new specific options and commands. 
     1160 
     1161The original Emacs macro system has been replaced by the new Kmacro 
     1162package, which provides many new commands and features and a simple 
     1163interface that uses the function keys F3 and F4.  Macros are now stored 
     1164in a macro ring, and can be debugged and edited interactively. 
     1165 
     1166The GUD (Grand Unified Debugger) package can now be used with a full 
     1167graphical user interface to the debugger which provides many features 
     1168found in traditional development environments, making it easy to 
     1169manipulate breakpoints, add watch points, display the call stack, etc. 
     1170Breakpoints are now displayed in the source buffer. 
    11591171 
    11601172@cindex GTK+ Toolkit 
     
    11651177 
    11661178@cindex New modes 
    1167 Many new modes and packages have been included in Emacs, such as Leim, 
    1168 Calc, Tramp and URL, as well as IDO, CUA, rcirc, ERC, conf-mode, 
    1169 python-mode, table, tumme, SES, ruler, Flymake, Org, PGG, etc. 
     1179Many new modes and packages have been included in Emacs, such as Calc, 
     1180Tramp and URL, as well as IDO, CUA, rcirc, ERC, conf-mode, python-mode, 
     1181table, tumme, SES, ruler, Flymake, Org, PGG, wdired, t-mouse, longlines, 
     1182dns-mode, savehist, Password, Printing, Reveal, etc. 
     1183 
     1184@cindex Multilingual Environment 
     1185Leim is now part of Emacs.  Unicode support has been much improved, and 
     1186the following input methods have been added: belarusian, bulgarian-bds, 
     1187bulgarian-phonetic, chinese-sisheng, croatian, dutch, georgian, 
     1188latin-alt-postfix, latin-postfix, latin-prefix, latvian-keyboard, 
     1189lithuanian-numeric, lithuanian-keyboard, malayalam-inscript, rfc1345, 
     1190russian-computer, sgml, slovenian, tamil-inscript ucs, 
     1191ukrainian-computer, vietnamese-telex, and welsh. 
     1192 
     1193The following language environment have also been added: Belarusian, 
     1194Bulgarian, Chinese-EUC-TW, Croatian, French, Georgian, Italian, Latin-6, 
     1195Latin-7, Latvian, Lithuanian, Malayalam, Russian, Russian, Slovenian, 
     1196Swedish, Tajik, Tamil, UTF-8, Ukrainian, Ukrainian, Welsh, and 
     1197Windows-1255. 
     1198 
     1199@cindex Supported systems 
     1200Emacs 22 features support for GNU/Linux systems on S390 and x86-64 
     1201machines, as well as support for the Mac OS X and Cygwin operating 
     1202systems. 
    11701203 
    11711204@cindex Documentation 
     
    11731206In addition, Emacs 22 now includes the Emacs Lisp Reference Manual 
    11741207(@pxref{Emacs Lisp documentation}) and the Emacs Lisp Intro. 
     1208 
     1209Many other changes have been made in Emacs 22, use @kbd{C-h n} to get a 
     1210full list. 
    11751211 
    11761212@c ------------------------------------------------------------