Accepting request 17729 from editors

Copy from editors/emacs based on submit request 17729 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/17729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs?expand=0&rev=35
This commit is contained in:
OBS User autobuild
2009-08-13 21:47:15 +00:00
committed by Git OBS Bridge
parent eb1300759a
commit bc0b8fdb3a
19 changed files with 3811 additions and 3422 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Aug 13 15:33:27 CEST 2009 - werner@suse.de
- Update to to emacs version 23.1
* New font code: This uses the freetype and fontconfig libraries.
* Emacs now accepts font names supplied in the fontconfig format
* Added support for local fonts
* Added support for the Xft library for antialiasing.
* Added support for the OpenType library for complex text layout
* Added support for the m17n library for text shaping
* Use libgif before libungif
* Emacs now supports the SVG image format through librsvg2.
* Emacs now supports multi-page TIFF images
* The new configuration option --with-dbus enables DBus language
* Improved X Window System support
* Emacs starts in the background, as a daemon, when given the
--daemon command line argument.
* emacsclient starts emacs in daemon mode
* Emacs now supports the XEmbed specification
* Emacs can now set the frame opacity
* The Emacs character set is now a superset of Unicode
* There are new coding systems/aliases; see M-x list-coding-systems
* There is a new charset implementation with many new charsets.
* There are new language environments for Chinese-GBK,
Chinese-GB18030, Khmer, Bengali, Punjabi, Gujarati, Oriya,
Telugu, Sinhala, and TaiViet.
* The minor modes unify-8859-on-encoding-mode and
unify-8859-on-decoding-mode are obsolete.
-------------------------------------------------------------------
Thu Jul 9 17:05:56 CEST 2009 - coolo@novell.com