File: ChangeLog

package info (click to toggle)
ximian-setup-tools 0.11.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 9,432 kB
  • ctags: 3,805
  • sloc: ansic: 28,002; perl: 18,583; sh: 7,683; makefile: 557
file content (792 lines) | stat: -rw-r--r-- 22,669 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
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
2001-12-16  Chema Celorio  <chema@celorio.com>

	* configure.in (XST_TOOL_EXTRA_DIST): dont dist tool.desktop.in
	nor tool.desktop.in.in

	* NEWS: 0.11.0 here we go

	* MAINTAINERS: updated

	* AUTHORS: Updated

2001-12-15  Chema Celorio  <chema@celorio.com>

	* configure.in: bump to 0.11.0

2001-12-13  Israel Escalante  <israel@ximian.com>

	* configure.in: Bump version to 0.10.0

2001-12-11  Israel Escalante <israel@ximian.com>

	* Release 0.10.0.

2001-12-12  Israel Escalante  <israel@ximian.com>

	* acconfig.h: add XST_HAVE_ARCHIVER

	* src/Makefile.am: build location-manager conditionaly

	* configure.in: Added a flag to specify if archiver should be
	  built or not --with-archiver and --without-archiver.

2001-12-11  Israel Escalante  <israel@ximian.com>

	* configure.in: Bump version to 0.9.0. 

2001-12-02  Chema Celorio  <chema@celorio.com>

	* configure.in: remove the XST_TOOL_ macro crack

2001-11-30  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in: Make sure DATADIRNAME is defined; it seems to be
	left undefined in some cases

2001-11-13  Arturo Espinosa Aldama  <arturo@ximian.com>

	* configure.in (XST_LIBS): get bonobo libs and cflags too.

2001-10-03  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Catalan (ca) to ALL_LINGUAS

2001-10-01  Israel Escalante  <israel@ximian.com>

	* configure.in: Bump version 0.8.0

2001-09-21  Tambet Ingo  <tambet@ximian.com>

	* configure.in: Updated GAL requirement to 0.11.99.4

2001-08-30  Abel Cheung  <maddog@linux.org.hk>

	* configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW

2001-08-22  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in (dnl): Bump control center version requirement to 1.5.6

2001-08-12  Simos Xenitellis <simos@hellug.gr>

	* configure.in: Added "el" to ALL_LINGUAS

2001-08-01  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in: Define FRONTEND_DIR and DESKTOP_DATA_DIR

2001-07-31  Chema Celorio  <chema@celorio.com>

	* configure.in (XST_CFLAGS): add config_archiver to XST_LIBS and XST_CFLAGS
	(AC_OUTPUT): add the directories of the unstable tools

	* src/Makefile.am (SUBDIRS): add the directories back

2001-07-31  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in: Uncomment archiver lines

2001-07-30  Chema Celorio  <chema@celorio.com>

	* configure.in: bump to 0.7.0
	remove the lines for the tools that we are not shipping for 0.7.0
	(XST_TOOL_DEPENDENCIES): builddir != srcdir

2001-07-30  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in: Commented out check for Ximian archiver
	(XST_{LIBS|CFLAGS}): Remved config_archiver

2001-07-27  Chema Celorio  <chema@celorio.com>

	* src/Makefile.am: remove display. 

2001-07-30  Abel Cheung <maddog@linux.org.hk>

	* configure.in: Added zh_TW.Big5 (traditional Chinese) to ALL_LINGUAS.

2001-07-25  Chema Celorio  <chema@celorio.com>

	* src/Makefile.am (SUBDIRS): remove print, shares and disks

2001-07-20  Chema Celorio  <chema@celorio.com>

	* src/Makefile.am: disable internet sharing too

2001-07-19  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in (dnl): Bump version requirement on the control center to 1.5.0

2001-07-19  Chema Celorio  <chema@celorio.com>

	* src/Makefile.am (SUBDIRS): disable memory and loc-mgm for the release

	* configure.in: add code to install the desktop files for the control center

2001-07-12  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in: Bump version number requirement for control center to 1.3.10

2001-07-12  Chema Celorio  <chema@celorio.com>

	* configure.in (dnl):  fix (again)
	
2001-07-12  Chema Celorio  <chema@celorio.com>

	* configure.in (dnl): fix the SCRIPTDIR thing so that
	it works with the backends

