summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-11Actually PKG_SKIP_REASON would be better -- suggested by wizcjep4-8/+8
2003-01-11Update to 1.14.5 (Awara-Onsen).uebayasi3-31/+10
* mime-view.el (mime-preview-find-boundary-info): Change the name of the argument from get-mother to with-children along its effect. * mime-edit.el (mime-edit-decode-single-part-in-buffer): Decode text part only. * mime-edit.el (mime-file-types): Add setting of *.jpeg for image/jpeg. * mime-view.el (mime-preview-find-boundary-info): Fix logic. Do not refer next to next part before examining the next part. * mime-edit.el (mime-edit-user-agent-value): Add `xemacs-extra-name'.
2003-01-11Update to 1.14.5 (Demachiyanagi).uebayasi4-92/+85
Changes from 1.14.4: * smtp.el (smtp-send-buffer): Error if `smtp-server' is nil. * FLIM-ELS (flim-version-specific-modules): Don't install mailcap.el. * FLIM-MK (install-flim): Avoid creating empty directory. * mime-parse.el (mime-parse-buffer): Require mmbuffer. * luna.el (luna-define-method): Clear method cache of child classes. * mime-ja.texi (CVS): Escape @. * luna.el (luna-define-method): Fix the bug that method cache is not cleard. * mime-en.texi (CVS): Fix Typo. (@ to @@). mime-ja.texi (CVS): Ditto. * std11.el: Update Copyright header. * std11.el (std11-non-atom-regexp): New constant. (std11-analyze-atom): New implementation to avoid error in current XEmacs UTF-2000 [may be caused by a bug about regexp]. * smtp.el (smtp-open-connection-function): Add doc. (smtp-end-of-line): Doc fix. * smtp.el (smtp-end-of-line): New variable. (smtp-read-response): Use it. (smtp-send-command): Use it. (smtp-send-data): Use it.
2003-01-11Use PKG_FAIL_REASONcjep4-8/+8
2003-01-11+bonnie++-1.03c; -auctex (thanks, uebayasi).wiz1-3/+2
2003-01-11A missed dependency on Mule-UCS.uebayasi1-1/+3
2003-01-11Remove unnecessary hunk.wiz2-10/+3
2003-01-11Add } that got lost in last.wiz1-2/+2
2003-01-11Note revision bump (2) for libgtop2.jmmv1-1/+2
2003-01-11Add extra libraries to libgtop2's pkgconfig file. These are required tojmmv3-3/+17
link against libgtop_common properly. Bump PKGREVISION to 2. Problem reported in PR pkg/19777 by Eric Gillespie.
2003-01-11Mark this NOT_FOR_PLATFORM Darwin.grant1-1/+3
2003-01-11Update to 20021222 from 0.5.11.uebayasi3-16/+79
The authors have made 316 entries in ChangeLog in two years. This is very rough pick ups. Please see http://sourceforge.net/projects/ilisp/ for more info. * ilisp-mod.el (ilisp): Use this variable here. * ilisp-sch.el (guile): Set ilisp-describe-command. * INSTALLATION (TIPS): added Windows entry. * ChangeLog: ChangeLog updated. * ilisp-out.el: Added Reini Urban's fix for XEmacs. * ilisp.emacs: Changed the 'setq *-hook' to more proper 'add-hook. * ilisp-out.el: Added Reini Urban's fix for XEmacs. * ilisp.emacs: Changed the 'setq *-hook' to more proper 'add-hook. * ilisp-cl-easy-menu.el (ilisp-ild-easy-menu): added. * guile-ilisp.scm (ilisp-in-package): Fix process-use-modules call. * docs/ilisp.texi: minor texinfo errors removed. * ilisp-key.el: Bind cltl2-lookup to C-z L (or C-z M-l). * ilisp-sbcl.el (sbcl): sb changed to sbcl in call to ilisp-load-inits. * ilisp-doc.el (ilisp-documentation): SBLISP changed to SBCL. * ilisp-dia.el: SBLISP changed to SBCL.
2003-01-11Update to 11.13.uebayasi5-24/+37
Changes since 11.11 from the ChangeLog: * Makefile (STYLESRC): Add style/scrlttr2.el * style/scrbase.el: Added optional Argument "Pagenumber" to \maketitle. Changed \textsubscript from `t' to "Text". * style/scrlttr2.el: Initial version. * style/scrbase.el: Added additional clearpage commands: \cleardoublestandardpage \cleardoubleplainpage and \cleardoubleemptypage (LaTeX-common-initialization): Added 26 LaTeX commands, 2 LaTeX2e environments, and 41 LaTeX2e commands. * Makefile (STYLESRC): Add compilation targets for Komascript support. * Check in Komascript support by Mark Trettin. See below. * scrbase.el: First attempt on implementing the `captionbeside'-Environment. I'm not really satisfied by now. * scrreprt.el, scrbook.el: Reformatted code. * scrbase.el: Changed `uppertitleback', `lowertitleback' from asking to just `t' * scrbase.el: Changed `addpart', `addsec' and `minisec' from Macro to sectioning command. * tex-buf.el (TeX-parse-TeX): Make subordinate files without major mode default to that of the calling file when doing error processing. * tex.el (TeX-master-file): Don't make C-c ` bomb out in files like xxx.gls. Probably a more elaborate way would be to export the TeX-master variable into files visited by error parsing. Could be incorrect, however, if more than one file included them. * latex.el (LaTeX-common-initialization): Set `fill-paragraph-function'. (LaTeX-mode-map): Don't bind M-q. Suggested by Nils Klarlund <klarlund@research.att.com>.
2003-01-11Use emacs.mk.uebayasi2-10/+13
2003-01-11Update APEL to 10.4.uebayasi5-121/+69
Many small changes which enhance APEL's functionality. Due to the charasteristic of APEL as a portability layer of emacsen, no user visible change, but more portability, possibly.
2003-01-11Speedbar 0.14beta4, JDE 2.3.2, eieio 0.17, and semantic 1.4.2.uebayasi1-1/+5
2003-01-11Update semantic to 1.4.2.uebayasi4-76/+93
Approximate set of changes: * Added namespaces support to the C/C++ grammar. * New Non-recursive parser by David Ponce <david@dponce.com> * Variables no longer contain an explicit constant flag. * Modifiers field for variable, function, and types is now an association list. * Analyzizes via type information the local context * Provides smart completion information * Speedbar mode for using analysis information. * Generates objects representing a browsable class structure which links parents and subclasses and externally defined methods into an easilly navigated (programatically) structure. * Speedbar interface to browser structure (simple) * semantic-load.el simplifies installation. * Added partial reparseing of buffers where only token contents have changed. * Added `semantic-show-dirty-mode'. * Added `semantic-show-unmatched-syntax-mode' * Added `semantic-auto-reparse-mode' * Added new tool, `semanticdb'. Semanticdb caches token lists between sessions with a specific file. And more. Use emacs.mk.
2003-01-11Update eieio to 0.17. Patch from Yoshifumi Hiramatsu in PR19727.uebayasi4-53/+49
Changes are unknown. (ChangeLog doesn't mention version numbers...) Convert to use emacs.mk.
2003-01-11New in the latest.uebayasi2-0/+57
2003-01-11Update jde from 2.2.7.1 to 2.3.2.uebayasi3-279/+189
Too many changes to cite here. Please see http://jdee.sunsite.dk/ReleaseNotes.txt http://jdee.sunsite.dk/ReleaseNotes-beta.txt Besides, move to emacs.mk.
2003-01-11Update speedbar to 0.14beta4. Changes are unknown.uebayasi5-55/+36
Convert to use emacs.mk.
2003-01-11Note update of ipv6calc to 0.45salo1-1/+2
2003-01-11Update to version 0.45salo3-13/+11
Changes: 20021112: fix not proper handling of option "-q|--quiet" in some cases enhance help options (-h|--help now also valid) on --out|action|in ipv6logconf: "make test" can be now also executed by root (su to nobody) tag version 0.45 20021104: minor cosmetics in IEEE/OUI database
2003-01-11Note update of pkg_install (man page installation fixes).schmonz1-1/+2
2003-01-11Fix cut-and-paste whitespace damage.schmonz1-4/+4
2003-01-11On NetBSD, man pages were getting installed into /usr/man. That's,schmonz7-14/+19
like, so 80's! Pass a value more appropriate for the current decade to --mandir via CONFIGURE_ARGS, and let ./configure set this in the Makefiles. Install catted man pages with the suffix ".0" rather than ".1". Bump PKGTOOLS_VERSION.
2003-01-11+PLIST man page handlinggrant1-1/+4
2003-01-11Remove USE_PKGLOCALEDIR check suggestion for pkglintrh1-5/+1
2003-01-11Note update of pkglint to 3.42rh1-1/+2
2003-01-11Update pkglint to 3.42:rh2-3/+18
* Add a PKGLOCALEDIR check to pkglint: warn if PKGLOCALEDIR is in PLIST, USE_BUILDLINK2 is set, and USE_PKGLOCALEDIR is not set.
2003-01-11Note update of gnome-pim to 1.4.6rh1-1/+2
2003-01-11fix oops in last.grant1-2/+2
2003-01-11Properly test for CC=gcc and generalise the logic to make this moregrant1-21/+16
likely to build on non-NetBSD platforms. Tested on Solaris 8.
2003-01-11Update gnome-pim to 1.4.6. Notable changes include:rh4-40/+54
* Various bug and build fixes * Palm Pilot support * gnomecal now has better NoTime/Allday support
2003-01-11Note addition of gnome-pilot-0.1.71rh1-1/+2
2003-01-11Add and enable gnome-pilotrh1-1/+2
2003-01-11Initial import of gnome-pilot-0.1.71, Palm Pilot synchronisation for GNOME.rh5-0/+174
2003-01-11Install the conversion modules and SQL script for postgresql. Bump thejlam3-3/+33
PKGREVISION of databases/postgresql-server to 1.
2003-01-11mozilla-stable-1.0.2 done (thanks, taya)wiz1-2/+1
2003-01-11note update of mozilla-stable to 1.0.2taya1-1/+2
2003-01-11What's New In This Releasetaya2-6/+5
Mozilla 1.0.2 contains stability and security improvements. 1.0.2 also has fixes for standards support, UI correctness and polish, performance, and site compatibility. This is not a feature release. For new features, Mozilla 1.0 users are encouraged to upgrade to Mozilla 1.2.
2003-01-10Build with shlibtool instead of libtool, like php4 really wants.jlam1-2/+2
2003-01-10Updated audio/oss to 3.9.7g. Changes from verison 3.9.7f include:jlam3-7/+12
* SB Audigy2 support added * SPDIF in/out support for CMI9739/ALC650/AD1980/AD1981/CS42XX/etc * Updated CMedia CMI8738 drivers * Support for Nvidia Nforce2
2003-01-10Alphabetize _BLNK_CACHE_ALL list.jlam1-2/+2
2003-01-10Updated feh-1.2.4.wiz1-1/+2
2003-01-10Update to 1.2.4, from Juan RP in PR 19771:wiz2-5/+5
* Experimental speedup for caption editing. Caches the bg pixmap for the image (which doesn't change when you're just editing a caption) so only the overlay needs to be re-rendered on each change to the caption. Definitely makes a difference when editing captions on a large, fullscreen image. * Tweak event handling - don't nuke queued keyevents when we're accepting input for caption entry. * Fixed wrapping for long lines with no spaces * Caption editing, also requested by David Blackman <david@whizziwig.com> Hit 'c', edit caption, enter to confirm the changes or Escape to revert. (Only when --captions-path has been specified). * Spotted a couple of minor bugs as I went through stuff, fixed those two. * New option --captions-path. Specify a path (relative to each image) to a directory with captions in and feh will overlay them on the image. It even does text wrapping and centering! Example, run feh --captions-path captions testimages for image testimages/donna1.jpg, feh will look for a caption in testimages/captions/donna1.jpg.txt * Fixed bug - segv when last image in slideshow is deleted.
2003-01-10Note revision bumps for docbook-xml (1) and libglade2 (4) because of thejmmv1-1/+3
new xmlcatmgr dependancy.
2003-01-10Use xmlcatmgr to manage the share/xml/catalog file, so it can be sharedjmmv4-5/+23
across multiple packages (really, the package did not register itself in the catalog before this change). Bump PKGREVISION to 4.
2003-01-10Use xmlcatmgr to manage the share/xml/catalog file, so it can be sharedjmmv2-8/+10
across multiple packages. Bump PKGREVISION to 1.
2003-01-10Note addition of xmlcatmgr, version 0.1.jmmv1-1/+2