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
|
2020-05-15 GCONJUGUE-0.8.5 released
* Bug fixes: Memory leak and compiler warning.
2020-05-15 GCONJUGUE-0.8.4 released
* Buf fix: Make font setting work again.
2017-07-06 GCONJUGUE-0.8.3 released
* data/gconjugue.svg: New scalable icon by Stephanie B Americo.
2016-05-30 GCONJUGUE-0.8.2 released
* po: Add Spanish translation (by Lucas Capalbo Lavezzo).
2016-04-26 GCONJUGUE-0.8.1 released
* data/paradigms_and_verbs: Fix conjugation of vir and advir.
* src/conjugue.c: Add que/se/quando to Subjuntivo conjugation.
2016-02-15 GCONJUGUE-0.8.0 released
* data/paradigms_and_verbs: Renamed the file "BancoDeVerbos".
* Improvements:
- Seek for conjugated forms if the entered expression is not a verb
in its infinitive form.
- Option to conjugate verbs as ordinary Brazilians do.
- Button to set font.
- Rewrite in English all strings and provide Portuguese translations
in the po files.
- Split the software in two applications (GTK+) and Text only.
- Options for color and xml output in text mode.
2014-01-05 GCONJUGUE-0.7.5 released
* src/Makefile.am: Avoid an useless dependency (Thanks to Eriberto Mota
Filho).
* README, src/callbacks.c: Update homepage address.
2013-12-29 GCONJUGUE-0.7.4 released
* po/POTFILES.skip: New file (Eriberto Mota Filho).
* src/conjugue.c: Use glib.h (Eriberto Mota Filho).
* Makefile.am: Put documentation in correct place (Eriberto Mota Filho).
* data/gconjugue.desktop: Add keywords (Eriberto Mota Filho).
2011-10-01 GCONJUGUE-0.7.3 released
* all: Ported the code to GTK+ 3.
2009-01-02 GCONJUGUE-0.7.2 released
* BancoDeVerbos: Orthographic update based on the BrOffice orthographic
dictionary for vim. Changed paradigms: adequar, aguar, apaziguar,
apoiar, arguir, crer, dar, doer, estrear, magoar, moer, prover e ver.
Added hyphens: re-editar, re-eleger, re-embarcar, re-encarnar,
re-encontrar, re-engajar, re-entrar, re-enviar, re-escrever,
re-especificar, re-estruturar, re-examinar, re-expedir. Deleted umlauts:
aguentar, delinquir, equidistar, frequentar, liquefazer, redarguir,
sequenciar, sequestrar e tranquilizar.
* conjuge.c: Deleted paradigm "apoiar".
* callbacks.c: Orthographic update.
* BancoDeVerbos: Deleted apendar and added apender, academizar,
carpetar.
2008-06-26 GCONJUGUE-0.7.1 released
* Makefile.am, src/conjugue.c: moved BancoDeVerbos to $libdir/gconjugue
(thanks to Eriberto Mota).
* README: Eliminated reference to version 2 of gpl license since now
gconjugue is distributed under version 3 (thanks to Eriberto Mota).
* BancoDeVerbos: Fixed conjugation of balir.
2008-05-22 GCONJUGUE-0.7 released
* conjugue.c: New file containing functions to conjugate verbs. The
application conjugue is no longer called through a pipe.
* interface.c: Added main window icon. The button now calls the function
conjugar() when pressed and not when released.
* interface.c: Added menu items "List all verbs" and "List paradigms".
* po/pt.po: Added European Portuguese translations, which still need
revision, to avoid gconjugue running in English in some circumstances.
* BancoDeVerbos: Imported and modified
/usr/lib/brazilian-conjugate/verbos-UTF-8 from the Debian package
brazilian-conjugate.
* BancoDeVerbos: Fixed conjugation of some verbs: frigir, redigir,
coagir, interagir, enviuvar, abaular, estrear, intermediar, mobiliar,
faiscar, esmiuçar, apaziguar, averiguar, obliquar, adequar, comprazer,
moer, remoer, roer, corroer, entupir, desentupir, inquerir, suster,
requerer, precaver, concernir, desservir, resservir, afligir (and its
derivatives), cerzir, mugir, rugir, convergir, aspergir, urgir,
obstringir, sortir, engolir, espargir, advir (and derivatives),
extinguir, argüir, redargüir, embair, acupremir, premir, descolorir,
emergir, imergir, submergir, tinir, transir, ruir, puir, atingir,
distinguir, usufruir.
* BancoDeVerbos: Eliminated nonexistent verbs: fujir, serenizar,
corredimimir, exconjurar, indefinir, remansar, atraicionar, catalizar,
cavocar, convier, sossobrar, interrelacionar.
2006-07-09 GCONJUGUE-0.6 released
* callbacks.c: The verb is converted into lower case before being
conjugated.
* main.c: If gconjugue receives a parameters at startup, it will try
to conjugate the first parameter, unless this parameter is "-h",
"--help", "-v", or "--version".
* all source files: The messages in the source code are now in English
and the use of gettext was activated.
* glade files: Eliminated from source code. The Glade Interface
Builder was useful to start the project but now I'll maintain the code
without it.
2006-01-08 GCONJUGUE-0.4 released
* callbacks.c: Gconjugue was confused if there was either a space
before the word or more than one word in the GtkEntry. The program
would also either freeze or not work properly if the symbols &, ", ',
|, >, <, $ were included in the string as part of the verb. These bugs
were fixed.
* callbacks.c: Colorized text. No longer using temporary files: now
connecting with conjugue through a pipe. When conjugating the verb, the
GtkEntry text is automatically selected to make it easier to type a
new text.
* main.c: Added the creation of GtkTextBuffer tags: bold, red, blue,
and large.
2005-12-28 GCONJUGUE-0.2 released
* callbacks.c: Fixed bug in GError usage.
* callbacks.c: Fixed bug when the user locale isn't iso-8859-1. The bug
was discovered by Luiz Carcerelli.
* *.png: Red letter "V" replaced with an yellow one (green background).
* callbacks.c: Pressing <Enter> in the GtkEntry has the same effect of
clicking in the button "conjugar" (suggestion made by Cárlisson
Galdino).
2005-12-20 GCONJUGUE-0.1 released
|