2001-07-05  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in (XST_TOOL_LIBS): 
	(XST_TOOL_CFLAGS): Uncomment these lines
	(XST_TOOL_LIBS): Remove \$(top_builddir)/archiver/libximian_archiver.la

	* src/Makefile.am (SUBDIRS): Added location-manager

2001-07-04  Chema Celorio  <chema@celorio.com>

	* configure.in : the archiver is no longer located here, remove the
	pointers to the archiver and check for the ximian archiver

2001-07-03     Anna Marie Dirks <anna@ximian.com> 
	* /interfaces (display-mockup.glade) : (re)designed the display tool,
	and added this file for the perusement of the setup-tool hackers.

2001-07-03     Anna Marie Dirks <anna@ximian.com> 
	* /pixmaps: added two (temporary) pixmaps, big-monitor.png and 
	test-colors.png, to support the display tool mockup. 
	
2001-06-26  Chema Celorio  <chema@celorio.com>

	* src/Makefile.am (SUBDIRS): add display to the default build

2001-06-20  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in (XST_TOOL_LIBS): Added libximian_archiver.la

2001-06-09  Tambet Ingo  <tambet@ximian.com>

	* configure.in (XST_CRACK_LIB_LOCATION): Change the default
	cracklib location.

2001-06-08  Chema Celorio  <chema@celorio.com>

	* configure.in (dnl): rename xconf to display

2001-06-01  Kenneth Christiansen <kenneth@gnu.org>

	last touches for xml-i18n-tools support to be finished

	* po/da.po: Updated to test
	* src/boot/boot.desktop.in.in
	* src/internetsharing/internetsharing.desktop.in.in
	* src/memory/memory.desktop.in.in
	* src/network/network.desktop.in.in
	* src/print/print.desktop.in.in
	* src/time/time.desktop.in.in
	* src/users/users.desktop.in.in

	All files updated and marked for translation.

2001-06-01  Chema Celorio  <chema@celorio.com>

	* configure.in (XST_CRACK_LIB_LOCATION): add a
	--with-cracklib-dict argument so that we can specify
	a location for the cracklib dictionary.

2001-05-30  Theo van Klaveren <t.vanklaveren@student.utwente.nl>

	* configure.in: add libutil to XST_LIBS on FreeBSD

2001-05-30  Chema Celorio  <chema@celorio.com>

	* configure.in (XIMIAN_ARCHIVER_LIBS): add gnoemcanvaspixbuf to
	the list of libraries for the archiver

2001-05-30  Chema Celorio  <chema@celorio.com>

	* configure.in: libsetuptools should be called with ../common
	so that changes in the common code force relinking of the tools

2001-05-29  Chema Celorio  <chema@celorio.com>

	* configure.in : remove GAL_LIBS & GDK_PIXBUF
	remove the warning.
	clean a bit.
	(XST_LIBS): define XST_TOOL_LIBS and XST_TOOL_CFLAGS
	which are to be used by the tools
	move the code to generate the .desktop files here

2001-05-29  Chema Celorio  <chema@celorio.com>

	* configure.in : Create XST_LIBS 

