NetBSD.se

CVS log for wip/emacs-current/PLIST

[BACK] Up to [NetBSD + pkgsrc-wip] / wip / emacs-current

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.114: download - view: text, markup, annotated - select for diffs
Fri Apr 13 15:11:43 2012 UTC (5 weeks, 6 days ago) by makoto
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +0 -2 lines
lisp/mail/mailpost.el has gone away

Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Apr 11 15:53:12 2012 UTC (6 weeks, 1 day ago) by makoto
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +7 -2 lines
version.mk
(1) Bump version 24.0.94 to 24.1.50
PLIST
(2) sync to upstream
TODO
(3) Immediately segfaults ?

Revision 1.112: download - view: text, markup, annotated - select for diffs
Tue Jan 31 23:47:16 2012 UTC (3 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +15 -0 lines
(1) Bump version 24.0.92 to 24.0.93

(2) Add buildlink3.mk of gl (wip at the moment)
+.include "../../wip/gl/buildlink3.mk"

(3) PLIST update
+share/emacs/${PKGVERSION}/etc/org/OrgOdtContentTemplate.xml
+share/emacs/${PKGVERSION}/etc/org/OrgOdtStyles.xml
+share/emacs/${PKGVERSION}/etc/org/README

+share/emacs/${PKGVERSION}/lisp/org/ob-fortran.el{.gz,c}
+share/emacs/${PKGVERSION}/lisp/org/ob-picolisp.el{.gz,c}
+share/emacs/${PKGVERSION}/lisp/org/ob-shen.el{.gz,c}
+share/emacs/${PKGVERSION}/lisp/org/org-eshell.el{.gz,c}
+share/emacs/${PKGVERSION}/lisp/org/org-odt.el{.gz,c}

Revision 1.111: download - view: text, markup, annotated - select for diffs
Sat Sep 24 12:13:55 2011 UTC (8 months ago) by makoto
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +3 -0 lines
patches/patch-configure.in-2
 work around to fix _fini not defined (wrong binary executable)
 policy change
   before: back out (upstream) commit 2011-06-29
   after:  eliminating test -f $(CRTDIR)/crti.o
distinfo
   patch-configure.in-2 changes
PLIST
   upstream change
   +share/emacs/${PKGVERSION}/etc/themes/adwaita-theme.el
   +share/emacs/${PKGVERSION}/etc/themes/deeper-blue-theme.el
   +share/emacs/${PKGVERSION}/etc/themes/whiteboard-theme.el
TODO
   clean up a little bit for configure.in-2 related comment

Revision 1.110: download - view: text, markup, annotated - select for diffs
Mon Sep 12 10:08:12 2011 UTC (8 months, 1 week ago) by makoto
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -1 lines
leim/quail/ipa-praat.el is now byte-compiled and compressed.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Mon Aug 29 00:16:46 2011 UTC (8 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +19 -2 lines
(1) patches/patch-ab
patches/patch-ab has been modifying autogen/configure.
Because of configuration scheme changed a little bit (upstream),
autogen/configure is to be generated from configure.in.
So patch target is changed.

(2) patch-ad (removed or renamed as patch-ab)
Used be modifying configure.in. But now (kind of) renamed as patch-ab.
(Older patch-ab is no longer necessary, and this patch-ad is renamed.)

(3) patches/patch-configure.in-2
Interim fix for 'wrong binary format problem' not finding crtn.o related,
which is introduced by following (upstream) commit.
---------
2011-06-29  Glenn Morris  <rgm@gnu.org>

        * configure.in: Try to test for the required crt*.o files.
---------

(4) TODO
  Above fix is just a revert of above change. This revert should not
be the right fix. So describe this situation

(5) PLIST
Adjust a long with upstream

(6) distinfo
Changes on patch-ab and adding patch-configure.in-2

Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue Jun 21 12:56:19 2011 UTC (11 months ago) by makoto
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +17 -8 lines
PLIST update as follows:

(1) Add one file
+share/emacs/${PKGVERSION}/etc/themes/dichromacy-theme.el

(2) Convert *.el to *.el.gz and *.elc (8 files)
-share/emacs/${PKGVERSION}/leim/quail/4Corner.el
+share/emacs/${PKGVERSION}/leim/quail/4Corner.el{.gz,c}

-share/emacs/${PKGVERSION}/leim/quail/ARRAY30.el
+share/emacs/${PKGVERSION}/leim/quail/ARRAY30.el{.gz,c}

-share/emacs/${PKGVERSION}/leim/quail/ECDICT.el
+share/emacs/${PKGVERSION}/leim/quail/ECDICT.el{.gz,c}

-share/emacs/${PKGVERSION}/leim/quail/ETZY.el
+share/emacs/${PKGVERSION}/leim/quail/ETZY.el{.gz,c}

-share/emacs/${PKGVERSION}/leim/quail/PY-b5.el
+share/emacs/${PKGVERSION}/leim/quail/PY-b5{.gz,c}

-share/emacs/${PKGVERSION}/leim/quail/Punct-b5.el
+share/emacs/${PKGVERSION}/leim/quail/Punct-b5.el{.gz,c}

-share/emacs/${PKGVERSION}/leim/quail/QJ-b5.el
+share/emacs/${PKGVERSION}/leim/quail/QJ-b5.el{.gz,c}

-share/emacs/${PKGVERSION}/leim/quail/ZOZY.el
+share/emacs/${PKGVERSION}/leim/quail/ZOZY.el{.gz,c}

Revision 1.107: download - view: text, markup, annotated - select for diffs
Sun Jun 12 00:43:34 2011 UTC (11 months, 1 week ago) by makoto
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +18 -3 lines
Update PLIST with upstream changes:

(1) Remove fakemail
-libexec/emacs/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/fakemail

(2) Add some xpm's for newsticker
+share/emacs/${PKGVERSION}/etc/images/newsticker/README
+share/emacs/${PKGVERSION}/etc/images/newsticker/browse-url.xpm
+share/emacs/${PKGVERSION}/etc/images/newsticker/get-all.xpm
+share/emacs/${PKGVERSION}/etc/images/newsticker/mark-immortal.xpm
+share/emacs/${PKGVERSION}/etc/images/newsticker/mark-read.xpm
+share/emacs/${PKGVERSION}/etc/images/newsticker/narrow.xpm
+share/emacs/${PKGVERSION}/etc/images/newsticker/next-feed.xpm
+share/emacs/${PKGVERSION}/etc/images/newsticker/next-item.xpm
+share/emacs/${PKGVERSION}/etc/images/newsticker/prev-feed.xpm
+share/emacs/${PKGVERSION}/etc/images/newsticker/prev-item.xpm
+share/emacs/${PKGVERSION}/etc/images/newsticker/update.xpm

(3) Add *.el
+share/emacs/${PKGVERSION}/leim/quail/ipa-praat.el
+share/emacs/${PKGVERSION}/leim/quail/persian.el{.gz,c}
+share/emacs/${PKGVERSION}/lisp/url/url-future.el{.gz,c}
+share/emacs/${PKGVERSION}/lisp/url/url-queue.el{.gz,c}

(4) Remove *.el
-share/emacs/${PKGVERSION}/lisp/sha1.el{.gz,c}

Revision 1.106: download - view: text, markup, annotated - select for diffs
Thu May 5 23:21:19 2011 UTC (12 months, 2 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +10 -6 lines
Upstream Add/Remove/Move files

(Add)
+emacs-lisp/cconv.el
+emacs-lisp/tabulated-list.el
+lisp/gnus/registry.el
+lisp/net/network-stream.el

(Remove)
-emacs-lisp/eieio-comp.el
-lisp/gnus/proto-stream.el

(Move)
-lisp/erc/erc-hecomplete.el
+lisp/obsolete/erc-hecomplete.el

Revision 1.105: download - view: text, markup, annotated - select for diffs
Tue Mar 29 10:44:15 2011 UTC (13 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +6 -4 lines
Emacs build process seems to be changed
  See ChangeLog entry of:
  2011-03-20  Glenn Morris  <rgm at gnu.org>

(1) patches/patch-ab
   file 'configure' moved to autogen directory (see autogen/README)

(2) Makefile
   add pre-configure: to execute autogen.sh
   Now USE_TOOLS= is to include automake and autoconf.

(3) PLIST update
(added)
+share/emacs/${PKGVERSION}/etc/themes/misterioso-theme.el
+share/emacs/${PKGVERSION}/etc/themes/wombat-theme.el
+share/emacs/${PKGVERSION}/lisp/gnus/gssapi.{el.gz,elc}

(moved)
-share/emacs/${PKGVERSION}/lisp/abbrevlist.{el.gz,elc}
+share/emacs/${PKGVERSION}/lisp/obsolete/abbrevlist.{el.gz,elc}

(removed)
-share/emacs/${PKGVERSION}/lisp/eshell/esh-test.{el.gz,elc}

Revision 1.104: download - view: text, markup, annotated - select for diffs
Mon Feb 28 13:32:02 2011 UTC (14 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -0 lines
Update as upstream change, lisp/term/screen.el added

Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed Feb 23 13:17:35 2011 UTC (15 months ago) by makoto
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +50 -0 lines
Update PLIST per upstream change.
Mainly
share/emacs/${PKGVERSION}/etc/images/icons/allout-widgets/{dark,light}-bg/

Revision 1.102: download - view: text, markup, annotated - select for diffs
Wed Feb 16 02:40:20 2011 UTC (15 months, 1 week ago) by makoto
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +15 -26 lines
(1) patches/patche-ae
    delete the patch for libpng-1.5.1  (upstream fixed)
(2) patches/patche-af
    add new patch for testing == operator in shell
    (Re: ERROR: [check-portability.awk])
(3) PLIST
   adjust (by upstream)
(4) distinfo

Revision 1.101: download - view: text, markup, annotated - select for diffs
Sun Jan 16 06:22:53 2011 UTC (16 months, 1 week ago) by makoto
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +5 -0 lines
add emacs-lisp/ert-x.el{.gz,c} emacs-lisp/ert.el{.gz,c} info/ert.gz

Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Jan 12 08:23:55 2011 UTC (16 months, 1 week ago) by makoto
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -2 lines
rename the files
-etc/themes/dev-tsdh-{dark,light}-theme.el
+etc/themes/tsdh-{dark,light}-theme.el

Revision 1.99: download - view: text, markup, annotated - select for diffs
Thu Jan 6 14:23:59 2011 UTC (16 months, 2 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -0 lines
Add etc/themes/dev-tsdh-{dark,light}-theme.el

Revision 1.98: download - view: text, markup, annotated - select for diffs
Sun Jan 2 05:07:47 2011 UTC (16 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +85 -75 lines
(1) patch-ab and patch-ad are adjusted for 'gameuser=games' has gone.
(2) Adjust PLIST
    - some *.el.gz and *.elc in and out
      (removing pgg-* is major part of them)
    - info files are now gzipped.
    - some sort are made by make print-PLIST

Revision 1.97: download - view: text, markup, annotated - select for diffs
Mon Nov 22 22:35:18 2010 UTC (18 months ago) by makoto
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +14 -0 lines
Add 7 lisp/org/org*.el and its *.elc

Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Nov 1 05:04:14 2010 UTC (18 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +14 -13 lines

adjust PLIST (by upstream)
(1) remove
-bin/b2m
-libexec/emacs/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/digest-doc
-libexec/emacs/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/sorted-doc
-man/man1/b2m.1
-share/emacs/${PKGVERSION}/etc/BABYL

(2) add
+share/emacs/${PKGVERSION}/etc/NEXTSTEP
+share/emacs/${PKGVERSION}/etc/images/checked.xpm
+share/emacs/${PKGVERSION}/etc/images/unchecked.xpm
+share/emacs/${PKGVERSION}/etc/themes/tango-dark-theme.el
+share/emacs/${PKGVERSION}/etc/themes/tango-theme.el
+share/emacs/${PKGVERSION}/etc/themes/wheatgrass-theme.el
+share/emacs/${PKGVERSION}/lisp/emacs-lisp/package.el.gz
+share/emacs/${PKGVERSION}/lisp/emacs-lisp/package.elc

(3) move to obsolete (.el.gz + .elc)
-share/emacs/${PKGVERSION}/lisp/emacs-lisp/cl-compat.el.gz
+share/emacs/${PKGVERSION}/lisp/obsolete/cl-compat.el.gz

-share/emacs/${PKGVERSION}/lisp/emacs-lisp/lmenu.el.gz
+share/emacs/${PKGVERSION}/lisp/obsolete/lmenu.el.gz

(4) sort (.el.gz + .elc)
-share/emacs/${PKGVERSION}/lisp/cedet/ede/base.el.gz
 share/emacs/${PKGVERSION}/lisp/cedet/ede/autoconf-edit.el.gz
+share/emacs/${PKGVERSION}/lisp/cedet/ede/base.el.gz

Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Oct 6 12:51:42 2010 UTC (19 months, 2 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +0 -4 lines
 delete gnus/obsolete{rnews,rnewspost}.el

Revision 1.94: download - view: text, markup, annotated - select for diffs
Mon Oct 4 01:28:17 2010 UTC (19 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +4 -6 lines
Add 2 lisp's (gnus/{nnregistry,shr}.el). Delete 3 lisp's (gnus/webmail.el, obsolete/{sc,x-menu}.el)

Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Sep 30 16:45:38 2010 UTC (19 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +14 -6 lines
7 lisp *.el added (4 in lisp/cedet/, 2 in gnus/ etc) 2 lisp (in gnus) deleted

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat Sep 18 13:12:49 2010 UTC (20 months ago) by makoto
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +6 -26 lines
upstream change

Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Aug 18 03:47:13 2010 UTC (21 months, 1 week ago) by makoto
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -0 lines
adding lisp/gnus/gnus-sync.el{.gz,c}

Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Aug 13 14:31:12 2010 UTC (21 months, 1 week ago) by makoto
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -0 lines
emacs-lisp/pcase.el{.gz,c} added at upstream

Revision 1.89: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:37:45 2010 UTC (21 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -0 lines
etc/tutorial/TUTORIAL.he added to the list

Revision 1.88: download - view: text, markup, annotated - select for diffs
Sat Jul 31 13:30:31 2010 UTC (21 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
 | To: "Makoto Fujiwara" <makoto@users.sourceforge.net>
 | Cc: pkgsrc-wip-discuss@lists.sourceforge.net, pkgsrc-wip-cvs@lists.sourceforge.net
 | Subject: Re: CVS commit: wip/emacs-current
 | From: "OBATA Akio" <obache@users.sourceforge.net>
 | Date: Sat, 31 Jul 2010 18:01:20 +0900

 | You can use bin/emacs-${PKGVERSION} in PLIST.

Now both packages has following file
-rwxr-xr-x  2 root     wheel          0 Jul 31 17:16 bin/emacs-24.0.50 == bin/emacs

Thank you,

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat Jul 31 07:45:17 2010 UTC (21 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -1 lines
(1) convert cvs-package version to git-package for -nox11 also.
   This will update emacs--22.0.93 to 24.0.50

(2) To share PLIST between emacs-current and its -nox11 version,
   one line change made on emacs-current/PLIST side:

-bin/${PKGNAME}
+bin/${DISTNAME}

(3) Related notification was the mail at:

   | Subject: emacs-current-nox11/ + emacs-current/PLIST (Re: .. git for	emacs-current
   | From: Makoto Fujiwara <makoto@ki.nu>
   | Date: Fri, 30 Jul 2010 22:05:03 +0900
   | Message-ID: <yfmr5il2k8w.wl%makoto@ki.nu>
Thanks,

Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Jul 21 22:45:11 2010 UTC (22 months ago) by makoto
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +70 -0 lines
 some 65 files of lisp/org/ob-*.el{c,.gz} and more added

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Jul 13 14:45:55 2010 UTC (22 months, 1 week ago) by makoto
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -1 lines
hebrew.el -> hebrew.el{.gz,c}

Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Jul 12 09:13:11 2010 UTC (22 months, 1 week ago) by makoto
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +126 -93 lines

  As was discussed in pkgsrc-wip-discuss, the cache facility is added.
Cache may get fat by repeating (daily or frequent) build. Currently
manuall removing of old or all generation is recommended.
  GIT_TAG facility is not implemented and to be improved.
Thank you.


(1) Converting cvs-package to git-package.
It seems cvs repository is not being updated. So converted to
use git-package.

wip/mk/git-package.mk is recently updated to facilitate caching.
Please take a look for cvs log output for git-package.mk.
Thank you,

(2) update PLIST as of today.


(3) add patches/patch-ad for configure.in, which is not necessary
for regular make, but nice to have further update.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Dec 17 14:16:57 2009 UTC (2 years, 5 months ago) by makoto
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -1 lines
Update PLIST as:

ChangeLog from upstream:
2009-12-15  Glenn Morris  <address@hidden>

       * edt-user.el: New file, split out from edt-user.doc.
       * edt-user.doc: Split into edt-user.el and ../doc/misc/edt.texi,
       and remove.

URL for commit message
http://lists.gnu.org/archive/html/emacs-diffs/2009-12/msg00239.html
http://lists.gnu.org/archive/html/emacs-diffs/2009-12/msg00238.html

Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed Dec 9 04:13:27 2009 UTC (2 years, 5 months ago) by makoto
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +359 -2 lines
adding 360 files -> info(3) xpm(9) srg(14) lisp(334) -- mainly cedet, deleting lisp(2)

Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Dec 4 15:36:39 2009 UTC (2 years, 5 months ago) by makoto
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +0 -7 lines
It seems some *.el{,c} have been removed, update PLIST

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sat Aug 22 05:37:05 2009 UTC (2 years, 9 months ago) by obache
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +36 -83 lines
regen.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Jul 13 13:17:13 2009 UTC (2 years, 10 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +0 -4 lines
Remove a few files that are not installed any longer.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sat Jun 27 14:23:53 2009 UTC (2 years, 10 months ago) by obache
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +7 -2 lines
Welcome to emacs-23.1.50.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Thu Apr 16 23:17:03 2009 UTC (3 years, 1 month ago) by makoto
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +0 -5 lines
(PLIST) Now .gitignore's  are NOT to be installed.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Fri Mar 6 00:06:42 2009 UTC (3 years, 2 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -0 lines
add three new files.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Feb 7 21:36:37 2009 UTC (3 years, 3 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +3 -0 lines
Add three new .gitignore files.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Jan 29 10:09:46 2009 UTC (3 years, 3 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -0 lines
Add two new files.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Jan 25 05:47:32 2009 UTC (3 years, 3 months ago) by makoto
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -18 lines
Sync PLIST to upstream change

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Dec 20 13:32:07 2008 UTC (3 years, 5 months ago) by makoto
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +12 -4 lines
PLIST change based on upstream changes, although emacs-commit URL does not seem to be available right now, just changed ?

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Nov 20 01:33:55 2008 UTC (3 years, 6 months ago) by makoto
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +0 -1 lines
Update PLIST based on upstream change

http://lists.gnu.org/archive/html/emacs-commit/2008-11/msg00245.html
Removed files:
        doc/misc       : ns-emacs.texi

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Nov 8 00:38:43 2008 UTC (3 years, 6 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +3 -8 lines
Update.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Oct 14 08:36:33 2008 UTC (3 years, 7 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +6 -0 lines
Add six new files (in lisp/org).

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sun Oct 12 02:52:40 2008 UTC (3 years, 7 months ago) by obache
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -0 lines
Catch up changes in cvs.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Oct 3 03:14:48 2008 UTC (3 years, 7 months ago) by makoto
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +0 -3 lines
PLIST update based on following upstream changes

Removed files:
        lisp/international: codepage.el

Log message:
        File removed, as even ms-dos does not need it anymore.

http://lists.gnu.org/archive/html/emacs-commit/2008-09/msg00523.html

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Sep 17 10:39:41 2008 UTC (3 years, 8 months ago) by makoto
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +0 -15 lines
PLIST updates based on upstream changes:

  (Remove following files)
lisp/mail/mbox-changes/rmail.el.changes
lisp/mail/mbox-changes/rmailedit.el.changes
lisp/mail/mbox-changes/rmailkwd.el.changes
lisp/mail/mbox-changes/rmailmsc.el.changes
lisp/mail/mbox-changes/rmailout.el.changes
lisp/mail/mbox-changes/rmailsort.el.changes
lisp/mail/mbox-changes/rmailsum.el.changes
lisp/mail/mbox-trunk-annotations/rmail.el.annotation
lisp/mail/mbox-trunk-annotations/rmailedit.el.annotation
lisp/mail/mbox-trunk-annotations/rmailkwd.el.annotation
lisp/mail/mbox-trunk-annotations/rmailmsc.el.annotation
lisp/mail/mbox-trunk-annotations/rmailout.el.annotation
lisp/mail/mbox-trunk-annotations/rmailsort.el.annotation
lisp/mail/mbox-trunk-annotations/rmailsum.el.annotation
lisp/mail/subdirs.el


Related commit mails:
  http://lists.gnu.org/archive/html/emacs-commit/2008-09/msg00297.html
  http://lists.gnu.org/archive/html/emacs-commit/2008-09/msg00296.html
  http://lists.gnu.org/archive/html/emacs-commit/2008-09/msg00297.html
  http://lists.gnu.org/archive/html/emacs-commit/2008-09/msg00284.html
  http://lists.gnu.org/archive/html/emacs-commit/2008-09/msg00285.html

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Aug 19 05:14:50 2008 UTC (3 years, 9 months ago) by makoto
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +35 -0 lines
PLIST update based on upstream changes:

http://lists.gnu.org/archive/html/emacs-commit/2008-08/msg00420.html
Added files:
        lisp/mail      : pmail.el pmaildesc.el pmailedit.el pmailhdr.el
                         pmailkwd.el pmailmm.el pmailmsc.el pmailout.el
                         pmailsort.el pmailsum.el subdirs.el

http://lists.gnu.org/archive/html/emacs-commit/2008-08/msg00423.html
Added files:
        lisp/mail/mbox-trunk-annotations: rmail.el.annotation
                                          rmailedit.el.annotation
                                          rmailkwd.el.annotation
                                          rmailmsc.el.annotation
                                          rmailout.el.annotation
                                          rmailsort.el.annotation
                                          rmailsum.el.annotation

Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Aug 6 11:55:44 2008 UTC (3 years, 9 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -5 lines
Sync with upstream.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Jul 30 07:15:52 2008 UTC (3 years, 9 months ago) by makoto
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -0 lines
PLIST update base on following emacs-commit:

http://lists.gnu.org/archive/html/emacs-commit/2008-07/msg00690.html
 Added files:
 lisp/net       : mairix.el

Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Jul 28 01:35:30 2008 UTC (3 years, 9 months ago) by makoto
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
PLIST update based on following emacs-commit:

http://lists.gnu.org/archive/html/emacs-commit/2008-07/msg00630.html
Removed files:
        lisp/term      : mac-win.el

http://lists.gnu.org/archive/html/emacs-commit/2008-07/msg00633.html
Added files:
        lisp/org       : org-install.el

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Jul 25 16:10:30 2008 UTC (3 years, 10 months ago) by makoto
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
PLIST update based on following emacs commit

http://lists.gnu.org/archive/html/emacs-commit/2008-07/msg00530.html
Removed files:
        lisp           : isearch-multi.el

http://lists.gnu.org/archive/html/emacs-commit/2008-07/msg00564.html
Added files:
        lisp/net       : xesam.el

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Jul 24 12:29:00 2008 UTC (3 years, 10 months ago) by makoto
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +5 -5 lines
PLIST update based on following changes:

  http://lists.gnu.org/archive/html/emacs-commit/2008-07/msg00346.html
  Removed files:
-         etc/images     : splash8.xpm

  http://lists.gnu.org/archive/html/emacs-commit/2008-07/msg00351.html
  Removed files:
-       lisp           : ns-carbon-compat.el

  http://lists.gnu.org/archive/html/emacs-commit/2008-07/msg00354.html
  Removed files:
-  	  lisp           : ns-grabenv.el

  http://lists.gnu.org/archive/html/emacs-commit/2008-07/msg00369.html
  Added files:
+  	doc/misc       : ns-emacs.texi
  Removed files:
        doc/emacs      : ns-emacs.texi

  http://lists.gnu.org/archive/html/emacs-commit/2008-07/msg00391.html
  Added files:
+  	lisp/term      : common-win.el


  http://lists.gnu.org/archive/html/emacs-commit/2008-07/msg00521.html
  Added files:
+ 	lisp           : misearch.el

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Jul 18 08:10:37 2008 UTC (3 years, 10 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +7 -0 lines
Add some files to PLIST.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Jul 6 12:05:52 2008 UTC (3 years, 10 months ago) by makoto
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +7 -4 lines

  http://lists.gnu.org/archive/html/emacs-commit/2008-06/msg00988.html
Removed files:
	leim/quail     : hangul3.el

  http://lists.gnu.org/archive/html/emacs-commit/2008-07/msg00056.html
Added files:
        lisp/obsolete  : vmsproc.el vms-pmail.el vms-patch.el
Removed files:
        lisp/mail      : vms-pmail.el
        lisp           : vmsproc.el vms-patch.el

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Jun 24 12:01:20 2008 UTC (3 years, 11 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +9 -2 lines
Update for recent changes.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Jun 19 08:14:21 2008 UTC (3 years, 11 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +12 -10 lines
Adapt PLIST to recent changes.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Jun 11 14:35:39 2008 UTC (3 years, 11 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +17 -25 lines
Fix PLIST and make patch apply again (the relevant parts were
integrated upstream).

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu May 15 11:03:39 2008 UTC (4 years ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +12 -4 lines
Update PLIST.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri May 2 11:09:24 2008 UTC (4 years ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
+ epa-file-hook, - octave-hlp.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Apr 30 14:37:32 2008 UTC (4 years ago) by makoto
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +43 -1 lines
PLIST changes based on:
  http://lists.gnu.org/archive/html/emacs-commit/2008-04/msg01028.html
Say:
(1) rename file (move across directory)
    lisp/forms-d2.dat to etc/forms-d2.dat
(2) add new files
    about 43 files for org/org*.el{c,.gz}

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Apr 26 15:13:21 2008 UTC (4 years ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -0 lines
Add bug-reference files.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Apr 24 10:41:24 2008 UTC (4 years, 1 month ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -0 lines
Fix for test(1) using == instead of =.
Add two missing files and a missing directory to PLIST.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Apr 9 23:29:09 2008 UTC (4 years, 1 month ago) by makoto
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -0 lines
PLIST change based on the emacs-commit:
  http://lists.gnu.org/archive/html/emacs-commit/2008-04/msg00425.html
  http://lists.gnu.org/archive/html/emacs-commit/2008-04/msg00431.html

Added files:
        lisp/net       : zeroconf.el

Modified files:
        * calc/calc.el: Load "cal-loaddefs" rather than set up autoloads manually.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Mar 30 01:26:23 2008 UTC (4 years, 1 month ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -0 lines
Add two new files (proced.el).

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Mar 24 05:10:42 2008 UTC (4 years, 2 months ago) by makoto
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +12 -12 lines

PLIST changes based on the emacs-commit:
  http://lists.gnu.org/archive/html/emacs-commit/2008-03/msg00891.html

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Mar 20 13:26:43 2008 UTC (4 years, 2 months ago) by makoto
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +6 -0 lines
modify PLIST base on the changes:

(1)
http://lists.gnu.org/archive/html/emacs-commit/2008-03/msg00581.html
and
(2) ChangeLog:

2008-03-14  Eli Zaretskii  <eliz@gnu.org>

        * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
        ($(lisp)/calendar/diary-loaddefs.el)
        ($(lisp)/calendar/hol-loaddefs.el): New targets.
        (LOADDEFS): New macro.
        (autoloads): Depend on $(LOADDEFS).

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Mar 12 08:11:25 2008 UTC (4 years, 2 months ago) by makoto
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -0 lines
Added files:
        etc/images/icons/hicolor/scalable/mimetypes: emacs-document.svg
see:
http://lists.gnu.org/archive/html/emacs-commit/2008-03/msg00112.html

Thanks Obache and Thomas,

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Mar 11 13:30:50 2008 UTC (4 years, 2 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -0 lines
Add two new files. Noted by Makoto Fujiwara.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Mar 10 10:41:41 2008 UTC (4 years, 2 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +23 -6 lines
Sync with upstream changes.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Feb 24 21:29:47 2008 UTC (4 years, 2 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -13 lines
Sync with upstream changes.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Feb 20 09:11:37 2008 UTC (4 years, 3 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -3 lines
Adapt PLIST for recent upstream changes.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Feb 15 11:14:34 2008 UTC (4 years, 3 months ago) by obache
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -5 lines
Welcome to version 23.0.60.3.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Feb 11 11:58:24 2008 UTC (4 years, 3 months ago) by obache
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +222 -63 lines
Welcome to emacs version 23.0.60

Marked as DESTDIR support.
Introduce some options.
* x11
  same as editors/emacs
* gnome
  enable gnome related feature (librsvg, dbus)
  default toolkit is gtk.
* font-backend
  some denending packgages are not imported yet :-<

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Jan 2 23:03:06 2008 UTC (4 years, 4 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -0 lines
Add some new files.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Dec 16 16:46:43 2007 UTC (4 years, 5 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +231 -279 lines
Update to current state. Sort. Remove duplicate lines.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Dec 12 07:50:16 2007 UTC (4 years, 5 months ago) by netcap
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +307 -49 lines
Update PLIST.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Nov 19 07:01:22 2007 UTC (4 years, 6 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -2 lines
Sync with upstream changes.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Nov 12 21:45:54 2007 UTC (4 years, 6 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +71 -10 lines
Adapt PLIST for upstream changes.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Oct 24 09:38:35 2007 UTC (4 years, 7 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -0 lines
Sync with upstream (add some).

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Oct 21 23:51:50 2007 UTC (4 years, 7 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +6 -0 lines
Sync with upstream.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Sep 22 06:11:01 2007 UTC (4 years, 8 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +0 -3 lines
Sync with upstream: Remove emacstool.1 and termdev.*

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Sep 18 06:34:52 2007 UTC (4 years, 8 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Sync with upstream changes.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Sep 11 17:44:52 2007 UTC (4 years, 8 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4 lines
ync PLIST with upstream changes.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Sep 6 22:01:06 2007 UTC (4 years, 8 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +123 -109 lines
Fix for CVS changes. Version was bumped too.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Aug 6 05:21:34 2007 UTC (4 years, 9 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -0 lines
Add two new files.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Aug 3 05:43:17 2007 UTC (4 years, 9 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +0 -2 lines
Remove erc-nicklist*, not installed any longer.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jul 24 06:17:01 2007 UTC (4 years, 10 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -0 lines
+ vc-git.el*.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jul 9 20:52:33 2007 UTC (4 years, 10 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +6 -4 lines
Sync with upstream updates.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Jul 2 18:07:09 2007 UTC (4 years, 10 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
Add a new file.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jun 21 18:10:44 2007 UTC (4 years, 11 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -0 lines
Add four new files.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jun 16 13:00:30 2007 UTC (4 years, 11 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -0 lines
More new files.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jun 9 09:54:46 2007 UTC (4 years, 11 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -0 lines
Add two new files.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jun 6 05:45:51 2007 UTC (4 years, 11 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -0 lines
Add some new files to PLIST.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon May 28 20:55:47 2007 UTC (4 years, 11 months ago) by tnn2
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -0 lines
fix PLIST

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Apr 28 18:12:25 2007 UTC (5 years ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Welcome to 22.1.50. Adapt PLIST.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Mar 13 07:05:07 2007 UTC (5 years, 2 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -5 lines
Update to 22.0.95.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Feb 28 07:05:19 2007 UTC (5 years, 2 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
Add new ETAGS.README to PLIST.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Feb 25 09:03:48 2007 UTC (5 years, 2 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Welcome to 22.0.94.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Feb 20 19:04:26 2007 UTC (5 years, 3 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +0 -1 lines
share/emacs/site-lisp now exists by default -- don't try to remove it.
Bump PKGREVISION for the PLIST change.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Feb 17 06:46:04 2007 UTC (5 years, 3 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +11 -7 lines
Sync PLIST with recent changes.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 5 22:38:34 2007 UTC (5 years, 3 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -0 lines
Add two new files to PLIST.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Feb 1 06:46:14 2007 UTC (5 years, 3 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +0 -2 lines
Remove orgcard.{ps,tex} from PLIST, it is not installed any longer.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 23 07:42:28 2007 UTC (5 years, 4 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0 lines
Add two new files.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 10 21:00:38 2006 UTC (5 years, 5 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +0 -2 lines
Remove two files that are not installed any longer.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Nov 2 07:46:40 2006 UTC (5 years, 6 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0 lines
Add tutorial.el{,c}

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Oct 30 18:23:46 2006 UTC (5 years, 6 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -0 lines
Sync with upstream (pre-test release 22.0.90 -> version number change
in PLIST, one patch included, two more files installed).

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 26 23:27:25 2006 UTC (5 years, 6 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2 lines
Sync PLIST.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Aug 12 04:48:36 2006 UTC (5 years, 9 months ago) by obache
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -7 lines
catch up recent PLIST changes.
add some tools.
move games score files to ${VARBASE}

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jul 4 06:35:47 2006 UTC (5 years, 10 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -10 lines
Sync with what it built for me a few days ago.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 27 12:07:13 2006 UTC (6 years ago) by obache
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -1 lines
remove info/dir from PLIST

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Apr 16 12:48:16 2006 UTC (6 years, 1 month ago) by obache
Branches: OBACHE
CVS tags: OBACHE_20060416
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
This is experimental pkgsrc of emacs-current.
Only build & test on NetBSD/i386 3.0_STABLE, with default option.

If you have any ideas to modifycation, do it without asking to me!


Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Apr 16 12:48:16 2006 UTC (6 years, 1 month ago) by obache
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>