Changeset 86ef0de5a872469bd7a330ebd738907d46eebe8c
- Timestamp:
- 12/18/09 23:35:46 (3 years ago)
- Author:
- Philipp Kern <phil@…>
- git-author:
- Philipp Kern <phil@0x539.de> / 2009-12-18T23:19:08Z+0100
- Parents:
- 2ab0186dd941a3a05121400d18e619592fbb7636
- Children:
- cf3339459e0b922c76ffaee40a710d82c95efcec
- git-committer:
- Philipp Kern <phil@0x539.de> / 2009-12-18T23:35:46Z+0100
- Message:
-
bump version to 0.4.12, document the changes
2009-12-18 Philipp Kern <phil@…>
- configure.ac:
- NEWS: bump version to 0.4.12, document the changes
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r2ab0186
|
r86ef0de
|
|
| | 1 | 2009-12-18 Philipp Kern <phil@0x539.de> |
| | 2 | |
| | 3 | * configure.ac: |
| | 4 | * NEWS: bump version to 0.4.12, document the changes |
| | 5 | |
| 1 | 6 | 2009-12-18 Philipp Kern <phil@0x539.de> |
| 2 | 7 | |
-
|
r69a0b4d
|
r86ef0de
|
|
| 1 | 1 | Gobby |
| 2 | 2 | ===== |
| | 3 | |
| | 4 | Verison 0.4.12: |
| | 5 | * "Save all documents" has been introduced. |
| | 6 | * Fix up the title of the first session password dialog. |
| | 7 | * Add experimental spell checking support based on gtkspell, which needs to be |
| | 8 | explicitly enabled by passing --with-gtkspell to configure. |
| | 9 | * Translation roundup: |
| | 10 | - Updated Gobby to use en_US internally |
| | 11 | - Added Ukrainian translation (thanks to Yuri Chornoivan) |
| | 12 | - Various translation updates from Launchpad |
| 3 | 13 | |
| 4 | 14 | Version 0.4.11: |
-
|
reef08c4
|
r86ef0de
|
|
| 3 | 3 | |
| 4 | 4 | AC_PREREQ(2.59) |
| 5 | | AC_INIT([gobby], [0.4.11], [crew@0x539.de]) |
| | 5 | AC_INIT([gobby], [0.4.12], [crew@0x539.de]) |
| 6 | 6 | AM_INIT_AUTOMAKE(1.9 check-news) |
| 7 | 7 | AM_MAINTAINER_MODE |