aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
blob: 339b51f8798e2ff6ff26f232c84029c3f93b79d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
2000-07-05  Dan Winship  <danw@helixcode.com>

    * e-sexp.c (e_sexp_parse): Kill debugging message

2000-07-03  Christopher James Lahey  <clahey@helixcode.com>

    * e-iterator.c, e-iterator.h, e-list-iterator.c,
    e-list-iterator.h, e-list.c, e-list.h: New list class with
    iterators.

    * e-canvas.c: Made it so that you don't get the same selection in
    the selection list more than once.

2000-07-01  Ettore Perazzoli  <ettore@helixcode.com>

    * e-gui-utils.h: #include <libgnomeui/gnome-messagebox.h>.  It's
    needed to be able to pass an appropriate @type arg to
    `e_notice()'.

2000-06-29  Jody Goldberg <jgoldberg@home.com>

    * e-canvas.c (e_canvas_init) : Init the InputContext members
    (e_canvas_class_init) : Add a handler for unrealize.
    (e_canvas_focus_in) : enable the input context.
    (e_canvas_focus_out) : enable the input context.
    (e_canvas_realize) : Create an input context.
    (e_canvas_unrealize) : New function to release the input context.

2000-06-28  Dan Winship  <danw@helixcode.com>

    * e-html-utils.c (url_extract): add ")" to the set of characters
    to back up over at the end of a potential URL.

2000-06-27  Ettore Perazzoli  <ettore@helixcode.com>

    * e-dialog-widgets.c (get_toggle_value): Use `value_var', not
    `value'.

2000-06-27  Ettore Perazzoli  <ettore@helixcode.com>

    * Makefile.am (INCLUDES): `-I$(top_srcdir)' to fix compilation
    with builddir != srcdir.

2000-06-26  Christopher James Lahey  <clahey@helixcode.com>

    * Makefile.am: Added e-canvas-vbox.c and e-canvas-vbox.h.

    * e-canvas-vbox.c, e-canvas-vbox.h: New canvas object to act like
    a vbox using the reflow system.

2000-06-20  Christopher James Lahey  <clahey@helixcode.com>

    * e-canvas.c, e-canvas.h: Added a variable to keep track of the
    cursor.  Set the cursor when selection_add is called.  Properly
    unset the cursor at the right times.

2000-06-20  Christopher James Lahey  <clahey@helixcode.com>

    * e-canvas.c: Grab the focus when setting the cursor.

2000-06-20  Christopher James Lahey  <clahey@helixcode.com>

    * e-canvas.c, e-canvas.h: Built a system for doing selections
    and/or a cursor in canvas.

2000-06-13  Christopher James Lahey  <clahey@helixcode.com>

    * e-util.c, e-util.h: Changed the needed e_marshal functions.

    * e-printable.c, e-printable.h: Added a quantize parameter to
    e_printable_height.  Also, added a e_printable_will_fit function.
    
2000-06-10  Christopher James Lahey  <clahey@helixcode.com>

    * Makefile.am: Added e-printable.c and e-printable.h.

    * e-printable.c, e-printable.h: This new class is a printing
    context.  Other classes return an EPrintable which represents a
    context for printing that object.

    * e-util.c, e-util.h: Added
    e_marshal_NONE__OBJECT_DOUBLE_DOUBLE_BOOL and
    e_marshal_DOUBLE__OBJECT_DOUBLE_DOUBLE.

2000-06-01  Christopher James Lahey  <clahey@helixcode.com>

    * e-util.c: Fixed e_marshal_INT__INT_INT_POINTER.

2000-06-01  Christopher James Lahey  <clahey@helixcode.com>

    * e-util.c, e-util.h: Added e_marshal_INT__INT_INT_POINTER.

2000-06-01  Dan Winship  <danw@helixcode.com>

    * e-util.c (g_int_compare): Duh! -1 != 1. :)

2000-06-01  Christopher James Lahey  <clahey@helixcode.com>

    * e-sexp.c (e_sexp_term_eval): g_return_val_if_fail to prevent a crash.

2000-05-30  Not Zed  <NotZed@HelixCode.com>

    * e-sexp.c (e_sexp_encode_bool): Utility function to build a bool
    as part of an expression string.
    (e_sexp_encode_string): Likewise for strings.

2000-05-30  Christopher James Lahey  <clahey@helixcode.com>

    * e-canvas-utils.c, e-canvas-utils.h: Added
    e_canvas_item_show_area which makes sure that a particular area of
    a given item is in the scroll area.

