Next | Query returned 80 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-10-11 11:31:58 by Masao Uebayashi | Files touched by this commit (100)
Log message:
Move mk/emacs.mk to editors/emacs/modules.mk.

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.
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2007-10-29 05:44:05 by Masao Uebayashi | Files touched by this commit (2)
Log message:
Sort variables depending on ${EMACS_FLAVOR} (emacs or xemacs).  Prefer
assignment to conditional.  Include mk/emacs.mk lazily.

No functional changes intended.
   2007-01-17 14:18:42 by Antoine Reilles | Files touched by this commit (3)
Log message:
Update print/auctex to 11.84

Changes:
- AUCTeX and preview-latex have been changed in order to accommodate
  file names containing spaces.  preview-latex now tolerates bad
  PostScript code polluting the stack (like some Omega fonts).
- Support for folding of comments was added.
- The `polish' language option of the babel LaTeX package as well as the
  `polski' LaTeX package are now supported.  Most notably this means
  that AUCTeX will help to insert quotation marks as defined by
  polish.sty ("`..."') and polski.sty (,,...'').
- There has been quite a number of bug fixes to various features and
  documentation across the board, most critical probably the tool bar.
   2006-10-04 23:56:35 by Thomas Klausner | Files touched by this commit (9)
Log message:
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
   2006-06-12 14:30:05 by Antoine Reilles | Files touched by this commit (3)
Log message:
Update print/auctex to 11.83

News in 11.83
=============

   * The new function `TeX-doc' provides easy access to documentation
     about commands and packages or information related to TeX and
     friends in general.  It is accessible with the key binding `C-c ?'
     or the `Find Documentation...' entry in the mode menus.

   * You can now get rid of generated intermediate and output files by
     means of the new `Clean' and `Clean All' entries in
     `TeX-command-list' accessible with `C-c C-c' or the Command menu.

   * Support for forward search with PDF files was added.  That means
     you can jump to a place in the output file corresponding to the
     position in the source file.  Currently this only works if you use
     the pdfsync LaTeX package and xpdf as your PDF viewer.  The
     accuracy is in the range of +/-1 page.

     Adding support for this feature required the default value of the
     variable `TeX-output-view-style' to be changed.  Please make sure
     you either remove any customizations overriding the new default or
     incorporate the changes into your customizations if you want to
     use this feature.

   * TeX error messages of the `-file-line-error' kind are now
     understood in AUCTeX and preview-latex (parsers are still
     separate).

   * Bug fix in XyMTeX support.

   * The LaTeX tool bar is now enabled by default.
   2006-04-06 05:32:50 by Johnny C. Lam | Files touched by this commit (2)
Log message:
* Note that auctex requires the base emacs packages to be present.
* Move the info files to the PLIST and honor EMACS_INFOPREFIX.
* Remove some unused variables that are clearly just leftovers from an
  older version of this package.

Bump the PKGREVISION to 3.
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.

Next | Query returned 80 messages, browsing 51 to 60 | Previous