Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
in emacs23.
|
|
|
|
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users. Be DEPENDS to it. This should
address pkg/37146 by Aleksey Cheusov.
While here convert some emacs lisp packages to user-destdir.
|
|
* Switch to use rubyforge.org as MASTER_SITES and HOMEPAGE.
No change in this elisp file itself at all.
|
|
|
|
their files via a custom do-install target.
|
|
Nothing change but using rdtool-0.6.20's distribution file.
|
|
- A few Changes from 0.6.14; one of them are already included in
the previous package.
- Stop using textproc/ruby-rdtool/rdversion.mk to determine version.
|
|
|
|
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
|
|
|
|
|
|
1) Simplify the way how an emacs version is picked when no emacs
is installed, but a user try to install an Emacs Lisp package.
Just pick up the version set as EMACS_TYPE than searching for
versions already installed etc. If the EMACS_TYPE version is
not supported by the Emacs Lisp Package, just fail. EMACS_TYPE
be default to GNU Emacs 21.
(In other words, users should set EMACS_TYPE as they want.
Otherwise GNU Emacs 21 is used.)
2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
used. This keeps dependency graph of Emacs-Lisp-packages-
installed-for-XEmacs consistent.
3) Document EMACS_* variables as much as possible.
4) Provide more cookies for PLIST. Maybe utilized later.
Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour. So no version / revision bumps in this commit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No change with ruby-rd-mode package itself.
|
|
ruby-rdtool package. Update distinfo file and remove PKG_REVISION now.
Nothing changed with ruby-rd-mode itself.
|
|
|
|
|
|
- Support indentation support for EnumList.
- Make rd-intelligent-newline work if previous line isn't ItemList and
MethodList.
Bump to ruby-rd-mode-0.6.11nb1.
|
|
:0.6.11
* support Ruby 1.4.6. thanks. > Aoki-san
* now `=begin' and `=end' are omitable. thanks. > Nakada-san
* changed to omit <p>...</p> for some ListItem.
* added `class="foottext"' attribute to <p> element for foottext.
thanks. > Kimura-san
* bug fix. thanks. > \ay-san, rubikitch-san, Tamura-san
* added rd-mode-hook in rd-mode.el. changed key-binding. thanks. > Komiya-san
* rd-intelligent-new-line (\M-RET) in rd-mode.el. thanks > Usui-san, Nakada-san
|
|
|
|
|
|
- Don't share distinfo with textproc/ruby-rdtool package.
- Remove extra period in COMMENT.
|
|
|
|
Editing mode for RD (Ruby Docuemnt Format).
|