2001-05-26  Carlos Perell Marn <carlos@gnome-db.org>

	* especs/*: moved to src/* directories.
	* *.especs: /s/especs/etspec, sorry, my mistake.

2001-05-26  Carlos Perell Marn <carlos@gnome-db.org>

	* Makefile.am: Added the especs subdir
	* acconfig.h: Added the ESPECS_DIR var.
	* configure.in: Created the rules for especsdir.
	* Thanks to kenneth, he has gave me some great ideas about this change.

2001-05-26  Chema Celorio  <chema@celorio.com>

	* configure.in (XIMIAN_ARCHIVER_LIBDIR/LIBS/INCLUDEDIR_CONF):
	add new variables to be used in ximian_archiverConf.sh which are
	different from the non _CONF variables. Fixes the library not
	found issue

2001-05-24  Arturo Espinosa Aldama  <arturo@ximian.com>

	* 0.5 RELEASE

2001-05-24  Chema Celorio  <chema@celorio.com>

	* configure.in: bump to 0.5.0
	(XIMIAN_ARCHIVER_INCLUDEDIR): add variables for ximian_archiverConf.sh.in

2001-05-22  Carlos Perell Marn <carlos@gnome-db.orb>

	* configure.in: Added what to do if you don't have installed cracklib 
	in your Debian system.

2001-05-21  Arturo Espinosa Aldama  <arturo@ximian.com>

	* SUPPORTED: Took OpenLinux out of the verification matrix.

2001-05-20  Theo van Klaveren <t.vanklaveren@student.utwente.nl>

	* SUPPORTED: Added FreeBSD.
	* acconfig.h: Added new variable HAVE_CRYPT_H.
	* configure.in: Fix warnings when cracklib is not found. Do not bail
	out when <crypt.h> is not found, instead don't define HAVE_CRYPT_H.

2001-05-21  Carlos Perell Marn <carlos@gnome-db.org>

        * Makefile.am: s/backends/backend
	
2001-05-21  Tambet Ingo  <tambet@ximian.com>

        * NEWS: Added some news.

2001-05-21  Chema Celorio  <chema@celorio.com>

	* configure.in : s/backends/backend

2001-05-21  Chema Celorio  <chema@celorio.com>

	* RELEASE_CHECKLIST: add email of the translators
	mailing list

2001-05-17  Arturo Espinosa Aldama  <arturo@ximian.com>

	* SUPPORTED: Changed status for SuSE and Woody.

2001-05-17  Tambet Ingo  <tambet@ximian.com>

	* BUGS: Removed fixed bugs.

	* NEWS: Fixed little typo.

2001-05-16  Arturo Espinosa Aldama  <arturo@ximian.com>

	* SUPPORTED: The latest verification matrix will live here,
	and be copied to the NEWS file when a release is made. Please
	keep it up-to-date as verifications and ports are done.
	* BUGS: Updated Woody network/interfaces issue.

2001-05-14  Chema Celorio  <chema@celorio.com>

	* ximian-setup-tools.spec.in: another fix

2001-05-12  Chema Celorio  <chema@celorio.com>

	* ximian-setup-tools.spec.in (Requires): Fix the changelog,
	thanks (thaynes@ca.ibm.com)

2001-05-13  Chema Celorio  <chema@celorio.com>

	* configure.in: bump version to 0.9.2

2001-05-13  Chema Celorio  <chema@celorio.com>

	* all .c files : replace "global.h" with "xst.h"

2001-05-11  Chema Celorio  <chema@celorio.com>

	* configure.in : After the release, enable the disabled directories
	(print,internetsharing & location-manager-capplet)
	* src/Makefile.am: ditto

2001-05-11  Chema Celorio  <chema@celorio.com>

	* configure.in (ALL_LINGUAS): remove Makefiles that are not
	build by default for 0.4.1

	* src/Makefile.am: remove print & internet sharing for 0.4.1

2001-05-10  Chema Celorio  <chema@celorio.com>

	* configure.in (dnl): add a check for libglade. Thanks hadess for
	pointing it out.

2001-05-09  Chema Celorio  <chema@celorio.com>

	* ximian-setup-tools.spec.in: added the date to the Changelog
	thanks Erick Woods <erick@erick.com>

2001-05-09  Arturo Espinosa Aldama  <arturo@ximian.com>

	* 0.4 RELEASE

2001-05-09  Hans Petter Jansson  <hpj@ximian.com>

	* NEWS: Corrected a couple of typos.

2001-05-09  Hans Petter Jansson  <hpj@ximian.com>

	* NEWS: Added list of major changes since last release.

2001-05-09  Arturo Espinosa Aldama  <arturo@ximian.com>

	* NEWS: updated "Verification matrix" section.

2001-05-09  Arturo Espinosa  <arturo@ximian.com>

	* ximian-setup-tools.spec.in: require wvdial.
	
2001-04-27  Arturo Espinosa  <arturo@ximian.com>

	* FOR PIXMAPS LOGS, USE pixmaps/ChangeLog NOW.
	
2001-04-20 Chema Celorio <chema@celorio.com>

	* configure.in: add an url for cracklib 

2001-04-18  Chema Celorio  <chema@celorio.com>

	* configure.in (ALL_LINGUAS): s/location-management/location-manager/

2001-04-11  Tambet Ingo  <tambet@ximian.com>

	* configure.in: Removed check for GConf, let's use gnome-config instead.

2001-03-30  Tambet Ingo  <tambet@ximian.com>

	* configure.in: Check for GConf.

2001-03-28  Hans Petter Jansson  <hpj@ximian.com>

	* HACKING: For mailinglist, gnome-admin-tools -> setup-tool-hackers.

2001-03-28  Ryan Boren <rboren@fuzzybelly.org>

	* doc/Hacking/backend-perl-reference: s/be_/xst_/

2001-03-28  Michael Meeks  <michael@ximian.com>

	* configure.in: add src/print

	* src/Makefile.am: ditto.

2001-03-22  Tambet Ingo  <tambet@ximian.com>

	* configure.in (GAL_CFLAGS): Bumped GAL requirement to 0.5.99.12.

2001-03-22  Arturo Espinosa  <arturo@ximian.com>

	* configure.in: Added gdk_pixbuf and gnomecanvasgdkpixbuf
	  LDFLAGS & CFLAGS generation, for AA pixmaps hack.
	
2001-03-14  Tambet Ingo  <tambet@ximian.com>

	* configure.in: Added e-search-bar to build.

2001-03-11  Hans Petter Jansson  <hpj@ximian.com>

	* README: Added Joakim to list of artists.

2001-03-08  Hans Petter Jansson  <hpj@ximian.com>

	* DISTROS: It's HPUX 10.20, not 10.0. At least as far as we're
	  concerned here.

2001-03-08  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in (AC_OUTPUT): Added output command for location
	management GUI
	
2001-03-02  Christophe Merlet  <redfox@eikonex.org>

	* configure.in: Added fr (French) to ALL_LINGUAS.


2000-02-28  Hans Petter Jansson  <hpj@ximian.com>

	* NEWS: Add whole announcement.

2000-02-28  Anna Dirks  <anna@ximian.com>
	* interfaces/boot.glade.in: fixed branding icons to be consistent across 
	  tools 
	
	* interfaces/disks.glade.in: fixed branding icons to be consistent across
          tools

	* interfaces/memory.glade.in: fixed branding icons to be consistent across
          tools

	* interfaces/shares.glade.in: fixed branding icons to be consistent across
          tools 

	* interfaces/networking.glade.in: fixed branding icons to be consistent 
	across tools

	* interfaces/users.glade.in: fixed branding icons to be consistent across
          tools

	* interfaces/time.glade.in: fixed branding icons to be consistent across
          tools
	
2001-02-28  Hans Petter Jansson  <hpj@ximian.com>

	* AUTHORS, NEWS, README: Revised for 0.3.0 release.


2000-02-28  Anna Dirks  <anna@ximian.com>

	* interfaces/boot.glade: fixed branding icons to be consistent across 
	  tools 
	
	* interfaces/disks.glade: fixed branding icons to be consistent across
          tools

	* interfaces/memory.glade: fixed branding icons to be consistent across
          tools

	* interfaces/shares.glade: fixed branding icons to be consistent across
          tools 

	* interfaces/networking.glade: fixed branding icons to be consistent 
	across tools

	* interfaces/users.glade: fixed branding icons to be consistent across
          tools

	* interfaces/time.glade: fixed branding icons to be consistent across
          tools
	
2001-02-27  Chema Celorio  <chema@celorio.com>

	* configure.in: 0.3.0

2001-02-27  Hans Petter Jansson  <hpj@ximian.com>

	* DISTROS: Added support matrix.

2001-02-22  Chema Celorio  <chema@celorio.com>

	* configure.in (ALL_LINGUAS): remove nameresolution & networking

2001-02-21  jacob berkman  <jacob@ximian.com>

	* src/*/Makefile.am: disable root manager for no
	
