Changeset 942
- Timestamp:
- 2008年02月25日 02時43分52秒 (8 months ago)
- Files:
-
- branches/3.00/pkginfo/ChangeLog (modified) (1 diff)
- branches/3.00/pkginfo/setup.ini (modified) (1 diff)
- branches/3.00/pkginfo/twittering-mode/Makefile.pkg (modified) (1 diff)
- branches/3.00/pkginfo/twittering-mode/auto-autoloads.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/3.00/pkginfo/ChangeLog
r941 r942 1 2008-02-25 Koichiro Ohba <koichiro@meadowy.org> 2 3 * setup.ini (twittering-mode): [Curr] Release. 4 * twittering-mode/auto-autoloads.el: Fix. 5 1 6 2008-02-25 Koichiro Ohba <koichiro@meadowy.org> 2 7 branches/3.00/pkginfo/setup.ini
r941 r942 501 501 ldesc: "Twittering-mode is a simple, lightweight, platform-independent twitter client, major mode for Emacsen." 502 502 category: Utils 503 version: 0.3-2 504 install: packages/twittering-mode-0.3-2-pkg.tar.bz2 18561 7c7c1ccbbacf63f3941806128ccf18b0 505 [prev] 503 506 version: 0.3-1 504 507 install: packages/twittering-mode-0.3-1-pkg.tar.bz2 18538 7e73535e0401ed249e316ca2cfcac721 branches/3.00/pkginfo/twittering-mode/Makefile.pkg
r941 r942 14 14 15 15 PKG=twittering-mode-0.3 16 PKG_VERSION= 116 PKG_VERSION=2 17 17 BASE=twittering-mode 18 18 PKG_URL=http://lambdarepos.svnrepository.com/svn/share/lang/elisp/twittering-mode/branches/RB-0.3 branches/3.00/pkginfo/twittering-mode/auto-autoloads.el
r941 r942 3 3 ;;; Author: Koichiro Ohba <koichiro@meadowy.org> 4 4 5 ( require 'twittering-mode)5 (autoload 'twittering-mode "twittering-mode" nil t) 6 6 7 7 ;;; auto-autoloads.el ends here
