Commit Graph

311 Commits

Author SHA1 Message Date
Jens Petersen 7493220897 fix missing parenthesis in lang-coding-systems-init.el 2005-11-25 09:04:10 +00:00
Jens Petersen 22d78248c9 - fix keyboard-coding-system on console for utf-8 (Dawid Gajownik, #173855)
- update etags to latest cvs (Hideki Iwamoto, #173023)
- replace etags-14.21-17.11-diff.patch with etags-update-to-cvs.patch
- update smtpmail.el to latest cvs version for better authentication
    support with smtpmail-cvs-update.patch (Alberto Brizio, #167804)
2005-11-22 04:12:23 +00:00
Jeremy Katz a032198e3a we don't build on ppc64 right now. *sigh 2005-11-15 21:53:43 +00:00
Jeremy Katz a5c81f5e2c and fix the buildrequires 2005-11-15 03:01:17 +00:00
Jeremy Katz a55745689c - update dep for new xorg fonts packages 2005-11-15 02:58:28 +00:00
Jens Petersen 95ac4af427 - fix name of aspell-es dictionary (#147964)
- update emacs-21.3-lisp-textmodes-ispell-languages.patch
2005-09-29 09:03:16 +00:00
Jens Petersen 809e29a917 - add max macro to emacs-21-personality-linux32-101818.patch
- merge %setup from emacs22.spec
2005-07-14 12:59:04 +00:00
Jens Petersen 4c384675e2 - update rpm-spec-mode.el to cvs revision 1.17 (Ville Skyttä)
- fixes expansion of %%{?dist}
- replace emacs-21.4-setarch_for_loadup-101818.patch with backport
    emacs-21-personality-linux32-101818.patch from cvs (Jan Djärv) which
    also turns off address randomization during dumping (Masatake Yamato)
- no longer need to pass SETARCH to make on i386
- move ownership of %{_datadir}/emacs/ and %{_datadir}/emacs/%{version}/
    from emacs to emacs-el and emacs-leim subpackages
- don't build tramp html and dvi documentation
- drop src/config.in part of bzero-and-have-stdlib.dpatch to avoid compiler
    warnings
2005-07-14 08:34:35 +00:00
Jens Petersen fa4e255dbe - merge in changes from emacs22.spec conditionally
- define emacs21 rpm macro switch to control major version and use it
- update tramp to 2.0.49
- set arg0 to emacs in wrapper script (Peter Oliver, 149512#3)
2005-06-23 15:39:11 +00:00
Jens Petersen cc9fbafbe7 move setting of require-final-newline from default.el to a comment in
default .emacs (Ralph Loader, #119141)
2005-05-30 08:49:09 +00:00
Jens Petersen 9965d8391e - update cc-mode to 5.30.9 stable release to address font-lock problems
(126165,148977,150197,155292,158044)
2005-05-18 07:13:30 +00:00
Jens Petersen 708649dd61 - add comment about emacs-xim-status-under-window-125413.patch no longer
required for iiimx
- don't accidently exclude emacsclient from common package (Jonathan
    Kamens, #157808)
- traditional Chinese desktop file translation (Wei-Lun Chao, #157287)
2005-05-16 13:11:07 +00:00
Jens Petersen a0ad7c2116 add igrep.el and init file 2005-04-20 08:20:46 +00:00
Jens Petersen 481c6bfb05 - update etags to 17.11 (idht4n@hotmail.com, 151390)
- add etags-14.21-17.11-diff.patch
- replace i386 setarch redefinitions of __make and makeinstall with
    emacs-21.4-setarch_for_loadup-101818.patch and setting SETARCH on i386
    (Jason Vas Dias, 101818)
2005-04-11 07:41:38 +00:00
Jens Petersen 33ee149b78 revert rel to 1 turn on s390 again 2005-04-10 13:19:34 +00:00
Jens Petersen 840d6aca0d exclude s390 for test build drop release to 0 2005-04-10 12:51:07 +00:00
Jens Petersen ab07256260 use _host when defining emacs_libexecdir, since host /= target in
buildsystem
2005-04-10 12:35:02 +00:00
Jens Petersen d8c40e80bc make that -1 and the rest of the changelog:
- add fix-x-vs-no-x-diffs.dpatch
- define emacs_libexecdir
- build both emacs and emacs-nox as %%{version}.1 and move common DOC file
    to emacs-common
- suffix version in fns-%%{version}.1.el with -x and -nox respectively
- add 100 to elisp patches
2005-04-10 07:24:19 +00:00
Jens Petersen 69dd38cb0d - update to 21.4 movemail vulnerability release
- no longer need movemail-CAN-2005-0100.patch
- replace %{_bindir}/emacs alternatives with a wrapper script (Warren
    Togami) to prevent it from disappearing when upgrading (Michal
    Jaegermann, 154326)
- suffix the X emacs binaries with -x and the no X binaries with -nox
- the wrapper script %{_bindir}/emacs-%%version runs emacs-x if installed
    or otherwise emacs-nox. %{_bindir}/emacs is a symlink to the wrapper
- make emacs and emacs-nox own the subdirs in %{_libexecdir}
- add a bunch of fixes from debian's emacs21_21.4a-1 patch:
    battery-acpi-support.dpatch, bzero-and-have-stdlib.dpatch,
    coding-region-leak.dpatch, detect-coding-iso2022.dpatch,
    fix-batch-mode-signal-handling.dpatch, pcl-cvs-format.dpatch,
    python-completion-ignored-extensions.dpatch,
    remote-files-permissions.dpatch, save-buffer.dpatch,
    scroll-margin.dpatch, xfree86-4.3-modifiers.dpatch
- add fix-x-vs-no-x-diffs.dpatch
- define emacs_libexecdir
- build both emacs and emacs-nox as %%{version}.1 and move common DOC file
    to emacs-common
- suffix version in fns-%%{version}.1.el with -x and -nox respectively
- add 100 to elisp patches
2005-04-10 07:22:59 +00:00
Jens Petersen effa08f2a1 - use alternatives to switch _bindir/emacs between emacs and emacs-nox
(Henning Schmiedehausen, #151067)
- remove emacs and emacs-nox from bindir
- prereq alternatives for emacs and emacs-nox
- add post and postun scripts to handle alternatives
- buildrequire xorg-x11-devel instead of XFree86-devel
- really include and apply emacs-21.3-latex-mode-hook-144083.patch
- make emacs and emacs-nox own _datadir/emacs/version too
2005-04-06 14:48:26 +00:00
Jens Petersen c7e6a41b82 add emacs-21.3-gcc4.patch for emacsclient 2005-03-18 11:25:21 +00:00
Jens Petersen c805ae872c rebuild with gcc 4.0 2005-03-09 12:42:15 +00:00
Jens Petersen 41350fdbd3 - add tramp-2.1.3 to site-lisp (David Woodhouse, 149703)
- move removal of info dir to after its installation
- add tramp-init.el to put tramp into load-path
2005-02-28 08:09:28 +00:00
Jens Petersen 9661302b7b - mark default.el as a noreplace config file (Pawel Salek, 149310)
- only set keyboard-coding-system in xterms to fix problem with input Latin
    characters becoming prefixes and making emacs loop (Eddahbi Karim,
    126007)
- make emacs-el own its lisp directories
- run latex-mode-hook in latex-mode (Martin Biely, 144083)
- add emacs-21.3-latex-mode-hook-144083.patch
2005-02-25 13:20:13 +00:00
Jens Petersen 416bb412af make emacs-nox hardlink in the right direction 2005-02-18 06:11:11 +00:00
Jens Petersen d1cee9204f - install %{_bindir}/emacs-nox as a hardlink of the versioned binary
- drop explicit lib requirements
- use sed instead of perl to fix up filelists
2005-02-18 05:59:24 +00:00
Jens Petersen 91afb25c54 - use prereq instead of contexts for common script requirements (Axel
Thimm, 147791)
- move emacs.png from common to main package
- fix CAN-2005-0100 movemail vulnerability with
    movemail-CAN-2005-0100.patch (Max Vozeler, 146701)
2005-02-13 16:05:13 +00:00
Jens Petersen 5ba68a70f0 - workaround xorg-x11 modifier key problem with
emacs-21.3-xterm-modifiers-137868.patch (Thomas Woerner, 137868)
2005-01-14 12:01:00 +00:00
Jens Petersen d3c33135c1 improve emacs-xim-status-under-window-125413.patch slightly 2005-01-13 04:46:11 +00:00
Jens Petersen feea864bc5 - put XIM status under the window for now to stop httx from dying (125413):
add emacs-xim-status-under-window-125413.patch
- default diff to unified format in .emacs
2004-11-29 14:43:59 +00:00
Jens Petersen 862a4d0ea5 correct date and tag of changelog 2004-11-04 03:08:52 +00:00
Jens Petersen 7843f29867 - require fonts-xorg-75dpi to prevent empty boxes at startup due to missing
fonts (Johannes Kaiser, 137060)
- turn on emacs again in the desktop menu (132567)
2004-11-04 03:06:24 +00:00
Jens Petersen d5c2ab4c78 fix etag alternatives removal when uninstalling (Karsten Hopp, 136137) 2004-10-18 11:29:23 +00:00
Jens Petersen 883764ae9a - do not setup frame-title-format in default.el, since it will override
setting by users (Henrik Bakken, 134520)
- emacs-el no longer requires emacs for -nox users (Lars Hupfeldt Nielsen,
    134479)
- condition calling global-font-lock-mode in default .emacs in case xemacs
    loads it
2004-10-15 03:02:08 +00:00
Jens Petersen fb8e0c09cc move setting frame-title-format from dotemacs.el to default.el 2004-09-29 17:09:55 +00:00
Jens Petersen 6a53a29555 - cleanup and update .desktop file
- make emacs not appear in the desktop menu (Seth Nickell,132567)
- move the desktop file from -common to main package
- go back to using just gctags for ctags
- etags is now handled by alternatives (92256)
- improve the default frame title by prefixing the buffer name (Christopher
    Beland, 128110)
- fix the names of some European aspell languages with
    emacs-21.3-lisp-textmodes-ispell-languages.patch (David Jansen, 122618)
- fixing running "libtool gdb program" in gud with
    emacs-21.3-gud-libtool-fix.patch (Dave Malcolm, 130955)
2004-09-29 16:54:16 +00:00
cvsdist e36e0be1f6 auto-import changelog data from emacs-21.3-14.src.rpm
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Fri Apr 30 2004 Jens Petersen <petersen@redhat.com> - 21.3-13
- unset focus-follows-mouse in default.el to make switching frames work for
    click-to-focus (Theodore Belding,114736)
2004-09-09 04:37:47 +00:00
cvsdist 0f71db52c2 auto-import changelog data from emacs-21.3-12.src.rpm
Thu Apr 15 2004 Jens Petersen <petersen@redhat.com> - 21.3-12
- update php-mode to 1.1.0
- add emacs-21.3-no-rpath.patch so that /usr/X11R6/lib is not rpath'ed
- require /bin/ln for %post (Tim Waugh, 119817)
- move prereq for dev and /sbin/install-info to emacs-common
- leim no longer requires emacs
- use source site-lisp dir in %prep to setup site files
- define and use site_lisp for buildroot in %install
- default ispell dictionary to "english" for CJK locale
- add comment to top of site-start.el about load order
- turn on auto-compression-mode in default.el (114808)
- set require-final-newline with setq (David Olsson,119141) and remove
    redundant next-line-add-newlines setting
- update info_file list (Reuben Thomas,114729)
2004-09-09 04:37:38 +00:00
cvsdist 98bcd45b97 auto-import changelog data from emacs-21.3-11.src.rpm
Tue Mar 16 2004 Mike A. Harris <mharris@redhat.com> 21.3-11
- Removed bogus Requires: XFree86-libs that was added in 21.3-8, as rpm
    find-requires will automatically pick up the dependancies on any
    runtime libraries, and such hard coded requires is not X11
    implementation agnostic (#118471)
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 04:37:16 +00:00
cvsdist 45b61eda1d auto-import changelog data from emacs-21.3-9.src.rpm
Sat Jan 24 2004 Jens Petersen <petersen@redhat.com> - 21.3-9
- base emacs package now only contains emacs binary built with X support
- bring back emacs-nox subpackage (emacs built without X support) (#113001)
    [suggested by Frank Kruchio]
- all the common files required by emacs and emacs-nox are now in
    emacs-common
- emacs no longer obsoletes emacs-nox
- update php-mode.el to 1.0.5
- add missing rfc1345.el leim input method
- update po-compat.el to version in gettext-0.13.1
- update base package summary
- add url for python-mode.el and php-mode.el
- gctags is now a symlink to ctags.emacs
Wed Jan 14 2004 Jens Petersen <petersen@redhat.com> - 21.3-8
- comment out setting transient-mark-mode in skel .emacs (#102441,#90193)
    [reported by mal@gromco.com, Jonathan Kamens]
- improve lang-coding-systems-init.el to set-language-environment for CJK
    utf-8 locale too and use utf-8 for default-coding-systems and
    terminal-coding-system (#111172) [Yoshinori Kuniga]
- update rpm-spec-mode.el to newer one in xemacs package cvs (#105888)
    [Dams]
- rename etags to etags.emacs and make etags a symlink to it at install
    time if it doesn't exist (#92256) [marc_soft@merlins.org]
- apply editfns.c-Fformat-multibyte-davej.patch to fix multibyte code typo
    in Fformat [patch from Dave Jones]
- add runtime requirements for XFree86-libs, image libraries, ncurses and
    zlib
- improve -el and -leim package summaries
- no longer configure build with redundant --with-gcc
Tue Nov 25 2003 Jens Petersen <petersen@redhat.com>
- buildrequire autoconf213 (#110741) [reported by mvd@mylinux.com.ua]
2004-09-09 04:36:23 +00:00
cvsdist 1a2924eb42 auto-import changelog data from emacs-21.3-7.src.rpm
Mon Oct 27 2003 Jens Petersen <petersen@redhat.com> - 21.3-7
- use "setarch i386" to build on ix86 (#101818) [reported by Michael
    Redinger]
- use __make to %build and %install
- set keyboard coding-system for utf-8 in lang-coding-systems-init.el
    (#106929) [reported with fix by Axel Thimm]
- add source url for MuleUCS
- update base package description (#103551) [reported by Tim Landscheidt]
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Wed May 07 2003 Jens Petersen <petersen@redhat.com> - 21.3-5
- move transient-mark-mode and global-font-lock-mode setting from
    default.el back to dotemacs, so as not to surprise old users (#90193)
    [reported by jik@kamens.brookline.ma.us]
- change require-final-newline to query (default.el)
- don't make a backup when applying browse-url-htmlview-84262.patch
    (#90226) [reported by mitr@volny.cz]
Fri May 02 2003 Elliot Lee <sopwith@redhat.com>
- Add emacs-21.3-ppc64.patch
Fri Apr 25 2003 Jens Petersen <petersen@redhat.com> - 21.3-3
- use Mule-UCS utf-8 coding-system for CJK subprocess IO
- no need to set fontset anymore in CJK locale
Wed Apr 16 2003 Jens Petersen <petersen@redhat.com> - 21.3-2
- add Mule-UCS for CJK utf-8 support (suggested by Akira Tagoh) and use it
    by default in CJK UTF-8 locale
- move emacs-asian startup files into new lang-coding-systems-init.el
- utf-8 setup in site-start.el is no longer needed in Emacs 21.3
- generate filelist for site-lisp automatically like base lisp and leim
- don't setup aspell in site-start.el
- rename dotemacs to dotemacs.el and move former contents to new default.el
Mon Apr 07 2003 Jens Petersen <petersen@redhat.com> - 21.3-1
- update to 21.3
- no longer set compound-text-with-extensions in dotemacs, since it is now
    the default
- emacs-21.2-pop.patch is no longer needed
- update php-mode to 1.0.4
2004-09-09 04:36:05 +00:00
cvsdist d31aa3654e auto-import changelog data from emacs-21.2-33.src.rpm
Thu Feb 20 2003 Jens Petersen <petersen@redhat.com> - 21.2-33
- default browse-url to use htmlview (#84262)
- remove info dir file rather than excluding it
Sat Feb 08 2003 Jens Petersen <petersen@redhat.com> - 21.2-32
- set X copy'n'paste encoding to extended compound-text (#74100) by default
    in .emacs file [suggested by olonho@hotmail.com]
- .emacs file cleanup (xemacs now has a separate init file)
Fri Feb 07 2003 Jens Petersen <petersen@redhat.com> - 21.2-31
- block input in allocate_vectorlike to prevent malloc hangs (#83600)
    [thanks to Jim Blandy]
- set startup wmclass notify in desktop file
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 21.2-29
- update to newer po-mode.el and po-compat.el from gettext-0.11.4
- patch po-mode's po-replace-revision-date for when
    po-auto-replace-revision-date is nil (#71264)
- update po-mode-init.el
- examine LC_ALL before LC_CTYPE in site-start.el for utf-8 (#79535)
- don't install etc/DOC files explicitly by hand
- make sure all lisp .elc files are up to date
- pass _smp_mflags to make
- remove games that we shouldn't ship
Mon Jan 13 2003 Karsten Hopp <karsten@redhat.de> 21.2-28
- s390x lib64 fix
Fri Jan 03 2003 Jens Petersen <petersen@redhat.com> 21.2-27
- look at LANG after LC_CTYPE when checking for UTF-8 locale encoding in
    site-start.el (#79535)
- don't set desktop file config(noreplace)
Fri Dec 20 2002 Jens Petersen <petersen@redhat.com> 21.2-26
- unset the sticky bit of emacs in bindir (#80049)
Wed Dec 18 2002 Jens Petersen <petersen@redhat.com> 21.2-25
- no need to patch config.{sub,guess}
Tue Dec 03 2002 Tim Waugh <twaugh@redhat.com>
- Fix python-mode-init.el (bug #78910).
Sun Dec 01 2002 Jens Petersen <petersen@redhat.com> 21.2-24
- rpm-spec-mode update fixes
- patch in XEmacs compat functions rather than defining them with apel
    macros in init file (#78764)
- autoload "rpm-spec-mode" not "rpm-spec-mode.el" in same file
- let emacs base also own leim dir to avoid startup warning about missing
    dir when -el and -leim aren't installed (#78764)
Thu Nov 28 2002 Jens Petersen <petersen@redhat.com>
- use LC_CTYPE rather than LANG to determine default encoding (#78678)
    [reported by starback@stp.ling.uu.se]
Wed Nov 27 2002 Jens Petersen <petersen@redhat.com> 21.2-23
- set transient-mark-mode in dotemacs for Emacs not XEmacs (#75440)
- update rpm-spec-mode.el to 0.12
- define needed XEmacs compat functions in new rpm-spec-mode-init.el
- tidy site-start.el
- move python-mode setup to python-mode
- don't build with sbin in path
- use _libexecdir, _bindir and _sysconfdir
- don't gzip info files explicitly
- use tar's C and j options
- generate lisp file-lists in single find sweeps over lisp and leim dirs
- use -fprint and -fprintf
- correct more dir ownerships
Sun Nov 24 2002 Florian La Roche <Florian.LaRoche@redhat.de> 21.2-22
- add correct alloca defines for s390
Wed Nov 06 2002 Jens Petersen <petersen@redhat.com> 21.2-21
- uses patches for x86_64 and s390 support and config.{guess,sub} updating
Tue Nov 05 2002 Jens Petersen <petersen@redhat.com> 21.2-20
- add support for x86_64 and merge in s390 support from cvs
- add alloca defines to amdx86-64.h (from SuSE)
Wed Oct 30 2002 Jens Petersen <petersen@redhat.com> 21.2-19
- own our libexec dir (#73984)
- only set transient-mark-mode in dotemacs for Emacs (#75440)
- update to latest config.{guess,sub}
- use _datadir macro
2004-09-09 04:35:28 +00:00
cvsdist 43fd20cb91 auto-import changelog data from emacs-21.2-18.src.rpm
Wed Aug 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 21.2-18
- Desktop file fix - add Application to make it show up
- DNS lookup fix for pop (#64802)
2004-09-09 04:35:08 +00:00
cvsdist 86923eccf0 auto-import changelog data from emacs-21.2-17.src.rpm
Tue Aug 27 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-17
- Fix gdb arrow when used in non-windowed mode (#56890)
2004-09-09 04:35:03 +00:00
cvsdist 272bafa646 auto-import changelog data from emacs-21.2-16.src.rpm
Fri Aug 09 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-16
- Handle UTF-8 input (#70855).
2004-09-09 04:34:58 +00:00
cvsdist a9afebd286 auto-import changelog data from emacs-21.2-15.src.rpm
Tue Aug 06 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-15
- Don't use canna by default (# 70870)
Thu Aug 01 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-14
- Fixes to desktop file (add encoding, add missing a ";")
- Update s390 patch
Wed Jul 24 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-13
- rpm -> rpmbuild for rpmspec mode (#68185)
Mon Jul 22 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-12
- desktop file changes (#69385)
Mon Jul 08 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-11
- Fix php-mode to not initialize on e.g. foophp.c (#67592)
Thu Jun 27 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-10
- Downgrade po-mode
Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Mon Jun 17 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-8
- #66808
Wed May 29 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-7
- Rebuild
Mon May 20 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-6
- Prereq dev
Thu May 16 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-5
- Update the elisp manual and po-mode
Tue May 07 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-4
- php-mode 1.0.2
Thu Apr 25 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-3
- Update po-mode to the one from gettext 0.11.1
2004-09-09 04:34:31 +00:00
cvsdist 73fc5cb6ee auto-import emacs-21.2-2a from emacs-21.2-2a.src.rpm 2004-09-09 04:34:17 +00:00
cvsdist c955fad4c3 auto-import changelog data from emacs-21.2-2.src.rpm
Mon Apr 08 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-2
- Tweak mouse init process (#59757)
2004-09-09 04:34:13 +00:00
cvsdist 65c016ecae auto-import changelog data from emacs-21.2-1.src.rpm
Mon Mar 18 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.2-1
- 21.2
Fri Mar 08 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.1.95-1
- 21.1.95
Fri Feb 08 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.1.90-2
- Upgrade po-mode to the version bundled with gettext 0.11
- Upgrade rpm-spec-mode to 0.11h
Thu Jan 31 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.1.90-1
- 21.1.90
Fri Jan 18 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.1.80-2
- Add ebrowse
- Set transient-mode to t in /etc/skel/.emacs
Mon Jan 14 2002 Trond Eivind Glomsrd <teg@redhat.com> 21.1.80-1
- 21.1.80
Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
2004-09-09 04:33:51 +00:00
cvsdist c0806599d0 auto-import changelog data from emacs-21.1-2.7.src.rpm
Thu Dec 06 2001 Trond Eivind Glomsrd <teg@redhat.com> 21.1-2.7
- Increase recursive-load-depth-limit from 10 to 50
Wed Dec 05 2001 Trond Eivind Glomsrd <teg@redhat.com> 21.1-2
- Make it conflict with old versions of gettext
Thu Nov 29 2001 Trond Eivind Glomsrd <teg@redhat.com> 21.1-1
- rpm-spec-mode 0.11h, should fix #56748
Tue Nov 06 2001 Trond Eivind Glomsrd <teg@redhat.com> 21.1-0.4
- php mode 1.0.1. Should fix some speedbar problems.
Tue Oct 23 2001 Trond Eivind Glomsrd <teg@redhat.com> 21.1-0.3
- Minor cleanups
- add ssl.el
Mon Oct 22 2001 Trond Eivind Glomsrd <teg@redhat.com> 21.1-0.2
- Add more files from the libexec directory (#54874, #54875)
Sun Oct 21 2001 Trond Eivind Glomsrd <teg@redhat.com> 21.1-0.1
- 21.1
- Build on IA64 again - the default config now handles it
- Drop all old patches
- Misc cleanups
- Update the elisp manual to 21-2.7
- Deprecate the emacs-nox and emacs-X11 subpackages. Simplify build
    procedure to match.
- Update php-mode to 1.0.0
Mon Oct 15 2001 Trond Eivind Glomsrd <teg@redhat.com> 20.7-43
- Add php-mode 0.9.9
- Add URL (#54603)
- don't run autoconf/libtoolize during build - they're broken
- don't build on IA64 until they are fixed
Sun Sep 16 2001 Trond Eivind Glomsrd <teg@redhat.com> 20.7-42
- Update python-mode to the version in the python 2.2a3
- Include po-mode in emacs, instead of including in gettext
2004-09-09 04:33:25 +00:00