don't start a comment with /** unless it's meant to be parsed by gtk-doc.

2004-07-18  Sven Neumann  <sven@gimp.org>

	* app/composite/gimp-composite-mmx.h: don't start a comment with
	/** unless it's meant to be parsed by gtk-doc.

	* app/actions/Makefile.am:
	* app/actions/file-dialog-commands.[ch]: removed, not used any
	longer.
This commit is contained in:
Sven Neumann 2004-07-18 18:24:32 +00:00 committed by Sven Neumann
parent a1c89069db
commit 55c03a25b5
10 changed files with 60 additions and 117 deletions

View file

@ -1,3 +1,12 @@
2004-07-18 Sven Neumann <sven@gimp.org>
* app/composite/gimp-composite-mmx.h: don't start a comment with
/** unless it's meant to be parsed by gtk-doc.
* app/actions/Makefile.am:
* app/actions/file-dialog-commands.[ch]: removed, not used any
longer.
2004-07-18 Philip Lafleur <plafleur@cvs.gnome.org>
* app/paint/gimpink-blob.c (blob_make_convex): Check if the

25
NEWS
View file

@ -25,7 +25,7 @@ Overview of Changes in GIMP 2.1.2
- Allow to use the color picker to edit palettes (as in gimp-1.2).
- Improved gimpressionist plug-in.
- Improvements and code cleanup in gimpressionist plug-in.
- Allow to cut'n'paste image data between GIMP and other applications
(for example Abiword) using the system clipboard.
@ -36,6 +36,26 @@ Overview of Changes in GIMP 2.1.2
application that behaves like 'gimp --no-interface' and doesn't link
to GTK+ at all.
- Deprecated GimpPixmap and ported almost all users to GtkImage.
- Moved display projection code into a GimpProjection object. This means
there's finally only a single projection per image.
- Introduced GimpPickable interface and implemented it for all core
objects that you can pick colors from.
- Write smaller indexed MNG files.
- Fixed issues with the internal statusbar API.
- Allow for multiple light sources in the Lighting plug-in.
- Redone file type selection in file load/save dialogs.
- Removed HRZ plug-in.
- Improved developer documentation.
- Lots of bug fixes and other goodies. Check the ChangeLog for details.
@ -43,7 +63,8 @@ Contributors:
Michael Natterer, Sven Neumann, Philip Lafleur, William Skaggs,
Geert Jordaens, Simon Budig, Roman Joost, Michael Schumacher,
Shlomi Fish, Hans Breuer, Brion Vibber, Robert Oegren
Shlomi Fish, Hans Breuer, Brion Vibber, Robert Oegren, Kevin
Cozens, Helvetix Victorinox
Overview of Changes in GIMP 2.1.1

View file

@ -59,8 +59,6 @@ libappactions_a_SOURCES = \
file-actions.h \
file-commands.c \
file-commands.h \
file-commands.c \
file-commands.h \
fonts-actions.c \
fonts-actions.h \
fonts-commands.c \

View file

@ -1,38 +0,0 @@
/* The GIMP -- an image manipulation program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include <gtk/gtk.h>
#include "actions-types.h"
#include "widgets/gimpfiledialog.h"
#include "file-dialog-commands.h"
/* public functions */
void
file_dialog_type_cmd_callback (GtkAction *action,
PlugInProcDef *proc_def,
gpointer data)
{
gimp_file_dialog_set_file_proc (GIMP_FILE_DIALOG (data), proc_def);
}

View file

@ -1,28 +0,0 @@
/* The GIMP -- an image manipulation program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef __FILE_DIALOG_COMMANDS_H__
#define __FILE_DIALOG_COMMANDS_H__
void file_dialog_type_cmd_callback (GtkAction *action,
PlugInProcDef *proc_def,
gpointer data);
#endif /* __FILE_DIALOG_COMMANDS_H__ */

View file

