summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added `-I$(top_srcdir)/intl -I$(top_builddir)/intl' to `INCLUDES'.PANTING_CHIMPANZEEGNOME_0_30GNOME_0_28_MARTINGNOME_0_30_PATCHESMartin Baulig1998-08-192-2/+2
|
* Fixed HTML table generation code a little in info->html conversion,GNOME_0_27GNOME_0_25GNOME_0_20aGNOME_0_20DROOLING_MACAQUErhlabs1998-03-171-12/+14
| | | | | | otherwise table got smaller by 95% per line, not good. Dr Mike <msf@redhat.com>
* gemvt: Use AM_PATH_GTKOwen Taylor1998-03-151-2/+2
| | | | help-browser/gnome-info2html: Find glib.h correctly
* Decided to tempt fate and use tables in the info->html conversion.rhlabs1998-03-131-1/+43
| | | | | | | Looks much better, seems to be working. The html widget is a bit fragile, so if it blows chunks let me know. Dr Mike <msf@redhat.com>
* Use magic URLs for section links.rhlabs1998-03-111-2/+10
| | | | -Marc
* Include the header files -migArturo Espinosa1998-03-111-1/+1
|
* Fixed a few thing, having problems with others:rhlabs1998-03-101-1/+9
| | | | | | | | | | - man2html converter outputs absolute refs in index, like 'man:ls(1)#index' - added some session management code, but its disabled till argp stuff settles - possibly broke marc's code to keep human readable URLs in entry box not a good day. Dr Mike <msf@redhat.com>
* Misc cleanups of gnome-helpwin, gnome-info2html, gnome-man2html, my bogusMarc Ewing1998-03-084-164/+10
| | | | | | | | | | | | 1998-03-08 Marc Ewing <marc@redhat.com> * Misc cleanups of gnome-helpwin, gnome-info2html, gnome-man2html, my bogus function casts. * Rework some of docobj to handle binary data. Now the raw/conv data is *not* NULL terminated! * Added simple (stupid) http transport.
* Final fixes to man page handling.rhlabs1998-03-031-1/+1
| | | | Dr Mike <msf@redhat.com>
* Small tweaks.rhlabs1998-03-031-2/+2
| | | | -Marc
* Code changes anticipating the 'man:' magic URL.rhlabs1998-03-031-3350/+3119
| | | | | | The man2html filter now only accepts input *roff from stdin. Dr Mike <msf@redhat.com>
* Fixed a couple of things:rhlabs1998-02-265-24/+39
| | | | | | | | | | | - when viewing an info file, the 'Next' 'Prev' 'Up' links are at bottom too. - you can now view the info 'dir' file and everything should behave. Still having troubles with retrieving and setting the line number the html browser is at, which makes going forwards and backwards between docs act strangely at the moment. Dr Mike <msf@redhat.com>
* Cleaned up some messages. Ripped out some duplicate code.rhlabs1998-02-261-3/+11
| | | | -Marc
* Marc and I worked on alot today:rhlabs1998-02-263-111/+145
| | | | | | | | | | | | | | - caching of files/images - info files only load component needed for HTML conversion, which helps since before we'd load the 1.7 megs of emacs GNU info data, now its typically a max of 64k. - entry box appears to work - moved towards a cleaner internal design for 'magic' URLs like 'info:' Tommorrow we'll implement the 'man:' magic url. Then all thats left is searching... Dr Mike <msf@redhat.com>
* Wed, 25 Feb 1998 21:41:18 +0100 [Vincent]Vincent Renardias1998-02-251-1/+9
| | | | | - if man:/usr/man/manX/foo.X doesn't exist, check if man:/usr/man/manX/foo.X.gz does.
* Cleaned up converted HTML outputrhlabs1998-02-232-1/+14
| | | | Dr Mike <msf@redhat.com>
* GNU info to html converterrhlabs1998-02-2310-0/+1880
| | | | Dr Mike <msf@redhat.com>
* Removed several generated links which we dont need.rhlabs1998-02-231-20/+18
| | | | | | Cleaned up all the 'unused var' and other warnings. Dr Mike <msf@redhat.com>
* Miguel gets a C- in programmingArturo Espinosa1998-02-211-1/+1
|
* Use tab in rule, not space.Tom Tromey1998-02-211-1/+2
| | | | | | Sat Feb 14 01:31:21 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (macros/macros.dep): Use tab in rule, not space.
* The man2html converter used by the help browser.rhlabs1998-02-203-0/+4381
Dr Mike <msf@redhat.com>