root/aube/trunk/ChangeLog

Revision 646, 5.2 kB (checked in by conrad, 3 years ago)

add i18n support via GNU gettext

Line 
1 2009-11-06  gettextize  <bug-gnu-gettext@gnu.org>
2
3         * m4/gettext.m4: Upgrade to gettext-0.17.
4         * m4/iconv.m4: New file, from gettext-0.17.
5         * m4/lib-ld.m4: New file, from gettext-0.17.
6         * m4/lib-link.m4: New file, from gettext-0.17.
7         * m4/lib-prefix.m4: New file, from gettext-0.17.
8         * m4/nls.m4: New file, from gettext-0.17.
9         * m4/po.m4: New file, from gettext-0.17.
10         * m4/progtest.m4: New file, from gettext-0.17.
11         * m4/codeset.m4: New file, from gettext-0.17.
12         * m4/glibc2.m4: New file, from gettext-0.17.
13         * m4/glibc21.m4: New file, from gettext-0.17.
14         * m4/intdiv0.m4: New file, from gettext-0.17.
15         * m4/intl.m4: New file, from gettext-0.17.
16         * m4/intldir.m4: New file, from gettext-0.17.
17         * m4/intlmacosx.m4: New file, from gettext-0.17.
18         * m4/intmax.m4: New file, from gettext-0.17.
19         * m4/inttypes_h.m4: New file, from gettext-0.17.
20         * m4/inttypes-pri.m4: New file, from gettext-0.17.
21         * m4/lcmessage.m4: New file, from gettext-0.17.
22         * m4/lock.m4: New file, from gettext-0.17.
23         * m4/longlong.m4: New file, from gettext-0.17.
24         * m4/printf-posix.m4: New file, from gettext-0.17.
25         * m4/size_max.m4: New file, from gettext-0.17.
26         * m4/stdint_h.m4: New file, from gettext-0.17.
27         * m4/uintmax_t.m4: New file, from gettext-0.17.
28         * m4/visibility.m4: New file, from gettext-0.17.
29         * m4/wchar_t.m4: New file, from gettext-0.17.
30         * m4/wint_t.m4: New file, from gettext-0.17.
31         * m4/xsize.m4: New file, from gettext-0.17.
32         * m4/Makefile.am (EXTRA_DIST): Add the new files.
33         * Makefile.am (SUBDIRS): Add po.
34         (ACLOCAL_AMFLAGS): New variable.
35         (EXTRA_DIST): Add config.rpath.
36         * configure.ac (AC_OUTPUT): Add po/Makefile.in.
37
38 Wed May 15 13:38:13 EST 2002 Conrad Parker <conrad@metadecks.org>
39
40         * Fixed initialisation of aube_daddy, cause of segfault on PPC
41         (Thanks to Michal Seta for assistance)
42
43 Tue Mar 19 16:10:47 EST 2002 Conrad Parker <conrad@metadecks.org>
44
45         * Tracked down bugs in oss line out exhibited on dodgy AC97 driver
46
47 Fri Mar 15 03:14:08 EST 2002 Conrad Parker <conrad@metadecks.org>
48
49         * Made buttons to launch modules, rather than doing so from a menu
50         * Fixed bugs in slider widget, made it display values properly
51         * Brought sample list into main window, moved load sample to main menu
52         * Changed displayed name of "minimaube" to "Sample Player"
53         * Added keybindings for quit and load sample
54
55 Fri Mar 15 16:45:15 EST 2002 Conrad Parker <conrad@metadecks.org>
56
57         * Fixed a bunch of GUI related problems (mostly resizing and close)
58         * Tweaked drummachine's chaos function
59         * Commented out open/save workspace menu items
60         * Fixed problems with "Clear Workspace"
61         * Changed URL references to metadecks.org
62
63 Sat Sep  1 22:20:33 EST 2001 Conrad Parker <conrad@vergenet.net>
64
65         * Fixed overrun bug when switching samples in minimaube
66
67 Fri Mar 26 22:20:37 1999  Angus Lees  <gusl@cse.unsw.edu.au>
68
69         * fixed more compile warnings (eg: missing "#include <stdio.h>")
70         * fixed some compile time errors
71         (DATADIR not defined properly, "text" instead of "test")
72
73 Thu Mar 25 11:23:25 EST 1999 Conrad Parker <conradp@cse.unsw.edu.au>
74
75         * New atonal loop module
76         * Rolled in Gus' automake/autoconf cleanups
77         * Added module class on and off functions
78
79 Mon Mar 22 00:10:23 EST 1999 Conrad Parker <conradp@cse.unsw.edu.au>
80
81         * Loading/saving of modules, storing only their interconnections.
82         * more cleanups in aube.h, removed dynamic module typing
83
84 Thu Mar 18 19:16:35 EST 1999 Conrad Parker <conradp@cse.unsw.edu.au>
85
86         * Animated levelmeters
87         * Split OSS module into separate "Line-In" and "Line-Out"
88         modules
89         * Beginnings of file saving/loading [disabled]
90         * Moved module sources to new subdirectory
91         * type name changes: u_channel => channel, u_input => input
92
93 Thu Feb 25 09:51:07 EST 1999 Conrad Parker <conradp@cse.unsw.edu.au>
94
95         * Introduced failure handling on module processing, and
96         reworked synchronisation to handle it
97         * Added select(2) mechanism to OSS driver, such that it
98         returns PROC_INCOMPLETE if the device is not ready for
99         reading or writing
100         * Fixed a volume bug in drummachine (samples were being cut
101         prematurely)
102
103 Wed Feb 24 11:06:19 EST 1999 Conrad Parker <conradp@cse.unsw.edu.au>
104
105         * Added Master slider to general mixer
106
107 Tue Feb 23 03:04:05 EST 1999 Conrad Parker <conradp@cse.unsw.edu.au>
108
109         * Fixed a few modules that weren't toggling off properly
110         * Fixed cloning in general mixer, and added mutes
111
112 Mon Feb 22 01:41:50 EST 1999 Conrad Parker <conradp@cse.unsw.edu.au>
113
114         * Cleaned up drummachine
115         * Beginnings of sample editor [disabled]
116         * Fixed bug in general mixer
117
118 Thu Feb 18 02:39:19 EST 1999 Conrad Parker <conradp@cse.unsw.edu.au>
119
120         * Sample saving added
121         * Beginnings of level meters
122         * New Drummachine module
123
124 Tue Dec  8 22:13:44 EST 1998 Conrad Parker <conradp@cse.unsw.edu.au>
125
126         * Support for gtk-1.1.5
127         * New SampleRecorder module
128
129 Mon Oct 12 12:36:05 EST 1998 Conrad Parker <conradp@cse.unsw.edu.au>
130
131         * Added support for 8 bit soundcards
132         * Added output labels, beginnings of dnd
133
134 Sat Oct  3 20:40:56 EST 1998 Conrad Parker <conradp@cse.unsw.edu.au>
135
136         * Fixed some widget bugs to work with gtk 1.1.2
137
138 Wed Aug 19 04:10:20 EST 1998 Conrad Parker <conradp@cse.unsw.edu.au>
139
140         * Fixed niggly autoconf bugs that were particular to my setup. Thanks
141           to raster for this :)
142
143 Sun Aug  9 11:52:38 EST 1998 Conrad Parker <conradp@cse.unsw.edu.au>
144
145         * Twiddled with autoconf, automake
146
Note: See TracBrowser for help on using the browser.