Files
gimp/help/ChangeLog
Michael Natterer 6eae7942fb app/menus.c Minor help system fixes.
1999-12-17  Michael Natterer  <mitch@gimp.org>

	* app/menus.c
	* app/paths_dialog.c: Minor help system fixes.

	* app/app_procs.c: I thought we should have a real splash (without
	decoration). Like it???

	* app/about_dialog.c
	* app/flip_tool.c
	* app/gradient.c
	* app/levels.c
	* app/measure.c
	* app/text_tool.c
	* app/tools.c
	* app/transform_tool.c: Did some code browsing: I18N fixes,
	s/gtk_window_position/gtk_window_set_position/g, indentation
	paranoia, some g/<type>/g<type>/, various stuff (didn't change any
	logic).
1999-12-17 16:37:50 +00:00

59 lines
1.7 KiB
Plaintext

1999-12-17 Michael Natterer <mitch@gimp.org>
* C/*/Makefile.am: automatically create the symbolic links e.g. to
"../dialogs".
* C/*: changed some help file names to match the new menu structure.
* C/image/mode/*
* C/image/colors/auto/*: new directories. Moved some files there
according to the menu structure. Removed these files from their
old places.
* dir-template.sh
* make-help-stubs.sh
* makefile-am.sh
* makelinks.sh: removed because we no longer need them.
* makedummyhelpfile.sh
* makeindex.sh: new specialized scripts doing the same job
formerly done by the removed dir-template.sh
Thu Dec 16 19:04:04 CET 1999 Olof S Kylander <olof@gimp.org>
Please see main Changelog for more details.
Basically updated all help files in the
C/dialogs directory.
Mon Nov 22 00:44:41 CET 1999 Olof S Kylander <olof@gimp.org>
* C/modes.html
* C/Makefile.am
* C/index.html
Added modes.html and made some small changes to Makefile.am
and the main index file
1999-10-04 Michael Natterer <mitch@gimp.org>
* C/dialogs/Makefile.am
* C/dialogs/brush_edit.html
* C/dialogs/index.html: new file.
1999-10-04 Michael Natterer <mitch@gimp.org>
* ChangeLog: initial revision of a separate help system ChangeLog.
* dir-template.sh: creates dummy help files and an index.
* makefile-am.sh: creates guess what ;-)
* make-help-stubs.sh: re-create the whole help system including
Makefile.am's (Don't dare to use it and commit afterwards).
* makelinks.sh: run this script in your $(gimp_data_dir)/help/C
directory to create neccessary symbolic links for the help
system.
* C/*: tons and tons of stub files for the help system.
Try "F1" whereever you like and report inconsistencies !!--))