2001-02-15  Arturo Espinosa  <arturo@ximian.com>

	* interfaces/internet_connection_druid.glade.in: glade file
	  to be preparsed and installed in system for ppp druid.
	* interfaces/Makefile.am: process & install ppp druid glade file.

2001-02-13  Chema Celorio  <chema@celorio.com>

	* configure.in: add "print" to gnome-config --libs

2001-02-13  Fatih Demir	<kabalak@gtranslator.org>

	* configure.in: Added "tr" to ALL_LINGUAS.

2001-02-13  Tambet Ingo  <tambet@ximian.com>

	* interfaces/boot.glade.[*]: Interface with Anna's LOVE.

2001-02-09  Tambet Ingo  <tambet@ximian.com>

        * interfaces/boot.glade.in: renamed some widgets.

2001-02-09  Tambet Ingo  <tambet@ximian.com>

        * interfaces/boot.glade.in: Added settings dialog.

2001-02-06  Tambet Ingo  <tambet@ximian.com>

	* interfaces/Makefile.am: Added boot stuff.
	
2001-02-06  Tambet Ingo  <tambet@ximian.com>
	
	* interfaces/boot.glade.*: New files.
		
2001-02-06  jacob berkman  <jacob@ximian.com>

	* interfaces/*.glade.in: name some widgets which used to be stuff
	like "button15"

2001-02-06  Anna Marie Dirks  <anna@ximian.com>

	*interfaces/location_management_mockup.glade: Added this file
	as an initial (discussion-generating) solution to the location
	management problem. 

2001-02-02  jacob berkman  <jacob@ximian.com>

	* interfaces/network.glade.in: fix for new api

2001-02-02  Tambet Ingo  <tambet@ximian.com>

	* ximian-setup-tools.spec.in: s/helix/ximian

2001-02-02  Tambet Ingo  <tambet@ximian.com>

        * interfaces/users.glade.in: NIS support updated.

2001-01-31  Tambet Ingo  <tambet@ximian.com>

	* interfaces/users.glade.in: Switch to xst_ functions.
		
2001-01-29  jacob berkman  <jacob@ximian.com>

	* TODO: sync with reality

	* interfaces/network.glade.in: s/names/aliases/

2001-01-29  jacob berkman  <jacob@ximian.com>

	* interfaces/common.glade.in:
	* interfaces/time.glade.in: sync with .c files

2001-01-23  Tambet Ingo  <tambet@ximian.com>

	* interfaces/memory.glade.in: Unified style: All other tools say
	"Add", this beast said "Create...". Removed dots from "Settings..."
	too. Made all labels left aligned before Anna fills another bug
	report :)

2001-01-23  Tambet Ingo  <tambet@ximian.com>

	* interfaces/users.glade.in: All labels are left aligned,
	text entries expand when You make Your window bigger.

2001-01-23  Tambet Ingo  <tambet@ximian.com>

        * interfaces/users.glade.in: Made network tab look more like other 
        tabs (spacing). Users aren't "it", but "they" :)

2001-01-19  Yukihiro Nakai  <nakai@gnome.gr.jp>

	* configure.in: Add ja to ALL_LINGUAS and sort it.

2001-01-19  Tambet Ingo  <tambet@ximian.com>

	* TODO: Updated Users section and added Memory.

2001-01-19  Tambet Ingo  <tambet@ximian.com>

	* interfaces/users.glade.in: placeholders are now hboxes.

2001-01-18  jacob berkman  <jacob@ximian.com>

 	* interfaces/network.glade.in: sync with .c

2001-01-18  Chema Celorio  <chema@celorio.com>

	* TODO: add a TODO file

2001-01-17  Tambet Ingo  <tambet@ximian.com>

	* interfaces/memory.glade.in: sync with .c

2001-01-16  jacob berkman  <jacob@ximian.com>

	* interfaces/network.glade.in: sync with .c

	* interfaces/common.glade.in: call tool_user_delete() from the
	delete event

2001-01-15  Chema Celorio  <chema@celorio.com>

	* HACKING: Modify ChangeLog policy
	* Add a ChangeLog file for each Tool

2001-01-13  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in: Added AM_PROG_LIBTOOL call for libximian_archiver

2001-01-12  jacob berkman  <jacob@ximian.com>

	* src/network/connection.c (connection_configure): hide the tabs
	that aren't for our connection type

	* src/network/connection.[ch]: new files to run the connection
	dialogs

	* src/network/callbacks.c: hook up connection stuff

	Note: the backend for this stuff doesn't exist, so it doesn't
	actually do anything

	* src/common/tool.c: if we are in pseudo-root mode, don't really
	apply settings

2001-01-12  Jesus Bravo Alvarez  <jba@pobox.com>

	* configure.in: Added gl (Galician) to ALL_LINGUAS.

2001-01-10  Jacob "Ulysses" Berkman  <jacob@helixcode.com>

	* src/network/callbacks.c (on_network_admin_show): don't disable
	the descriptive icon and label on the first and third page when
	running as non-root

	* interfaces/network.glade.in: new version of the connection
	dialog.  This one is pretty good.
	
2001-01-08  Jacob "Ulysses" Berkman  <jacob@helixcode.com>

	* src/network/transfer.c: get / set the enabled attrib of hosts

	* src/network/callbacks.c: fix some of the editing signals, and
	set / unset the host enabled togglebutton

2001-01-05  Jacob "Ulysses" Berkman  <jacob@helixcode.com>

	* src/network/callbacks.c: cleanup code (no warnings).  Also more
	entry validation stuff.

	* src/network/main.c: initialize the validation callbacks

	* interfaces/network.glade.in: updated to code
	
2001-01-03  Jacob "Ulysses" Berkman  <jacob@helixcode.com>

	* interfaces/network.glade.in: make the clist have 3 columns

	* src/network/transfer.c (transfer_string_clist2_xml_to_gui): work
	with the new 3 column clist

	* src/network/callbacks.c (on_statichost_*_clicked): make all this
	code work

	* src/common/helpers.c (check_ip_string):
	(check_ip_entry): better utility functions than the old ones
	(which don't seem to be used anymore anyway)

2000-12-29  Jacob "Ulysses" Berkman  <jacob@helixcode.com>

	* src/time/e-map/Makefile.am (INCLUDES): add XML cflags

	* src/common/tool.c (various): some small cleanups
	(tool_interface_load): load the toplevel window from the common
	.glade, and reparent the tool's content child into it.  Also muck
	with the button sensitivity
	(tool_config_save): if we have a to_xml cb, call it
	(tool_set_complexity): if we have a complexity cb, call it
	(tool_set_complexity_func): set the complexity cb's
	(tool_set_xml_funcs): set the xml transfer cb's
	(tool_user_help): show the tool's help
	(tool_user_complexity): toggle complexity
	(tool_user_apply): save the config
	(tool_user_close): if there are changes, pop up a dialog asking
	whether to save or not.
	(tool_user_delete): window-deletion callback which just calls the
	close button
	(tool_init): if SET_ME_UP_HARDER is set in the env, pretend we are
	root (for test purposes)
	(tool_init): fixup button sensitivity

	* interfaces/*.glade.in: 
	* src/*/*.c: make things work with new APIs

