]>
err.no Git - eweouz/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Tollef Fog Heen [Mon, 2 Feb 2009 06:53:02 +0000 (07:53 +0100)]
Oops, forgot to bump version to 0.4 in configure.ac
Tollef Fog Heen [Sun, 1 Feb 2009 21:57:54 +0000 (22:57 +0100)]
Merge commit 'origin/master'
Tollef Fog Heen [Sun, 1 Feb 2009 21:57:16 +0000 (22:57 +0100)]
Try to handle duplicates more gracefully
Tollef Fog Heen [Sun, 1 Feb 2009 21:29:06 +0000 (22:29 +0100)]
Mark 0.4 in debian/changelog
Tollef Fog Heen [Sun, 1 Feb 2009 21:23:14 +0000 (22:23 +0100)]
Add locale support to eweouz-dump-addressbook
It wasn't possible to search for non-ascii components of names. Add
that support, thanks to Roland Mas for the prod.
Fixes Debian #511761
Tollef Fog Heen [Thu, 30 Oct 2008 07:28:42 +0000 (08:28 +0100)]
Make eweouz-add-sender-gnus update if the record exists
Tollef Fog Heen [Wed, 29 Oct 2008 16:27:39 +0000 (17:27 +0100)]
Make it possible to add emails to a contact
Make passing --emails= delete the list of emails, otherwise append to
the list of emails.
Tollef Fog Heen [Wed, 29 Oct 2008 16:26:50 +0000 (17:26 +0100)]
Add support for updating full name and email
Tollef Fog Heen [Wed, 29 Oct 2008 08:10:42 +0000 (09:10 +0100)]
NULL-terminate g_object_set call
Fixes segfault
Tollef Fog Heen [Thu, 2 Oct 2008 07:14:09 +0000 (09:14 +0200)]
Rename eweouz-add-sender to eweouz-add-sender-gnus
Tollef Fog Heen [Wed, 24 Sep 2008 19:43:52 +0000 (21:43 +0200)]
Update version number in eweouz.el
Tollef Fog Heen [Sun, 21 Sep 2008 21:04:32 +0000 (23:04 +0200)]
Bump to 0.3
Tollef Fog Heen [Sun, 21 Sep 2008 21:04:09 +0000 (23:04 +0200)]
Add Recommends on gnus | wl
Tollef Fog Heen [Sun, 21 Sep 2008 21:00:55 +0000 (23:00 +0200)]
Update Standards-Version (no changes necessary).
Tollef Fog Heen [Sun, 21 Sep 2008 20:58:01 +0000 (22:58 +0200)]
Add Depends on emacs22 | emacsen.
Tollef Fog Heen [Sun, 21 Sep 2008 20:52:24 +0000 (22:52 +0200)]
Prepare 0.3 in debian/changelog
Tollef Fog Heen [Sun, 21 Sep 2008 20:52:11 +0000 (22:52 +0200)]
Correct path to GPLv2
Tollef Fog Heen [Sun, 21 Sep 2008 20:51:58 +0000 (22:51 +0200)]
Update various meta-data, add useful description
David Bremner [Wed, 3 Sep 2008 23:18:47 +0000 (20:18 -0300)]
modify hook for wl in README
David Bremner [Wed, 3 Sep 2008 23:11:59 +0000 (20:11 -0300)]
bug fix for undisplayed messages in wl, update for new interface eweouz-do-add
Tollef Fog Heen [Tue, 2 Sep 2008 21:48:01 +0000 (23:48 +0200)]
Merge branch 'master' of git+ssh://git.err.no/srv/git.err.no/www/eweouz
Tollef Fog Heen [Mon, 1 Sep 2008 11:53:56 +0000 (13:53 +0200)]
Fix typo
Tollef Fog Heen [Mon, 1 Sep 2008 11:47:24 +0000 (13:47 +0200)]
Update for 0.2
Tollef Fog Heen [Mon, 1 Sep 2008 11:47:10 +0000 (13:47 +0200)]
Simplify lisp code a bit
Tollef Fog Heen [Mon, 1 Sep 2008 11:46:52 +0000 (13:46 +0200)]
Add link to source
Tollef Fog Heen [Mon, 1 Sep 2008 11:46:36 +0000 (13:46 +0200)]
Exit if anything fails
Tollef Fog Heen [Mon, 1 Sep 2008 11:45:57 +0000 (13:45 +0200)]
Exit if option parsing fails
Tollef Fog Heen [Mon, 1 Sep 2008 11:45:26 +0000 (13:45 +0200)]
Do a setlocale in order to parse non-ascii options
Tollef Fog Heen [Mon, 18 Aug 2008 14:25:54 +0000 (16:25 +0200)]
Initial Wanderlust support
Apply patch from David Bremner to add Wanderlust support and document
the changes.
Tollef Fog Heen [Fri, 8 Aug 2008 14:20:53 +0000 (16:20 +0200)]
Fix up typo
Tollef Fog Heen [Fri, 8 Aug 2008 14:20:23 +0000 (16:20 +0200)]
Bump version number
Tollef Fog Heen [Fri, 8 Aug 2008 12:35:22 +0000 (14:35 +0200)]
Make sure to provide eweouz too
Tollef Fog Heen [Fri, 8 Aug 2008 12:20:54 +0000 (14:20 +0200)]
Fix stupid typo
Tollef Fog Heen [Fri, 8 Aug 2008 07:47:19 +0000 (09:47 +0200)]
Write up some more docs
Tollef Fog Heen [Fri, 8 Aug 2008 07:38:42 +0000 (09:38 +0200)]
Use cons and list rather than . and quote-notation to construct the alist to avoid quoting problems
Tollef Fog Heen [Fri, 8 Aug 2008 07:27:34 +0000 (09:27 +0200)]
Add actual support for adding emails from gnus
Tollef Fog Heen [Fri, 8 Aug 2008 07:03:15 +0000 (09:03 +0200)]
Add support for adding new contacts
New contacts can now be added using --id new or --id new-vcard. The
former will pull the information from the command line switches, the
latter will read a vcard from stdin and add that.
Tollef Fog Heen [Wed, 6 Aug 2008 11:46:34 +0000 (13:46 +0200)]
Merge ssh://git.err.no/srv/git.err.no/www/eweouz
Tollef Fog Heen [Wed, 6 Aug 2008 11:46:15 +0000 (13:46 +0200)]
We do not use libtool, so stop pretending
Tollef Fog Heen [Sat, 2 Aug 2008 06:50:26 +0000 (08:50 +0200)]
Add wrapper functions for insinuating
Tollef Fog Heen [Sat, 2 Aug 2008 06:31:21 +0000 (08:31 +0200)]
Rename write-addressbook to eweouz-write-addressbook and ship it in pkglibdir
Tollef Fog Heen [Sat, 2 Aug 2008 06:30:17 +0000 (08:30 +0200)]
Add some semblance of write support
Tollef Fog Heen [Fri, 1 Aug 2008 11:05:50 +0000 (13:05 +0200)]
Fix syntax error
Tollef Fog Heen [Fri, 1 Aug 2008 10:56:45 +0000 (12:56 +0200)]
Give error message when no matching records are found
Tollef Fog Heen [Fri, 18 Jul 2008 12:37:41 +0000 (14:37 +0200)]
Add README with a little bit of documentation
Tollef Fog Heen [Mon, 14 Jul 2008 20:45:40 +0000 (22:45 +0200)]
Pop up buffer when doing explicit search too
Tollef Fog Heen [Mon, 14 Jul 2008 20:39:53 +0000 (22:39 +0200)]
Add Debian packaging
Tollef Fog Heen [Mon, 14 Jul 2008 20:38:59 +0000 (22:38 +0200)]
By default, install eweouz-dump-addressbook to pkglibdir and look for it in common prefixes
Tollef Fog Heen [Mon, 14 Jul 2008 18:49:33 +0000 (20:49 +0200)]
Rename dump-addressbook to eweouz-dump-addressbook
Tollef Fog Heen [Mon, 14 Jul 2008 18:40:37 +0000 (20:40 +0200)]
Make sure to distribute lisp sources too
Tollef Fog Heen [Mon, 14 Jul 2008 18:33:23 +0000 (20:33 +0200)]
Add foreign to the automake options
Tollef Fog Heen [Mon, 14 Jul 2008 18:25:29 +0000 (20:25 +0200)]
Start to get rid of eds-address name references
Tollef Fog Heen [Mon, 14 Jul 2008 18:13:14 +0000 (20:13 +0200)]
Add various search functions which make this program useful
Tollef Fog Heen [Sun, 29 Jun 2008 08:29:36 +0000 (10:29 +0200)]
Make calling eweouz interactively somewhat more useful
Tollef Fog Heen [Sun, 29 Jun 2008 08:26:44 +0000 (10:26 +0200)]
Reformat copyright header somewhat
Tollef Fog Heen [Sun, 29 Jun 2008 08:26:14 +0000 (10:26 +0200)]
Use looking-at rather than looking-at-p as this is more standard
Tollef Fog Heen [Sun, 29 Jun 2008 08:25:46 +0000 (10:25 +0200)]
Stop using format to fix up the pretty print function, it is its own responsibility to not fuck up for others
Tollef Fog Heen [Sun, 29 Jun 2008 08:06:31 +0000 (10:06 +0200)]
Add lisp functions for searching and displaying records
Tollef Fog Heen [Sun, 29 Jun 2008 08:05:48 +0000 (10:05 +0200)]
Add vcard.el from http://www.splode.com/~friedman/software/emacs-lisp/src/vcard.el
Tollef Fog Heen [Sun, 29 Jun 2008 08:04:56 +0000 (10:04 +0200)]
Print out BEGIN:VCARD and END:VCARD, needed by vcard.el
Tollef Fog Heen [Sat, 28 Jun 2008 19:31:03 +0000 (21:31 +0200)]
Make search filter simpler; just look in all fields
Tollef Fog Heen [Tue, 16 Oct 2007 20:13:45 +0000 (22:13 +0200)]
Fix up printing of multivalue fields.
Tollef Fog Heen [Tue, 16 Oct 2007 19:33:40 +0000 (21:33 +0200)]
Add initial write support
Tollef Fog Heen [Tue, 16 Oct 2007 19:33:16 +0000 (21:33 +0200)]
Remove unneeded line
Tollef Fog Heen [Tue, 16 Oct 2007 19:10:12 +0000 (21:10 +0200)]
Add search filtering
Tollef Fog Heen [Tue, 16 Oct 2007 18:07:47 +0000 (20:07 +0200)]
Get rid of obsolete debug code
Tollef Fog Heen [Tue, 16 Oct 2007 18:05:22 +0000 (20:05 +0200)]
Misc cleanups
- rename dump_as_rfc822 to dump_as_vcard
- implement filtering so we ordinarily only print those fieldswe are
interested in.
Tollef Fog Heen [Tue, 16 Oct 2007 16:45:14 +0000 (18:45 +0200)]
Make this compile again
Tollef Fog Heen [Tue, 16 Oct 2007 16:40:57 +0000 (18:40 +0200)]
Reindent, reorganise
Tollef Fog Heen [Tue, 16 Oct 2007 15:34:26 +0000 (17:34 +0200)]
We do not use tdb, do not check for it
Tollef Fog Heen [Tue, 16 Oct 2007 15:32:57 +0000 (17:32 +0200)]
Use unversioned autotools
Tollef Fog Heen [Tue, 16 Oct 2007 15:31:10 +0000 (17:31 +0200)]
Initial import from non-versioned sources