| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=147
|
|
|
|
| |
svn path=/trunk/; revision=146
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-16 Federico Mena Quintero <federico@nuclecu.unam.mx>
* eventedit.c (ee_store_alarm): Use menu_shell->children, not
menu->children. Why does GtkMenu have a children field in the
object structure?
(check_dates): New function that insures that start_date < end_date.
(check_times): In addition to checking whether the event spans the
whole day, now it insures that start_time < end_time.
* gncal-full-day.c (child_set_size): Now children get bigger
temporarily while they are focused. This allows the handles not
to "overlap" the rows used by the child and thus allow editing of
very thin events.
(recompute_motion): Fix for new child coordinates.
(gncal_full_day_expose): Make it use find_child_by_window()
instead of looking for it by hand.
svn path=/trunk/; revision=145
|
|
|
|
|
|
| |
Dr Mike <msf@redhat.com>
svn path=/trunk/; revision=144
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-16 Federico Mena Quintero <federico@nuclecu.unam.mx>
* bell.xpm recur.xpm: XPM files for events with alarm and
recurrence, respectively.
1998-04-15 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-full-day.c (button_1): Preserve the up/down cursor while dragging.
svn path=/trunk/; revision=143
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-15 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-full-day.c (child_draw): Now children have a vertical
handle as well. This can be used to move the child anytime, not
only when it is focused.
(recompute_motion): Modified for new drag behavior.
svn path=/trunk/; revision=142
|
|
|
|
| |
svn path=/trunk/; revision=141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-15 Federico Mena Quintero <federico@nuclecu.unam.mx>
* eventedit.c (ee_init_general_page): The general_owner may be
null. Do the proper thing when creating the label.
(ee_ok): Update the gnome calendar appropriately.
* timeutil.h:
* gncal-year-view.h: Add some missing prototypes.
* gncal-full-day.c (child_popup_menu): Set the sensitivity of menu
items according to whether the ical object is being edited or not.
* eventedit.c (event_editor_new): Set the "being edited" flag on
the ical object (stored as the ical object's user data).
(event_editor_destroy): Release the flag.
* calobj.h: The iCalObject structure now has a generic user_data pointer.
* calobj.c (ical_object_set_user_data ical_object_get_user_data):
Functions to set this data.
svn path=/trunk/; revision=140
|
|
|
|
|
|
|
|
|
|
|
| |
Year view marks ranges of new dates (on update view).
Recurrence iterator functions are here now (clap, clap, clap).
Microsoft Outlook's days are counted.
Miguel.
svn path=/trunk/; revision=139
|
|
|
|
| |
svn path=/trunk/; revision=138
|
|
|
|
|
|
|
|
|
| |
1998-04-15 Arturo Espinosa Aldama <arturo@nuclecu.unam.mx>
* gncal-year-view.[hc]: Now using time_t for new and set.
Random fixes, as well.
svn path=/trunk/; revision=137
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-15 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gncal-full-day.c (layout_kill_rows): Routine to destory rows
array properly.
* gncal-year-view.c (gncal_year_view_new): Add missing year in
call to strftime.
* calobj.c (ical_object_create_from_vobject): Fixed memory leaks
from the return values of versit's fakeCString.
svn path=/trunk/; revision=136
|
|
|
|
| |
svn path=/trunk/; revision=135
|
|
|
|
|
|
|
|
|
| |
1998-04-14 Arturo Espinosa Aldama <arturo@nuclecu.unam.mx>
* gncal-year-view.[hc]: New widget for the year view.
* Makefile.am: added required compilation of the new files.
svn path=/trunk/; revision=134
|
|
|
|
|
|
|
|
|
| |
Load recurrence rules; Paint the recurrence screen according to the
rules.
-miguel
svn path=/trunk/; revision=133
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-13 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-week-view.c (gncal_week_view_update): Now takes object and
flags parameters.
* gncal-day-view.c (gncal_day_view_update): Likewise.
* gncal-full-day.c (gncal_full_day_update): Likewise.
(child_focus_in): New function. In conjunction with
child_focus_out(), these only display the handles in the child
when it is focused. The result is that the user can see more of
the child's text when nothing is focused, and we can also display
fatter and nicer drag handles.
* gnome-cal.c (gnome_calendar_object_changed): Now takes an
additional flags parameter
(gnome_calendar_update_all): Made function static. Now takes
changed object and flags parameters as well.
(gnome_calendar_object_changed): Now takes additional flags
parameter to indicate what changed in the specified object.
* calobj.h (CalObjectChange): New enum with flags to describe what
has been changed in an object.
svn path=/trunk/; revision=132
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-13 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-full-day.h:
* gncal-full-day.c (gncal_full_day_focus_child): New function to
let the outside world decide which child to focus.
(gncal_full_day_focus_child): Bleah. We have to synthesize a
click because GtkText will not set the cursor when you focus it.
* gnome-cal.c (day_view_range_activated): Focus the new child in
the full day widget.
svn path=/trunk/; revision=131
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-13 Federico Mena Quintero <federico@nuclecu.unam.mx>
* eventedit.c (event_editor_setup_time_frame): Re-aligned some
widgets to make it look prettier.
(ee_alarm_widgets): Likewise.
(ee_init_general_page): Likewise.
(ee_classification_widgets): Likewise.
(event_editor_init_widgets): Likewise.
svn path=/trunk/; revision=130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-13 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gnome-cal.c (day_view_range_activated): Create new object and
add it to the calendar. You can now select a range in the
full-day view, hit Return, and a new event will be added at the
selected range. I still have to figure out how to focus this new child.
* gncal-full-day.c (paint_back): Rewrote function to avoid
painting an area more than once -- eliminate flicker.
(paint_back_rows): New function that calls paint_back() only for
the area of the specified rows.
(gncal_full_day_button_press):
(gncal_full_day_button_release):
(gncal_full_day_motion): Made these functions use
paint_back_rows() instead of paint_back(), to eliminate flicker. Wheee!
svn path=/trunk/; revision=129
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gnome-cal.c (setup_day_view): We now connect to the
range_activated signal of the fullday widget instead of catching
key presses ourselves.
(day_view_range_activated): New function that creates a new
iCalObject and inserts it into the calendar, not finished yet.
1998-04-11 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-full-day.c (get_time_from_rows): New function, calculates
a pair of time_t values from the specified start and number of rows.
* gncal-full-day.h (GncalFullDayClass): New signal
"range_activated". It is emitted when a range is selected and the
user hits Return.
(gncal_full_day_selection_range): New function, returns the
selected range.
* gncal-full-day.c (struct drag_info): Moved selection information
to their own fields instead of sharing the child's drag fields.
This allows us to keep the selection when a child is moved.
(recompute_motion): Made the case when (row < di->sel_click_row)
work correctly.
svn path=/trunk/; revision=128
|
|
|
|
| |
svn path=/trunk/; revision=127
|
|
|
|
| |
svn path=/trunk/; revision=126
|
|
|
|
|
|
|
|
|
|
| |
1998-04-11 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-full-day.c (recompute_motion): Now we support selecting a
range in the main window (by clicking+dragging). It flickers
horribly and is not perfect, but it is a start.
svn path=/trunk/; revision=125
|
|
|
|
| |
svn path=/trunk/; revision=123
|
|
|
|
| |
svn path=/trunk/; revision=122
|
|
|
|
| |
svn path=/trunk/; revision=121
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-09 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-full-day.c (child_map): Show instead of just map the child
widget (otherwise the text widget gets confused and will not focus).
* calobj.c (ical_object_to_vobject): Quote chars as 'x', not "x".
* calobj.h: Added prototype for ical_object_to_vobject().
* gnome-cal.c (gnome_calendar_object_changed): New function. This
should be called when a calendar object is changed.
* gncal-full-day.c (update_from_drag_info): Call
gnome_calendar_object_changed() instead of updating manually.
* calendar.c (calendar_add_object):
(calendar_remove_object): Set the modified flag to true.
* gncal-full-day.c (gncal_full_day_draw): Finished implementing
this function.
svn path=/trunk/; revision=120
|
|
|
|
|
|
| |
* gnome-support.m4: Also run AC_HEADER_DIRENT.
svn path=/trunk/; revision=118
|
|
|
|
|
|
|
| |
* autogen.sh: Update to list newer versions of packages.
* gnome-support.m4 (AC_REPLACE_FUNCS): Add `scandir'.
svn path=/trunk/; revision=117
|
|
|
|
|
|
| |
appointment from the menus. - Federico
svn path=/trunk/; revision=116
|
|
|
|
|
|
| |
* gncal.c (update_calendar): Say `#if 0', not `#ifdef 0'.
svn path=/trunk/; revision=115
|
|
|
|
| |
svn path=/trunk/; revision=114
|
|
|
|
| |
svn path=/trunk/; revision=113
|
|
|
|
| |
svn path=/trunk/; revision=112
|
|
|
|
| |
svn path=/trunk/; revision=111
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-07 Federico Mena Quintero <federico@nuclecu.unam.mx>
* eventedit.c: Removed unused global variable parent_class.
* eventedit.h: Renamed gtk_window field to window.
Made the parent_class field in the EventEditorClass structure be a
GtkWindowClass, not a gnome property box class.
Added prototype for event_editor_get_type().
svn path=/trunk/; revision=110
|
|
|
|
| |
svn path=/trunk/; revision=109
|
|
|
|
|
|
| |
* versit/.cvsignore: New file.
svn path=/trunk/; revision=108
|
|
|
|
| |
svn path=/trunk/; revision=107
|
|
|
|
|
|
|
|
| |
Fri Apr 3 22:31:54 1998 Tom Tromey <tromey@cygnus.com>
* calendar.c: Include <config.h>.
svn path=/trunk/; revision=106
|
|
|
|
| |
svn path=/trunk/; revision=105
|
|
|
|
| |
svn path=/trunk/; revision=104
|
|
|
|
| |
svn path=/trunk/; revision=103
|
|
|
|
| |
svn path=/trunk/; revision=102
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-03 Federico Mena Quintero <federico@nuclecu.unam.mx>
* view-utils.c (view_utils_draw_events): The "better" format
string for strftime() wasn't better, after all :-(
... plus more work on progress
svn path=/trunk/; revision=101
|
|
|
|
| |
svn path=/trunk/; revision=100
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-02 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-full-day.c: New full-day widget. It is still a work in
progress. It will be similar to M$ Schedule's nifty full day view
widget, but with Gtk's elegance :-)
* Makefile.am (gnomecal_SOURCES): Added gncal-full-day.[ch] to the sources.
svn path=/trunk/; revision=99
|
|
|
|
| |
svn path=/trunk/; revision=98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-02 Federico Mena Quintero <federico@nuclecu.unam.mx>
* view-utils.c (view_utils_draw_events): Use better format
specifier for strftime().
(view_utils_draw_textured_frame): Ultra-nifty function to draw
textured "metal" frames, like Netscape's handles.
HEAR YE! HEAR YE! GtkHandleBox could use this last function to draw
a prettier drag handle. Any takers?
svn path=/trunk/; revision=97
|
|
|
|
| |
svn path=/trunk/; revision=96
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gncal-day-view.c (gncal_day_view_update): Day events are now
cached inside the widget. They get initialized at this time.
* view-utils.c (view_utils_draw_events): Use the list of events.
svn path=/trunk/; revision=95
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-02 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-day-view.c (gncal_day_view_set_shadow): New customization
function. We can't decide on a stupid border type :-)
(gncal_day_view_init): Made GTK_SHADOW_ETCHED_IN be the default
shadow type. Looks good.
svn path=/trunk/; revision=94
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
* main.c: New main program that uses our new datatypes and
objects.
* calendar.c (calendar_load_from_vobject, calendar_load):
Implement loading of vCalendar objects and vCalendar files.
* calobj.c (ical_object_create_from_vobject): Implement loading of
vCalendar event and todo objects.
* timeutil.c (isodate_from_time_t): New function.
* gnome-cal.c, gnome-cal.h: Implement a toplevel widget, derived
from GnomeApp. It holds all of the day views and arbitrates the
display.
svn path=/trunk/; revision=93
|
|
|
|
| |
svn path=/trunk/; revision=92
|
|
|
|
| |
svn path=/trunk/; revision=91
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-02 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-week-view.[ch]: New week view composite widget. This
provides a full week view (7 day views plus busy time display --
the latter is currently unimplemented).
1998-04-01 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-day-view.c: New day view widget. It is intended to be a
child widget of the week view composite widget.
svn path=/trunk/; revision=90
|
|
|
|
| |
svn path=/trunk/; revision=89
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-04-01 Federico Mena Quintero <federico@nuclecu.unam.mx>
* calendar.c (calendar_get_objects_in_range):
(calendar_get_events_in_range):
(calendar_get_journal_in_range):
(calendar_get_journal_in_range): These functions now take a
sort_func parameter, which is of type GCompareFunc. If the
specified value is non-NULL, it will return a sorted list.
Otherwise, it will return an unordered list.
(calendar_compare_by_dtstart): Provide a generic sorting routine
for calendar objects.
svn path=/trunk/; revision=88
|
|
|
|
| |
svn path=/trunk/; revision=87
|
|
|
|
| |
svn path=/trunk/; revision=86
|
|
|
|
|
|
|
|
| |
Tue Mar 31 23:46:50 1998 Tom Tromey <tromey@cygnus.com>
* timeutil.c (format_simple_hour): `buf' now static.
svn path=/trunk/; revision=85
|
|
|
|
|
|
|
|
|
|
|
| |
1998-03-31 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal.c: Removed #include "gtkcalendar.h", because it now comes
from libgnomeui.
* Makefile.am (gncal_SOURCES): Added new source files to the rules.
svn path=/trunk/; revision=84
|
|
|
|
|
|
|
|
|
|
| |
1998-03-31 Federico Mena Quintero <federico@nuclecu.unam.mx>
* timeutil.c (format_simple_hour): New function, formats an
hour/am_pm pair into a string of the form "3am", "12pm", "05h",
"19h", etc. It is used by the day view widget for its labels.
svn path=/trunk/; revision=83
|
|
|
|
|
|
| |
* gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.
svn path=/trunk/; revision=82
|
|
|
|
| |
svn path=/trunk/; revision=81
|
|
|
|
| |
svn path=/trunk/; revision=80
|
|
|
|
|
|
|
|
|
| |
Calendar objects as defined by the iCalendar IETF draft.
Calendar holder for Calendar Objects.
-mig&fed
svn path=/trunk/; revision=79
|
|
|
|
| |
svn path=/trunk/; revision=78
|
|
|
|
| |
svn path=/trunk/; revision=77
|
|
|
|
|
|
|
|
| |
Sat Mar 21 15:43:20 1998 Tom Tromey <tromey@cygnus.com>
* gncal.c: Use gnome_message_box_*, not gnome_messagebox_*.
svn path=/trunk/; revision=76
|
|
|
|
|
|
|
|
|
|
| |
Thu Mar 19 23:23:30 1998 Tom Tromey <tromey@cygnus.com>
* gnome.m4: An empty true branch of an `if' statement is not valid
sh syntax. If GNOME_INIT_HOOK argument $1 is empty, use ":"
instead.
svn path=/trunk/; revision=73
|
|
|
|
|
|
| |
installation - mig
svn path=/trunk/; revision=72
|
|
|
|
|
|
|
|
|
| |
1998-03-19 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gnome-app.c (gnome_app_add): Add support for gtk_container_add
to GnomeApp widget.
svn path=/trunk/; revision=71
|
|
|
|
|
|
|
|
|
|
| |
Thu Mar 19 00:17:46 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Cache results of check for
program_invocation_short_name, program_invocation_name. Check to
make sure argp functions are in a library.
svn path=/trunk/; revision=70
|
|
|
|
|
|
|
|
| |
Thu Mar 19 00:17:46 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Cache results of argp check.
svn path=/trunk/; revision=69
|
|
|
|
| |
svn path=/trunk/; revision=68
|
|
|
|
|
|
|
|
|
| |
* gnome-support.m4: Add a check for <linewrap.h> -- this enables
some optimizations when compiling `argp'.
- Hari
svn path=/trunk/; revision=67
|
|
|
|
| |
svn path=/trunk/; revision=66
|
|
|
|
| |
svn path=/trunk/; revision=65
|
|
|
|
|
|
|
|
| |
Tue Mar 10 15:34:17 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* obgnome/obgnomeApp.h: Made it conform to the new gnome_init parameters.
svn path=/trunk/; revision=64
|
|
|
|
|
|
|
|
| |
Mon Mar 9 19:32:42 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Build vsnprintf.o, not vsnprint.o.
svn path=/trunk/; revision=63
|
|
|
|
|
|
|
|
| |
* gnome-support.m4: Add check for `vsnprintf'.
- Hari
svn path=/trunk/; revision=62
|
|
|
|
|
|
|
|
|
|
|
| |
Sun Mar 8 16:38:10 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (INCLUDES): Added GNOME_INCLUDEDIR.
(gncal_LDADD): Don't include libsupport.a.
* gncal.c (main): Use new gnome_init.
svn path=/trunk/; revision=61
|
|
|
|
|
|
|
|
|
|
| |
Sun Mar 8 17:04:28 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4: Set need_gnome_support shell variable. Define
BUILD_GNOME_SUPPORT automake conditional. Define LTLIBOBJS. Look
for argp_domain element in struct argp.
svn path=/trunk/; revision=60
|
|
|
|
|
|
|
|
| |
Sat Mar 7 00:04:22 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for strnlen().
svn path=/trunk/; revision=59
|
|
|
|
|
|
|
|
|
| |
Wed Mar 4 01:02:55 1998 Tom Tromey <tromey@cygnus.com>
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Check for argp code,
strndup, program_invocation_name, program_invocation_short_name.
svn path=/trunk/; revision=58
|
|
|
|
|
|
|
|
|
| |
Mon Mar 2 15:27:44 1998 Tom Tromey <tromey@cygnus.com>
* gnome-x-checks.m4 (GNOME_X_CHECKS): Also check for SMlib.h; some
Solaris systems have -lSM but not SMlib.h.
svn path=/trunk/; revision=57
|
|
|
|
|
|
|
|
|
| |
Sun Mar 1 17:49:42 1998 Tom Tromey <tromey@cygnus.com>
* gnome.m4 (GNOME_INIT): Changed spacing so --help output looks
right.
svn path=/trunk/; revision=56
|
|
|
|
|
|
|
|
|
| |
Fri Feb 27 10:05:34 1998 Tom Tromey <tromey@cygnus.com>
* gnome-objc-checks.m4 (GNOME_CHECK_OBJC): Set OBJECTIVE_C shell
variable.
svn path=/trunk/; revision=55
|
|
|
|
| |
svn path=/trunk/; revision=54
|
|
|
|
|
|
| |
-Marc
svn path=/trunk/; revision=53
|
|
|
|
|
|
| |
- Hari
svn path=/trunk/; revision=52
|
|
|
|
|
|
|
|
|
|
|
| |
* gnome-x-checks.m4 (CPPFLAGS): Put $X_CFLAGS here, not in
$CFLAGS.
(GNOME_HAVE_SM): New var. `true' if we have libSM, `false'
otherwise.
- Hari
svn path=/trunk/; revision=51
|
|
|
|
| |
svn path=/trunk/; revision=50
|
|
|
|
| |
svn path=/trunk/; revision=49
|
|
|
|
|
|
| |
*.desktop translations for the gnome-utils module.
svn path=/trunk/; revision=48
|
|
|
|
| |
svn path=/trunk/; revision=47
|
|
|
|
|
|
| |
* Makefile.am (gncal_LDADD): Added '$(INTLLIBS)'
svn path=/trunk/; revision=46
|
|
|
|
| |
svn path=/trunk/; revision=45
|
|
|
|
|
|
|
|
| |
* gnome.m4: Remove `GNOME_CHECK_GNOME'.
- Hari
svn path=/trunk/; revision=44
|
|
|
|
| |
svn path=/trunk/; revision=43
|
|
|
|
| |
svn path=/trunk/; revision=42
|
|
|
|
| |
svn path=/trunk/; revision=41
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am (gncal_LDADD): Include `libsupport.a'.
* calcs.c (month_atoi): Replace buggy explicit loop string compare
with strcasecmp.
(day_atoi): Likewise.
- Hari
svn path=/trunk/; revision=40
|
|
|
|
|
|
|
|
|
| |
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if
necessary.
- Hari
svn path=/trunk/; revision=39
|
|
|
|
| |
svn path=/trunk/; revision=38
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am (MACROS): Add `gnome-pthread-check.m4'.
* gnome-pthread-check.m4: New file. Moved pthread check from
gnome-x-checks.m4 to here.
* gnome-objc-checks.m4: Use `gnome-pthread-check'.
(OBJC_LIBS): New config var.
* gnome-x-checks.m4: Add `AC_DEFINE(HAVE_LIBSM)' if `-lSM' is
already part of `$x_libs'.
Move pthread check to new file.
- Hari
svn path=/trunk/; revision=37
|
|
|
|
|
|
| |
-timj
svn path=/trunk/; revision=36
|
|
|
|
|
|
|
|
|
|
| |
Sat Feb 14 12:45:35 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (macros.dep): Use single quotes, not double quotes.
Otherwise bash will interpret `$(...)' incorrectly.
(EXTRA_DIST): Include macros.dep in distribution.
svn path=/trunk/; revision=35
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am (macros.dep): Put back doubled `$'. We want the
expansion to occur in the including Makefile, not here.
Otherwise, there will be an extra `../' in the rule.
- Hari
svn path=/trunk/; revision=34
|
|
|
|
| |
svn path=/trunk/; revision=33
|
|
|
|
|
|
|
|
| |
Sat Feb 14 17:41:28 KST 1998 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
* autogen.sh: multilple aclocal -I directories.
svn path=/trunk/; revision=32
|
|
|
|
|
|
|
|
| |
Sat Feb 14 01:09:37 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (macros.dep): Removed extra `$' from rule.
svn path=/trunk/; revision=31
|
|
|
|
|
|
|
|
|
| |
Sat Feb 14 01:09:37 1998 Tom Tromey <tromey@cygnus.com>
* gnome-x-checks.m4: Only check for -lSM if not already in
x_libs.
svn path=/trunk/; revision=30
|
|
|
|
|
|
| |
* Makefile.am (EXTRA_DIST): Add `autogen.sh'.
svn path=/trunk/; revision=29
|
|
|
|
|
|
|
|
|
| |
* gnome-objc-checks.m4 (GNOME_INIT_OBJC): Solaris /bin/sh doesn't
understand `test -e'.
- Hari
svn path=/trunk/; revision=28
|
|
|
|
| |
svn path=/trunk/; revision=27
|
|
|
|
| |
svn path=/trunk/; revision=26
|
|
|
|
|
|
|
|
|
| |
1998-02-13 Federico Mena Quintero <federico@nuclecu.unam.mx>
* menus.c: Updated g_string_hash and g_string_equal by g_str_hash
and g_str_equal, respectively.
svn path=/trunk/; revision=25
|
|
|
|
|
|
|
|
|
| |
* gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where
the installation actually installs it.
- Hari
svn path=/trunk/; revision=24
|
|
|
|
| |
svn path=/trunk/; revision=23
|
|
|
|
| |
svn path=/trunk/; revision=22
|
|
|
|
| |
svn path=/trunk/; revision=21
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am (macros.dep): New maintainer rule for handling
automatic rebuilding of aclocal.m4 if any of the macros change.
(MACROS): New variable. List of all `m4' macros in this
directory.
- Hari
svn path=/trunk/; revision=20
|
|
|
|
|
|
|
| |
* gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for
libsupport.a support.
svn path=/trunk/; revision=19
|
|
|
|
|
|
|
|
|
|
|
|
| |
1998-02-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
* main.c: Added #include <locale.h>
1998-02-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
* configure.in: Added intl/Makefile to the AC_OUTPUT list.
svn path=/trunk/; revision=18
|
|
|
|
| |
svn path=/trunk/; revision=17
|
|
|
|
| |
svn path=/trunk/; revision=16
|
|
|
|
| |
svn path=/trunk/; revision=15
|
|
|
|
| |
svn path=/trunk/; revision=14
|
|
|
|
| |
svn path=/trunk/; revision=13
|
|
|
|
| |
svn path=/trunk/; revision=12
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnome.m4: New file. Moved AC_CHECK_GNOME from `configure.in' to
here, and renamed macro to GNOME_CHECK_GNOME.
* gnome-x-checks.m4: Likewise, move and renaming AC_GNOME_X_CHECKS
to GNOME_X_CHECKS.
* aclocal-include.m4: New file. Defines AM_ACLOCAL_INCLUDE macro
to provide extra search directories to `aclocal'.
svn path=/trunk/; revision=11
|
|
|
|
| |
svn path=/trunk/; revision=10
|
|
|
|
| |
svn path=/trunk/; revision=9
|
|
|
|
| |
svn path=/trunk/; revision=8
|
|
|
|
| |
svn path=/trunk/; revision=7
|
|
|
|
|
|
|
|
|
|
| |
Sun Jan 25 23:38:30 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gemvt/gvtmain.c, gmix/gmix.c, gncal/menus.c, gnomine/gnomine.c,
gtop/main.c, same-gnome/same-gnome.c, scottfree/GnomeScott.c:
Replace "Quit" for "Exit" in all those programs.
svn path=/trunk/; revision=5
|
|
|
|
| |
svn path=/trunk/; revision=3
|
|
svn path=/trunk/; revision=2
|