aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'MC_4_1_33'.MC_4_1_33nobody1998-04-25112-31708/+0
| | | | svn path=/tags/MC_4_1_33/; revision=193
* Pass the results of the environment variable ACLOCAL_FLAGS to aclocal.Owen Taylor1998-04-252-1/+8
| | | | | | | | | | | Fri Apr 24 16:43:38 1998 Owen Taylor <otaylor@gtk.org> * autogen.sh: Pass the results of the environment variable ACLOCAL_FLAGS to aclocal. This allows, for instance, ACLOCAL_FLAGS="-I /home/owen/share/aclocal/" autogen.sh svn path=/trunk/; revision=192
* Actually save the to-do entries.Federico Mena Quintero1998-04-245-80/+353
| | | | | | | | | | | 1998-04-23 Federico Mena Quintero <federico@nuclecu.unam.mx> * calendar.c (calendar_save): Actually save the to-do entries. * gncal-todo.c (simple_todo_editor): Now you can add and edit to-do entries. svn path=/trunk/; revision=191
* Fixes for vTodo thingies -migArturo Espinosa1998-04-235-23/+56
| | | | svn path=/trunk/; revision=190
* Made it use popup_menu().Federico Mena Quintero1998-04-2334-132/+861
| | | | | | | | | | | | | | | | | | | | | | | 1998-04-22 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-full-day.c: Made it use popup_menu(). * popup-menu.c: New file with utility functions for creating popup menus. Maybe such a thing would be useful in libgnomeui, a la gnome-app-helper? * Makefile.am (gnomecal_SOURCES): Added popup-menu.[ch] to the sources. 1998-04-21 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-todo.c: New widget for editing TODO lists. This will be worked on a lot. * Makefile.am (gnomecal_SOURCES): Added gncal-todo.[ch] to the sources. * gncal-day-panel.c: Make it use the new TODO widget. svn path=/trunk/; revision=189
* This one too -migArturo Espinosa1998-04-231-0/+1
| | | | svn path=/trunk/; revision=188
* Make GnomeCalendar properties use GnomePropertyBox -miguelArturo Espinosa1998-04-232-38/+48
| | | | svn path=/trunk/; revision=187
* Use test -f instead of test -e; As suggested by Sebastian Wilhelmi 0-migArturo Espinosa1998-04-231-1/+1
| | | | svn path=/trunk/; revision=186
* Perfection and sometimes requires two commits -migArturo Espinosa1998-04-222-0/+12
| | | | svn path=/trunk/; revision=185
* Perfection comes in many disguises -migArturo Espinosa1998-04-224-12/+20
| | | | svn path=/trunk/; revision=184
* Forgot to cvs add this fileArturo Espinosa1998-04-222-0/+274
| | | | svn path=/trunk/; revision=183
* 1. Calendar property configuration is finally here with nice live-updates.Arturo Espinosa1998-04-2220-93/+274
| | | | | | | | | | | | | 1. Calendar property configuration is finally here with nice live-updates. 2. Double clicking on week view jumps to that day in the day view; Context menu allows adding an appointment on that day. Miguel. svn path=/trunk/; revision=182
* Fix for gedit compilation -migArturo Espinosa1998-04-221-13/+17
| | | | svn path=/trunk/; revision=181
* Added calls to gtk_window_set_wmclass to gnome-utils - migArturo Espinosa1998-04-223-2/+6
| | | | svn path=/trunk/; revision=180
* Small fix for goto-day-year computation -migArturo Espinosa1998-04-227-20/+36
| | | | svn path=/trunk/; revision=179
* Lots of changes:Miguel de Icaza1998-04-2214-38/+90
| | | | | | | | | | | | | | | | | | | | | | | Lots of changes: 1998-04-21 Miguel de Icaza <miguel@nuclecu.unam.mx> 1. gEdit got Gnomified: gnome-stock, gnome-app, i18n tretment + integration into gnome-utils compilation. Original configure.in is still there for Alex/Evans to redistribute as Gtk App (I tried to ifdef gnome code). 2. gHex: warning fixes + crash fixes + i18n fixes. 3. GnCal: week view shows date range (needs some fixing); changed the day view order; other stuff I dont remember 4. GTop: more i18n treatmnet. 5. Updated Spanish translation. svn path=/trunk/; revision=178
* Made it use GncalDayPanel.Federico Mena Quintero1998-04-2218-223/+597
| | | | | | | | | | | | | | | | | | 1998-04-21 Federico Mena Quintero <federico@nuclecu.unam.mx> * gnome-cal.c: Made it use GncalDayPanel. * gncal-day-panel.c: New widget for the day view in the main calendar toplevel. It basically takes care of everything gnome-cal did by hand with respect to the day view. * Makefile.am (gnomecal_SOURCES): Added gncal-day-panel.[ch] to the rules. * main.c: Added a separator between the About menu item and the help topics. svn path=/trunk/; revision=177
* Added icon for gncal to .desktop entryrhlabs1998-04-222-2/+2
| | | | | | Dr Mike <msf@redhat.com> svn path=/trunk/; revision=176
* Misc. event handling fixes - FedericoArturo Espinosa1998-04-213-11/+33
| | | | svn path=/trunk/; revision=175
* Enhance the exception date handling -migArturo Espinosa1998-04-218-50/+124
| | | | svn path=/trunk/; revision=174
* Make the any-key-creates-new-appointment-at-selection thing actually work - ↵Arturo Espinosa1998-04-217-24/+72
| | | | | | Federico svn path=/trunk/; revision=173
* Now any printable keystroke (not just Return) will activate the selectedFederico Mena Quintero1998-04-213-4/+53
| | | | | | | | | 1998-04-20 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-full-day.c (gncal_full_day_key_press): Now any printable keystroke (not just Return) will activate the selected range. svn path=/trunk/; revision=172
* Made it use the new paint_row function instead of painting everythingFederico Mena Quintero1998-04-2112-374/+417
| | | | | | | | | | | | | 1998-04-20 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-full-day.c (paint_back): Made it use the new paint_row function instead of painting everything directly. We calculate areas in a smarter way so there is even less flicker than before, especially when selecting regions. * eventedit.c: Sensitize recurrence widgets properly. svn path=/trunk/; revision=171
* Fix compiler warnings - FedericoArturo Espinosa1998-04-2121-37/+45
| | | | svn path=/trunk/; revision=170
* more fixes -migArturo Espinosa1998-04-218-4/+18
| | | | svn path=/trunk/; revision=169
* A lot of usability changes to GnomeCal -miguelArturo Espinosa1998-04-2118-165/+319
| | | | svn path=/trunk/; revision=168
* Use GNOME_STOCK_PIXMAP_HOME for today -migArturo Espinosa1998-04-203-2/+6
| | | | svn path=/trunk/; revision=167
* added to ignore generated files.EDT 1998 Gregory McLean1998-04-191-0/+5
| | | | | | | | Sun Apr 19 09:38:36 EDT 1998 Gregory McLean <gregm@comstar.net> * ee/doc/.cvsignore: added to ignore generated files. svn path=/trunk/; revision=166
* Updated the gtk check to check for 1.0.0EDT 1998 Gregory McLean1998-04-191-1/+1
| | | | | | | | Sun Apr 19 01:35:53 EDT 1998 Gregory McLean <gregm@comstar.net> * gnome-x-checks.m4: Updated the gtk check to check for 1.0.0 svn path=/trunk/; revision=165
* It works. I promiseArturo Espinosa1998-04-194-4/+4
| | | | svn path=/trunk/; revision=164
* I missed this one as wellArturo Espinosa1998-04-192-2/+2
| | | | svn path=/trunk/; revision=163
* Duh forgot config.h here -migArturo Espinosa1998-04-192-2/+2
| | | | svn path=/trunk/; revision=162
* More touches -migArturo Espinosa1998-04-193-3/+0
| | | | svn path=/trunk/; revision=161
* Various small fixes here and there -migArturo Espinosa1998-04-195-18/+116
| | | | svn path=/trunk/; revision=160
* Update spanish translation for the Calendar.Arturo Espinosa1998-04-1912-16/+2377
| | | | | | | | | | | | | | | | | Update spanish translation for the Calendar. Added command line handling to the calendar program. You can now display your appointments for any given date from the command line wihtout running X. Added CVS's `getdate'. This is a date parser for a bunch of formats. Internationalized getdate. You can even type date descriptions in your native language. Miguel. svn path=/trunk/; revision=159
* Add Quoted printable property to items containing new lines. (duration):Miguel de Icaza1998-04-198-26/+106
| | | | | | | | | | | | | | | 1998-04-18 Miguel de Icaza <miguel@nuclecu.unam.mx> * calobj.c (ical_object_to_vobject): Add Quoted printable property to items containing new lines. (duration): Use unsigned integers, to work around buggy calendar files generated by korganizer. * main.c (save_calendar_cmd): Do not ask for file name if we are saving. (save_as_calendar_cmd): New command. svn path=/trunk/; revision=158
* Final steps.Arturo Espinosa1998-04-185-6/+27
| | | | svn path=/trunk/; revision=157
* Usability fixes -migArturo Espinosa1998-04-188-26/+44
| | | | svn path=/trunk/; revision=156
* Yes.Arturo Espinosa1998-04-1828-55/+1033
| | | | | | | | | | | | | | | | | | | | | Yes. It works. It loads, it saves, it does all that stuff. It works, even if federico complains that we did not test close. Repetition, alarms, all that stuff you all guys love. It it is there. We did minimal testing, but we know you will happilly commit a fix if you find a problem, right? Ok, we are off to a party now. Miguel svn path=/trunk/; revision=155
* Added mandatory status property. (ical_object_to_vobject): Only storeFederico Mena Quintero1998-04-184-12/+37
| | | | | | | | | | 1998-04-17 Federico Mena Quintero <federico@nuclecu.unam.mx> * calobj.c (ical_new): Added mandatory status property. (ical_object_to_vobject): Only store "related" list if it exists. (store_list): Add terminating null char and free the correct data. svn path=/trunk/; revision=154
* Added mandatory status property. (ical_object_to_vobject): Only storeFederico Mena Quintero1998-04-1814-131/+290
| | | | | | | | | | | | | | | | 1998-04-17 Federico Mena Quintero <federico@nuclecu.unam.mx> * calobj.c (ical_new): Added mandatory status property. (ical_object_to_vobject): Only store "related" list if it exists. * main.c (save_calendar_cmd): Implemented calendar saving. (open_calendar_cmd): Implemented calendar loading. (new_calendar_cmd): Implemented calendar creation. (new_calendar): Don't load our test calendar by default. * gncal-full-day.c (delete_appointment): Delete appointment implemented. svn path=/trunk/; revision=153
* Year view, double click -migArturo Espinosa1998-04-1821-112/+611
| | | | svn path=/trunk/; revision=152
* The event dialog is beautified, recurrences are saner.Federico Mena Quintero1998-04-1820-442/+1456
| | | | | | | | | | 1998-04-17 Federico Mena Quintero <federico@nuclecu.unam.mx> * eventedit.c (ee_init_recurrence_page): New function that creates the recurrence page in the toplevel notebook. (ee_store_recur_values_to_ical): Now we can also store the recurrences. svn path=/trunk/; revision=151
* We load the alarms -migArturo Espinosa1998-04-186-45/+147
| | | | svn path=/trunk/; revision=150
* Save Recurrence rules -MiguelArturo Espinosa1998-04-186-20/+339
| | | | svn path=/trunk/; revision=149
* Large number of updates. Recurrence basically works now in most of itsArturo Espinosa1998-04-1820-192/+807
| | | | | | | | | Large number of updates. Recurrence basically works now in most of its forms (daily, weekly, month-by-position). Miguel. svn path=/trunk/; revision=148
* Remove deadly excessive abuse of encapsulation -migArturo Espinosa1998-04-1714-56/+43
| | | | svn path=/trunk/; revision=147
* New event generation api in place -miguelArturo Espinosa1998-04-1715-197/+309
| | | | svn path=/trunk/; revision=146
* Use menu_shell->children, not menu->children. Why does GtkMenu have aFederico Mena Quintero1998-04-1729-220/+402
| | | | | | | | | | | | | | | | | | | | | 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
* Changed exec name to gnomecal, not gncalrhlabs1998-04-172-2/+2
| | | | | | Dr Mike <msf@redhat.com> svn path=/trunk/; revision=144
* XPM files for events with alarm and recurrence, respectively.Federico Mena Quintero1998-04-1612-12/+345
| | | | | | | | | | | | | 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
* Now children have a vertical handle as well. This can be used to move theFederico Mena Quintero1998-04-163-70/+149
| | | | | | | | | | | 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
* run fix -migArturo Espinosa1998-04-162-6/+2
| | | | svn path=/trunk/; revision=141
* The general_owner may be null. Do the proper thing when creating theFederico Mena Quintero1998-04-1621-195/+456
| | | | | | | | | | | | | | | | | | | | | | | | 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 iteratorArturo Espinosa1998-04-1518-45/+260
| | | | | | | | | | | 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
* TODO updates - FedericoArturo Espinosa1998-04-151-2/+0
| | | | svn path=/trunk/; revision=138
* Now using time_t for new and set. Random fixes, as well.Arturo Espinosa Aldama1998-04-159-116/+420
| | | | | | | | | 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
* Routine to destory rows array properly.Miguel de Icaza1998-04-1510-111/+245
| | | | | | | | | | | | | | | 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
* ArghArturo Espinosa1998-04-154-2/+52
| | | | svn path=/trunk/; revision=135
* New widget for the year view. added required compilation of the new files.Arturo Espinosa Aldama1998-04-1521-82/+513
| | | | | | | | | 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.Arturo Espinosa1998-04-148-42/+969
| | | | | | | | | Load recurrence rules; Paint the recurrence screen according to the rules. -miguel svn path=/trunk/; revision=133
* Now takes object and flags parameters. Likewise. Likewise.Federico Mena Quintero1998-04-1420-76/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* New function to let the outside world decide which child to focus.Federico Mena Quintero1998-04-1410-5/+89
| | | | | | | | | | | | | | | 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
* Re-aligned some widgets to make it look prettier. (ee_alarm_widgets):Federico Mena Quintero1998-04-145-92/+185
| | | | | | | | | | | | | 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
* Create new object and add it to the calendar. You can now select a rangeFederico Mena Quintero1998-04-148-72/+280
| | | | | | | | | | | | | | | | | | | | 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
* We now connect to the range_activated signal of the fullday widget insteadFederico Mena Quintero1998-04-1310-111/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Begginning of the create-appointment-on-range-selection-and-enter code -miguelArturo Espinosa1998-04-1211-50/+136
| | | | svn path=/trunk/; revision=127
* More work on the recurrence dialog box, day navigation -migArturo Espinosa1998-04-1217-190/+335
| | | | svn path=/trunk/; revision=126
* Now we support selecting a range in the main window (byFederico Mena Quintero1998-04-115-74/+234
| | | | | | | | | | 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
* Oops, compilation fixes plus more work - FedericoArturo Espinosa1998-04-113-80/+92
| | | | svn path=/trunk/; revision=123
* Gnome cal enhancemnets -migArturo Espinosa1998-04-114-22/+564
| | | | svn path=/trunk/; revision=122
* More work in progress - FedericoArturo Espinosa1998-04-112-50/+322
| | | | svn path=/trunk/; revision=121
* Show instead of just map the child widget (otherwise the text widget getsFederico Mena Quintero1998-04-0920-299/+401
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Also run AC_HEADER_DIRENT.Raja R Harinath1998-04-092-1/+4
| | | | | | * gnome-support.m4: Also run AC_HEADER_DIRENT. svn path=/trunk/; revision=118
* Update to list newer versions of packages. Add `scandir'.Raja R Harinath1998-04-093-4/+9
| | | | | | | * autogen.sh: Update to list newer versions of packages. * gnome-support.m4 (AC_REPLACE_FUNCS): Add `scandir'. svn path=/trunk/; revision=117
* The full day widget now gets updated correctly when you add anArturo Espinosa1998-04-093-27/+66
| | | | | | appointment from the menus. - Federico svn path=/trunk/; revision=116
* Say `#if 0', not `#ifdef 0'.Raja R Harinath1998-04-092-1/+5
| | | | | | * gncal.c (update_calendar): Say `#if 0', not `#ifdef 0'. svn path=/trunk/; revision=115
* Updates - FedArturo Espinosa1998-04-091-0/+4
| | | | svn path=/trunk/; revision=114
* Added a TODO list to refresh my memory from time to time - FedericoArturo Espinosa1998-04-091-0/+46
| | | | svn path=/trunk/; revision=113
* Wheee! Now you can drag events correctly - FedericoArturo Espinosa1998-04-092-20/+38
| | | | svn path=/trunk/; revision=112
* More updates - FedericoArturo Espinosa1998-04-084-28/+158
| | | | svn path=/trunk/; revision=111
* Removed unused global variable parent_class.Federico Mena Quintero1998-04-085-10/+27
| | | | | | | | | | | | | 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
* More work in progress, wheeeee - FedericoArturo Espinosa1998-04-0827-177/+1808
| | | | svn path=/trunk/; revision=109
* New file.Carsten Schaar1998-04-062-0/+7
| | | | | | * versit/.cvsignore: New file. svn path=/trunk/; revision=108
* vCalendar gets fully saved -migArturo Espinosa1998-04-057-15/+259
| | | | svn path=/trunk/; revision=107
* Include <config.h>.Tom Tromey1998-04-043-0/+8
| | | | | | | | Fri Apr 3 22:31:54 1998 Tom Tromey <tromey@cygnus.com> * calendar.c: Include <config.h>. svn path=/trunk/; revision=106
* lots more -migArturo Espinosa1998-04-047-6/+153
| | | | svn path=/trunk/; revision=105
* more and more fixes -migArturo Espinosa1998-04-0410-43/+119
| | | | svn path=/trunk/; revision=104
* Lots -migArturo Espinosa1998-04-0419-189/+1001
| | | | svn path=/trunk/; revision=103
* More work. Weee! -migArturo Espinosa1998-04-032-52/+132
| | | | svn path=/trunk/; revision=102
* The "better" format string for strftime() wasn't better, after all :-(Federico Mena Quintero1998-04-037-14/+171
| | | | | | | | | | | 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
* add test.vcf, more code progress -migArturo Espinosa1998-04-0315-34/+378
| | | | svn path=/trunk/; revision=100
* New full-day widget. It is still a work in progress. It will be similar toFederico Mena Quintero1998-04-0310-7/+792
| | | | | | | | | | | | 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
* More calendar work -migArturo Espinosa1998-04-0318-22/+495
| | | | svn path=/trunk/; revision=98
* Use better format specifier for strftime().Federico Mena Quintero1998-04-035-6/+97
| | | | | | | | | | | | | | | 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
* Various time fixes; lib fixes; cache fixes -migArturo Espinosa1998-04-036-6/+23
| | | | svn path=/trunk/; revision=96
* Day events are now cached inside the widget. They get initialized at thisMiguel de Icaza1998-04-0319-72/+97
| | | | | | | | | | | 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
* New customization function. We can't decide on a stupid border type :-)Federico Mena Quintero1998-04-025-2/+47
| | | | | | | | | | | 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
* New main program that uses our new datatypes and objects.Miguel de Icaza1998-04-0222-30/+747
| | | | | | | | | | | | | | | | | | | | | 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
* Oops, forgot these - FedericoArturo Espinosa1998-04-024-0/+278
| | | | svn path=/trunk/; revision=92
* More updates so that Mig can test it - FedericoArturo Espinosa1998-04-026-8/+64
| | | | svn path=/trunk/; revision=91
* New week view composite widget. This provides a full week view (7 dayFederico Mena Quintero1998-04-029-152/+657
| | | | | | | | | | | | | | | 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
* GnomeCalendar toplevel GnomeApp; versit code -migArturo Espinosa1998-04-0224-38/+7688
| | | | svn path=/trunk/; revision=89
* These functions now take a sort_func parameter, which is of typeFederico Mena Quintero1998-04-025-22/+72
| | | | | | | | | | | | | | | | 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
* Calendar object editor -migArturo Espinosa1998-04-011-0/+88
| | | | svn path=/trunk/; revision=87
* Sync with my copy -migArturo Espinosa1998-04-012-2/+4
| | | | svn path=/trunk/; revision=86
* `buf' now static.Tom Tromey1998-04-012-1/+5
| | | | | | | | 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
* Removed #include "gtkcalendar.h", because it now comes from libgnomeui.Federico Mena Quintero1998-04-0117-49/+686
| | | | | | | | | | | 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
* New function, formats an hour/am_pm pair into a string of the form "3am",Federico Mena Quintero1998-04-013-2/+62
| | | | | | | | | | 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
* Look for vasprintf.Raja R Harinath1998-04-012-1/+5
| | | | | | * gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf. svn path=/trunk/; revision=82
* iCalendar/vCalendar time utiltiesArturo Espinosa1998-04-013-4/+43
| | | | svn path=/trunk/; revision=81
* Small typo fixed -migArturo Espinosa1998-04-012-4/+4
| | | | svn path=/trunk/; revision=80
* Calendar objects as defined by the iCalendar IETF draft. Calendar holderArturo Espinosa1998-04-0112-0/+804
| | | | | | | | | Calendar objects as defined by the iCalendar IETF draft. Calendar holder for Calendar Objects. -mig&fed svn path=/trunk/; revision=79
* added clist.[ch]Craig Small1998-03-314-2/+105
| | | | svn path=/trunk/; revision=78
* Added session maanagement and using clistsCraig Small1998-03-312-46/+236
| | | | svn path=/trunk/; revision=77
* Use gnome_message_box_*, not gnome_messagebox_*.Tom Tromey1998-03-222-1/+5
| | | | | | | | 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
* An empty true branch of an `if' statement is not valid sh syntax. IfTom Tromey1998-03-202-2/+9
| | | | | | | | | | 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
* Weee! gmc uses the gnome.m4 macros now and detects properly gnome ↵Arturo Espinosa1998-03-202-5/+30
| | | | | | installation - mig svn path=/trunk/; revision=72
* Add support for gtk_container_add to GnomeApp widget.Miguel de Icaza1998-03-201-1/+1
| | | | | | | | | 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
* Cache results of check for program_invocation_short_name,Tom Tromey1998-03-202-7/+27
| | | | | | | | | | 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
* Cache results of argp check.Tom Tromey1998-03-192-4/+16
| | | | | | | | 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
* Updates to use AM_PATH_GTK. See various ChangeLogs for details.Owen Taylor1998-03-162-37/+20
| | | | svn path=/trunk/; revision=68
* Add a check for <linewrap.h> -- this enables some optimizations whenRaja R Harinath1998-03-132-0/+7
| | | | | | | | | * gnome-support.m4: Add a check for <linewrap.h> -- this enables some optimizations when compiling `argp'. - Hari svn path=/trunk/; revision=67
* linked into gtkcalendar widgetCraig Small1998-03-126-18/+46
| | | | svn path=/trunk/; revision=66
* Much more work on the mailman - it is semi-functional, and also on girc.Elliot Lee1998-03-121-0/+1
| | | | svn path=/trunk/; revision=65
* Made it conform to the new gnome_init parameters.Miguel de Icaza1998-03-111-1/+0
| | | | | | | | 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
* Build vsnprintf.o, not vsnprint.o.Tom Tromey1998-03-102-1/+6
| | | | | | | | 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
* Add check for `vsnprintf'.Raja R Harinath1998-03-102-0/+9
| | | | | | | | * gnome-support.m4: Add check for `vsnprintf'. - Hari svn path=/trunk/; revision=62
* Added GNOME_INCLUDEDIR. (gncal_LDADD): Don't include libsupport.a.Tom Tromey1998-03-094-7/+12
| | | | | | | | | | | 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
* Set need_gnome_support shell variable. Define BUILD_GNOME_SUPPORT automakeTom Tromey1998-03-092-3/+38
| | | | | | | | | | 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
* Check for strnlen().Tom Tromey1998-03-072-1/+5
| | | | | | | | 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
* Check for argp code, strndup, program_invocation_name,Tom Tromey1998-03-042-1/+13
| | | | | | | | | 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
* Also check for SMlib.h; some Solaris systems have -lSM but not SMlib.h.Tom Tromey1998-03-032-4/+18
| | | | | | | | | 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
* Changed spacing so --help output looks right.Tom Tromey1998-03-022-3/+8
| | | | | | | | | 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
* Set OBJECTIVE_C shell variable.Tom Tromey1998-02-282-0/+7
| | | | | | | | | 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
* Removed bogus Makefile - tromey@cygnus.comTom Tromey1998-02-271-402/+0
| | | | svn path=/trunk/; revision=54
* Added $(GNOME_LIBDIR) to some Makefile.am files.rhlabs1998-02-273-0/+404
| | | | | | -Marc svn path=/trunk/; revision=53
* Stupid mistake... Forgot a `,'Raja R Harinath1998-02-271-1/+1
| | | | | | - Hari svn path=/trunk/; revision=52
* Put $X_CFLAGS here, not in $CFLAGS. (GNOME_HAVE_SM): New var. `true' if weRaja R Harinath1998-02-272-12/+36
| | | | | | | | | | | * 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
* Added German translation.Carsten Schaar1998-02-242-0/+4
| | | | svn path=/trunk/; revision=50
* Changed 'gtt' to 'gncal'.Carsten Schaar1998-02-241-1/+1
| | | | svn path=/trunk/; revision=49
* Mon, 23 Feb 1998 04:17:37 +0100 VincentVincent Renardias1998-02-232-0/+4
| | | | | | *.desktop translations for the gnome-utils module. svn path=/trunk/; revision=48
* gnome_init app_id parameter changes - FedericoArturo Espinosa1998-02-202-1/+5
| | | | svn path=/trunk/; revision=47
* Added '$(INTLLIBS)'Carsten Schaar1998-02-201-0/+4
| | | | | | * Makefile.am (gncal_LDADD): Added '$(INTLLIBS)' svn path=/trunk/; revision=46
* (gncal_LDADD): Added '$(INTLLIBS)'Carsten Schaar1998-02-202-2/+4
| | | | svn path=/trunk/; revision=45
* Remove `GNOME_CHECK_GNOME'.Raja R Harinath1998-02-192-8/+4
| | | | | | | | * gnome.m4: Remove `GNOME_CHECK_GNOME'. - Hari svn path=/trunk/; revision=44
* touchups for CVS gtkElliot Lee1998-02-191-1/+1
| | | | svn path=/trunk/; revision=43
* Removed `Makefile'Raja R Harinath1998-02-191-400/+0
| | | | svn path=/trunk/; revision=42
* updates for GnomeUIInfoElliot Lee1998-02-191-39/+55
| | | | svn path=/trunk/; revision=41
* Include `libsupport.a'.Raja R Harinath1998-02-194-38/+28
| | | | | | | | | | | | * 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
* Replace `strcasecmp' if necessary.Raja R Harinath1998-02-192-1/+6
| | | | | | | | | * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if necessary. - Hari svn path=/trunk/; revision=39
* Added missing separator, from Ching HuiArturo Espinosa1998-02-171-1/+1
| | | | svn path=/trunk/; revision=38
* Add `gnome-pthread-check.m4'. New file. Moved pthread check fromRaja R Harinath1998-02-165-11/+28
| | | | | | | | | | | | | | | * 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
* check for shared gtk+ libraries also.Tim Janik1998-02-161-0/+4
| | | | | | -timj svn path=/trunk/; revision=36
* Use single quotes, not double quotes. Otherwise bash will interpretTom Tromey1998-02-152-2/+8
| | | | | | | | | | 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
* Put back doubled `$'. We want the expansion to occur in the includingRaja R Harinath1998-02-152-1/+7
| | | | | | | | | | * 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
* Remove debugging message, "hahaha $macrodirs". :)Changwoo Ryu1998-02-151-1/+0
| | | | svn path=/trunk/; revision=33
* multilple aclocal -I directories.KST 1998 Changwoo Ryu1998-02-142-3/+13
| | | | | | | | 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
* Removed extra `$' from rule.Tom Tromey1998-02-142-1/+3
| | | | | | | | 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
* Only check for -lSM if not already in x_libs.Tom Tromey1998-02-142-1/+13
| | | | | | | | | 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
* Add `autogen.sh'.Raja R Harinath1998-02-142-1/+3
| | | | | | * Makefile.am (EXTRA_DIST): Add `autogen.sh'. svn path=/trunk/; revision=29
* Solaris /bin/sh doesn't understand `test -e'.Raja R Harinath1998-02-142-25/+28
| | | | | | | | | * gnome-objc-checks.m4 (GNOME_INIT_OBJC): Solaris /bin/sh doesn't understand `test -e'. - Hari svn path=/trunk/; revision=28
* Checkin ChangeLogRaja R Harinath1998-02-141-0/+2
| | | | svn path=/trunk/; revision=27
* New `autogen.sh' that has most of the guts of $topdir/autogen.sh.Raja R Harinath1998-02-141-0/+80
| | | | svn path=/trunk/; revision=26
* Updated g_string_hash and g_string_equal by g_str_hash and g_str_equal,Federico Mena Quintero1998-02-141-0/+384
| | | | | | | | | 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
* Look for gnomeConf.sh in $libdir, where the installation actually installsRaja R Harinath1998-02-142-7/+15
| | | | | | | | | * gnome.m4 (GNOME_INIT): Look for gnomeConf.sh in $libdir, where the installation actually installs it. - Hari svn path=/trunk/; revision=24
* Remove MakefileArturo Espinosa1998-02-143-384/+2
| | | | svn path=/trunk/; revision=23
* Gary Vaughan's fixes to gnome.m4Arturo Espinosa1998-02-141-4/+10
| | | | svn path=/trunk/; revision=22
* Add `gnome-support.m4' to MACROSRaja R Harinath1998-02-141-1/+2
| | | | svn path=/trunk/; revision=21
* New maintainer rule for handling automatic rebuilding of aclocal.m4 if anyRaja R Harinath1998-02-143-2/+20
| | | | | | | | | | | * 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
* New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support.Raja R Harinath1998-02-132-0/+12
| | | | | | | * gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for libsupport.a support. svn path=/trunk/; revision=19
* Added #include <locale.h>Federico Mena Quintero1998-02-133-22/+63
| | | | | | | | | | | | 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
* Fixed Makefile.am so gncal compiles (please check!)Craig Small1998-02-122-0/+8
| | | | svn path=/trunk/; revision=17
* Gnome/Games shoudl work nowArturo Espinosa1998-02-112-0/+3
| | | | svn path=/trunk/; revision=16
* Gnome/Objc automake/autoconf setupArturo Espinosa1998-02-111-17/+30
| | | | svn path=/trunk/; revision=15
* Misc setup changesArturo Espinosa1998-02-112-16/+6
| | | | svn path=/trunk/; revision=14
* Gnome Core updatesArturo Espinosa1998-02-111-0/+34
| | | | svn path=/trunk/; revision=13
* Gnome Utils autoconf/automake setup is readyArturo Espinosa1998-02-118-20/+480
| | | | svn path=/trunk/; revision=12
* New file. Moved AC_CHECK_GNOME from `configure.in' to here, and renamedRaja R Harinath1998-02-115-0/+87
| | | | | | | | | | | | * 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
* Added an about boxCraig Small1998-02-101-17/+46
| | | | svn path=/trunk/; revision=10
* added repeat valuesCraig Small1998-02-102-6/+32
| | | | svn path=/trunk/; revision=9
* now puts lexer into structCraig Small1998-02-101-14/+59
| | | | svn path=/trunk/; revision=8
* Moved top-dir ChangeLog entries to subdir ChangeLogsRaja R Harinath1998-02-041-0/+3
| | | | svn path=/trunk/; revision=7
* Replace "Quit" for "Exit" in all those programs.ROSALIA_BEFORE_COMMITTING_DL_AND_GNOME_HELLOMiguel de Icaza1998-01-271-1/+1
| | | | | | | | | | 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
* updated lexerGNOME_0_12Craig Small1998-01-131-1/+8
| | | | svn path=/trunk/; revision=3
* New Gnome Calendar filesCraig Small1998-01-1210-0/+1382
svn path=/trunk/; revision=2