Commit ee85d40b ee85d40b82183edaf169849f684ba97455996292 by Sergey Poznyakoff

Updated

1 parent cb7da2cc
1 2005-03-09 Sergey Poznyakoff
2
3 * mimeview/mimetypes.l: Bugfix: accept ',' as OR
4 * mimeview/mimetypes.y: Fixed precedences of ',' and '+'.
5
1 2005-03-08 Sergey Poznyakoff 6 2005-03-08 Sergey Poznyakoff
2 7
3 * TODO: Updated 8 * TODO: Updated
...@@ -15,8 +20,8 @@ ...@@ -15,8 +20,8 @@
15 2005-03-08 Sergey Poznyakoff 20 2005-03-08 Sergey Poznyakoff
16 21
17 TODO:121 said: "file viewer, based on the mimetypes api. I want to do 22 TODO:121 said: "file viewer, based on the mimetypes api. I want to do
18 a "v foo.blah", have it look up .blah in mime.types, and do the a 23 a "v foo.blah", have it look up .blah in mime.types, and do the
19 ction spec'ed in mailcap." 24 action spec'ed in mailcap."
20 So, here it goes: 25 So, here it goes:
21 26
22 * mimeview: New directory 27 * mimeview: New directory
......