File: ChangeLog

package info (click to toggle)
twitux 0.61-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,312 kB
  • ctags: 566
  • sloc: sh: 8,981; ansic: 5,367; makefile: 189
file content (729 lines) | stat: -rw-r--r-- 20,831 bytes parent folder | download
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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
2007-03-10  Daniel Morales  <daniminas@gmail.com>

        * Release 0.61.

2008-03-03  Daniel Morales <daniminas@gmail.com>

	* src/twitux-tweet-list.c: Better text wrapping on tweets column.

2008-02-19  Daniel Morales <daniminas@gmail.com>

	* src/twitux-main.c: Bugfix #1897030. Thread system not initialized!

2008-02-14  Brian Pepple  <bpepple@fedoraproject.org>

	* configure.in:
	* src/twitux-main.c: Drop libgnomeui requirement for now, since we aren't
	really using any of the gnome libraries.

2008-02-14  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-app.c:
	* src/twitux-network.c: Use g_get_home_dir, instead of gnome_util_home_file.

2008-02-15  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-send-message-dialog.c:
	* src/twitux-send-message-dialog.h:
	* src/twitux-tweet-list.c: Add a shortcut to reply tweets from timelines
	(double click). That closes #1886311

2008-02-14  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-parser.c: Why-O-why must Ubuntu never forward patches upstream?
	Anyway here's a patch I grabbed from Ubuntu to handle utf8 responses.

2008-02-13  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-label.c: Simplify the code to markup the url in a tweet.

2008-02-12  Brian Pepple  <bpepple@fedoraproject.org>

	* configure.in:
	* src/twitux-about.c:
	* src/twitux-label.c: Port code from gnomevfs to gio.

2008-02-08  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-app.c: actually connect the configure_event signal to its
	function. D'oh!

2008-02-08  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-app.c: Set the main window visibility during start-up from the user's
	gconf value.

