aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
blob: c30e85aebaa829e28e25e0d396568a382c883b0d (plain) (blame)
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
2000-06-29  Jeffrey Stedfast  <fejj@helixcode.com>

    * e-msg-composer.c: Changed "Exit" to "Close" in the File menu.
    This is a little more intuitive as it does not suggest exiting
    the application, just says "close this window".

2000-06-26  Christopher James Lahey  <clahey@helixcode.com>

    * Makefile.am: Added e-msg-composer-select-file.h for make
    distcheck.

2000-06-26  Ettore Perazzoli  <ettore@helixcode.com>

    * e-msg-composer.c
    (load): New.
    (open_cb): Use it.
    (save): New function.
    (save_cb): Implemented by using it.
    (save_as_cb): Likewise.

2000-06-17  Ettore Perazzoli  <ettore@helixcode.com>

    * e-msg-composer.c (e_msg_composer_construct): I18N the title bar.

    * Makefile.am (libcomposerinclude_HEADERS): Removed.  Move all the
    `.h' files into `libcomposer_la_SOURCES' so that they get
    distributed, but not installed.

    * e-msg-composer.c (open_cb): New; implement the `Open' command.
    (save_as_cb): New; implement the `Save as' command.
    (init): Initialize the `persist_file_interface' and
    `persist_stream_interface' members to NULL.
    (destroy): Release the PersistStream and PersistFile interfaces.
    (e_msg_composer_construct): Query the PersistFile and
    PersistStream interfaces on the control and save them in the
    `persist_file_interface' and `persist_stream_interface' members.
    (get_text): Renamed from `get_editor_text'.  Get a
    @persist_stream_interface instead of querying it a the control.
    (build_message): Return NULL if `persist_stream_interface' is nil.

    * e-msg-composer.h: New member `persist_file_interface' in
    `EMsgComposer'.

    * e-msg-composer-select-file.c: New.
    * e-msg-composer-select-file.h: New.

    * e-msg-composer.c (e_msg_composer_construct): Make the `To:'
    entry grab the keyboard focus.

    * e-msg-composer-hdrs.c (e_msg_composer_hdrs_get_to_entry): New.
    (e_msg_composer_hdrs_get_cc_entry): New.
    (e_msg_composer_hdrs_get_bcc_entry): New.
    (e_msg_composer_hdrs_get_subject_entry): New.

    * e-msg-composer.c (e_msg_composer_construct): Set the scroll
    frame's shadow type to `GTK_SHADOW_IN'.
    (format_text): Initialize `tabbing' to zero to shut down the
    compiler.

2000-06-14  Dan Winship  <danw@helixcode.com>

    * e-msg-composer-attachment-bar.c (add_from_user): keep the
    GtkFileSelection around between calls so we start up in the same
    directory we ended up in last time around. (Also fixes a big
    memory leak in that the code was already keeping the
    GtkFileSelection around, it just wasn't remembering to reuse it.)

    * e-msg-composer.c (format_text): Don't line-wrap lines that start
    with ">".

2000-06-12  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (format_text): If a paragraph starts with TABs,
    indent the whole paragraph to that tab level.

2000-06-12  Ettore Perazzoli  <ettore@helixcode.com>

    * e-msg-composer.c: Make the `attachment_scroll_frame' an
    `EScrollFrame'.
    (exit_cb): I18N the quit message.

    * e-msg-composer.h: `attachment_scrolled_window' renamed to
    `attachment_scroll_frame'.

2000-06-12  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (format_text): Don't break on non-breaking
    spaces, don't keep non-breaking spaces that fall after a line
    wrap, and translate non-breaking spaces to regular ones after
    wrapping.

2000-06-05  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (e_msg_composer_attach): New convenience
    function.

    * e-msg-composer-attachment.c: Store a CamelMimePart rather than
    filename/description/mime_type info. Also record whether we were
    told or guessed the MIME type.
    (e_msg_composer_attachment_new_from_mime_part): New constructor.
    (e_msg_composer_attachment_edit): Remove the "browse" button. (If
    the user wants to change the actual file that the attachment is
    based on, he should delete the attachment and create a new one...)
    Remove the "Apply" button, because it's not all that useful. Make
    the MIME type only track the filename if it was guessed rather
    than being provided.

    * e-msg-composer-attachment.glade: Remove "browse" and "apply"
    buttons. Make filename editable.

    * e-msg-composer-attachment-bar.c (sort): Removed. Send the
    attachments in the order the user attached them in.
    (text_changed): Removed, since we weren't enabling the relevant
    GnomeIconList functionality that would have used this.
    (update): Don't print the size if it's 0.
    (attach_to_multipart, etc): adjust for EMsgComposerAttachment
    changes.
    (attach_to_multipart): Use 7bit encoding for message/ subparts.
    (e_msg_composer_attachment_bar_attach_mime_part): New convenience
    function.
    

2000-06-02  Christopher James Lahey  <clahey@helixcode.com>

    * e-msg-composer.c: Added the ability to save plain text mail.

2000-05-29  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (get_editor_text): add a "format" argument so
    we can fetch different kinds of text.
    (format_text): New function to do line wrapping on plain text.
    (build_message): Build multipart/alternative messages rather than
    HTML-only ones. Yay. We don't suck (as much) any more!

2000-05-28  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c: #include <errno.h>

2000-05-26  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (get_editor_text, set_editor_text): Update for
    PersistStream changes
    (build_message): Update for CamelMultipart changes.

    * e-msg-composer.c (get_signature): routine to read the user's
    signature file.
    (set_editor_text): If the user has configured a signature, append
    it to the set text.
    (e_msg_composer_new): Call set_editor_text with "" to load the
    signature (if any).
    
2000-05-25  Not Zed  <NotZed@HelixCode.com>

    * e-msg-composer.c (build_message): Use camel_data_wrapper_new
    instead of camel_simple_data_wrapper_new.

2000-05-17  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (build_message): Use
    camel_simple_data_wrapper_new rather than camel_data_wrapper_new.

2000-05-13  Valek Filippov  <frob@df.ru>

    * e-msg-composer-attachment.glade: save translatable strings
    * e-msg-composer-attachment.glade.h: file with strings
    * e-msg-composer-address-dialog.glade: save translatable strings
    * e-msg-composer-address-dialog.glade.h: file with strings

2000-05-12  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (get_editor_text): NUL-terminate the data
    extracted from the BonoboStream.

2000-05-10  Dan Winship  <danw@helixcode.com>

    * e-msg-composer-attachment-bar.c (attach_to_multipart): deal with
    Content-Transfer-Encoding a little bit at least.

2000-05-07  Mathieu Lacage <mathieu@gnu.org>

    * e-msg-composer.c (create_editor): remove FIXME and hardcoded 
    string. You can write mails with OAF now.
    
2000-05-07  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (build_message): unref content, etc. after
    attaching it to message.

    * e-msg-composer-attachment-bar.c (attach_to_multipart): unref
    part after attaching it.

2000-05-06  Christopher James Lahey  <clahey@helixcode.com>

    * e-msg-composer-hdrs.c: Turned off focus in the To, Cc, and Bcc
    buttons.

2000-05-02  Matt Loper  <matt@helixcode.com>

    * Makefile.am: set G_LOG_DOMAIN.

2000-04-28  Dan Winship  <danw@helixcode.com>

    * e-msg-composer-hdrs.c (set_recipients): Update (minimally) for
    Camel recipient changes.

2000-04-27  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (e_msg_composer_new_from_url): New routine, to
    process mailto URLs.

2000-04-26  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (build_message): Only generate a multipart
    message if there are attachments. Otherwise generate a single
    part.

    * Update for CamelMimeBodyPart -> CamelMimePart

2000-04-26  Dan Winship  <danw@helixcode.com>

    * e-msg-composer-attachment-bar.c (attach_to_multipart): add a
    s/SIMPLE_// that notzed missed. Update to use
    camel_mime_part_set_content.
    * e-msg-composer.c (build_message): remove a now-unused variable.
    Update for camel_mime_part_set_content.

2000-04-26  NotZed  <NotZed@HelixCode.com>

    * e-msg-composer.c (build_message): Use camel_mime_part_set_text()
    to set the text rather than messing with data wrappers.

    * e-msg-composer-attachment-bar.c (attach_to_multipart): Change
    for new camel-stream interfaces.
    (attach_to_multipart): Also set base64 encoding by default.

2000-04-25  Radek Doulik  <rodo@helixcode.com>

    * e-msg-composer.c (create_editor): use uih here
    (e_msg_composer_construct): create menubar/toolbar before creating
    editor control

2000-04-23  Dan Winship  <danw@helixcode.com>

    * Makefile.am: build libcomposer static and don't install it.

    * e-msg-composer-attachment-bar.c (attach_to_multipart): This was
    only half-implemented. Finish it, mostly.

2000-04-22  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (e_msg_composer_add_header): new function to
    make the composer record additional headers it should output.
    (In-Reply-To), etc.
    (build_message): output them

2000-04-21  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (e_msg_composer_set_headers): 
    (e_msg_composer_set_body_text): new functions
    (exit_cb): Connect "Exit" menu item finally.

    * e-msg-composer-hdrs.c: const poisoning
    (e_msg_composer_hdrs_set_subject): 
    (e_msg_composer_hdrs_get_subject): new functions

    * e-msg-composer-address-entry.c: const poisoning

2000-04-20  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (get_editor_text, set_editor_text): new
    functions to get and set the contents of the HTML editor via
    Bonobo::PersistStream.
    (build_message): use get_editor_text. This works again.

2000-04-17  Dan Winship  <danw@helixcode.com>

    * e-msg-composer.c (build_message): Change
    camel_mime_message_new_with_session to camel_mime_message_new

2000-03-17  bertrand  <bertrand@helixcode.com>

    * e-msg-composer.c (create_menubar): Pass the composer as the data
    for the menubar callbacks.

2000-03-12  Matt Loper  <matt@helixcode.com>

    * Makefile.am: Modified to make the composer into a library, to be
    used by the mail component.

2000-03-07  Ettore Perazzoli  <ettore@helixcode.com>

    * e-msg-composer.c (create_toolbar): Pass the composer as the data
    for the toolbar callbacks.
    (e_msg_composer_construct): Connect the "changed" signal of the
    attachment bar to `attachment_bar_changed()'.
    (attachment_bar_changed): Renamed to `attachment_bar_changed_cb'.

2000-03-02  Ettore Perazzoli  <ettore@helixcode.com>

    * e-msg-composer.c (e_msg_composer_new): Precondition:
    gtk_main_level() greater than zero.
    (e_msg_composer_construct): Likewise.
    (create_menus): New function.  Set up menus through
    BonoboUIHandler.
    (e_msg_composer_construct): Use it.

    * main.c (main): Initialize Bonobo.

    * e-msg-composer.c (init): Initialize `uih' and `editor' to NULL.
    Do not init `text' and `text_scrolled_window' anymore.
    (destroy): Unref `uih'.
    (e_msg_composer_construct): Create a new BonoboUIHandler and put
    it into `uih'.
    (create_editor): New helper function.
    (e_msg_composer_construct): Use it to set up the editor.

    * e-msg-composer.h: New member `uih' in `EMsgComposer'.  Removed
    members `text', `text_scrolled_window'.  New member `editor'.

    * Makefile.am (INCLUDES): Add `$(BONOBO_GNOME_CFLAGS)'.
    (evolution_msg_composer_LDADD): Add `$(BONOBO_GNOME_LIBS)'.

    * e-msg-composer.c (glade_connect): Removed.
    (setup_signals): Removed.
    (e_msg_composer_construct): Do not use libglade to set the toolbar
    and menubar up.
    (destroy): Removed libglade stuff.
    (init): Likewise.

    * e-msg-composer.h: Removed `menubar_gui', `toolbar_gui',
    `appbar_gui'.

    * e-msg-composer.glade: Removed.

2000-01-12  bertrand  <bertrand@helixcode.com>

    * Makefile.am (evolution_msg_composer_LDADD): 
    use $(EXTRA_GNOME_LIBS_THREADS) to link with gthread

1999-11-17  Ettore Perazzoli  <ettore@gnu.org>

    * Makefile.am: New Makefile to compile the message composer
    executable.

    * main.c: New file.

    * e-msg-composer-hdrs.c (e_msg_composer_hdrs_to_message): Use
    `CAMEL_RECIPIENT*' macros instead of the old `RECIPIENT*' ones
    that do not exist anymore.

    * e-msg-composer-address-dialog.c
    (e_msg_composer_address_dialog_construct): Use `E_GLADEDIR'
    instead of `E_GUIDIR'.
    * e-msg-composer-attachment.c (e_msg_composer_attachment_edit):
    Likewise.
    * e-msg-composer.c (e_msg_composer_construct): Likewise.

(See `$(top_srcdir)/widgets/ChangeLog' for previous changes to the
message composer.)