~ubuntu-branches/debian/sid/genius/sid

« back to all changes in this revision

Viewing changes to ve/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-08-21 12:57:45 UTC
  • Revision ID: james.westby@ubuntu.com-20060821125745-sl9ks8v7fq324bdf
Tags: upstream-0.7.6.1
ImportĀ upstreamĀ versionĀ 0.7.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
** changes now logged in the ../ChangeLog file in genius **
 
2
 
 
3
Fri May 28 12:22:51 2004  George Lebl <jirka@5z.com>
 
4
 
 
5
        * ve-misc.c: be anal about environ == NULL
 
6
 
 
7
Wed May 26 16:25:00 2004  George Lebl <jirka@5z.com>
 
8
 
 
9
        * ve-misc.c: slight adjustment for the filename quoting
 
10
 
 
11
Wed May 26 16:20:03 2004  George Lebl <jirka@5z.com>
 
12
 
 
13
        * ve-misc.[ch]: Add ve_shell_quote_filename, for even more anal
 
14
          filename quoting
 
15
 
 
16
Tue Mar 30 15:11:23 2004  George Lebl <jirka@5z.com>
 
17
 
 
18
        * Makefile.am: include ve-i18n.h in the makefile
 
19
 
 
20
Thu Mar 25 16:49:31 2004  George Lebl <jirka@5z.com>
 
21
 
 
22
        * ve-i18n.h, *.c, Makefile.am: make it possible to compile completely
 
23
          without requiring GNOME
 
24
 
 
25
Thu Jan 15 13:02:07 2004  George Lebl <jirka@5z.com>
 
26
 
 
27
        * ve-misc.[ch]: when glib is new use the glib setenv/unsetenv
 
