| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: emacs-x11 | Distribution: openSUSE 11.2 |
| Version: 23.1 | Vendor: openSUSE |
| Release: 3.7.1 | Build date: Wed Dec 2 17:27:20 2009 |
| Group: Productivity/Editors/Emacs | Build host: build24 |
| Size: 21994508 | Source RPM: emacs-23.1-3.7.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnu.org/software/emacs/ | |
| Summary: GNU Emacs: Emacs binary with X Window System Support | |
Call it
Emacs
Love it or leave it. This is the Emacs binary with X Window System
Support.
Authors:
--------
Richard Stallman <rms@gnu.org>
Karl Heuer <kwzh@gnu.org>
Geoff Voelker <voelker@cs.washington.edu>
David J. MacKenzie <djm@gnu.org>
Morten Welinder <terra@gnu.org>
Paul Reilly <pmr@gnu.org>
Roland McGrath <roland@gnu.org>
Brian Fox
Jim Blandy <jimb@gnu.org>
Eric S. Raymond <esr@thyrsus.com>
Ken Stevens <k.stevens@ieee.org>
GPLv2+
* Tue Dec 01 2009 werner@suse.de
- Fix a nasty bug were menus do not occure with GTK (bnc#558884)
* Thu Nov 26 2009 werner@suse.de
- Add patch from upstream to fix bug bnc#556175
* Thu Nov 19 2009 werner@suse.de
- Remove binaries from main package as theyx are provided by the
x11 sub package (bnc#555682)
* Fri Aug 14 2009 werner@suse.de
- Make ppc, ppc64, and s390x build by forcing -Xlinker
- Make ia64 build by reducing gcc optimization
- Remove warning about undefined operations
* Thu Aug 13 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 09 2009 coolo@novell.com
- avoid binutils crashing on emacs binaries in using a tool that
can really understand ELF and remove the .comment section so that
it appears stripped to strip(1)
* Thu Jul 09 2009 coolo@novell.com
- remove patched files after install
* Tue Mar 31 2009 werner@suse.de
- Add variable for signature separator if not defined for mail
messages (bnc#483563)
* Wed Oct 29 2008 werner@suse.de
- Do not overwrite common emacs settings (bnc#438601)
* Fri Oct 17 2008 werner@suse.de
- Enforce the correct binary version
* Wed Oct 01 2008 ro@suse.de
- drop texinfo from buildrequires (is guaranteed to be there)
* Fri Sep 19 2008 werner@suse.de
- Update to to emacs version 22.3
* Support for several obsolete platforms removed
* Support for systems without alloca will be removed.
* Support for VMS will be removed.
* Several security fixes added
* Wed Sep 10 2008 werner@suse.de
- Fix security bug in Emacs python mode (bnc#424340)
* Tue May 13 2008 werner@suse.de
- Add fix for fast-lock-mode arbitrary lips code execution (bnc#389154)
* Mon Mar 31 2008 werner@suse.de
- Update to emacs version 22.1
* Relicense all FSF files to GPLv3 or later.
* COPYING, info/COPYING: Switch to GPLv3.
* `describe-project' is renamed to `describe-gnu-project'.
* `view-todo' is renamed to `view-emacs-todo'.
* `find-name-dired' now uses -iname rather than -name
for case-insensitive filesystems.
* In Image mode, whenever the displayed image is wider and/or higher
than the window, the usual keys for moving the cursor cause the image
to be scrolled horizontally or vertically instead.
* Emacs can use stock icons in the tool bar when compiled with Gtk+.
However, this feature is disabled by default. To enable it, put
(setq icon-map-list '(x-gtk-stock-map))
in your .emacs or some other startup file. For more information, see
the documentation for the two variables icon-map-list and x-gtk-stock-map.
* Scrollbars follow the system theme on Windows XP and later.
Windows XP introduced themed scrollbars, but applications have to take
special steps to use them. Emacs now has the appropriate resources linked
in to make it use the scrollbars from the system theme.
* `bad-packages-alist' will warn about external packages that are known
to cause problems in this version of Emacs.
* The values of `dired-recursive-deletes' and `dired-recursive-copies'
have been changed to `top'. This means that the user is asked once,
before deleting/copying the indicated directory recursively.
* `browse-url-emacs' loads a URL into an Emacs buffer. Handy for *.el URLs.
* The command gdba has been removed as gdb works now for those cases where it
was needed. In text command mode, if you have problems before execution has
started, use M-x gud-gdb.
* desktop.el now detects conflicting uses of the desktop file.
* Compilation mode now correctly respects the value of
`compilation-scroll-output' between invocations.
* `font-lock-comment-face' no longer differs from the default on
displays with fewer than 16 colors and dark background (e.g. older
xterms and the Linux console).
* New Modes and Packages in Emacs 22.2
- bibtex-style-mode helps you write BibTeX's *.bst files.
- The new package css-mode.el provides a major mode for editing CSS files.
- The new package vera-mode.el provides a major mode for editing Vera files.
- The new package verilog-mode.el provides a major mode for editing Verilog files.
- The new package socks.el implements the SOCKS v5 protocol.
* VC
- VC backends can provide completion of revision names.
- VC backends can provide extra menu entries to the "Version Control" menu.
- VC has some support for Mercurial (Hg).
- VC has some support for Monotone (Mtn).
- VC has some support for Bazaar (Bzr).
- VC has some support for Git.
* Incompatible Lisp Changes in Emacs 22.2
- shell.el no longer defines the aliases `dirtrack-toggle' and
`dirtrack-mode' for `shell-dirtrack-mode'.
* Lisp Changes in Emacs 22.2.
- Frame-local variables are deprecated and are slated for removal.
- The function invisible-p returns non-nil if the character
after a specified position is invisible.
- inhibit-modification-hooks is bound to t while running modification hooks.
- New function `window-full-width-p' returns t if a window is as wide
as its frame.
- The new function `image-refresh' refreshes all images associated
with a given image specification.
- The new function `combine-and-quote-strings' concatenates a list of strings
using a specified separator.
- The new function `split-string-and-unquote' performs the inverse operation to
`combine-and-quote-strings', i.e. splits a single string into a list
of strings, undoing any quoting added by `combine-and-quote-strings'.
* Fri Jan 04 2008 werner@suse.de
- Fix app-defaults files (bug #351537)
* Thu Dec 20 2007 werner@suse.de
- Don't forget the arguments for the wrapper script
* Thu Dec 20 2007 werner@suse.de
- Suppress startup message in case of starting iconic (bug #342385)
* Tue Dec 18 2007 werner@suse.de
- Add workaround for conflict between GTK/GDK and KWin by using
Athena/Xaw3d toolkit in case of running within a KDE session.
this fix the bug #342385 as well as bug #345669
* Sun Dec 09 2007 schwab@suse.de
- Install all icon sizes.
* Thu Nov 22 2007 schwab@suse.de
- Fix buffer overflow in format [#342158].
- Remove obsolete patches.
* Mon Nov 05 2007 werner@suse.de
- Fix insufficient safe mode checks (bug #339033, CVE-2007-5795)
* Fri Sep 07 2007 schwab@suse.de
- Remove obsolete xterm.el.
* Mon Jul 23 2007 aj@suse.de
- Revert last change, it seems that sendmail is somehow used.
* Sun Jul 22 2007 aj@suse.de
- sendmail is not needed while building, remove it from
BuildRequires.
* Thu Jul 05 2007 schwab@suse.de
- Replace obsolete icon.
* Thu Jul 05 2007 coolo@suse.de
- fix name of rpmlintrc
- put desktop file and icon into the package
* Mon Jun 18 2007 werner@suse.de
- Use the app-default file macro, avoid empty MALLOC_CHECK_
* Mon Jun 04 2007 werner@suse.de
- Update ot final emacs version 22.1
* Mon Jun 04 2007 werner@suse.de
- Make UTF-8 default if request within X window text selections
* Fri Jun 01 2007 dmueller@suse.de
- fix buildrequires
* Fri May 25 2007 schwab@suse.de
- Fix the broken configure script instead.
* Thu May 24 2007 werner@suse.de
- Correct target cpu to become conform with RPM_OPT_FLAGS
- Add Workaround for bug in autoconf 2.61a
- No X11 no sound
* Tue May 22 2007 schwab@suse.de
- Add alsa-devel to BuildRequires.
- Obsolete emacs-url Mule-UCS emacs-calc erc elispman elisp-manual
elispint emacs-lisp-intro.
- Update list of info files.
* Tue May 22 2007 werner@suse.de
- Switch over to emacs 22.0.99 which used UFT-8 native
- Adopt the patches if not already applied
- Skip cweb and web mode due not compatible to new emacs and no
replacement was found
- Skip timecard mode due not compatible to new emacs and no
replacement was found
- Add rmime.el, update maple mode
- Adopt site-start.el to emacs 22.0.99
- Help s390x machine defines to win over common defines
- Avoid trouble with leim and implicit make dependencies on tmpfs
* Tue May 15 2007 werner@suse.de
- Use stdarg(3) instead of guessing argument pointers (bug #273211)
* Thu Mar 29 2007 aj@suse.de
- Add ncurses-devel to BuildRequires.
* Fri Jan 12 2007 werner@suse.de
- Make .gnu-emacs writable for the user (#229883)
* Fri Jan 12 2007 werner@suse.de
- Make emacs find its app-default file (bug #234026)
* Thu Dec 14 2006 schwab@suse.de
- Fix patterns for auto-mode-list additions.
* Sat Nov 11 2006 olh@suse.de
- remove ppc/ppc64 ld.scripts
fix elf handling on powerpc64
* Thu Aug 03 2006 werner@suse.de
- Make last change depending on X11 release version
- Do not use not initialized variables
* Wed Aug 02 2006 aj@suse.de
- Fix app-defaults path for X11 R7.
/usr/bin/emacs /usr/bin/emacs-gtk /usr/bin/emacs-x11 /usr/share/X11/app-defaults/Emacs /usr/share/applications/emacs.desktop /usr/share/icons/hicolor /usr/share/icons/hicolor/128x128 /usr/share/icons/hicolor/128x128/apps /usr/share/icons/hicolor/128x128/apps/emacs.png /usr/share/icons/hicolor/16x16 /usr/share/icons/hicolor/16x16/apps /usr/share/icons/hicolor/16x16/apps/emacs.png /usr/share/icons/hicolor/16x16/apps/emacs22.png /usr/share/icons/hicolor/24x24 /usr/share/icons/hicolor/24x24/apps /usr/share/icons/hicolor/24x24/apps/emacs.png /usr/share/icons/hicolor/24x24/apps/emacs22.png /usr/share/icons/hicolor/32x32 /usr/share/icons/hicolor/32x32/apps /usr/share/icons/hicolor/32x32/apps/emacs.png /usr/share/icons/hicolor/32x32/apps/emacs22.png /usr/share/icons/hicolor/48x48 /usr/share/icons/hicolor/48x48/apps /usr/share/icons/hicolor/48x48/apps/emacs.png /usr/share/icons/hicolor/48x48/apps/emacs22.png /usr/share/icons/hicolor/scalable /usr/share/icons/hicolor/scalable/apps /usr/share/icons/hicolor/scalable/apps/emacs.svg /usr/share/icons/hicolor/scalable/mimetypes /usr/share/icons/hicolor/scalable/mimetypes/emacs-document.svg /usr/share/pixmaps/emacs.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 05:42:27 2013