2008-02-08  Brian Pepple  <bpepple@fedoraproject.org>

	* data/twitux.schemas.in:
	* src/twitux.h:
	* src/twitux-app.[ch]:
	* src/twitux-hint.[ch]:
	* src/Makefile.am: Instead of quitting application when hitting the 'X'
	on the main window, it will instead minimize to the tray. (#1887777)

2008-02-07  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-preferences.c:
	* src/twitux-tweet-list.c: Add includes and remove some unused crap.

	* src/twitux-parser.c:
	* src/twitux-spell-dialog.c:
	* src/twitux-send-message-dialog.c: Add missing includes.

2008-02-07  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-app.c: Add missing include on twitux-account-dialog.h

	* src/twitux-ui-utils.h: Add missing twitux_window_get_is_visible function
	to header.

	* libtwitux/twitux-keyring.c (account_gnome_keyring_result_to_string):
	Add enumercation for GNOME_KEYRING_RESULT_NO_MATCH to quite compiler.

2008-02-05  Brian Pepple  <bpepple@fedoraproject.org>

	* configure.in:
	* src/twitux-network.c: Update to libsoup-2.4 api
	Patch from Dan Winship.

2008-02-04  Daniel Morales  <daniminas@gmail.com>

	* data/preferences_dialog.glade:
	* data/twitux.schemas.in:
	* src/twitux-parser.c:
	* src/twitux-preferences.c:
	* src/twitux.h: Add preference to show user names ore
	real names

2008-01-19  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-network.c: add 'source' param to get 'from twitux'
	on twitter web.

2008-01-13  Brian Pepple  <bpepple@fedoraproject.org>

	* data/account_dialog.glade:
	* data/main_window.glade:
	* data/send_message_dialog.glade:
	* data/Makefile.am:
	* data/add_friend_dialog.glade:
	* data/spell_dialog.glade:
	* data/preferences_dialog.glade:
	* data/tray_menu.glade:
	* po/POTFILES.in:
	* src/twitux-account-dialog.c:
	* src/twitux-preferences.c:
	* src/twitux-send-message-dialog.c:
	* src/twitux-spell-dialog.c:
	* src/twitux-app.c:
	* src/twitux-add-dialog.c: split out glade files to make eventual gtkbuilder
	transition easier.

	* data/main.glade: removed file.

2007-12-30  Brian Pepple  <bpepple@fedoraproject.org>

	* configure.in:
	* NEWS: Bump version.

2007-12-30  Daniel Morales  <daniminas@gmail.com>

	* Release 0.60.
	
2007-12-17  Daniel Morales  <daniminas@gmail.com>

	* data/main.glade
	* src/twitux-app.[ch]:
	* src/twitux-tweet-list.c:
	* src/twitux-label.[ch]: Expand tweets in the libsexy label.
	* Close Bug #1781507: Wrong address for the FSF in license statements

2007-12-10  Daniel Morales  <daniminas@gmail.com>

	* data/main.glade:
	* src/twitux-send-direct-messages.[ch]:
	* src/twitux-network.c:
	* src/twitux-app.c: Add support to send direct messages.

2007-11-08  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-label.[ch]: Add initial code to support URLs and @nicknames
	using libsexy.

2007-10-26  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-network.c: Minor correction on network code.
	* src/twitux-app.c: Retrieve Twitux timeline.

2007-10-20  Brian Pepple  <bpepple@fedoraproject.org>

	* configure.in: 
	* libtwitux/Makefile.am:
	* libtwitux/twitux-keyring.[ch]:
	* src/twitux-account-dialog.c (account_response_cb)
	(twitux_account_dialog_show):
	* src/twitux-app.c (app_login):
	* src/twitux-network.c (network_cb_on_auth): Add support for gnome-keyring, and fix a leak
	in the network code.

2007-10-18  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux.h: 
	* data/twitux.schemas.in: remove gconf key for statusbar.

2007-20-18  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-add-dialog.[ch]:
	* src/twitux-app.[ch]:
	* src/twitux-network.c:
	* src/Makefile.am: Add friends functions.

	* data/main.glade: Add friend Dialog.

	* src/twitux-about.c: Updated my broken e-mail
	address.

2007-10-11  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-parser.c: Add convert time.

2007-10-05  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-tweet-list.c: Add initial code to handle window
	size and list view wrap.

2007-10-05  Daniel Morales  <daniminas@gmail.com>

	* data/main.glade:
	* src/twitux-app.[ch]:
	* src/twitux-network.[ch]:
	* src/twitux-parser.[ch]: Switch from TreeView to TwituxTweetList.

2007-09-16  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-tweet-list.[ch]: create separate listview object.

2007-09-14  Brian Pepple  <bpepple@fedoraproject.org>

	* data/main.glade:
	* data/twitux.schemas.in:
	* src/twitux-network.c (network_timeout_new): : 
	* src/twitux-preferences.c: Add ability for user to set interval
	between timeline retrievals.

2007-09-12  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-network.c: remove network_timeout_stop
	function.

2007-09-12  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-parser.[ch]:
	* src/twitux-network.c: Add show UI notifications when reload
	timelines.

2007-09-11  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-network.c:
	* src/twitux.h: Add auto reload current timeline.

2007-09-10  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-app.[ch]:
	* src/twitux-network.[ch]:
	* src/twitux-parser.[ch]: Add code to load avatars into
	liststore. 

2007-09-10  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-app.c:
	* src/twitux-parser.c (twitux_parser_timeline): Intial work
	to get liststore in corect format for the ui.

	* configure.in:
	* libtwitux/Makefile.am:
	* libtwitux/twitux-avatar.[ch]: Make library to deal with
	avatar pixbuf.

2007-09-09  Brian Pepple  <bpepple@fedoraproject.org>

	* configure.in:
	* NEWS: Bump version number, and start to add items that will be
	fixed in the next release.

2007-09-07  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-dbus.c:
	* src/twitux-network.c:
	* src/twitux-app.[ch] (twitux_app_state_on_connection): Minor tweaks.

2007-09-04  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-send-message-dialog.c (message_set_characters_available): limit
	messages sent to Twitter to a maximum of 140 characters.

2007-09-03  Brian Pepple  <bpepple@fedoraproject.org>

	* data/main.glade:
	* src/twitux-app.c (app_connection_items_setup): 
	Handle the widgets state more sanely, and remove the
	stop network function from the ui.
	
2007-09-03  Brian Pepple  <bpepple@fedoraproject.org>

	* configure.in:
	* Makefile.am:
	* src/twitux-app.c: Add initial Network Manager dbus
	support.

2007-09-02  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-app.[c]: Add code to show gui-notifications
	using libnotify.

2007-09-02  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-network.c:
	* src/twitux-app.c: Login code review. Bugfixes. Check if
	friends are loaded before request them.

2007-09-01  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-dbus.[ch]: Add files for NetworkManager dbus support.

2007-08-31  Daniel Morales <daniminas@gmail.com>

	* src/twitux-app.c: Nicer loading for friend's menu.

2007-08-31  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-parser.c (parser_twitux_node_status): fix encoding
	of status messages, so they show correctly in the list view.

	* data/Makefile.am: 
	* src/twitux-app.c (app_status_icon_create): Use icon name
	for status icon, instead of using hard-coded pixmap. Don't
	bother to install pixmap into datadir.

2007-08-31  Brian Pepple  <bpepple@fedoraproject.org>

	* data/main.glade:
	* src/twitux-app.c: Add function to retrieve the default time,
	and remove view home timeline from menu.  Also added function
	to handle network login.

2007-08-30  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-preferences.c (preferences_timeline_setup): Fix the 
	combo box, so that it correctly displays the default timeline options.

	* src/twitux-app.c: minor formatting change.

2007-08-30  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-app.c: Load friend's timelines from menu.

2007-08-30  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-network.[ch]: Add support to retrive user's timelines.
	* src/twitux-app.c: Load current user timeline. 'My timeline'.

2007-08-29  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-app.c:
	* src/twitux-network.[ch]: Initial code to view the new friends 
	menu. Fix Friends Timeline.

2007-08-29  Brian Pepple  <bpepple@fedoraproject.org>

	* data/twitux.png:
	* data/twitux.svg:
	* data/Makefile.am:
	* src/twitux-about.c: Add an icon that isn't trademarked,
	and credit the artist.  Would be nice to have someone create
	a tango-ized icon for Twitux sometime in the future.

	* src/twitux-app.c (app_setup, app_twitter_connect_cb): 
	* src/twitux-network.c (network_cb_on_auth): Use G_STR_EMPTY macro.

2007-08-28  Brian Pepple  <bpepple@fedoraproject.org>

	* data/main.glade:
	* po/POTFILES.in:
	* src/Makefile.am:
	* src/twitux-send-message-dialog.c:
	* src/twitux-spell.c:
	* src/twitux-spell-dialog.[ch]: Add the spell dialog, and 
	we are finished implementing spell-checking.  Yeah.

2007-08-28  Brian Pepple  <bpepple@fedoraproject.org>
	
	* src/twitux.h:
	* src/twitux-send-message-dialog.c: create popup menu for
	misspelled words.

2007-08-27  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-network.c (twitux_network_login): fix a spelling error.

	* src/twitux-preferences.c (preferences_destroy_cb): Free a GList when
	destroying the dialog.

	* src/twitux-send-message-dialog.c: Have misspelled words be
	underline.

2007-08-27  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-network.[ch]:
	* src/twitux-app.c: Add reload function

2007-08-27  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-network.[ch]: Add Stop loading timeline.
	* src/twitux-app.c: Load timelines

2007-08-27  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-preferences.c: remove some unneeded functions.
	
2007-08-27  Brian Pepple  <bpepple@fedoraproject.org>
 
	* data/main.glade:
	* src/twitux.h:
	* src/twitux-app.c:
	* src/twitux-network.h:
	* src/twitux-preferences.c: move the set home timeline to the
	preferences dialog.

2007-08-27  Brian Pepple  <bpepple@fedoraproject.org>

	* data/main.glade: Add spell checker dialog to glade file.

2007-08-27  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-network.[ch]:
	* src/twitux-app.[ch]: Add initial code to load timelines
	and populating the list view. Add code to check and create
	twitux cache dirs. Add load public timeline. Add initial code
	to setup the list view columns.

2007-08-26  Brian Pepple  <bpepple@fedoraproject.org>

	* configure.in:
	* data/main.glade:
	* data/twitux.schemas.in:
	* po/ChangeLog:
	* po/POTFILES.in:
	* src/Makefile.am:
	* src/twitux.h:
	* src/twitux-preferences.c:
	* src/twitux-spell.[ch]: Start to add spell checking
	support, and display languages available in the 
	preferences dialog.
	
2007-08-26  Brian Pepple  <bpepple@fedoraproject.org>

	* data/main.glade:
	* data/twitux.schemas.in: 
	* src/Makefile.am:
	* src/twitux-account-dialog.c:
	* src/twitux-app.c:
	* src/twitux-network.c:
	* src/twitux-parser.c:
	* src/twitux-preferences.[ch]:
	* src/twitux.h:Add the preference dialog, and 
	move the gconf setting to the twitter.h.
	
2007-08-26  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-app.[ch]:
	* src/twitux-network.c: integrate some more widget sensitivity
	with network state.

2007-08-25  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-app.c (app_widgets_state_on_connection): Add function
	to set the widgets state based on whether app is connected.

2007-08-25  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-network.[ch]:
	* src/twitux-parser.[ch]: Add function to add users to 
	follow, parse new user response and add it to list.

2007-08-24  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-send-message-dialog.c: add intial code to post
	status to Twitter.

	* src/Makefile.am:
	* src/twitux-app.c:
	* src/twitux-main.c: Add basic network connection & login code
	to ui.

	* src/twitux-network.c: Make statusbar messages more concise. 

2007-08-24  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-network.[ch]
	* src/twitux-parser.[ch]: Add functions to retrive list of
	users: followers, and following. Add function to delete
	a user.

2007-08-23  Daniel Morales <daniminas@gmail.com>

	* src/twitux-network.[ch]: Add functions to get timelines
	and user avatars. Debugging.

	* src/twitux-parser.[ch]: More code cleanup

2007-08-23  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-app.c: Add function framework for viewing 
	different timelines.

2007-08-22  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-send-message-dialog.c (url_encode_message): Add function
	to url-encode text to be sent to Twitter.

	* src/Makefile.am: 
	* data/main.glade:
	* src/twitux-app.c:
	* src/twitux-send-message-dialog.[ch]: Add intial
	code for the send message dialog.

2007-08-22  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-network.[ch]: First revision of network code,
	rewrited some functions and added proxy support.

	* src/twitux-preferences.h: added definitions: headers to
	send to Twitter, gconf keys with proxy info

2007-08-22  Brian Pepple  <bpepple@fedoraproject.org>

	* data/twitux.schemas.in: have the keys for window position
	actually match the definitions in twitux-preferences.h.

	* src/twitux-geometry.c (twitux_geometry_load_for_main_window):
	Have the app actually use the saved window geometry on startup.

2007-08-22  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-app.[ch]: added functions to: set the model of the
	TreeView, update statusbar text.

	* src/twitux-preferences.h: Added #defines to get the Twitux
	directories. (cache and files).

2007-08-21  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-parser.[ch]: Added support to generate a GtkTreeStore
	of tweets and Glist of friends when parsing. Droped GBoxed type.

	* src/twitux-preferences.h: No more pointers on treemodel,
	only strings.

2007-08-21  Brian Pepple  <bpepple@fedoraproject.org>

	* data/main.glade:
	* src/twitux-app.c: Add the popup menu to the 
	tray status icon.

2007-08-21  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-preferences.h: Added enum for GtkListStore columns
	* src/twitux-parser.[ch]: Rewrited old parsing functions

2007-08-21  Daniel Morales  <daniminas@gmail.com>

	* src/twitux-parser.[ch]: First review and cleanup of parsing code.

2007-08-20  Brian Pepple  <bpepple@fedoraproject.org>

	* data/twitux-schemas.in:
	* src/twitux-app.c:
	* src/twitux-preferences.h: Add intial support for 
	GtkStatusIcon.  Still need to add support for the 
	tray menu.

2007-08-20  Brian Pepple  <bpepple@fedoraproject.org>

	* src/Makefile.am:
	* src/twitux-app.c:
	* src/twitux-geometry.[ch]: Add some functions to save main
	window geometry.
	
2007-08-20  Brian Pepple  <bpepple@fedoraproject.org> 

	* src/twitux-app.c (app_setup): Check to see if user account
	info is set, and if not open the accounts dialog.
	
2007-08-20  Brian Pepple  <bpepple@fedoraproject.org>

	* data/twitux.schemas.in:
	* data/main.glade:
	* src/twitux-account-dialog.c: 
	* src/twitux-preferences.h (TWITUX_PREFS_AUTH_AUTO_LOGIN): Massage the
	accounts dialog some more.  Add preferences to show the password, and
	whether to auto login.

2007-08-19  Brian Pepple  <bpepple@fedoraproject.org>

	* data/main.glade:
	* src/Makefile.am: 
	* src/twitux-account-dialog.[ch]:
	* src/twitux-app.c: Add account dialog code.

2007-08-19  Brian Pepple  <bpepple@fedoraproject.org>

	* src/Makefile.am: 
	* src/twitux-app.c: 
	* src/twitux-glade.[ch]:
	* src/twitux-ui-utils.[ch]: Split out glade functions from
	the ui-utils.
	
2007-08-19  Brian Pepple  <bpepple@fedoraproject.org> 

	* configure.in:
	* po/POTFILES.in: update so distcheck passes.

2007-08-19  Brian Pepple  <bpepple@fedoraproject.org>

	* src/twitux-about.c (twitux_about_dialog_new): 
	* src/twitux-main.c (main): 
	* data/twitux.desktop.in.in (Icon):
	* data/Makefile.am (icondir):  Make application icon
	themeable.

	* data/twitux-loading.png:
	* data/twitux-side.png:
	* data/twitux-top.png: Remove unused pixmaps.

	* data/main.glade: make only one item in the menu
	selected.
	
2007-08-19  Brian Pepple  <bpepple@fedoraproject.org>

	* configure.in:
	* src/Makefile.am:
	* src/twitux-main.c: Start rewrite of main,
	by excluding all code not dealing with the gui.
	Will add functionality back as the gui is built.
	
2007-08-19  Brian Pepple  <bpepple@fedoraproject.org>

	* data/main.glade: rename widget.
	
	* src/twitux-about.[ch]: 
	* src/twitux-app.[ch]:
	* src/twitux-ui-utils.[ch]: Add new files to
	project.
	
2007-08-19  Brian Pepple  <bpepple@fedoraproject.org>

	* configure.in: 
	* data/main.glade:
	* data/Makefile.am (glade_DATA): Add glade file to project.

2007-08-18  Brian Pepple  <bpepple@fedoraproject.org>
	
	* src/main.c (main): let's remember to shutdown gconf.
	
2007-08-18  Brian Pepple  <bpepple@fedoraproject.org>
 
	* data/Makefile.am:
	* data/twitux.png:
	* data/twitux-side.png:
	* data/twitux-loading.png:
	* data/twitux-top.png:
	* data/twitux.desktop.in.in:
	* data/twitux.schemas.in:
	* po/POTFILES.in:
	* po/POTFILES.skop: Consolidate misc data files
	into one directory.

	* cofigure.in:
	* Makefile.am: Modify fixes necessary for directory 
	changes.

	* twitux.desktop.in:
	* twitux.schemas.in:
	* pixmaps/*: remove unnecessary files & directory.	
	
2007-08-18  Brian Pepple  <bpepple@fedoraproject.org>

	* po/POTFILES: remove src/conf.c, so that make distcheck
	works again.
	
2007-08-18  Brian Pepple  <bpepple@fedoraproject.org>

	* configure.in:
	* twitux.schemas.in:
	* Makefile.am: Add missing bits for gconf, and
	libtwitux.

	* libtwitux/twitux-paths.[ch]: Add helper library.

	* po/POTFILES.in: Add schemas to list of files that need
	to be translated.
	
	* src/twitux-preferences.h: Add header with gconf keys.
	* src/gcommon.[ch]: remove open_web_browser function.
	
	* src/Makefile.am:
	* src/callbacks.[ch]:
	* src/gui.[ch]:
	* src/main.[ch]:
	* src/network.[ch]
	* src/twitter.c: used twitux-conf.[ch], instead of 
	TwiTuxConfig.
	
	* src/conf.[ch]: REMOVED files, since we're using
	libtwitux/twitux-conf.[ch] instead.

2007-08-15  Brian Pepple  <bpepple@fedoraproject.org>

	* libtwitux/Makefile.am: 
	* libtwitux/twitux-conf.[ch]:
	* libtwitux/twituc-debug.[ch]:
	Add some libraries to handle gconf & debugging.

2007-08-14  Brian Pepple  <bpepple@fedoraproject.org>

	* COPYING:
	Use static copy instead of linked version.
	
	* autogen.sh: 
	* configure.in:
	* src/twitter.h:
	Update configure.in to more current macros, and add autogen 
	script.

	* po/LINGUAS:
	Update project to use LINGUAS for translations.  refer to
	http://live.gnome.org/GnomeGoals/PoLinguas

Mon, 13 Aug 2007 21:27:56 -0300 Daniel Morales <daniel@suruware.com>
	* Bugfixes
	* Added new featues:
		* Notification area icon
		* Gui notifications
		* Auto reload timelines

Wed, 01 Aug 2007 22:14:22 -0300  Daniel Morales <daniel@suruware.com>

	* Added new featues:
		* Expand statuses
		* URL render
		* Expander animated :)
		* URL Tinyzer (using the tinyurl.com service)
		* Added Swedish translation - (thanks to Daniel Nylander!)
		* Added Portuguese translation - (thanks to Neto Cury!)
		* Various bugfixes

Sun, 29 Jul 2007 16:42:57 -0300  Daniel Morales <daniel@suruware.com>

	* Initial release