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
|
2001-11-16 Wolfgang Sourdeau <wolfgang@contre.com>
* src/spooldialog.c (on_deleteButton_clicked): check if
selectedJobs != NULL;
(refreshSpoollist): initialize con to NULL so that we can check if
FtpConnect failed or not.
<pre>
--------> Release version 0.4.2
2000-10-16 George Farris <george@gmsys.com>
- Added button to main gfax window to call spool dialog.
2000-10-01 Till Bubeck <tbubeck@yahoo.com>
- Added spool window to watch Hyalafax jobs
2000-09-25 Szabolcs BAN <shooby@gnome.hu>
- po/hu.po: Added Robi's translations. (robi@mora.u-szeged.hu)
- configure.in: Added Hungarian to ALL_LINGUAS
--------> Release version 0.4.1
2000-09-22 Till Bubeck <tbubeck@yahoo.com>
- Added support for drag and drop.
- Added progressbar when sending a fax over the network with hylafax.
- Bug fix in ftplib
--------> Release version 0.4.0
2000-09-07 Till Bubeck <tbubeck@yahoo.com>
- Added support for network faxing via hylafax
George Farris <george@gmsys.com>
- Additional code documentation.
- Added druid to configure mgetty.
--------> Release version 0.3.8
2000-07-26 George Farris <george@gmsys.com>
- Added transmit agent to status line.
- Removed any Efax support.
- Only display phone book entries that have fax numbers.
--------> Release version 0.3.7
2000-07-25 George Farris <george@gmsys.com>
- Fixed (yes fixed) the space in the mgetty phone number problem.
- Fixed phone prefix not being prepended to the phone number.
--------> Release version 0.3.6
2000-07-19 Lionel Elie Mamane <lionel@mamane.lu>
- Fixed having phone numbers that have spaces in them.
2000-07-18 Till Bubeck <tbubeck@yahoo.com>
- Added patch to show fax process output upon sending fax.
- Fixed crash if SendFax hit with nothing to fax.
2000-06-17 George Farris <george@gmsys.com>
- Change order of hylafax options sent to sendfax, it's significant.
- Added fax server and server port to setup.
--------> Release version 0.3.5
1999-12-04 George Farris <george@gmsys.com>
- Added deleteFile to destination struct. Faxing from "Fax File" will no
longer delete your file and we can use this later for multiple faxing.
- Added fax.allow and fax.deny file administration to gfax.
- Removed fixed size for setup window. Should work better with themes.
- Removed all the signal calls from setup. Using autoconnect now.
- Added the capability to enable or disable running faxrunq from cron.
- Gfax properly deletes the tempory filename if the Exit button is pressed.
--------> Release version 0.3.4
1999-11-22 George Farris <george@gmsys.com>
- Edit build script so stupid distribution bugs won't happen
which is exactly what this version fixes. :-(
--------> Release version 0.3.3
1999-11-21 George Farris <george@gmsys.com>
- Removed testMode=TRUE line which was from testing.
- Flipped fine resolution switch for mgetty. Thanks
to felix.s@deathsdoor.com for pointing these out.
- Removed send_fax.h, I don't use it anymore.
- Changed fax_file to use glade_xml_signal_autoconnect.
- Changed settings that affect the main window now display properly.
--------> Release version 0.3.2
1999-11-20 George Farris <george@gmsys.com>
- Bug fix only. bad messages.h file users of 0.3.1 must upgrade.
--------> Release version 0.3.1
1999-11-20 George Farris <george@gmsys.com>
- Fixed layout of main window to work properly with different themes.
- Added the rest of the mgetty, sendfax options.
- Gfax now does the right thing (suggestions?) with regard to the root
account and setting values for the sendfax.config file.
- Help button calls gnome-help-browser with mgetty info.
- Simple checks on values written to sendfax.config file.
- Small bug fixes.
- NEWS updated
- Added GFAX_DATADIR to src/Makefile.am
- Added tooltips to the mgetty config page.
--------> Release version 0.3.0
1999-11-14 George Farris <george@gmsys.com>
- completely re-written to use libglade and C
- added configuration of mgetty's sendfax.config
file from within Gfax.
1999-10-03 George Farris <george@gmsys.com>
- Verify working with glic-2.1 and gnome-1.0.50.
- Added "Delete PhoneBook" button.
--------> Release version 0.2.1
1999-05-30 George Farris <george@gmsys.com>
- Changes for gnome-objc-1.0.2.
--------> Release version 0.2.0
1999-04-26 George Farris <george@gmsys.com>
- Added email notification of fax status.
- Cleaned up the test mode if no filename.
- Added default phone prefix code, use for *70, 9 etc
- Removed lots of strcpy's, replaced with g_strdup.
- Added "Fax File" function so one can pick a file on disk and fax it.
1999-04-22 George Farris <george@gmsys.com>
- Installed Gnome compliant help system.
- Fixed test mode so it won't delete the test file.
- Fixed segmentation fault on file open test.
- Fixed segmentation fault if no filename.
- Fixed the time code so one can now delay faxing.
1999-04-16 George Farris <george@gmsys.com>
- Created README
- Created and released rpms for Linux, glibc, i386.
--------> Release version 0.1.1
1999-04-14 George Farris <george@gmsys.com>
- Added support for automake / configure.
- Added support for "--test / -t" command line option which prints
the fax command but doesn't actually submit it to the fax system.
- Added some keybindings, see the tooltips for help.
--------> Release version 0.1.0
1999-03-29 George Farris <george@gmsys.com>
- Changed settings code to use the standard "gnome_config" routines.
- Changed lots of (char *) to GString and functions.
1999-03-20 Pablo Saratxaga <pablo.sarachaga@ping.be>
- added full i18n support, along with a spanish language file
(for vesrion 0.0.2).
1999-03-17 George Farris <george@gmsys.com>
- Added phonebook support via GnomeCard.
- Cleaned up some checks on malloc and free.
1999-02-22 George Farris <george@gmsys.com>
- Changed all types of char and int, to gchar and gint.
- Changed all malloc calls to g_malloc and cast returns.
- Added checks on all fopens and print to stderr if bad.
--------> Release version 0.0.2
</pre>
|