* DviChar.c (ISO_8859_1_map): Don't include `or'.
[s-roff.git] / src / xditview / ChangeLog
blobc1ce46efc78ac635b90a4d3973e3e9aaf677e628
1 2002-11-14  Werner LEMBERG  <wl@gnu.org>
3         * DviChar.c (ISO_8859_1_map): Don't include `or'.
5 Version 1.18.1 released
6 =======================
8 2002-09-16  Werner LEMBERG  <wl@gnu.org>
10         * Imakefile.in (GROFF_LOCALFONTDIR): New variable.
11         (GROFF_FONTPATH): Use it.
12         Remove /usr/local/lib/font.
14 Version 1.18.0 released
15 =======================
17 2002-06-22  Werner LEMBERG  <wl@gnu.org>
19         * gxditview.c (main): Handle `-help' and `--help' correctly.
21 2002-06-17  Colin Watson  <cjwatson@debian.org>
23         * Imakefile.in: s/@top_builddir@/@groff_top_builddir@/.
25 2002-04-06  Werner LEMBERG  <wl@gnu.org>
27         * DviChar.c (ISO_8859_1_map, Adobe_Symbol_map): Remove all
28         characters > 0x80.
29         * parse.c (ParseInput): Ignore `m' command.
30         (ParseDrawFunction): Don't move for unknown drawing functions.
31         Don't move for `f' drawing function.
33 2002-03-25  Werner LEMBERG  <wl@gnu.org>
35         * DviChar.c (ISO_8859_1_map): Use `t+-', `tmu', and `tdi' symbols
36         instead of `+-', `mu', and `di', respectively.
38 2002-02-23  Werner LEMBERG  <wl@gnu.org>
40         * DviChar.c (ISO_8859_1_map): Add `mc' symbol.
42 2001-09-22  Werner LEMBERG  <wl@gnu.org>
44         * Imakefile.in: Redefine `ProgramTargetHelper' as
45         `ProgramTargetHelperNoMan' and add a call to `InstallManPageLong'
46         to make the `install.man' target work if the build directory isn't
47         $srcdir.
49 Version 1.17.2 released
50 =======================
52 Version 1.17.1 released
53 =======================
55 2001-04-21  Albert Chin-A-Young  <china@thewrittenword.com>
57         * Imakefile.in: Add support for recent HP architectures.
59 Version 1.17 released
60 =====================
62 2001-01-04  Rob Daasch  <daasch@ece.pdx.edu>
64         * parse.c (ParseInput): Added 'F' to command switch to swallow
65         filename strings as ignored comments.
67 2000-12-02  Werner LEMBERG  <wl@gnu.org>
69         * device.c (find_file): Remove home directory in search path.
71 2000-11-14  Werner LEMBERG  <wl@gnu.org>
73         * device.c (open_device_file): Remove `path' parameter.
74         (find_file): Construct font path similar to groff: First the contents
75         of GROFF_FONT_PATH, then the home directory, and finally the default
76         font path.
77         * Imakefile.in: Fix GROFF_DATAPROGRAMDIR and GROFF_FONTPATH.
79 2000-10-23  Werner LEMBERG  <wl@gnu.org>
81         Change installation structure for data files from .../groff/... to
82         .../groff/<version><revision>/... to be conform with other GNU
83         programs.
85         * Imakefile.in: Implement it.
87 Version 1.16.1 released
88 =======================
90 Version 1.16 released
91 =====================
93 2000-05-18  Werner LEMBERG  <wl@gnu.org>
95         * DviChar.c: Adding `cq' as an alias for "'" in latin-1 map.
97 2000-05-03  Werner LEMBERG  <wl@gnu.org>
99         * DviChar.c: Adding `dq' as an alias for `"' in latin-1 map.
101 2000-04-28  Werner LEMBERG  <wl@gnu.org>
103         * DviChar.c: Replacing `md' glyph name with `pc' in latin-1 map to
104         make it distinct from the `md' glyph in the symbol font.
106 2000-03-03  Werner LEMBERG  <wl@gnu.org>
108         * Imakefile replaced with Imakefile.in which will be configured by
109         the main configure script of groff.  This will set the correct font
110         path, and it will make it possible to build xditview in a directory
111         different from $srcdir.
113 2000-03-01  Colin Phipps  <crp22@cam.ac.uk>
115         * Dvi.c (OpenFile): Use tmpdir() for security reasons.
116         * xtotroff.c (MapFont): Avoid race while opening file.
118 2000-02-06  Werner LEMBERG  <wl@gnu.org>
120         * Imakefile: Adapted to new directory structure.
122         * README: Updated.
124 Version 1.15 released
125 =====================
127 1999-12-21  Werner LEMBERG  <wl@gnu.org>
129         * README: Fixed ftp GNU address.
131 1999-12-13  Werner LEMBERG  <wl@gnu.org>
133         * device.c: Use extern declarations of strtok(), strchr(), and
134         getenv() only if not defined as macros.
136 1999-11-18  Larry Jones  <larry.jones@sdrc.com>
138         * xditview.c: Add fallback_resources to allow running without
139         access to the app-defaults file.
141         * Imakefile: Added rule to create app-defaults to a C header file.
143         * GXditview-ad.h: New file containing fallback default resources.
145         * ad2c: New file to do the app-defaults -> C header file
146         conversion.
148 1999-10-27  Larry Jones  <larry.jones@sdrc.com>
150         * font.c (DisposeFontSizes): If there's a problem loading a font,
151         xditview will fall-back and use the default font, but it hasn't
152         checked before unloading fonts which could result in unloading the
153         default font (possibly multiple times) and then X errors.
155 1999-09-13  Werner LEMBERG  <wl@gnu.org>
157         * Imakefile (extraclean): Added Makefile.
159         * xditview.c (main, MakePrompt): Fixing compilation warnings.
161         * TODO: Imakefile should be replaced with a configure script.
163 1999-09-13  Werner LEMBERG  <wl@gnu.org>
165         * Makefile: Removed.
167 1999-09-12  Werner LEMBERG  <wl@gnu.org>
169         * Imakefile (GROFF_FONTPATH): Another addition.
171         * device.c (FONTPATH): Update to match current groff version.
173 1999-09-11  Larry Jones  <larry.jones@sdrc.com>
175         * Imakefile (GROFF_LIBDIR, GROFF_FONTPATH): Update to match
176         current groff version.
178         * Dvi.c (Realize, Destroy), DviP.h, draw.c (setFillGC), gray*.bm:
179         Allow 8 levels of gray rather than just 1.
181         * draw.c (DrawFilledCircle, DrawFilledEllipse, DrawFilledPolygon):
182         Draw outlines to prevent gaps between abutting figures.
184 1999-05-27  Werner LEMBERG  <wl@gnu.org>
186         * xtotroff.c (usage): Fixed typo.
188 Mon Sep 11 10:40:33 1995  James Clark  <jjc@jclark.com>
190         * device.c (INT_MIN, INT_MAX): Don't define if already defined.
192 Mon Aug  8 11:14:11 1994  James Clark  (jjc@jclark.com)
194         * DviChar.c (Adobe_Symbol_map): Use \(nb for notsubset.
196 Tue Apr 19 04:41:16 1994  James Clark  (jjc@jclark.com)
198         * Dvi.c (resources): Change default for background and foreground
199         to "XtDefaultBackground" and "XtDefaultForeground".
201 Sat Feb 12 10:38:47 1994  James Clark  (jjc@jclark.com)
203         * DviChar.c (Adobe_Symbol_map): Rename radicalex to rn.
205 Thu May 27 20:30:12 1993  James Clark  (jjc@jclark.com)
207         * device.c (isascii): Define if necessary.
208         (canonicalize_name): Cast argument to isdigit() to unsigned char.
210 Thu Apr 29 18:36:57 1993  James Clark  (jjc at jclark.com)
212         * xditview.c: Include <X11/Xos.h>.
213         (NewFile): Don't declare rindex(). Use strrchr() rather than
214         rindex().
216 Tue Mar 30 15:12:09 1993  James Clark  (jjc at jclark)
218         * draw.c (charExists): Check that fi->per_char is not NULL.
220 Sat Dec 12 17:42:40 1992  James Clark  (jjc at jclark)
222         * Dvi.c (SetGeometry): Cast XtMakeGeometryRequest arguments.
224         * draw.c (DrawPolygon, DrawFilledPolygon): Cast Xtfree argument.
226         * font.c (DisposeFontSizes): Add declaration.
228         * draw.c (FakeCharacter): Add declaration.
230 Wed Oct 28 13:24:00 1992  James Clark  (jjc at jclark)
232         * Imakefile (install.dev): Deleted.
233         (fonts): New target.
235 Mon Oct 12 10:50:44 1992  James Clark  (jjc at jclark)
237         * Imakefile (install.dev): Say when we're installing devX*-12.
239         * Imakefile (install.dev): Depends on DESC and FontMap.
241 Thu Oct  1 20:03:45 1992  James Clark  (jjc at jclark)
243         * xditview.c (Syntax): Mention -filename option.
245 Sat Aug 15 12:56:39 1992  James Clark  (jjc at jclark)
247         * GXditview.ad: Bind space and return to NextPage. Bind backspace
248         and delete to previous page.
250         * DviChar.c (Adobe_Symbol_map): Add `an'.
252         * DviChar.c (Adobe_Symbol_map): Add arrowvertex, arrowverttp, and
253         arrowvertbt.
255 Mon Aug 10 11:54:27 1992  James Clark  (jjc at jclark)
257         * FontMap: Add m/p fields to the fonts names.
259 Sat Aug  8 12:00:28 1992  James Clark  (jjc at jclark)
261         * DESC: Leave font positions 5-9 blank.
263 Tue Jul 28 11:37:05 1992  James Clark  (jjc at jclark)
265         * Imakefile: Don't use gendef.  Pass definition of FONTPATH using
266         DEFINES.
267         (path.h): Deleted.
268         (device.c): Don't include path.h.  Provide default definition of
269         FONTPATH.
271 Mon Jul  6 14:06:53 1992  James Clark  (jjc at jclark)
273         * Imakefile: Don't install tmac.X and tmac.Xps.
274         * tmac.X, tmac.Xps: Moved to ../macros.
276         * Imakefile: Don't install eqnchar.
277         * eqnchar: Deleted.
279 Sun Jun 14 12:55:02 1992  James Clark  (jjc@jclark)
281         * tmac.Xps: Handle OE, oe, lq, rq.
282         * draw.c (FakeCharacter): Don't handle these.
284         * draw.c (FakeCharacter): Don't handle f/. 
286 Mon Jun  8 11:46:37 1992  James Clark  (jjc@jclark)
288         * tmac.X: Translate char160 to space.
290 Sun Jun  7 14:39:53 1992  James Clark  (jjc@jclark)
292         * tmac.X: Do `mso tmac.psic' before restoring compatibility mode.
294         * tmac.X: Add \(OE, \(oe, \(ah, \(ao, \(ho.
296         * tmac.Xps: Make it work in compatibility mode.
297         Redo existing character definitions with .Xps-char.
298         Add more character definitions.
299         (Xps-char): New macro.
301 Sat Jun  6 21:46:03 1992  James Clark  (jjc@jclark)
303         * DviChar.c (Adobe_Symbol_map): Add +h, +f, +p, Fn, lz.
304         * tmac.X: Add \(bq, \(Bq, \(aq.
305         * tmac.Xps: Handle \(aq, \(bq, \(Bq, \(Fn.
307 Wed Jun  3 11:11:15 1992  James Clark  (jjc@jclark)
309         * DviChar.c (Adobe_Symbol_map): Add wp.
311 Tue Apr 21 09:21:59 1992  James Clark  (jjc at jclark)
313         * GXditview.ad: Bind n, p, q keys to NextPage, PreviousPage and
314         Quit actions.
316         * xditview.c (RerasterizeAction): New function.
317         (xditview_actions): Add RerasterizeAction.
318         * GXditview.ad: Bind r key to Rerasterize action.
320 Fri Apr 17 08:25:36 1992  James Clark  (jjc at jclark)
322         * xditview.c: Add -filename option.
323         (main): Copy any -filename argument into current_file_name.
325 Mon Mar 16 10:21:58 1992  James Clark  (jjc at jclark)
327         * tmac.X: Load tmac.pspic.
329 Sun Mar  8 11:27:19 1992  James Clark  (jjc at jclark)
331         * Lex.c (GetLine, GetWord, GetNumber): Rewrite.
333 Sat Oct 12 22:58:52 1991  James Clark  (jjc at jclark)
335         * Dvi.c (SetDevice): If the size change request is refused but a
336         larger geometry is offered, request that.
338 Wed Oct  9 12:27:48 1991  James Clark  (jjc at jclark)
340         * font.c (InstallFontSizes): Ignore FontNameAverageWidth component.
342         * Dvi.c (default_font_map): Add `adobe' to font names to avoid
343         ambiguity.
345         * FontMap: New file.
346         * FontMap.X100, FontMap.X75: Deleted.
347         * xtotroff.c (main, usage): Add -s and -r options.
348         (MapFont): Change the font pattern to have the selected resolution and
349         size.
350         * Imakefile (install.dev): Use FontMap and supply appropriate -s
351         and -r options.
353         * xtotroff.c (MapFont): Check for ambiguity by comparing canonicalized
354         font names.
356         * DviP.h (DviFontList): Add initialized and scalable members.
357         (font.c):  Add support for scalable fonts based on R5 xditview.
359         * DviChar.c: Use xmalloc rather than malloc.
360         * xditview.c (xmalloc): New function.
361         * xtotroff.c (xmalloc): New function.
362         * other files: Use XtMalloc and XtFree instead of malloc and free.
364 Thu Aug 29 20:15:31 1991  James Clark  (jjc at jclark)
366         * draw.c (setGC): Do multiplication in floating point to avoid
367         overflow.
369 Tue Aug 13 12:04:41 1991  James Clark  (jjc at jclark)
371         * draw.c (FakeCharacter): Remove casts in defintion of pack2.
373 Tue Jul 30 11:42:39 1991  James Clark  (jjc at jclark)
375         * tmac.Xps: New file.
376         * Imakefile (install): Install tmac.Xps.
378 Tue Jul  2 09:31:37 1991  James Clark  (jjc at jclark)
380         * xtotroff.c (main): Pass argv[0] to usage().
382 Sun Jun 30 12:34:06 1991  James Clark  (jjc at jclark)
384         * xtotroff.c (MapFont): Handle the case where XLoadQueryFont
385         returns NULL.
387 Sat Jun 29 12:32:52 1991  James Clark  (jjc at jclark)
389         * Imakefile: Use ../gendef to generate path.h.
391 Sun Jun 16 13:26:34 1991  James Clark  (jjc at jclark)
393         * Imakefile (depend.o): Change to device.o.
395 Sun Jun  2 12:17:56 1991  James Clark  (jjc at jclark)
397         * Imakefile: Remove spaces from the beginning of variable
398         assignment lines.
400 Sun May 26 14:14:01 1991  James Clark  (jjc at jclark)
402         * xditview.c (Syntax): Update.
404         * Dvi.c (DviSaveToFile, SaveToFile): New functions.
405         (FindPage): Check that we're not readingTmp before checking for
406         end of file of normal input file.
407         (ClassPartInitialize): New function.
408         * Dvi.h: Add declaration of DviSaveToFile.
409         * DviP.h: Add save method to DviClassPart. Declare
410         InheritSaveToFile.
411         * xditview.c (DoPrint, Print, PrintAction): New functions.
412         * xditview.c: Add print menu entry.
413         * xditview.c: Provide printCommand application resource.
414         * lex.c: Don't output EOF to temporary file.
416         * Dvi.c (QueryGeometry): Check request->request_mode.
418         * Dvi.c (SetDevice): New function.
419         (SetDeviceResolution): Deleted.
421         * Dvi.c: Add resolution resource.
422         * DviP.h: Add definitions of XtNResolution and XtCResolution.
423         * xditview.c: Add -resolution argument.
424         * GXditview.ad: Add default for GXditview.height.
425         * Dvi.c (Initialize, SetDevice): Use default_resolution.
427         * Dvi.c: Make MY_HEIGHT and MY_WIDTH use the paperlength and
428         paperwidth commands in the DESC file.
429         
430         * Dvi.c: Add SS font to default font map.
432         * draw.c: Rewritten so as not to assume device and display
433         resolution is the same.
434         * DviP.h: Include device.h. Add device_font member to DviFontList.
435         Add adjustable arrary to DviCharCache. Add text_x_width,
436         text_device_width, word_flag, device_font, device_font_number,
437         device, native, device_resolution, display_resolution,
438         paperlength, paperwidth, scale_factor, sizescale members.
439         * Dvi.c (Initialize): Initialize new variable used by draw.c
440         (Destroy): Call device_destroy.
441         * font.c (MaxFontPosition): New function.
442         (LookupFontSizeBySize): Handle sizescale.
443         (InstallFont): Load the device font.
444         (ForgetFonts): New function.
445         (QueryDeviceFont): New function.
446         * parse.c (ParseInput): Handle t and u commands. Split off
447         character output into draw.c.
448         (ParseDeviceControl): Ignore res command. Use the device argument
449         to the T command.
451         * font.c (MapXNameToDviName): Ifdefed out.
453         * path.h: New file.
454         * device.c, device.h: New files.
456         * DviChar.c: Add entries for lB, rB, oq, lC, rC, md.
458         * INSTALL: New file.
460         * libxdvi: Merged into main directory.
461         * xtotroff.c, xditview.c: Change includes accordingly.  
463         * devX75, devX100: Merged into main directory.
464         * xditview.man: Renamed to gxditview.man.
466         * Xditview.ad: Renamed to GXditview.ad.
467         * xditview.c (main): Use class of GXditview rather than xditview.
469         * Imakefile: New file.
470         * Makefile: Deleted.
472         * xtotroff.c (MapFont): Unlink output file before opening it.
474         * Started separate ChangeLog.