Download project files

How do I verify a download?


110 of 13 releases

1.5.2 release from the 1.5 series released

Release information
Release notes:

Bugfix release

File Description Downloads
download icon records-1.5.2.tar.gz (md5) records-1.5.2 (Gzip) 363
last downloaded 17 weeks ago
download icon records-1.5.2.zip (md5) records-1.5.2 (Zip) 71
last downloaded 17 weeks ago
download icon records-1.5.2.tar.bz2 (md5) records-1.5.2 (BZip) 55
last downloaded 17 weeks ago
Total downloads: 489

1.5.1 (redux) release from the 1.5 series released

Release information
Release notes:

Records NEWS -- history of user-visible changes.

    Copyright (C) 2009 by Xavier Maillard <xma@gnu.org>
    See end of this file for the license conditions.

    Latest release is available from the following address:

           <URL:http://launchpad.net/records/+download>

    If you find a bug in records-mode, please report it in our
    bugtracker at <URL:http://bugs.launchpad.net/emacs>. If you were
    unable to use our webclient, you can still report a bug using M-x
    records-bug-report which will submit it using your e-mail client.

    This file is covering all user-visible changes from 1.3 to 1.5
    series. For a real and deeper explanation of all or part of them,
    please report to the ChangeLog file (included in the distribution)
    or use GNU Bazaar command: bzr...

Changelog:

2009-06-06 Xavier Maillard <email address hidden>

 Verion 1.5.1 released.

 * src/records-util.el (records-goto-calendar): require library
 cal-move if `calendar-goto-date' is not bound.
 (records-calendar-to-record): Ditto but require calendar if
 `calendar-cursor-to-date' is not bound.
 (require): quiet byte-compiler.

 * src/records-dindex.el: silent byte-compiler; add missing
 require.

 * src/Makefile.am (my_lisp_sources): Remove records-autoload.el
 which is already in dist_lisp_LISP.

 * NEWS: update with latest informations.

 * README: Ditto.

2009-06-04 Xavier Maillard <email address hidden>

 * src/records.el (records-goto-record): switch buffer to
 `records-mode' (bug#383389)

2009-06-03 Xavier Maillard <email address hidden>

 * src/records.el: remove circular require error. Add right
 copyright.
 (records-initialized): new variable. Initially called
 `records-initialize'. This avoid confusion with the function of
 the same name.
 (records-initialized-p): new function.
 (records-link-menu-map): New variable.
 (records-mode): remove useless `make-local-hook'.
 `imenu-prev-index-position-function' is already buffer local, do
 not duplicate here. Same thing for
 `imenu-extract-index-name-function'.

 * src/records-util.el: quiet byte-compiler warnings.

 * src/records-index.el (records-index-goto-mouse-link)
 (records-index-goto-link): add autoload cookie.
 (records-index-goto-date-tag): fix `error' usage.
 (provide): remove circular require.

