Next | Query returned 58 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
   2005-08-28 06:25:31 by Masao Uebayashi | Files touched by this commit (56)
Log message:
Rework emacs.mk:

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.
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-04-11 20:06:00 by Kouichirou Hiratsuka | Files touched by this commit (3) | Package updated
Log message:
Update wl to 2.14.0.

Changes (from NEWS):
  * Changes in 2.14.0 from 2.12.2

  ** New folder type `access' is added.
     In `access' folder, sub-folders of the specified folder can be treated
     as one folder.

  ** Synchronization speed of the folder is improved.
     The function which calculates list diff is re-wrote and is faster
     than previous implementation, especially in the folders with large
     number of the messages.

  ** New event handling mechanism is incorporated.

  ** Improved the disconnected operations for IMAP draft saving.
     There was a bug of message numbering in the disconnected imap draft.
     It is fixed using new event handling mechanism.

  ** `Shimbun' summary buffers are updated dynamically.
     Some shimbun folder does not have correct information.
     In this version, they are corrected using the message body after retrieval.
     It is implemented with new event handling mechanism.

  ** Many bug fixes.
   2005-03-06 20:24:55 by Kouichirou Hiratsuka | Files touched by this commit (5)
Log message:
Update wl to 2.12.2.
Patch submitted by FUKAUMI Naoki (PR pkg/29043).

* Changes in 2.12.2 from 2.10.1
 - Now Maildir is usable on Windows systems.
 - Fixed the problem of the cache flag inconsistency on the filter folder etc.
 - Fixed the bug that the new flag cannot be changed in some cases.
 - Fixed the bug that flag are not taken over correctly from Maildir.
 - Fixed the problem in display module for IMAP messages.
 - Fixed the problem that %INBOX is not appeared as a subfolder of %INBOX.
 - Now user defined flags are appeared in the completions for search conditions.
 - Fixed the problem that a wrong flag folders are created by some flag names.
 - Now expansion of the access group "@/" works correctly.
 - Fixed the problem to cause an error on automatic draft saving.
 - Fixed the problem to cause an error on invoking address manager.
 - Fixed the problem in the flag inheritance function of the filter folder.
 - Improved redisplay functions for "H" and "M" key.
 - Now attributes for netnews are displayed in the draft preview.
 - The structure of the message database is improved.
 - The temporary mark and corresponding action is now customizable.
 - SPAM filter module is added.
 - 'mark folder is renamed to 'flag folder.
 - Now you can put arbitrary user defined flag on message.
 - New marks, 'A' and 'a' are added for answered messages.
 - New mark,s 'F' and 'f' are added for forwarded messages.
 - New search condition 'Flag' (Status of the message) is added.
 - Draft save function is improved.
 - Automatically save draft buffers by using idle-timer.
 - 'H' key(display all header) and 'M' key(display without MIME analysis)
   are now toggle key.
 - Now you can sort summary lines into descending order.
 - Abbreviate too long header extended to lines in message buffer.
 - Persistent mark string in summary buffer is changed.
 - It displays draft preview on sending confirmation.
 - Sending parameters are displayed on draft preview.
 - You can run biff with idle-timer by setting wl-biff-use-idle-timer.
 - Now wl-draft-kill confirms with yes-or-no-p.
 - Summary thread will be divided if its depth is larger than certain amount.
   The limit is controlled by the variable wl-summary-max-thread-depth.
 - Emacs multi-tty support is supported.
 - New sort spec 'size' is added in the summary mode.
 - The variable wl-refile-policy-alist is abolished.
 - Batch processing module is added.
 - In the multi-folder, status of messages are synchronized with original
   folder.
 - The function wl-summary-resend-message is abolished.
 - Variables renamed
   wl-delete-folder-alist is renamed to wl-dispose-folder-alist.
 - POP3 folder existence check is simplified (by default).
 - POP3 response code extension defined in the RFC2449 is supported.
 - IMAP4 commands EXPUNGE and CHECK are now send asynchronously.
 - Default value of wl-folder-hierarchy-access-folders has been changed.
 - Access group "@/" of shimbun folders can be used now.
 - Show contents of NEWS(.ja) when you start Wanderlust newer than the
   one you used previously.
 - Default values of wl-draft-reply-*-list are changed.
 - wl-draft-reply-myself-*-list are abolished and integrated into
   wl-draft-reply-*-list.
 - You can control initial cursor position for replying draft.
 - Changed the way to specify configuration of draft buffer window.
 - Commands to verify/decrypt non-MIME PGP message are added.
 - New options
   wl-summary-resend-use-cache
   elmo-network-session-idle-timeout
 - New hooks
    wl-draft-reply-hook
    wl-summary-reply-hook
    wl-draft-forward-hook
    wl-summary-forward-hook
    wl-draft-kill-pre-hook
    wl-summary-resend-hook
 - Abolished hook
    wl-reply-hook
 - New face
    wl-highlight-summary-disposed-face
    wl-highlight-summary-prefetch-face
    wl-highlight-summary-resend-face
    wl-highlight-summary-answered-face
    wl-highlight-action-argument-face
 - Abolished face
    wl-highlight-refile-destination-face
    (renamed to wl-highlight-action-argument-face)
   2005-02-24 10:59:30 by Alistair G. Crooks | Files touched by this commit (177)
Log message:
Add RMD160 digests.
   2004-09-19 15:41:24 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 2.10.1, provided by Kouichirou Hiratsuka in PR 26956.

Changes since 2.10.0:
* Changes in 2.10.1 from 2.10.0
  Version 2.10.1 is a bug fix version of 2.10.0.

** Fixed after message buffer kill, prefetch doesn't work.

** Default value of wl-delete-folder-alist,
   wl-folder-hierarchy-access-folders are changed.

** Support localdir and pipe folder rename.

** Fixed message and error argument. Use %s for variable.

** Now, response from IMAP server (e.g. \Noselect, \Flagged)
   parse case-ignore.

** Fixed elmo-msgdb-extra-fields field are case sensitive.

** Fixed IMAP folder included ~, expand to home directory.

** Fixed the problem that msgdb be destroyed when print-length or
   print-level has Non-nil value.

** Fixed a problem that wl-folder-move-cur-folder doesn't work.

** Fixed a problem that wl-draft-reedit doesn't work properly on Meadow.

** Fixed a problem that wl-summary-pack-number doesn't work on
   Maildir, shimbun, and pipe folders.

** Fixed a problem that cache file is not protected even if it is marked
   as important.

** Fixed a problem that %# in wl-summary-line-format cannot handle large
   number.

** Fixed a problem to remove password even if SMTP AUTH failed at non-auth
   phase.

** Default value of wl-message-buffer-prefetch-folder-type-list,
   wl-message-buffer-prefetch-idle-time, and
   wl-message-buffer-prefetch-depth are changed.

** Fixed to compile on XEmacs without mule feature.
   2004-05-08 15:35:20 by Masao Uebayashi | Files touched by this commit (9)
Log message:
Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.
   2004-03-07 22:51:26 by Stoned Elipot | Files touched by this commit (1)
Log message:
Remove info files entries from PLIST.
   2004-01-27 01:53:12 by Klaus Heinz | Files touched by this commit (49)
Log message:
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248

Next | Query returned 58 messages, browsing 41 to 50 | Previous