2000-05-30  Federico Mena Quintero  <federico@helixcode.com>

    * e-dialog-widgets.c (hook_radio): Use the exported function to
    set the value.
    (get_radio_value): Likewise.
    (hook_option_menu): Likewise.
    (get_option_menu_value): Likewise.
    (hook_toggle): Likewise.
    (get_toggle_value): Likewise.
    (hook_spin_button): Likewise.
    (get_spin_button_value): Likewise.
    (hook_editable): Likewise.
    (get_editable_value): Likewise.
    (e_dialog_radio_set): Radio buttons are prepended to their parent
    group's list, so we need to flip the index around when
    getting/setting the value.
    (e_dialog_radio_get): Likewise.

2000-05-27  Federico Mena Quintero  <federico@helixcode.com>

    * e-dialog-widgets.c (e_dialog_editable_set): Moved over from
    event-editor-utils.c.
    (e_dialog_editable_get): Likewise.
    (e_dialog_toggle_set): Likewise.
    (e_dialog_toggle_get): Likewise.
    (e_dialog_spin_set): Likewise.
    (e_dialog_spin_get_double): Likewise.
    (e_dialog_spin_get_int): Likewise.
    (e_dialog_option_menu_set): Likewise, and added a value map.
    (e_dialog_option_menu_get): Likewise.
    (e_dialog_dateedit_set): Likewise.
    (e_dialog_dateedit_get): Likewise.
    (e_dialog_radio_set): New function.
    (e_dialog_radio_get): New function.

2000-05-24  Christopher James Lahey  <clahey@helixcode.com>

    * e-paned.c, e-paned.h: Removed.

2000-05-23  Federico Mena Quintero  <federico@helixcode.com>

    * e-dialog-widgets.c (get_radio_value): Implemented.  Amazing that
    one has to go through so much pain to get a stupid value from
    GTK+.
    (hook_option_menu): Implemented.  Same complaint.
    (get_toggle_value): Implemented.
    (get_spin_button_value): Implemented.
    (get_entry_value): Implemented.
    (e_dialog_widget_hook_value): Function to hook a widget to the
    variable it will modify.
    (e_dialog_get_values): Function to feed the variables from a
    dialog's widgets.
    (e_dialog_xml_widget_hook_value): Function to hook a widget from
    a Glade file.

2000-05-23  Christopher James Lahey  <clahey@helixcode.com>

    * e-util.c, e-util.h: Added e_write_file.

2000-05-19  Federico Mena Quintero  <federico@helixcode.com>

    * e-dialog-widgets.[ch]: New files with utilities for hooking up
    widgets in Glade-generated dialogs.

    * Makefile.am (libeutil_la_SOURCES): Added e-dialog-widgets.[ch].

2000-05-19  Christopher James Lahey  <clahey@helixcode.com>

    * e-gui-utils.c, e-gui-utils.h: Added e_container_foreach_leaf.

2000-05-18  Christopher James Lahey  <clahey@helixcode.com>

    * Makefile.am: Add imagesdir support.

    * e-gui-utils.c, e-gui-utils.h: Added e_create_image_widget for
    glade use.

2000-05-16  Christopher James Lahey  <clahey@helixcode.com>

    * e-xml-utils.c: xmlGetProp appears to return malloced memory.
    Thus we must free it.

2000-05-15  Ettore Perazzoli  <ettore@helixcode.com>

    * e-util.c (e_free_string_list): New function.

2000-05-14  Christopher James Lahey  <clahey@helixcode.com>

    * e-util.c, e-util.h: Added e_strdup_strip which returns a copy of
    the string with the leading and trailing spaces removed.

2000-05-11  NotZed  <NotZed@HelixCode.com>

    * e-sexp.c (e_sexp_finalise): Destroy the g_scanner when cleaning up.
    (e_sexp_finalise): Free symbol table on finalise.

2000-05-09  Christopher James Lahey  <clahey@helixcode.com>

    * e-canvas.c: Remove reflow idle when being destroyed.

2000-05-06  Christopher James Lahey  <clahey@helixcode.com>

    * e-html-utils.c: Got rid of some warnings.

    * e-util.c, e-util.h: Added e_read_file which takes a filename and
    returns a newly allocated string containing the contents of that
    file.

2000-05-03  Ettore Perazzoli  <ettore@helixcode.com>

    * e-util.h: #include <glib.h> and <gtk/gtktypeutils.h>.

    * e-util.c (e_free_object_list): New utility function.

2000-05-02  Damon Chaplin  <damon@helixcode.com>

    * e-canvas.c (e_canvas_focus_in): 
    (e_canvas_focus_out): set and reset the GTK_HAS_FOCUS flag. We now get
    focus_out events correctly.

2000-05-02  NotZed  <NotZed@HelixCode.com>

    * e-sexp.c (e_sexp_finalise): Free the parse tree if we have one.
    (e_sexp_parse): If we already have a parse tree, free it.

2000-05-02  Matt Loper  <matt@helixcode.com>

    * Makefile.am: set G_LOG_DOMAIN.