2000-12-28  Jacob "Ulysses" Berkman  <jacob@helixcode.com>

	* src/users/callbacks.c (on_user_settings_clicked): free name
	*after* we last use it, rather than before

2000-12-27  Jacob "Ulysses" Berkman  <jacob@helixcode.com>

	* src/Makefile.am (SUBDIRS): add network

	* configure.in: add network dir

	* interfaces/network.glade.in: updates etc.

	* src/network/: new network tool, based on (so far) the
	nameresolution tool

2000-12-20  Jacob "Ulysses" Berkman  <jacob@helixcode.com>

	* interfaces/network.glade.in: import of new networking
	tool's interface

2000-12-19  Jacob "Ulysses" Berkman  <jacob@helixcode.com>

	* configure.in: create archiver Makefile
	use AM_GNOME_GETTEXT instead of AM_GNU_GETTEXT

Tue Dec 19 09:04:00 2000  Bradford Hovinen  <hovinen@helixcode.com>

	* Makefile.am (SUBDIRS): Added archiver directory

2000-12-02  Stanislav Brabec  <utx@penguin.cz>

	* configure.in, src/users/passwd.c: Make cracklib optional.

2000-11-28  Martin Norbck  <d95mback@dtek.chalmers.se>

	* src/common/System.directory, src/disks/disks.desktop,
	src/memory/memory.desktop, src/nameresolution/nameresolution.desktop,
	src/networking/networking.desktop, src/shares/shares.desktop,
	src/time/time.desktop, src/users/users.desktop.in: 
	Added Swedish translation.

