Revisions of emacs

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 176851 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 94)
- Remove not used spec file scriplets 
- Make pre requires more smart
- Avoid trouble with new byte compile format and old font-latex.elc
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 176480 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 93)
- Make emacs launch script smart, that is search for a valid dbus
  on the current system if if not found launch a own dbus session
- With emacs version 24.3 the package epg becoes obsolate

- Update to to emacs version 24.3
  * Emacs no longer searches for `leim-list.el' files beneath the standard
    lisp/ directory.  There should not be any there anyway.  If you have
    been adding them there, put them somewhere else; e.g., site-lisp.
  * `C-h f' (`describe-function') can now perform autoloading.
    When this command is called for an autoloaded function whose docstring
    contains a key substitution construct, that function's library is
    automatically loaded, so that the documentation can be shown
    correctly.  To disable this, set `help-enable-auto-load' to nil.
  * `C-h f' now reports previously-autoloaded functions as "autoloaded",
    even after their associated libraries have been loaded (and the
    autoloads have been redefined as functions).
  * Images displayed via ImageMagick now support transparency and the
    :background image specification property.
  * When available, ImageMagick support is automatically enabled.
    It is no longer necessary to call `imagemagick-register-types'
    explicitly to install ImageMagick image types; that function is called
    automatically at startup, or when customizing an imagemagick- option.
  * Setting `imagemagick-types-inhibit' to t now disables the use of
    ImageMagick to view images.  (You must call `imagemagick-register-types'
    afterwards if you do not use customize to change this.)
  * The new variable `imagemagick-enabled-types' also affects which
    ImageMagick types are treated as images.  The function
    `imagemagick-filter-types' returns the list of types that will be
    treated as images.
  * In minibuffer filename prompts, `C-M-f' and `C-M-b' now move to the
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 174493 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 92)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 173313 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 91)
- For 12.3+ buildrequire makeinfo instead of texinfo (forwarded request 172829 from AndreasSchwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 160627 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 90)
fix build with giflib5 by skipping configure test and adding emacs-24.2-giflib5.patch (forwarded request 158806 from WernerFink)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 155882 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 89)
- Add missing backslashes spotted by Troy Sankey
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 88)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 148460 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 87)
- Don't strip binaries
- Remove unused build requirements
- Properly configure TERMINFO (bnc#797787) (forwarded request 148242 from AndreasSchwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 145675 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 86)
- Remove obsolete patches
- Don't use obsolete mouse-sel
- Avoid calling autoconf
- Avoid warning about duplicate files (forwarded request 145536 from AndreasSchwab)
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 138797 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 85)
- transform .tar.xz for .tar.bz2 to fix build on SLE product (forwarded request 138765 from sleep_walker)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 137236 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 84)
- Add workaround into emacs starter script for gtk/gstreamer bug
  which overrides the locale
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 134847 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 83)
- Update to to emacs version 24.2
  * This is mainly a bug-fix release
- Last patch already included
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 133552 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 82)
Undo weird webui doodle...  (forwarded request 133551 from dimstar)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 128961 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 81)
- Avoid missing fonts due minimal installation
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 128463 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 80)
- xorg-x11-libs is not in default installation anymore, use libX11-6
  to be enhanced by emacs-x11 

- Don't be fooled by not initialized time stamps of unused XEvent
  structures which happens with old GTK-2.0

- make it build even for older distries
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 126429 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 79)
- Avoid conflict with gnuctags

- Update to to emacs version 24.1
  * Support for Gtk+3.0, GnuTLS, ImageMagick, libxml2, and SELinux
  * Support for wide integer (62 bits) in lisp even on 32-bit machines.
  * The --unibyte, --multibyte, --no-multibyte, and --no-unibyte command
    line arguments, and the EMACS_UNIBYTE environment variable, no longer
    have any effect.
  * And many more changes see /usr/share/emacs/24.1/etc/NEWS
- Remove obsolete patches
- Refresh some others patches
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 78)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122057 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 77)
- Avoid endless loop due multiplying zero with two as this results
  also in zero (bnc#763851) ... found in xgselect.c for increasing
  the allocated memory used for g_main_context_query().
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 115859 from Karl Eichwalder's avatar Karl Eichwalder (keichwa) (revision 76)
nxml-mode is now part of emacs (added version number); I already sent a drop req for nxml-mode
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 112470 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 75)
- Remove obsolete Obsoletes and Provides tags

- Correct License tag that is that emacs is now GPLv3 or later (bnc#755524)

- add %dir /usr/share/X11/app-defaults to fix factory build.
Displaying revisions 101 - 120 of 194
openSUSE Build Service is sponsored by