Changeset 18578f1fdbaac325333c9c80603cab78283eded3
- Timestamp:
- 06/15/08 22:11:04 (4 years ago)
- Author:
- Lincoln de Sousa <lincoln@…>
- Children:
- 95d3ca771a1ce90e9a5ccd7d4b3b36d8e3dcde3c
- Parents:
- 663f21d9b78fec0adc1059a9991055395645ce98
- git-committer:
- Lincoln de Sousa <lincoln@…> (06/15/08 22:11:04)
- Message:
-
Bumping to version 0.3 and fixing some macro positions
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r34f52bf
|
r18578f1
|
|
| 1 | 1 | 2008-06-15 Lincoln de Sousa <lincoln@minaslivre.org> |
| | 2 | |
| | 3 | * configure.ac: Bump to version 0.3. |
| | 4 | |
| | 5 | * Makefile.am: Removing some intl files reference (it was breaking |
| | 6 | make dist rule) |
| 2 | 7 | |
| 3 | 8 | * src/guake.py (PrefsDialog): Changed the old way of showing |
-
|
rfba3351
|
r18578f1
|
|
| 17 | 17 | # Boston, MA 02111-1307, USA. |
| 18 | 18 | |
| 19 | | AC_INIT([guake], [0.2], [http://trac.guake-terminal.org/]) |
| | 19 | AC_INIT([guake], [0.3], [http://trac.guake-terminal.org/]) |
| 20 | 20 | |
| 21 | 21 | AC_CONFIG_HEADERS([config.h]) |
| … |
… |
|
| 29 | 29 | AC_PROG_CC |
| 30 | 30 | |
| 31 | | AC_PROG_INTLTOOL |
| | 31 | AC_PROG_INTLTOOL([0.35.0]) |
| | 32 | AM_GLIB_GNU_GETTEXT |
| 32 | 33 | |
| 33 | 34 | dnl python checks |
| … |
… |
|
| 89 | 90 | AC_SUBST([ALL_LINGUAS]) |
| 90 | 91 | |
| 91 | | AM_GLIB_GNU_GETTEXT |
| 92 | | |
| 93 | 92 | dnl output files |
| 94 | 93 | AC_CONFIG_FILES([ |