Changeset 1c6c4d3 for ChangeLog


Ignore:
Timestamp:
Jun 30, 2002, 4:58:09 PM (22 years ago)
Author:
Erik Nygren <nygren@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
507d5aa
Parents:
262422c
Message:
	Added owl_sprintf which returns the formatted string, or NULL.
	        The caller must free this string.
		This will allocate enough memory and thus
		avoid potential some buffer overrun situations.
	Started fixing some potential buffer overrun situations.
	Simple implementation of 'zwrite -m' (doesn't yet log an outgoing
	        message as having been sent.)
	The "Not logged in or subscribing to messages" error
	        now includes the name of the recipient.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rb68f9cd r1c6c4d3  
    1212        Added "reply zaway" which sends a zaway response to the current msg.
    1313        Added "edit:delete-prev-word" command and bound M-BACKSPACE to it.
     14        Added owl_sprintf which returns the formatted string, or NULL.
     15                The caller must free this string.
     16                This will allocate enough memory and thus
     17                avoid potential some buffer overrun situations.
     18        Started fixing some potential buffer overrun situations.
     19        Simple implementation of 'zwrite -m' (doesn't yet log an outgoing
     20                message as having been sent.)
     21        The "Not logged in or subscribing to messages" error
     22                now includes the name of the recipient.
    1423               
    15241.2.1-pre-1
Note: See TracChangeset for help on using the changeset viewer.