emacs26-vl.spec 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964
  1. %define emacsversion 26.3
  2. #% define gitcommit 20110817
  3. #%define emacsrelease 1.rc2%{?gitcommit:.%gitcommit}%{?_dist_release}
  4. %define emacsrelease 3%{?_dist_release}
  5. %define vine_default_major_version %(echo %_dist_release|%__sed s/vl//)
  6. %define _noVersionedDependencies 1
  7. %define prereq_ge() %(LC_ALL="C" rpm -q --queryformat 'PreReq:%%{NAME} >= %%{VERSION}' %1| grep -v "is not")
  8. %define infodir %{_infodir}/emacs-%{emacsversion}
  9. %define menutreeelversion 0.97
  10. Summary: GNU Emacs editor
  11. Summary(ja): GNU Emacs エディタ
  12. Name: emacs
  13. #Name: emacs26
  14. #Provides: emacs-snapshot
  15. Version: %{emacsversion}
  16. Release: %{emacsrelease}
  17. Source0: ftp://ftp.gnu.org/pub/gnu/emacs/emacs-%{version}.tar.xz
  18. #Source0: ftp://ftp.gnu.org/pub/gnu/emacs/emacs-%{version}%{?gitcommit:.git%gitcommit}.tar.xz
  19. #Source0: ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-%{emacsversion}-rc2.tar.xz
  20. #Source1: emacs-snapshot.sh
  21. Source10: site-start.el.emacs26
  22. ## local settings for local system
  23. Source20: emacs26-local.el
  24. # desktop file
  25. Source50: emacs26.desktop.in
  26. ## Enable Japanese Menu
  27. ## http://www11.atwiki.jp/s-irie/pages/13.html
  28. # Source100: menu-tree-el-%{menutreeelversion}.tar.gz
  29. # Source101: menu-tree-init.el.emacs25
  30. Source102: coding-system-init.el.emacs26
  31. ## default settings for Vine Linux
  32. Source150: vine-default-base.el
  33. ## Vine Patch(es)
  34. Patch11: emacs-24.3.90-locallisppath.patch
  35. #Patch20: emacs-23.1.90-fixed-resolution.patch
  36. Patch30: emacs-24.0.90-libs-termcap.patch
  37. # patches from Fedora
  38. # rhbz#713600
  39. Patch107: emacs-spellchecker.patch
  40. # security patches (from Debian)
  41. #Patch1001: emacs-21.1-bzip2.patch.bz2
  42. License: GPLv3+
  43. Group: Applications/Editors/Emacs
  44. Distribution: Vine Linux
  45. Vendor: Project Vine
  46. Packager: munepi, daisuke
  47. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  48. # Requires: tamago >= 4.0.6
  49. Obsoletes: mule-base, mule-canna, mule-wnn6, mule, emacs-beta
  50. Obsoletes: emacs21 <= 21.2-0vl7
  51. Obsoletes: emacs22 <= 22.1
  52. Obsoletes: emacs23 <= 23.1
  53. Obsoletes: emacs24 <= 24.1
  54. # Obsoletes: emacs25 <= 25.1
  55. Provides: emacs26 = %{version}
  56. Provides: emacsen = 0.1
  57. #% prereq_ge emacsen-common
  58. Requires(post): emacsen-common
  59. Requires(postun): emacsen-common
  60. BuildRequires: autoconf
  61. BuildRequires: xz
  62. BuildRequires: atk-devel
  63. BuildRequires: dbus-devel GConf2-devel
  64. BuildRequires: alsa-lib-devel
  65. BuildRequires: gnutls-devel
  66. %if %{?_dist_release} >= "vl7"
  67. BuildRequires: gtk3-devel
  68. %else
  69. BuildRequires: gtk2-devel
  70. %endif
  71. BuildRequires: cairo-devel
  72. BuildRequires: freetype2-devel, fontconfig-devel
  73. BuildRequires: libpng-devel, libjpeg-devel, libtiff-devel, libungif-devel
  74. BuildRequires: librsvg2-devel, libotf-devel
  75. BuildRequires: ImageMagick-devel
  76. BuildRequires: libxml2-devel > 2.6.17
  77. BuildRequires: m17n-lib-devel
  78. BuildRequires: libX11-devel, libXau-devel, libXdmcp-devel, libXrender-devel
  79. BuildRequires: libSM-devel, libXt-devel, libXpm-devel, ncurses-devel
  80. BuildRequires: xorg-x11-proto-devel, zlib-devel
  81. BuildRequires: texinfo
  82. BuildRequires: nkf
  83. %description
  84. GNU Emacs is the extensible, customizable, self-documenting real-time
  85. display editor.
  86. %description -l ja
  87. GNU Emacs は拡張性が高く、さまざまなカスタマイズが可能な高機能エディタです。
  88. %prep
  89. %setup -q -n emacs-%{version}
  90. %patch11 -p1
  91. #%patch20 -p1
  92. #%patch30 -p1
  93. %patch107 -p1 -b .spellchecker
  94. #%patch1001 -p1
  95. # Avoid trademark issues
  96. grep -v "tetris.elc" lisp/Makefile.in > lisp/Makefile.in.new \
  97. && %__mv lisp/Makefile.in.new lisp/Makefile.in || exit 1
  98. %__rm -f lisp/play/tetris.el lisp/play/tetris.elc || exit 1
  99. #autoconf
  100. autoreconf -i -I m4
  101. %build
  102. export CFLAGS="-DMAIL_USE_LOCKF $RPM_OPT_FLAGS"
  103. #to find installinfo
  104. export PATH="$PATH:/sbin:/usr/sbin"
  105. %configure --with-pop --with-sound \
  106. --libexecdir=%{_libdir} --infodir=%{infodir} \
  107. --disable-rename \
  108. %if %{?_dist_release} >= "vl7"
  109. --with-x-toolkit=gtk3 \
  110. %else
  111. --with-x-toolkit=gtk \
  112. %endif
  113. --with-freetype --with-xft \
  114. --enable-font-backend \
  115. --without-gpm \
  116. --with-libotf \
  117. --with-m17n-flt \
  118. --with-dbus --with-gconf \
  119. --disable-libsystemd \
  120. ;
  121. %__make bootstrap
  122. %__make %{?_smp_mflags}
  123. %install
  124. [ "${RPM_BUILD_ROOT}" != "/" ] && %__rm -rf ${RPM_BUILD_ROOT}
  125. %makeinstall libexecdir=$RPM_BUILD_ROOT%{_libdir} \
  126. infodir=${RPM_BUILD_ROOT}%{infodir}
  127. # systemd files
  128. %__rm -rf $RPM_BUILD_ROOT%{_libdir}/systemd
  129. ## This is a duplicate of the file in FLAVOR/site-lisp
  130. %__rm -f $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/subdirs.el || exit 1
  131. # (cd $RPM_BUILD_ROOT%{_mandir}/man1/; %__mv ctags.1 gctags.1)
  132. # (cd $RPM_BUILD_ROOT%{_bindir}/; %__mv ctags gctags)
  133. %__mkdir_p $RPM_BUILD_ROOT%{_datadir}/emacs-%{version}/etc
  134. %__mkdir_p $RPM_BUILD_ROOT%{_datadir}/emacs-%{version}/site-lisp
  135. # %__tar zxvf %{SOURCE100}
  136. # %__cp -a menu-tree-el-%{menutreeelversion}/menu-tree.el $RPM_BUILD_ROOT%{_datadir}/emacs-%{version}/site-lisp/
  137. # nkf -w --overwrite $RPM_BUILD_ROOT%{_datadir}/emacs-%{version}/site-lisp/menu-tree.el
  138. ## vine default
  139. %__cp -a %{SOURCE150} \
  140. $RPM_BUILD_ROOT%{_datadir}/emacs-%{version}/site-lisp/
  141. # The elisp reference manual
  142. #bzcat %{SOURCE13} | tar xf -
  143. #pushd elisp-manual-21-2.8
  144. #install -m 644 elisp elisp-? elisp-?? $RPM_BUILD_ROOT/%{infodir}
  145. #popd
  146. # some modifications of installed files
  147. #rm -f $RPM_BUILD_ROOT%{infodir}/dir
  148. #gzip -9nf $RPM_BUILD_ROOT%{infodir}/*
  149. %__install -m 644 %{SOURCE10} \
  150. $RPM_BUILD_ROOT/%{_datadir}/emacs-%{version}/site-lisp/site-start.el
  151. %__sed -i -e 's/EMACS_VERSION/%{version}/g' \
  152. -e 's/VINE_DEFAULT_MAJOR_VERSION/%{vine_default_major_version}/g' \
  153. $RPM_BUILD_ROOT/%{_datadir}/emacs-%{version}/site-lisp/site-start.el
  154. ## create site-start.d directory
  155. %__install -m 755 -d ${RPM_BUILD_ROOT}/etc/emacs-%{version}/site-start.d
  156. # install coding-system init.el
  157. # %__install -m644 %{SOURCE101} \
  158. # $RPM_BUILD_ROOT/%{_datadir}/emacs-%{version}/site-lisp/menu-tree-init.el
  159. # %__ln_s -f %{_datadir}/emacs-%{version}/site-lisp/menu-tree-init.el \
  160. # ${RPM_BUILD_ROOT}/etc/emacs-%{version}/site-start.d/60menu-tree-init.el
  161. %__install -m644 %{SOURCE102} \
  162. $RPM_BUILD_ROOT/%{_datadir}/emacs-%{version}/site-lisp/coding-system-init.el
  163. %__ln_s -f %{_datadir}/emacs-%{version}/site-lisp/coding-system-init.el \
  164. ${RPM_BUILD_ROOT}/etc/emacs-%{version}/site-start.d/60coding-system-init.el
  165. ## install system-wide configure file
  166. %__install -m755 -d ${RPM_BUILD_ROOT}/etc/emacs
  167. %__install -m644 %{SOURCE20} ${RPM_BUILD_ROOT}/etc/emacs/emacs26-local.el
  168. %__sed -i -e 's/EMACS_VERSION/%{version}/g' \
  169. ${RPM_BUILD_ROOT}/etc/emacs/emacs26-local.el
  170. ## Python mode, php mode and rpm-spec mode
  171. ## make file list
  172. strip $RPM_BUILD_ROOT%{_bindir}/* || :
  173. # install appdata
  174. %__mkdir_p $RPM_BUILD_ROOT%{_datadir}/appdata
  175. %__cp -a etc/emacs.appdata.xml \
  176. $RPM_BUILD_ROOT%{_datadir}/appdata/
  177. # install desktop file
  178. %__mkdir_p $RPM_BUILD_ROOT%{_datadir}/applications
  179. %__sed -e "s/@@EMACS_VERSION@@/%{emacsversion}/g" %{SOURCE50} > \
  180. $RPM_BUILD_ROOT%{_datadir}/applications/$(basename %{SOURCE50} .in)
  181. [ -f $RPM_BUILD_ROOT%{_datadir}/applications/emacs.desktop ] && \
  182. %__rm -f $RPM_BUILD_ROOT%{_datadir}/applications/emacs.desktop || exit 1
  183. # install icons
  184. %__mkdir_p $RPM_BUILD_ROOT%{_datadir}/icons
  185. %__cp -a etc/images/icons/hicolor $RPM_BUILD_ROOT%{_datadir}/icons/
  186. ## remove historical icons
  187. find $RPM_BUILD_ROOT%{_datadir}/icons/ -type f -name '*emacs22*' -exec rm -f {} \;
  188. find $RPM_BUILD_ROOT%{_datadir}/icons/ -type f -name '*emacs23*' -exec rm -f {} \;
  189. find $RPM_BUILD_ROOT%{_datadir}/icons/ -type f -name '*emacs-document23*' -exec rm -f {} \;
  190. ## remove man files
  191. %__rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/* || exit 1
  192. ## Remove ctags
  193. #rm -f $RPM_BUILD_ROOT/usr/bin/ctags
  194. #rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/*ctags*
  195. #rm -f $RPM_BUILD_ROOT/%{_datadir}/emacs/%{version}/etc/ctags*
  196. DIR="${RPM_BUILD_ROOT}%{_datadir}/emacs \
  197. ${RPM_BUILD_ROOT}%{_datadir}/emacs-%{version}"
  198. BIN=${RPM_BUILD_ROOT}%{_bindir}
  199. LIB=${RPM_BUILD_ROOT}%{_libdir}
  200. EL="*.el"
  201. ## prepare file list for emacs
  202. echo "/usr/bin/ctags
  203. /usr/bin/ebrowse
  204. /usr/bin/etags
  205. /usr/bin/emacs
  206. /usr/bin/emacsclient
  207. /usr/share/appdata/emacs.appdata.xml
  208. /usr/share/icons/hicolor/scalable/apps/emacs.svg
  209. /usr/share/icons/hicolor/scalable/mimetypes/emacs-document.svg" |
  210. %__sed -e "s#[^\n]*#mv ${RPM_BUILD_ROOT}\0 ${RPM_BUILD_ROOT}\0.emacs-%{version}#"|
  211. awk '{system($_)}'
  212. find $DIR $BIN $LIB -type d |
  213. %__sed -e "s#^${RPM_BUILD_ROOT}#%dir #" > rpm-files
  214. find $DIR $BIN $LIB -type f -o -type l |
  215. %__sed -e "
  216. s#^${RPM_BUILD_ROOT}\(.*movemail\)#%attr(2755, root, mail) \1#
  217. s#^${RPM_BUILD_ROOT}##
  218. " >> rpm-files
  219. %clean
  220. [ "${RPM_BUILD_ROOT}" != "/" ] && %__rm -rf ${RPM_BUILD_ROOT}
  221. %define info_files ccmode cl dired-x ediff emacs forms gnus info message mh-e reftex sc vip viper widget
  222. %pre
  223. if [ -L %{_datadir}/emacs-%{version}/site-lisp ] ; then
  224. %__rm -f %{_datadir}/emacs-%{version}/site-lisp
  225. fi
  226. if [ -d %{_datadir}/emacs/%{version}/site-lisp ] ; then
  227. find %{_datadir}/emacs/%{version}/site-lisp/* -maxdepth 0 | grep -v subdirs.el | \
  228. xargs %__rm -rf
  229. fi
  230. %post
  231. touch --no-create %{_datadir}/icons/hicolor
  232. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  233. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  234. fi
  235. %{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null ||:
  236. if [ "$1" = 1 ]; then
  237. %_addflavorslist emacs-%{version}
  238. export PRIORITY=50
  239. %_installemacs emacs-%{version}
  240. unset PRIORITY
  241. fi
  242. if [ "$1" = 2 ]; then
  243. # export PRIORITY=50
  244. # %_installemacs emacs-%{version}
  245. # unset PRIORITY
  246. echo emacs-%{version} > /var/lib/emacsen-common/doinstaflavor-emacs
  247. fi
  248. %postun
  249. %{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null ||:
  250. touch --no-create %{_datadir}/icons/hicolor
  251. if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  252. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
  253. fi
  254. if [ $1 = 1 ]; then
  255. # run upgrade install time
  256. # old version uninstall
  257. %_removeflavorslist emacs-%{version}
  258. %_removeemacs emacs-%{version}
  259. #new version install
  260. if [ -f /var/lib/emacsen-common/doinstaflavor-emacs ] ; then
  261. NEWFLAVOR=$(cat /var/lib/emacsen-common/doinstaflavor-emacs)
  262. %_addflavorslist $NEWFLAVOR
  263. export PRIORITY=50
  264. %_installemacs $NEWFLAVOR
  265. unset PRIORITY
  266. %__rm -rf /var/lib/emacsen-common/doinstaflavor-emacs
  267. fi
  268. fi
  269. %preun
  270. if [ $1 = 0 ]; then
  271. %_removeflavorslist emacs-%{version}
  272. %_removeemacs emacs-%{version}
  273. fi
  274. %triggerpostun -- emacs23 < %{version}-%{release}
  275. %_addflavorslist emacs-%{version}
  276. export PRIORITY=50
  277. %_installemacs emacs-%{version}
  278. unset PRIORITY
  279. %files -f rpm-files
  280. %defattr(-,root,root)
  281. %doc INSTALL README BUGS ChangeLog COPYING
  282. #%doc INSTALL.BZR
  283. %dir %{_sysconfdir}/emacs-%{version}
  284. %dir %{_sysconfdir}/emacs-%{version}/site-start.d
  285. %{_sysconfdir}/emacs-%{version}/site-start.d/*.el
  286. %config(noreplace) %{_sysconfdir}/emacs/emacs26-local.el
  287. %{_infodir}/*
  288. # %{_mandir}/*/*
  289. %{_datadir}/applications/emacs26.desktop
  290. %{_datadir}/appdata/emacs.appdata.xml.emacs-%{version}
  291. %{_datadir}/icons/hicolor/*
  292. # %{_datadir}/emacs-%{version}/site-lisp
  293. #%dir %{_localstatedir}/games/emacs
  294. #%{_localstatedir}/games/emacs/*
  295. %changelog
  296. * Tue Oct 29 2019 Toshiaki Ara <ara_t@384.jp> 26.3-3
  297. - rebuild with OpenEXR-libs-2.4.0 (required by ImageMagick)
  298. * Sun Sep 08 2019 Toshiaki Ara <ara_t@384.jp> 26.3-2
  299. - rebuild with giflib-5
  300. * Tue Sep 03 2019 Toshiaki Ara <ara_t@384.jp> 26.3-1
  301. - update to 26.3
  302. * Mon Jun 4 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 26.1-1
  303. - update to 26.1
  304. - build with GTK3 for VineSeed
  305. - add '--disable-libsystemd' option
  306. - drop games dir; upstream deleted
  307. * Tue May 29 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 25.3-1
  308. - update to 25.3
  309. - add appdata file
  310. * Mon Aug 22 2016 Munehiro Yamamoto <munepi@vinelinux.org> 25.1-1.rc2-1
  311. - update to Emacs 25.1 Release Candidate 2
  312. * Mon Feb 8 2016 Munehiro Yamamoto <munepi@vinelinux.org> 25.0.90-1
  313. - update to 25.0.90
  314. * Sun Apr 12 2015 Munehiro Yamamoto <munepi@vinelinux.org> 24.5-1
  315. - new upstream release
  316. * Mon Mar 9 2015 Munehiro Yamamoto <munepi@vinelinux.org> 24.4.91-1
  317. - update to 24.4.91
  318. * Fri Mar 6 2015 Munehiro Yamamoto <munepi@vinelinux.org> 24.4.90-1
  319. - update to 24.4.90
  320. * Thu Oct 23 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.4-1
  321. - new upstream release
  322. * Fri Aug 15 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3.93-1
  323. - updated to 24.3.93
  324. * Sun Jul 6 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3.92-1
  325. - updated to 24.3.92
  326. * Wed Jul 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.3.91-2
  327. - rebuild with ImageMagick-6.8.9.5
  328. * Mon May 12 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3.91-1
  329. - updated to 24.3.91
  330. * Sun Apr 27 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3.90-1
  331. - updated to 24.3.90
  332. * Tue Feb 25 2014 NAKAMURA Kenta <kenta@vinelinux.org> 24.3-5
  333. - rebuilt with gnutls-3.2
  334. * Mon Jan 13 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3-4
  335. - rebuilt
  336. * Wed Aug 14 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.3-3
  337. - rebuild with ImageMagick-6.8.6.8
  338. * Sat May 11 2013 Munehiro Yamamoto <munepi@vinelinux.org> 24.3-2
  339. - dropped some obsolete patches
  340. - disable menu-tree-el
  341. - added coding-system-init.el instead of menu-tree-init.el
  342. * Sat Mar 30 2013 Munehiro Yamamoto <munepi@vinelinux.org> 24.3-1
  343. - new upstream release
  344. * Thu Feb 7 2013 Munehiro Yamamoto <munepi@vinelinux.org> 24.2.93-1
  345. - updated to 24.2.93 (24.3 pretest)
  346. * Mon Jan 14 2013 Munehiro Yamamoto <munepi@vinelinux.org> 24.2.92-1
  347. - updated to 24.2.92 (24.3 pretest)
  348. * Sun Nov 25 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.2.90-1
  349. - updated to 24.2.90 (24.3 pretest)
  350. * Mon Aug 27 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.2-1
  351. - new upstream release
  352. * Sun Jun 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.1-1
  353. - new upstream release
  354. * Sat May 19 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.97-1
  355. - updated to 24.0.97 (24.1 pretest)
  356. * Sun Apr 29 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.96-1
  357. - updated to 24.0.96 (24.1 pretest)
  358. * Mon Apr 2 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.95-1
  359. - updated to 24.0.95 (24.1 pretest)
  360. * Sun Mar 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.0.94-2
  361. - rebuild with ImageMagick-6.7.5.10
  362. * Mon Feb 27 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.94-1
  363. - updated to 24.0.94 (24.1 pretest)
  364. * Tue Feb 14 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.93-2
  365. - use gtk as X toolkit (for vl6)
  366. * Mon Jan 30 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.93-1
  367. - updated to 24.0.93 (24.1 pretest)
  368. * Thu Dec 1 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.92-1
  369. - updated to 24.0.92 (24.1 pretest)
  370. * Wed Nov 2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.91-1
  371. - updated to 24.0.91 (24.1 pretest)
  372. * Thu Oct 6 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.90-2
  373. - set --with-x-toolkit=gtk3 (%%configure)
  374. - added BuildRequires: gtk3-devel
  375. * Mon Sep 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.90-1
  376. - updated to 24.0.90 (24.1 pretest)
  377. - applied emacs-24.0.90-libs-termcap.patch
  378. * Sat Jul 09 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-10.20110817
  379. - emacs24 24.0.50 (20110817) snapshot
  380. - added BuildRequires: ImageMagick-devel, libSM-devel, libxml2-devel > 2.6.17
  381. * Sun Jun 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-9.20110604
  382. - emacs24 24.0.50 (20110604) snapshot
  383. * Wed Apr 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-8.20110413
  384. - emacs24 24.0.50 (20110413) snapshot
  385. * Tue Apr 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-7.20110318
  386. - updated site-start.el
  387. - defined vine-default-major-version, vine-default-minor-version,
  388. vine-default-version
  389. - set "ibus-el" to emacs-ime as default
  390. - added ", modified for Vine Linux" to the end of emacs-build-system
  391. - set "Vine _at_mark_ vinelinux.org" to report-emacs-bug-address
  392. * Sun Apr 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-6.20110318
  393. - fixed site-start.el
  394. - do not use the macro loop (contained in the common lisp)
  395. * Tue Feb 22 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-5.20110318
  396. - emacs24 24.0.50 (20110318) snapshot
  397. * Tue Feb 22 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-4.20110222
  398. - emacs24 24.0.50 (20110222) snapshot
  399. - updated site-start.el
  400. - defined the function drop-vine-default-from-load-path (regex)
  401. * Sat Jan 22 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-3.20110128
  402. - emacs24 24.0.50 (20110128) snapshot
  403. * Sun Jan 02 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-2.20110101
  404. - emacs24 24.0.50 (20110101) snapshot
  405. * Sun Dec 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-1.20101203
  406. - emacs24 24.0.50 (20101203) snapshot
  407. - applied new vine-default system
  408. - updated site-start.el
  409. - updated vine-default-{base,faces}.el
  410. - dropped showvdefaultemacs
  411. - merged to emacsen-common package as show-vine-default.sh
  412. - renamed local wide configration file to emacs24-local.el
  413. - updated menu-tree.el to version 0.97
  414. - added Provides: emacs-snapshot
  415. * Sat Oct 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.2-4
  416. - updated vine-default-base.el
  417. - changed the variable next-line-add-newlines to nil (default)
  418. * Thu Sep 23 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.2-3
  419. - updated menu-tree.el to version 0.96
  420. * Sat Jul 03 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.2-2
  421. - applied some patches from Fedora
  422. - Fixed handling of dual spacing fonts rhbz#599437
  423. - Add patch to fix rhbz#595546 hideshow library matches wrong parenthesis
  424. under certain circumstances
  425. - Added a patch fixing m17n and libotf version checking (m17ncheck)
  426. - updated menu-tree.el to version 0.95
  427. - merged emacs23-vl.spec of Vine Linux 5.1
  428. #* Thu Apr 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-9
  429. #- applied security fix emacs23-CVE-2010-0825-fix-movemail-race.diff from Ubuntu
  430. #
  431. #* Fri Feb 09 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-8
  432. #- added Requires(post): emacsen-common, Requires(postun): emacsen-common
  433. #
  434. #* Fri Feb 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-7
  435. #- dropped BuildRequires: m17n-lib-devel
  436. #- added --without-m17n-flt in %%configure
  437. * Mon May 31 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.2-1
  438. - new upstream release
  439. - updated menu-tree.el to version 0.94
  440. - updated menu-tree-init.el.emacs23
  441. - used prefer-coding-system
  442. * Wed Apr 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.96-1
  443. - updated to 23.1.96 (23.2 pretest)
  444. * Sun Apr 18 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.95-2
  445. - removed /usr/share/emacs/site-lisp/subdirs.el
  446. * Sat Apr 03 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.95-1
  447. - updated to 23.1.95 (23.2 pretest)
  448. - added BuildRequires:
  449. - atk-devel
  450. - dbus-devel
  451. - GConf2-devel
  452. - alsa-lib-devel
  453. - added some configure options:
  454. --with-libotf --with-m17n-flt --with-dbus --with-gconf
  455. * Sun Mar 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.94-1
  456. - updated to 23.1.94
  457. * Thu Mar 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.93-1
  458. - updated to 23.1.93 alpha
  459. * Sat Feb 13 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.92-2
  460. - added Requires(post): emacsen-common, Requires(postun): emacsen-common
  461. * Tue Feb 02 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.92-1
  462. - update to 23.1.92 alpha
  463. * Sun Jan 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-6
  464. - added BuildRequires:
  465. - librsvg2-devel
  466. - m17n-lib-devel
  467. - libotf-devel
  468. * Sun Jan 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-5
  469. - changed License to GPLv3+
  470. - renamed emacs23.desktop to emacs23.desktop.in
  471. - updated vine-default-base.el (See [vine-users:079919])
  472. - fixed in upstream CVS (from Fedora)
  473. - fix #543046 - Using scroll bar in emacs highlights/selects text
  474. - fix #542657 - emacs does not display indic text
  475. - Fixed rhbz#545398 - ETags messes up filenames
  476. * Tue Sep 01 2009 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-4
  477. - rebuilt to add signature
  478. * Wed Aug 19 2009 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-3
  479. - added BuildRequires: nkf
  480. - updated menu-tree-init.el.emacs23
  481. - fixed menu-tree encoding <BTS:VineLinux:766>
  482. - set Exec=emacs-@@EMACS_VERSION@@ in emacs23.desktop
  483. * Wed Aug 19 2009 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-2
  484. - replaced BR: libungif-devel with BR: giflib-devel
  485. * Sat Aug 01 2009 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-1
  486. - new upstream release
  487. * Sat Jul 25 2009 Munehiro Yamamoto <munepi@vinelinux.org> 23.0.96-2.20090714
  488. - updated vine-default-faces.el to sync with emacs22
  489. * Tue Jul 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0.96-1.20090714
  490. - update to 23.0.96 (20090714) snapshot
  491. - update vine-default-faces.el
  492. - use bash to call gconftool-2
  493. * Sat Jun 27 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.94-4.20090527
  494. - update vine-default-faces.el
  495. - added \'font in default-frame-alist
  496. (if \'font is already in default-frame-alist, overwrited it)
  497. * Wed Jun 10 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.94-3.20090527
  498. - update vine-default-faces.el:
  499. - use set-frame-font
  500. bacause set-default-font function is obsolete since Emacs 23.1
  501. (See M-x describe-function RET set-default-font)
  502. * Sun Jun 07 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.94-2.20090527
  503. - update vine-default-faces.el:
  504. - set desktop-gnome-interface-monospace-font-name
  505. from /desktop/gnome/interface/monospace_font_name
  506. - automatically set set-default-font
  507. with desktop-gnome-interface-monospace-font-name
  508. * Wed May 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0.94-1.20090527
  509. - update to emacs-23.0.94 (20090527) snapshot
  510. - add --without-gpm to configure
  511. * Thu May 21 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.92-7.20090422
  512. - defined show-vine-default function in site-start.el
  513. - added showvdefaultemacs script
  514. * Wed May 20 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.92-6.20090422
  515. - set PRIORITY=40
  516. * Wed May 06 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.92-5.20090422
  517. - changed menu-tree-init.el from hard copy to symbolic link
  518. on /etc/emacs-23.0.92/site-start.d
  519. - added %%{_mandir}/*/* in %%files section
  520. * Sat May 02 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.92-4.20090422
  521. - updated menu-tree.el to v0.93
  522. * Fri May 01 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.92-3.20090422
  523. - returned alternatives priority to 30
  524. (emacs: 30, emacs22: 30)
  525. * Sun Apr 26 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.92-2.20090422
  526. - installed system-wide configure file in /etc/emacs
  527. - updated vine-default-base.el
  528. - changed alternatives priority from 30 to 50
  529. (emacs: 50, emacs22: 30)
  530. * Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0.92-1.20090422
  531. - update to emacs 23.0.92 (20090422) snapshot
  532. - add %%triggerpostun to fix alternatives
  533. * Tue Apr 21 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.91-3.20090325
  534. - renamed from emacs23 to emacs (emacs-22.x would be renamed to emacs22)
  535. - updated default settings for Vine Linux
  536. - dropped vine-default-mouse.el, vine-default-misc.el
  537. * Sat Apr 11 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.91-2.20090325
  538. - enable default settings for Vine Linux
  539. - added site-start.el.emacs23
  540. - updated site-start.el
  541. - added vine-default-base.el, vine-default-faces.el, vine-default-mouse.el,
  542. vine-default-misc.el
  543. * Wed Mar 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0.91-1.20090325
  544. - emacs23 23.0.91 snapshot
  545. * Tue Sep 09 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 23.0.60-2.20080908
  546. - drop patch10
  547. - s/emacsrelese/emacsrelease/
  548. * Mon Sep 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0.60-1.20080908
  549. - emacs23 23.0.60 snapshot
  550. * Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 22.3-1
  551. - new upstream release
  552. * Mon Aug 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 22.2-3
  553. - import security fixes from Debian
  554. CVE-2008-2142: fix insecure setting of fast-lock-cache-directories
  555. CVE-2008-1694: fix insecure temporary file creation in vcdiff script
  556. leading to possible symlink attacks
  557. * Wed Jun 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 22.2-2
  558. - update menu-tree.el
  559. - add 60menu-tree-init.el to sed coding-system and load menu-tree
  560. - build with xorg-x11-7.3
  561. - update BuildRequires
  562. * Sun Mar 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 22.2-1
  563. - new upstream release
  564. * Wed Nov 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 22.1-0vl2
  565. - add Patch10000 to fix local variable processing security bypass
  566. vulnerability.
  567. - http://www.frsirt.com/english/advisories/2007/3715
  568. - http://bugs.debian.org/449008
  569. * Mon Jun 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 22.1-0vl1
  570. - new upstream release
  571. - rename to emacs from emacs22 (emacs-21.x would be renameed to emacs21)
  572. - drop emcws support
  573. * Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 22.0.50-0.20060403vl3
  574. - rebuilt with new toolchain
  575. * Sat May 06 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 22.0.50-0.20060403vl2
  576. - changed Group:
  577. * Mon Apr 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0.50-0.20060403vl1
  578. - update to CVS-20060403
  579. - update emacs22.desktop
  580. * Wed Sep 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0.50-0.20050927vl2
  581. - fix site-start.el
  582. * Tue Sep 27 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0.50-0.20050927vl1
  583. - update to CVS-20050927
  584. * Thu Sep 8 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0.50-0.20050907vl1
  585. - initial build for Vine Linux based on emacs package.
  586. - emacs-22.0.50 on CVS-20050907
  587. * Sat Sep 3 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21.4-0vl3
  588. - create site-start.d directory on %install
  589. * Thu Feb 17 2005 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 21.4-0vl2
  590. - included leim-21.4
  591. - update emcws-21.3-20031213.gz
  592. * Wed Feb 16 2005 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 21.4-0vl1
  593. - update
  594. * Sat Jul 24 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 21.3-0vl7
  595. - rebuild with Xaw3d, add BuildRequires: Xaw3d-devel
  596. * Fri Jul 23 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 21.3-0vl6
  597. - add Patch20 to fix display resolutions. (set to 96dpi)
  598. (do not compute dynamically from display's size)
  599. * Tue Mar 16 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21.3-0vl5
  600. - rebuilt with new toolchain environment
  601. * Thu Jul 17 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 21.3-0vl4
  602. - use site-start.el(reading /etc/emacs-21.3/site-start.d/*.el)
  603. * Wed May 7 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 21.3-0vl3
  604. - add BuildPrereq: libpng >= 1.2.5
  605. * Tue Apr 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 21.3-0vl2
  606. - fixed %%pre script
  607. * Tue Mar 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 21.3-0vl1
  608. - new upstream release
  609. - remove patch14 whick included in upstream
  610. * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 21.2-0vl11
  611. - add patch14 to fix frame title text encoding.
  612. - http://tsukuba.m17n.org/mule-ja-archive/2002-10/msg00004.html
  613. * Tue Dec 10 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21.2-0vl10
  614. - autoconf-2.13, not autoconf in %%setup section
  615. - BuildPreReq: autoconf213
  616. * Mon Dec 9 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 21.2-0vl9
  617. - modifiy rpm scripts.
  618. * Mon Dec 9 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 21.2-0vl8
  619. - rename to emacs
  620. - obsoletes emacs21 <= 21.2-0vl7, provides emacs21 = %%{version}
  621. * Sun Dec 1 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 21.2-0vl7
  622. - enable menubar fontset patch (Patch103)
  623. * Sat Nov 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 21.2-0vl6
  624. - add requires/buildprereq tags.
  625. * Sat Nov 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 21.2-0vl5
  626. - add emcws-20021014
  627. * Sun Jul 21 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 21.2-0vl4
  628. - removed *-mode
  629. * Sat Jul 20 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 21.2-0vl3
  630. - python-mode was made pending
  631. - some additional *.el files was moved from "emacs/site-lisp" to
  632. "emacs-(version)/site-lisp"
  633. * Sat Jul 13 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 21.2-0vl2
  634. - added some sources and patches from rawhide 21.2-11 and mandrake 21.2-7mdk
  635. * Sat May 11 2002 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 21.2-0vl1
  636. - update.
  637. - Package Name emacs-beta -> emacs21
  638. - Add Patch100,101,102, Source100(default = Disable)
  639. - (from http://phe.phyas.aichi-edu.ac.jp/~cyamauch/pl2.html#emacs21)
  640. - --infodir=%{_infodir}/emacs-21.2(VineSeed-Plus:00723)
  641. * Thu Dec 27 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21.1-0vl7
  642. - site-lisp moved under /usr/share/emacs-21.1/ (Patch11 and %%pre section)
  643. * Thu Dec 06 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21.1-0vl5
  644. - move /tmp -> /var/lib/emacsen-common (IP(package)C file)
  645. * Fri Nov 02 2001 Tomoya TAKA <tomoya@olive.plala.or.jp> 21.1-0vl4
  646. - replace patch10 with patch11, posted to gnu.emacs.bug
  647. Message-Id: <jebsiza3db.fsf@sykes.suse.de>
  648. (reported by ABE Yuji <cbo46560@pop12.odn.ne.jp>)
  649. * Fri Oct 26 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.1-0vl3
  650. - fixed build to fail in alpha( only apply patch0 to ppc)
  651. * Tue Oct 23 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21.1-0vl2
  652. - added Patch10 (thanks Kitame-san)
  653. * Mon Oct 22 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.1-0vl1
  654. - update to 21.1
  655. * Sun Sep 9 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.104-0vl14
  656. - support shared installing otheremacsen.
  657. * Mon Jul 23 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.104-0vl3
  658. - update 21.0.104
  659. * Thu Jul 19 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.103-0vl2
  660. - support emacsen-common
  661. * Wed May 16 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  662. - 21.0.103-0vl1
  663. - updated to 21.0.103
  664. - revamped and cleaned up spec file :-)
  665. - Requires: tamago >= 4.0.6 (...is it reasonable? Mmm...)
  666. * Mon Jan 22 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.95-0vl2
  667. - fixed .spec bugs( _libdir)
  668. * Fri Jan 12 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.95-0vl1
  669. - updated to 21.0.95
  670. * Wed Dec 20 2000 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.93-0vl3
  671. - fixed emacs-beta.spec
  672. * Sat Dec 16 2000 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.93-0vl2
  673. - 21.0.93 test packaging.
  674. * Fri Jun 30 2000 T.R. Kobayashi <tkoba@ike-dyn.ritsumei.ac.jp>
  675. - added linespace-patch
  676. * Mon Jun 19 2000 MACHINO, Satoshi <mac@netfort.gr.jp>
  677. - updated to emacs 20.7
  678. * Thu Apr 20 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
  679. - updated to emacs 20.6
  680. * Mon Feb 28 2000 kenji KITAYAMA <kenji@gandalf.doshisha.ac.jp>
  681. - [emacs-20.5a-2]
  682. - Modified reference of Emacs Info
  683. * Sun Jan 23 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  684. - [emacs-20.5a-2]
  685. - added ppc patch
  686. * Fri Jan 7 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rins.st.ryukoku.ac.jp>
  687. - [emacs-20.5a-1]
  688. - change version from 20.5 to 20.5a
  689. - added Mule-4.1 patch
  690. * Fri Jan 7 2000 Yasuyuki Furukawa <yasu@on.cs.keio.ac.jp>
  691. - [emacs-20.5-1]
  692. - add desktop-link files for desktop menu.
  693. * Fri Dec 24 1999 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rins.st.ryukoku.ac.jp>
  694. - [emacs-20.4-16]
  695. - replaced Y2K savvy timezone.{el,elc} with one from brand-new apel-10.0
  696. * Tue Dec 21 1999 Jun Nishii <jun@vinelinux.org>
  697. - added documents
  698. - strip bins
  699. * Wed Dec 1 1999 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rins.st.ryukoku.ac.jp>
  700. - [emacs-20.4-14]
  701. - Change Group to Applications/Editors/Emacs
  702. * Sat Nov 6 1999 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rins.st.ryukoku.ac.jp>
  703. - [emacs-20.4-13]
  704. - included Y2K savvy timezone.{el,elc},
  705. modified by Mr. Youichi Teranishi <teranishi@gohome.org>
  706. * Tue Oct 12 1999 Yasuhide OOMORI <dasen@typhoon.co.jp>
  707. - [emacs-20.4-12]
  708. - Modified info-dir.
  709. - Removed -c option from %setup.
  710. * Mon Sep 20 1999 Kazuhisa TAKEI<takei@hh.iij4u.or.jp>
  711. - fixed XIM support patch
  712. * Sun Sep 19 1999 Kazuhisa TAKEI<takei@hh.iij4u.or.jp>
  713. - fixed postinst bug and fontset patch
  714. * Sun Jul 18 1999 Kazuhisa TAKEI<takei@hh.iij4u.or.jp>
  715. - first build