1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197
|
Sat Mar 12 16:30:06 1994 Chris Liebman (liebman@zod)
* Release 3.3
Sat Mar 12 16:03:20 1994 Frank Munkert <ln_fmu@pki-nbg.philips.de>
* mail_check.c:
Check the ctime field for changes also as the elm mailer uses
utime() to set the mod time back to what it was before elm
modified it!
Sat Mar 12 15:18:12 1994 Martin Kraemer <Martin.Kraemer@mch.sni.de>
* face_image_xpm.c:
XFreeColors() causes xfaces to exit with an XLib error on
SIEMENS-NIXDORF X11R4 monochrome servers. This catches these
errors and ignores them, handling other errors normally. This
trick was copied from ghostscript 2.6.1, by
Martin.Kraemer@mch.sni.de
Sat Mar 12 14:59:36 1994 Robert Broughton <bob@zadall.com>
* faces.h:
I have xfaces 3.1 working on SCO Unix with XFree86. I had to make
one change: In faces.h, I had to change MAIL_SEP2 to
"\001\001\001\001\n". [adding the newln - liebman]
Tue Mar 8 10:01:53 1994 Chris Liebman (liebman@zod)
* mail_items.c MailItemCreate():
If MailItemCreate() determined that this set of headers was
already attached to an item the "extra" copy of the headers were
never freed!
Mon Mar 7 08:06:22 1994 Chris Liebman (liebman@zod)
* Release 3.2
Mon Mar 7 22:02:13 1994 Chris Liebman (liebman@zod)
* xfaces.man:
* mail_items.c:
* faces.h:
* face_search_facedb.c:
* face_annotate.c:
* XFaces.ad:
Added a seperate annotation specs for "unknown" faces.
* Imakefile (OTHER_FILES):
Added Makefile.noimake for those without Imake.
* face_sound.c:
Fixed a memory bug! If a full path was specified for a sound file
memory would be randonly steped on! (also the sound would not play)
* face_binding.c:
* faces.h:
* xfaces.man:
Bindings are case insensitive if the field name specification
starts with a |. (eg. "|To:" or "|*")
* Imakefile:
* faces.h:
* face_search_resource.c:
* face_search_facedb.c:
* face_search_uh.c:
* main.c:
* mail_items.c:
* xfaces.man:
Added new lookup_hostname entry to resource struct. Also added
realhost to the MailItem struct to hold the looked up hostname.
Use use real (looked up) hostname in searches if available.
* mail_parse.c:
Handle rfc822 routing address in a semi-sane manor. (Sugested by
Chris Garrigues <cwg@mcc.com>)
* main.c:
* Tiled.c:
* face_image_xpm.c:
Cleanup from Martin.Kraemer@mch.sni.de for a few ANSI C issues and
one SIEMENS-NIXDORF X11R4 monochrome server bug.
Mon Mar 7 00:04:36 1994 Chris Liebman (liebman@zod)
* Release 3.1
Sun Mar 6 09:43:32 1994 Chris Liebman (liebman@zod)
* main.c:
Attempt to create the currect defaults for imageTypes and
imageSearch depending upon which options are compiled in.
* face_search_binding.c:
When a binding is matched and there is a label pass on the
annotation number to the item.
* face_binding.c:
Added new field to the bindings to specify the annotation number
for the label.
* mail_items.c:
Added user selection of annotations for mail using
XFaces.mail.annotation<n>: count|user|host|user@host|*<header>
* face_annotate.c:
faceAnnotateWork() was being called with an "Annotation"
instead of an "Annotation*"! This caused crashes on some
systems.
* XFaces.ad:
The resource to specify the image types is imageTypes, not
imageFormats as was previously specified.
Added defaults for mail annotation.
* faces.h:
Fixed the prototype for FaceImageColorize(). It was not using
the P_ macro and would generate an error with a non ansi
compiler. Added new field to the bindings to represent the
annotation # that the label should use.
Sun Feb 20 11:56:59 1994 Chris Liebman (liebman@zod)
* face_sound.c:
Stat file and only attempt to read if it exists and is
not a directory.
* mail_items.c:
Ignore any mail items for which we can't find headers.
* face_binding.c:
Added some debug statements.
* face_image.h:
Added data field to FaceImage struct.
* face_image.c:
Added type->data to all image functions.
Stat file and only attempt to read if it exists and is
not a directory.
* face_image_xpm.c:
Added noneColor and overrideNoneColor resources to allow user to
select color instead of transparent.
Added type->data to all image functions.
Added new xpmFilter type to allow using external image converters.
* mail_header.c:
Fixed a bug in header continuation that mangled X-Face headers.
Added new function HeaderNameCompare() to make header names case
independant.
* main.c:
Added useContentLength resource.
* mail_body.c:
Added Content-Length: header support.
Added support for alternate mail seperators (^A^A^A^A).
* mail_box.c:
Added Content-Length: header support.
Added support for alternate mail seperators (^A^A^A^A).
* face_image_xface.c:
Colorize X-Face images.
Added type->data to all image functions.
* face_image_xbm.c:
Change the Colorize function to FaceImageColorize and export.
Added type->data to all image functions.
* faces.h:
Added decl for FaceImageColorize()
Added decl for FaceSearchUserHostInit()
Added useContentLength resource.
Added type_data arg to image function protos.
Sat Feb 19 20:48:59 1994 Chris Liebman (liebman@zod)
* face_search_resource.c:
Fixed my usage of the class name. Also grab the name of the
top level shell widget and use it as app name. This fixed a
problem where you had to specify the images and sounds with the
application class (XFaces) name instead of the application name.
* main.c:
Added back old user@host search type. This had been replaced
in the 3.0 beta distribution by the facedb search. Now both
exist.
* face_search_uh.c:
This file implements the old user@host file search.
* Imakefile:
Added new file face_search_uh.c to implement the older XFaces
user@host based file search.
|