2009-06-02 Xavier Maillard <email address hidden>

 * src/records.el: remove all macros definitions and require
 `records-macro' at compile time to avoid (invalid-function error)
 at runtime (Bug#382304)
 (records-subject-tag, records-subject-region)
 (records-subject-link): use `forward-line' instead of `next-line'.

 * src/records-tex.el (records-concatenate-records-latex): silent
 byte-compiler by using `insert-file-contents' instead of its
 interactive form.

 * src/records-macro.el: new file. Centralize macros definitions.
 This file is meant to be required at build time in a wrapped
 `eval-when-compile' form. (Fixes Bug#382304).
 (records-date-count-regexp, records-subject-regexp)
 (records-subject-on-concat, records-date-on-concat, records-tag)
 (records-index-subject-regexp): Fix incomplete switch to new-style
 backquote.

 * src/records-index.el: remove all macros definitions and require
 `records-macro' at compile time to avoid (invalid-function error)
 at runtime (Bug#382304)

 * src/records-dindex.el: Ditto

 * src/Makefile.am: add records-macro.el in the lisp_source list.

 * src/records-load.el: deleted.

2009-06-01 Xavier Maillard <email address hidden>

 * configure.ac: remove records.el from the AC_CONFIG_FILES as it
 no longer defines `records-version' variable.

 * src/records.el.in: remove (renamed to src/records.el).

 * .bzrignore: remove src/records.el entry

 * src/records-version.el.in (records-version): use a defconst. Add
 GPL header.

 * src/records-index.el (records-index-subject-regexp): Fix
 old-style backquote use and silent byte-compiler.

 * src/records.el.in (records-goto-subject): use `forward-line'
 instead of `previous-line'

 * src/records-dindex.el (records-dindex-goto-date): fix wrong call
 to `error' function.

 * src/records.el.in (records-initialize)
 (records-denormalize-date, records-normalize-date): Use mapc
 instead of mapcar (silent byte-compiler)

 * src/records-util.el (records-concatenate-record-files)
 (records-concatenate-records-1): use string-to-number instead of
 string-to-int

 * src/records-dindex.el (records-dindex-delete-record)
 (records-dindex-insert-record): ditto

 * src/records-search.el (records-search-do-search): replace
 beginning-of-buffer with (goto-char (point-min)).

 * src/records.el.in (records-tag, records-date-on-concat)
 (records-subject-on-concat, records-subject-regexp)
 (records-date-count-regexp): Fix old-style backquote use and
 silent byte-compiler.
 (records-normalize-date, records-insert-record): use
 string-to-number instead of string-to-int

 * proposal/: remove.

 * NEWS: add a note about the proposal distribution removal.
 Add license informations.

2009-05-31 Xavier Maillard <email address hidden>

 * COPYING: new file. Add GPL3+ license.

 * NEWS: add release notes.

 * INSTALL: new file. Add useful installation instructions covering
 special use case of the configure script.

 * Makefile.am: add "release" target and a valid header.

 * src/mailcrypt: remove directory.

 * src/Makefile.am: fix records-templ.tex installation. Remove
 records-load.el from the distribution list as we use elisp-comp to
 build the elisp sources.

 * configure.ac: remove AC_ARG_ENABLE for xemacs. We use
 acinclude.m4 macros now (much powerful).

2009-05-30 Xavier Maillard <email address hidden>

 * src/: move all elisp sources into src

 * doc/: move all documentations into doc

 * bootstrap, doc/Makefile.am, src/Makefile.am, src/records-pkg.el.in,
 src/records-version.el.in: new files.

 * acinclude.m4, elisp-comp.in: ditto.

 * configure.ac: change autoconf version requirement to 2.50. Use
 macros defined in acinclude.m4. Fix recordsadmin location and all
 our CONFIG_FILES files location.

 * Makefile.am: cleanly build distribution (Bug#381476)

 * .bzignore: new file.

2009-05-29 Xavier Maillard <email address hidden>

 * Makefile.am: add $(MAILCRYPT) to lisp_LISP to make elisp-comp
 happy. Fixes bug #381120.

2009-05-28 Xavier Maillard <email address hidden>

 * records-autoloads.el, records-dindex.el, records-index.el,
 records-load.el, records-search.el, records-tex.el,
 records-util.el, records.el.in: update header (licensing).

 * distributions: remove directory

 * new maintainer (Xavier Maillard)

File Description Downloads
download icon records-1.5.1.tar.gz (md5) records-1.5.1 (Gzip) 36
last downloaded 16 weeks ago
download icon records-1.5.1.zip (md5) records-1.5.1 (zip) 19
last downloaded 45 weeks ago
download icon records-1.5.1.tar.bz2 (md5) records-1.5.1 (BZip) 17
last downloaded 19 weeks ago
Total downloads: 72

1.4.9 release from the 1.4 series released

File Description Downloads
download icon records-1.4.9.tar.gz (md5) records-1.4.9 20
last downloaded 16 weeks ago
Total downloads: 20

1.4.8 release from the 1.4 series released

File Description Downloads
download icon records-1.4.8.tar.gz (md5) records-1.4.8 15
last downloaded 19 weeks ago
Total downloads: 15

1.4.7 release from the 1.4 series released

File Description Downloads
download icon records-1.4.7.tar.gz (md5) records-1.4.7 15
last downloaded 19 weeks ago
Total downloads: 15

1.4.6 release from the 1.4 series released

File Description Downloads
download icon records-1.4.6.tar.gz (md5) records-1.4.6 16
last downloaded 16 weeks ago
Total downloads: 16

1.4.5 release from the 1.4 series released

File Description Downloads
download icon records-1.4.5.tar.gz (md5) records-1.4.5 13
last downloaded 40 weeks ago
Total downloads: 13

1.4.4 release from the 1.4 series released

File Description Downloads
download icon records-1.4.4.tar.gz (md5) records-1.4.4 17
last downloaded 16 weeks ago
Total downloads: 17

1.4.3 release from the 1.4 series released

File Description Downloads
download icon records-1.4.3.tar.gz (md5) records-1.4.3 18
last downloaded 16 weeks ago
Total downloads: 18

1.4.2 release from the 1.4 series released

File Description Downloads
download icon records-1.4.2.tar.gz (md5) records-1.4.2 16
last downloaded 16 weeks ago
Total downloads: 16

110 of 13 releases