28
          thingies.  Perhaps I should just whack it (except for clearenv
 
29
          which still isn't in glib)
 
30
 
 
31
Tue Jan 06 17:44:00 2004  George Lebl <jirka@5z.com>
 
32
 
 
33
        * ve-misc.c: export correct function name for ve_filename_from_utf8
 
34
 
 
35
Fri Dec 19 11:49:08 2003  George Lebl <jirka@5z.com>
 
36
 
 
37
        * ve-config.c, ve-misc.h, ve-nongnome.c:  Better testing and handling
 
38
          of EINTR on broken, stupid, idiotic systems.
 
39
 
 
40
Thu Oct 16 09:48:45 2003  George Lebl <jirka@5z.com>
 
41
 
 
42
        * Makefile.am: the disable_deprecated defines are now not defined,
 
43
          they can be manually turned on when one wants to check for
 
44
          compliance.
 
45
 
 
46
Wed Sep 24 18:00:36 2003  George Lebl <jirka@5z.com>
 
47
 
 
48
        * ve-config.c: read at most 5000 lines.  Even though we don't
 
49
          try reading large files, so this is just being very very anal.
 
50
 
 
51
Fri Sep 19 15:34:20 2003  George Lebl <jirka@5z.com>
 
52
 
 
53
        * ve-miscui.[ch]: add a 'markup' flag to the ve_hig_dialog_new
 
54
          interface to specify if markup is to be used in the dialog.
 
55
          if not, strings are escaped properly.
 
56
 
 
57
        * ve-misc.[ch]: add ve_filename_{to,from}_utf8 which act
 
58
          like the locale equivalents
 
59
 
 
60
        * glade-helper.c: use the new markup flag, convert filenames to
 
61
          utf8 before displaying.
 
62
 
 
63
Thu Sep 18 13:53:21 2003  George Lebl <jirka@5z.com>
 
64
 
 
65
        * ve-misc.[ch]: path finding routines
 
66
 
 
67
        * ve-config.c: don't add empty lines to root if root
 
68
          is empty to avoid empty first lines on new
 
69
          files.  Add an empty line to root if adding
 
70
          the first ever line to root.
 
71
 
 
72
Sat Jul 26 01:38:19 2003  George Lebl <jirka@5z.com>
 
73
 
 
74
        * ve-signal.[ch]: allow unnotification of a signal.
 
75
 
 
76
Thu Jul 24 14:58:08 2003  George Lebl <jirka@5z.com>
 
77
 
 
78
        * ve-signal.[ch]: make it possible to check if there was a signal
 
79
          notification while we were hanging without the mainloop running.
 
80
 
 
81
Thu Jul 10 16:54:36 2003  George Lebl <jirka@5z.com>
 
82
 
 
83
        * ve-misc.[ch], ve-gnome.c, ve-nongnome.c:  Add ve_setenv,
 
84
          ve_unsetenv, ve_clearenv back in, the find_file is split
 
85
          into a gnome and non-gnome version, added
 
86
          ve_i18n_get_language_list stolen from gnome-i18n since
 
87
          that was the only thing from libgnome we really needed
 
88
          now in gdm daemon and greeters
 
89
 
 
90
        * ve-config.[ch]: get calls to get all sections and to
 
91
          get all keys in a section to make the API complete and
 
92
          thus make it possible to replace gnome_config_ in
 
93
          the gdm daemon
 
94
 
 
95
        * test-ve-config.c: add a test for the _get_sections and
 
96
          _get_keys
 
97
 
 
98
        * Makefile.am: add libviciousui-gnome.a, libvicious-gnome.a
 
99
          and libviciousui-minimal.a libs to be able to use ve
 
100
          without gnome or even without glade
 
101
 
 
102
        * README: update
 
103
 
 
104
Tue Jul 08 01:03:35 2003  George Lebl <jirka@5z.com>
 
105
 
 
106
        * ve-miscui.c: support all the gtk message box types in the hig
 
107
          dialog thing to avoid hitting asserts
 
108
 
 
109
Mon Jul 07 18:10:08 2003  George Lebl <jirka@5z.com>
 
110
 
 
111
        * glade-helper.c: the bad interface dialogs are now all HIGgy and
 
112
          such
 
113
 
 
114
Mon Jul 07 18:00:46 2003  George Lebl <jirka@5z.com>
 
115
 
 
116
        * ve-miscui.[ch]: add ve_hig_dialog_new for creating HIG
 
117
          compliant alerts.  Stolen partly from gsearchtool
 
118
 
 
119
Mon Jul 07 12:41:14 2003  George Lebl <jirka@5z.com>
 
120
 
 
121
        * glade-helper.[ch]: add call to automatically tagify
 
122
          a label or a label of a button (such as make the label
 
123
          bold by the "b" tag)
 
124
 
 
125
Fri Jun 06 16:37:37 2003  George Lebl <jirka@5z.com>
 
126
 
 
127
        * glade-helper.c: the dialogs have no separator
 
128
 
 
129
Thu Jun 05 13:20:20 2003  George Lebl <jirka@5z.com>
 
130
 
 
131
        * ve-config.c: when new keys are added try to find a commented out
 
132
          version of the key and append it after that line.
 
133
 
 
134
Tue May 13 11:36:53 2003  George Lebl <jirka@5z.com>
 
135
 
 
136
        * ve-misc.c: Apply fix from Owen Taylor for #105145, we were
 
137
          getting LC_ALL instead of LC_MESSAGES.  darn it.
 
138
 
 
139
Wed Jan 08 10:47:27 2003  George Lebl <jirka@5z.com>
 
140
 
 
141
        * ve-misc.c: include locale.h
 
142
 
 
143
Thu Aug 22 15:26:00 2002  George Lebl <jirka@5z.com>
 
144
 
 
145
        * ve-misc.[ch]: ve_locale_exists function for testing for existance
 
146
          of a certain locale.
 
147
 
 
148
Tue Aug 13 15:21:40 2002  George Lebl <jirka@5z.com>
 
149
 
 
150
        * ve-misc.c: whoops a bit of debug was left in
 
151
 
 
152
Tue Aug 13 14:55:09 2002  George Lebl <jirka@5z.com>
 
153
 
 
154
        * ve-misc.[ch]: add some functions for dealing with commands and
 
155
          command lists
 
156
 
 
157
Tue Jul 30 16:35:14 2002  George Lebl <jirka@5z.com>
 
158
 
 
159
        * ve-config.c: fix reading if there are duplicate keys, fix removal
 
160
          of translations to not remove the original key
 
161
 
 
162
Mon Jul 29 16:47:23 2002  George Lebl <jirka@5z.com>
 
163
 
 
164
        * Makefile.am, ve-signal.[ch], vicious.h: move the gdm_signal routines
 
165
          here and call them ve_signal.  This is so that we can use them
 
166
          in the greeters
 
167
 
 
168
        * glade-helper.[ch], ve-misc.[ch]: make a simple version of the
 
169
          ve_find_file function that doesn't use gnome_program and
 
170
          have glade-helper have a mode where it uses that.  Useful
 
171
          if gnome_program is not initialized and using it would be
 
172
          mucho bad.
 
173
 
 
174
Fri Jul 26 16:24:27 2002  George Lebl <jirka@5z.com>
 
175
 
 
176
        * ve-config.[ch]: add a few functions needed for gdmsetup such
 
177
          as translation deleting
 
178
 
 
179
Fri Jul 26 15:33:22 2002  George Lebl <jirka@5z.com>
 
180
 
 
181
        * ve-config.[ch]: add a recheck function
 
182
 
 
183
Fri Jul 26 14:44:02 2002  George Lebl <jirka@5z.com>
 
184
 
 
185
        * Makefile.am, glade-helper.[ch], ve-miscui.c:  Fix warnings and
 
186
          actually compile with warnings and remove usage of some deprecated
 
187
          things.
 
188
 
 
189
        * Makefile.am, ve-misc.h, ve-config.[ch], test-ve-config.c:  Add
 
190
          a gnome-config like engine.  It is simpler, probably less buggy
 
191
          code that handles ini files in a smarter and simpler way, and
 
192
          we can actually use this to stop linking libgnome (and thus a bunch
 
193
          of other libs we never use) into the daemon.  Now only to use this
 
194
          in the and setup and test it and all that.
 
195
 
 
196
Sun Jul 21 12:45:58 2002  George Lebl <jirka@5z.com>
 
197
 
 
198
        * ve-misc.[ch]: add a function to behave like waitpid but never
 
199
          stop on signals
 
200
 
 
201
Thu May 30 13:23:36 2002  George Lebl <jirka@5z.com>
 
202
 
 
203
        * ve-misc.[ch]: add locale_to/from_utf8 replacements that never
 
204
          return NULL.  Also add a sane ve_strftime replacement that
 
205
          simplifies our code a bit.
 
206
 
 
207
Mon May 27 13:39:44 2002  George Lebl <jirka@5z.com>
 
208
 
 
209
        * glade-helper.c: fix small memleak, a few updates so that we don't
 
210
          use deprecated stuff
 
211
 
 
212
Tue May 14 01:20:35 2002  George Lebl <jirka@5z.com>
 
213
 
 
214
        * glade-herlper.c: use GETTEXT_PACKAGE instead of PACKAGE for domain
 
215
 
 
216
Sun Apr 21 22:55:33 2002  George Lebl <jirka@5z.com>
 
217
 
 
218
        * ve-misc.c: look in the _APP domain for files first
 
219
 
 
220
        * Makefile.am: link the non-ui files into the ui lib, so from now on
 
221
          you link with either the non ui one OR the ui one, not both
 
222
 
 
223
Fri Apr 12 15:32:32 2002  George Lebl <jirka@5z.com>
 
224
 
 
225
        * glade-helper.c: destroy dialog after running it
 
226
 
 
227
Tue Apr 09 17:04:06 2002  George Lebl <jirka@5z.com>
 
228
 
 
229
        * ve-misc.[ch]: implement ve_bool_equal
 
230
 
 
231
Fri Nov 30 15:34:41 2001  George Lebl <jirka@5z.com>
 
232
 
 
233
        * glade-helper.c: fix compilation s/w/dlg/
 
234
 
 
235
Tue Nov 27 15:58:41 2001  George Lebl <jirka@5z.com>
 
236
 
 
237
        * glade-helper.c, ve-misc.c: port some deprecated stuff, like
 
238
          gnome-dialogs and some gnome-util.h stuff
 
239
 
 
240
Fri Nov 16 01:49:14 2001  George Lebl <jirka@5z.com>
 
241
 
 
242
        * ve-misc.[ch], ve-miscui.[ch]: remove functions already implemented
 
243
          elsewhere in the gnome platform and also stop using the popt
 
244
          argv function and use the glib one
 
245
 
 
246
Mon Nov 05 21:28:29 2001  George Lebl <jirka@5z.com>
 
247
 
 
248
        * Makefile.am, icon-entry-hack.[ch], glade-helper.c, ve-miscui.c,
 
249
          ve-misc.c: Initial port to 2.0
 
250
 
 
251
Sat Oct 20 16:38:35 2001  George Lebl <jirka@5z.com>
 
252
 
 
253
        * Makefile.am: include LIBGLADE_CFLAGS in the CFLAGS
 
254
 
 
255
Sat Oct 20 11:55:21 2001  George Lebl <jirka@5z.com>
 
256
 
 
257
        * ve-misc.c: handle NULL value in setenv and treat it like ""
 
258
 
 
259
Sun Aug 19 14:10:51 2001  George Lebl <jirka@5z.com>
 
260
 
 
261
        * ve-misc.[ch]: add a ve_first function.  This is turning into
 
262
          string lisp :)
 
263
 
 
264
Fri Aug 17 23:28:00 2001  George Lebl <jirka@5z.com>
 
265
 
 
266
        * ve-misc.[ch]: add vector merge and len functions
 
267
 
 
268
Sun Aug 12 11:43:41 2001  George Lebl <jirka@5z.com>
 
269
 
 
270
        * ve-miscui.[ch]: add a ve_gnome_dialog_grab_focus function, so that
 
271
          we can use it without requiring new gnome-libs
 
272
 
 
273
Mon Jul 09 00:10:53 2001  George Lebl <jirka@5z.com>
 
274
 
 
275
        * viciousui.h: include vicious.h
 
276
 
 
277
        * glade-helper.[ch], ve-misc.c: build fixes
 
278