2013-01-13 13:15:47 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Fix typo on comment line in patch file.
|
2012-10-07 19:17:20 by Aleksej Saushev | Files touched by this commit (44) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-09-25 09:47:49 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Not only emacs24, but also emacs23 (and 25) need conversion of char set of \
bushu.el (see recent bulkbuild on 09/25).
|
2012-08-17 07:20:14 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Fix obsolete function (unread-command-char) -> unread-command-events problem.
|
2012-08-07 03:15:22 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add (was missing) SUBST_MESSAGE, re-order some assignment lines
|
2012-08-06 16:58:41 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
One line left as old version, fix.
|
2012-08-06 05:58:25 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
The part of previous commit, excluding tc-pre.el from byte-compile list,
has side effect resulting 'Table corrupted at line 1' type problem.
Revert to include tc-pre.el in byte-compiled list
(This make funny result 'tcode-version' is saying 2.3.1, but it is
not harmfull for the functioning).
|
2012-08-05 17:01:05 by Makoto Fujiwara | Files touched by this commit (7) |
Log message:
Upstream bumped the version 2.3.1 to 3.0,
but it is really 3.0pre. So we set PKGVERSION as 2.99.1.
(1) Makefile
Bump version 2.3.1 to 2.99.1
(2) PLIST
Have ${PKGVERSION} in PLIST
(3) patch-configure.{in,.ac}
Rename patch-configure.in to patch-configure.ac
to follow upstream change (actually delete and add).
(4) patches/patch-lisp_Makefile.{am,in}
In tc-pre.el, following line set the version name.
(defconst tcode-version "3.0")
But at byte-compile, if older version like 2.3.1
is installed already, the old constant is honored
and tc-pre.elc has 2.3.1 for tcode-version.
As a work around, tc-pre is excluded for byte compile list.
|
2012-08-02 16:38:50 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Resolve inactivate-input-method to deactivate-input-method problem for 24.1.50
|
2012-07-30 15:50:31 by Makoto Fujiwara | Files touched by this commit (7) |
Log message:
Add patches to convert last-command-char to last-command-event
|