gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ttn-pers-elisp 1.48 available


From: Thien-Thi Nguyen
Subject: ttn-pers-elisp 1.48 available
Date: Wed, 13 Oct 2004 12:38:46 +0200

release notes:

  this release was motivated mostly by wanting `C-x v g' to work for
  ~/.todo.list (which is under RCS).  the integration w/ Emacs' vc
  framework is not perfect, but the pretty colors are nice to look at
  anyway.

  reverse-engineering ,v format gives me the idea that Emacs might as
  well develop some kind "native ,e format" or somesuch, in the process
  addressing the outstanding "saving text properties to disk" problem
  whose general solution has been long-sought (at least, in info node
  "(elisp)Saving Properties")).  we will see.

  thi

README excerpt:

  This directory tree contains ttn's personal elisp library, released
  under GNU GPL with ABSOLUTELY NO WARRANTY.  See the file COPYING for
  details.

NEWS excerpt:

  - 1.48 | 2004-10-11
  
    - Style 1 for `insert-time-stamp' is "%Y-%m-%d %T"
  
    - Imported mic-paren.el upgraded (version 3.3)
  
    - Changes to comma-v.el
  
      - Bugfix: Header `comment' handled correctly
  
        The syntax for `comment' is slightly irregular compared to that
        of the other headers, and was thus previously reverse-engineered
        incorrectly (cough cough, bad suss, dude %-).  Here is a brief
        table showing inputs and how they were/are handled:
  
        input                   prior behavior          now
        comment @# @;           "@# @"                  "# "
        comment @; @;           downstream misparse     "; "
  
      - Bugfix: Year values < 100 augmented by 1900
  
        Actually this is probably still slightly wrong.  No real-world
        ,v files prior to 1970-01-01 to test against -- yes, we can look
        at ci/co source but that's no fun...
  
      - New funcs
  
        comma-v-deeply-realize
        comma-v-annotate-command
        comma-v-annotate-current-time
        comma-v-annotate-time
        comma-v-annotate-extract-revision-at-line
  
      - New command: setup-anticipatory-vc-rcs-annotation
  
        This command makes `C-x v g' work for RCS files.  After some
        experience in the field, the comma-v-annotate-* funcs will be
        added to GNU Emacs as vc-rcs-* funcs.  Bang on them now or
        suffer the bugs later...
  
    - ChangeLog files no longer diff(1)ed on vc checkin
  
    - Dropped vars in rmangle.el
  
        The vars `directory-rmangle-status' and `file-rmangle-status'
        are no longer available; their values were redundant w/ that
        stored in `rmangle-status'.
  
    - Small changes to gnugo.el and gnugo-extra.el

tarball, expanded distribution and other files in dir:

  http://www.glug.org/people/ttn/software/ttn-pers-elisp/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]