Updated
Showing
3 changed files
with
23 additions
and
4 deletions
1 | 2005-03-08 Sergey Poznyakoff <gray@Noldor.runasimi.org> | 1 | 2005-03-08 Sergey Poznyakoff |
2 | |||
3 | * TODO: Updated | ||
4 | * configure.ac (DEFAULT_CUPS_CONFDIR): New variable | ||
5 | * doc/texinfo/programs.texi (mimeview): Documented the program | ||
6 | * mimeview/Makefile.am (AM_CFLAGS): Use DEFAULT_CUPS_CONFDIR | ||
7 | * mimeview/mimeview.c (create_filter,print_exit_status) | ||
8 | (get_pager): New function | ||
9 | (run_mailcap): Pipe file contents to the command if its invocation | ||
10 | does not contain %s. | ||
11 | Use pager if `copiousoutput' is specified in mailcap | ||
12 | |||
13 | * po/POTFILES.in: Updated | ||
14 | |||
15 | 2005-03-08 Sergey Poznyakoff | ||
2 | 16 | ||
3 | TODO:121 said: "file viewer, based on the mimetypes api. I want to do | 17 | TODO:121 said: "file viewer, based on the mimetypes api. I want to do |
4 | a "v foo.blah", have it look up .blah in mime.types, and do the a | 18 | a "v foo.blah", have it look up .blah in mime.types, and do the a |
5 | ction spec'ed in mailcap." Here it goes: | 19 | ction spec'ed in mailcap." |
20 | So, here it goes: | ||
6 | 21 | ||
7 | * mimeview: New directory | 22 | * mimeview: New directory |
8 | * mimeview/mimetypes.y: New file | 23 | * mimeview/mimetypes.y: New file |
... | @@ -10,12 +25,13 @@ | ... | @@ -10,12 +25,13 @@ |
10 | * mimeview/mimeview.c: New file | 25 | * mimeview/mimeview.c: New file |
11 | * mimeview/mimeview.h: New file | 26 | * mimeview/mimeview.h: New file |
12 | * mimeview/Makefile.am: New file | 27 | * mimeview/Makefile.am: New file |
28 | * mimeview/.cvsignore: New file | ||
13 | 29 | ||
14 | * configure.ac: Added mimeview | 30 | * configure.ac: Added mimeview |
15 | * Makefile.am: Likewise | 31 | * Makefile.am: Likewise |
16 | * doc/texinfo/programs.texi (mimeview): New section. | 32 | * doc/texinfo/programs.texi (mimeview): New section. |
17 | (mail): Document recently added variables. | 33 | (mail): Document recently added variables. |
18 | * mailbox/mailcap.c (mu_mailcap_entry_coupiousoutput): Bugfix | 34 | * mailbox/mailcap.c (mu_mailcap_entry_copiousoutput): Bugfix |
19 | 35 | ||
20 | 2005-03-07 Sergey Poznyakoff | 36 | 2005-03-07 Sergey Poznyakoff |
21 | 37 | ... | ... |
... | @@ -120,7 +120,6 @@ file?) | ... | @@ -120,7 +120,6 @@ file?) |
120 | 120 | ||
121 | ** mimeview: | 121 | ** mimeview: |
122 | *** Support test, print and copiousoutput. | 122 | *** Support test, print and copiousoutput. |
123 | *** Pipe files to the command's stdin if its mailcap entry does not have %s. | ||
124 | *** Support nametemplate | 123 | *** Support nametemplate |
125 | 124 | ||
126 | ** all | 125 | ** all | ... | ... |
-
Please register or sign in to post a comment