Changeset c7041b3
- Timestamp:
- Oct 28, 2003, 10:42:36 PM (19 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 1db061d
- Parents:
- cee1f25
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rcee1f25 rc7041b3 1 1 $Id$ 2 2 3 2.0.12-pre-2 3 4 Fixed double quoting in smartzpunt 5 Added timestamp to login/logout messages 6 Turned history duplicates off, it's not exactly what we want 4 7 5 8 2.0.12-pre-1 -
global.c
r12c35df rc7041b3 75 75 owl_history_init(&(g->msghist)); 76 76 owl_history_init(&(g->cmdhist)); 77 owl_history_set_norepeats(&(g->cmdhist));77 /* owl_history_set_norepeats(&(g->cmdhist)); */ 78 78 g->nextmsgid=0; 79 79 -
stylefunc.c
re3d9c77 rc7041b3 292 292 owl_fmtext_append_normal(fm, " "); 293 293 owl_fmtext_append_normal(fm, tty); 294 owl_fmtext_append_normal(fm, " "); 295 owl_fmtext_append_normal(fm, shorttimestr); 294 296 owl_fmtext_append_normal(fm, "\n"); 295 297 … … 382 384 owl_fmtext_append_normal(fm, " for "); 383 385 owl_fmtext_append_normal(fm, owl_message_get_sender(m)); 386 owl_fmtext_append_normal(fm, " "); 387 owl_fmtext_append_normal(fm, shorttimestr); 384 388 owl_fmtext_append_normal(fm, "\n"); 385 389 } else if (owl_message_is_direction_in(m)) {
Note: See TracChangeset
for help on using the changeset viewer.