2000-05-01  Ettore Perazzoli  <ettore@helixcode.com>

    * e-xml-utils.c, e-xml-utils.h: Constified all the functions.

2000-04-27  Dan Winship  <danw@helixcode.com>

    * e-html-utils.c (e_text_to_html): Moved here from the mailer,
    since it's of general use, and the composer needs it too.

2000-04-24  Miguel de Icaza  <miguel@helixcode.com>

    * e-popup-menu.c: New file.  Implements easy to use popup menus. 

2000-04-24  Matt Loper  <matt@helixcode.com>

    * e-paned.c: New file. Makes a GtkPaned with more than two
    children.
    * e-paned.h: same.

    * Makefile.am: added e-paned.[ch].

2000-04-19  Christopher James Lahey  <clahey@helixcode.com>

    * e-xml-utils.c, e-xml-utils.h: Added
    e_xml_get_child_by_name_by_lang.

2000-04-16  Anders Carlsson  <andersca@gnu.org>

      * e-canvas.c (e_canvas_class_init): Add realize.
      (e_canvas_realize): Set the back pixmap to NULL to reduce flicker.

2000-04-14  Christopher James Lahey  <clahey@helixcode.com>

    * e-xml-utils.c: Fixing a warning.

2000-04-14  Christopher James Lahey  <clahey@helixcode.com>

    * e-xml-utils.c: Add g_return_if_fails.

2000-04-12  Miguel de Icaza  <miguel@gnu.org>

    * e-cursors.c (e_cursor_get): Prevent next hacker to get bitten by this.

2000-04-10  Christopher James Lahey  <clahey@helixcode.com>

    * e-canvas.c: Added proper keyboard focus handling.

2000-04-06  Matt Loper  <matt@helixcode.com>

    * e-setup.c (e_setup_base_dir): Get/set Evolution's base directory
    via gnome-config.
    (mkdir_if_necessary): New function.
    (e_setup_base_dir): Use mkdir_if_necessary().

2000-03-22  NotZed  <NotZed@HelixCode.com>

    * e-util/e-sexp.h: Formatting cleanup.

2000-03-07  NotZed  <NotZed@HelixCode.com>

    * e-util/Makefile.am (libeutil_la_SOURCES): s-sexp.h -> e-sexp.h.

2000-03-12  Christopher James Lahey  <clahey@helixcode.com>
    
    * e-util/e-canvas.c, e-util/e-canvas.h: Fixed some bugs here to
    speed up reflow and to make it fail less often.

2000-03-10  Christopher James Lahey  <clahey@helixcode.com>

    * e-util/e-canvas.c, e-util/e-canvas.h: Designed a new system for
    doing hierarchical displays in the canvas.  Adds an extra idle
    loop to the canvas system.

2000-03-05  Christopher James Lahey  <clahey@helixcode.com>

    * e-util/e-xml-utils.c: Fixed e_xml_set_integer_prop_by_name.

2000-03-04  Christopher James Lahey  <clahey@helixcode.com>

    * e-util/e-xml-utils.c, e-util/e-xml-utils.h: Added
    e_xml_set_integer_prop_by_name.

2000-02-28  NotZed  <NotZed@HelixCode.com>
    
    * e-util/e-sexp.[ch]: Added.  moved from filter-sexp.[ch]

    * e-util/Makefile.am (libeutil_a_SOURCES): Add e-sexp.
    (noinst_LTLIBRARIES): Changed to a libtool library.

2000-02-24  Christopher James Lahey  <clahey@helixcode.com>

    * e-util/e-xml-utils.c, e-util/e-xml-utils.h: Added
    e_xml_get_integer_prop_by_name.

    * e-util/Makefile.am: Added e-util.c.

    * e-util/e-util.h: Added e-util.c functions.

    * e-util/e-util.c: New file for compare functions

2000-02-24  Christopher James Lahey  <clahey@helixcode.com>
    
    * e-util/e-canvas-utils.h: Fixed the comment at the top and added
    #ifndef __E_CANVAS_UTILS__.

    * e-util/Makefile.am: Added e-xml-utils.c and
    e-xml-utils.h.

    * e-util/e-xml-utils.h, e-util/e-xml-utils.c: Added files for some
    xml utilities.

    * e-util/e-util.h: Added type EFocus which describes which
    direction the focus will be coming from.

2000-02-23  Dan Winship  <danw@helixcode.com>

    * e-util/e-setup.c (e_setup_base_dir): Make ~/evolution mode 700
    rather than mode 600 (and use the symbolic name rather than the
    number).
    
2000-02-09  Christopher James Lahey  <clahey@helixcode.com>
    
    * e-util/Makefile.am: Add canvas utilities to libeutil.