2000-11-27  Yuri Syrota <rasta@renome.rovno.ua>

	* configure.in: Added uk to ALL_LINGUAS.

2000-11-15  Zbigniew Chyla  <cyba@gnome.pl>

	* src/users/callbacks.c: Use g_strdup_printf instead of g_strconcat
	for translatable strings

2000-11-08  Szabolcs Ban <shooby@gnome.hu>

	* configure.in: Added hu to ALL_LINGUAS.

2000-11-08  Zbigniew Chyla	<cyba@gnome.pl>

	* src/disks/disks.desktop, src/memory/memory.desktop,
	src/nameresolution/nameresolution.desktop,
	src/networking/networking.desktop, src/shares/shares.desktop,
	src/time/time.desktop: Added Polish translation.

	* configure.in: Added pl to ALL_LINGUAS.

2000-11-07  Fatih Demir	<kabalak@gmx.net>

	* configure.in: Added "ko" to ALL_LINGUAS.

2000-11-06  Peter Hawkins  <peter@hawkins.emu.id.au>

	* src/networking/callbacks.c: Small patch to fix behaviour of IP address entry boxes.

2000-11-06  Peter Hawkins  <peter@hawkins.emu.id.au>

	* configure.in: Fixed typo "GNOME_XML_CHECKx" to "GNOME_XML_CHECK". There is no hacking file and this is a very small change, so I have committed it anyway.

2000-11-06  Christopher R. Gabriel  <cgabriel@softwarelibero.org>

	* configure.in (ALL_LINGUAS): added italian translation