@ -10,7 +10,7 @@ extern gboolean gimp_composite_mmx_init (void);
*/
extern gboolean gimp_composite_mmx_install (void);
/**
/*
* Rummage through the compile-time environment to ensure this file
* can actually be compiled like we expect it to. If all is okay,
* define the manifest constant COMPILE_IS_OKAY.

View file

@ -1,3 +1,9 @@
2004-07-18 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml
* app/app-sections.txt
* app/app.types: updated after file dialog changes.
2004-07-15 Michael Natterer <mitch@gimp.org>
* app/app-docs.sgml

View file

@ -715,6 +715,7 @@
<xi:include href="xml/gimpcolorpanel.xml" />
<xi:include href="xml/gimpdasheditor.xml" />
<xi:include href="xml/gimpfgbgeditor.xml" />
<xi:include href="xml/gimpfileprocview.xml" />
<xi:include href="xml/gimpgrideditor.xml" />
<xi:include href="xml/gimphistogrambox.xml" />
<xi:include href="xml/gimphistogramview.xml" />
@ -825,14 +826,6 @@
<xi:include href="xml/qmask-commands.xml" />
</chapter>
<chapter id="app-actions-file-dialog-actions">
<title>File Dialog Actions &amp; Callbacks</title>
<xi:include href="xml/file-dialog-actions.xml" />
<xi:include href="xml/file-dialog-commands.xml" />
<xi:include href="xml/file-open-actions.xml" />
<xi:include href="xml/file-save-actions.xml" />
</chapter>
<chapter id="app-actions-data-factory-actions">
<title>Data Factory Actions &amp; Callbacks</title>
<xi:include href="xml/brushes-actions.xml" />
@ -889,7 +882,6 @@
<chapter id="app-menus-menus">
<title>Menus</title>
<xi:include href="xml/file-dialog-menu.xml" />
<xi:include href="xml/file-menu.xml" />
<xi:include href="xml/image-menu.xml" />
<xi:include href="xml/plug-in-menus.xml" />

View file

@ -4445,6 +4445,25 @@ GIMP_IS_FILE_DIALOG_CLASS
GIMP_FILE_DIALOG_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpfileprocview</FILE>
<TITLE>GimpFileProcView</TITLE>
GimpFileProcView
gimp_file_proc_view_new
gimp_file_proc_view_get_proc
gimp_file_proc_view_set_proc
gimp_file_proc_view_get_help_id
<SUBSECTION Standard>
GimpFileProcViewClass
GIMP_FILE_PROC_VIEW
GIMP_IS_FILE_PROC_VIEW
GIMP_TYPE_FILE_PROC_VIEW
gimp_file_proc_view_get_type
GIMP_FILE_PROC_VIEW_CLASS
GIMP_IS_FILE_PROC_VIEW_CLASS
GIMP_FILE_PROC_VIEW_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpgrideditor</FILE>
<TITLE>GimpGridEditor</TITLE>
@ -7601,23 +7620,6 @@ file_actions_setup
file_actions_update
</SECTION>
<SECTION>
<FILE>file-dialog-actions</FILE>
file_dialog_actions_setup
</SECTION>
<SECTION>
<FILE>file-open-actions</FILE>
file_open_actions_setup
file_open_actions_update
</SECTION>
<SECTION>
<FILE>file-save-actions</FILE>
file_save_actions_setup
file_save_actions_update
</SECTION>
<SECTION>
<FILE>fonts-actions</FILE>
fonts_actions_setup
@ -7887,11 +7889,6 @@ file_quit_cmd_callback
file_file_open_dialog
</SECTION>
<SECTION>
<FILE>file-dialog-commands</FILE>
file_dialog_type_cmd_callback
</SECTION>
<SECTION>
<FILE>fonts-commands</FILE>
fonts_refresh_cmd_callback
@ -8118,26 +8115,11 @@ view_change_screen_cmd_callback
<FILE>menus-types</FILE>
</SECTION>
<SECTION>
<FILE>file-dialog-menu</FILE>
file_dialog_menu_setup
</SECTION>
<SECTION>
<FILE>file-menu</FILE>
file_menu_setup
</SECTION>
<SECTION>
<FILE>file-open-menu</FILE>
file_open_menu_setup
</SECTION>
<SECTION>
<FILE>file-save-menu</FILE>
file_save_menu_setup
</SECTION>
<SECTION>
<FILE>image-menu</FILE>
image_menu_setup

View file

@ -104,6 +104,7 @@ gimp_eraser_tool_get_type
gimp_error_console_get_type
gimp_fg_bg_editor_get_type
gimp_file_dialog_get_type
gimp_file_proc_view_get_type
gimp_flip_options_get_type
gimp_flip_tool_get_type
gimp_font_get_type