- 01 Jan, 2003 2 commits
-
-
David Byers authored
in. This means that you can have different settings for different sessions and servers. Your old settings should do nothing useful any more. Everything will be customizable through kom-customize, but that's not done yet. You should restart Emacs to load these changes. Attempting to load over a running elisp client will probably only lead to grief. This commit has not been tested very much. You have been warned. Detailed changes: > Work on new face code: > * view-text.el (lyskom-view-text): Send evaluated face properties > to lyskom-format. > (lyskom-print-text): Ditto. > > * utilities.el (lyskom-check-configuration): Send evaluated face > properties to lyskom-format. > > * startup.el (lyskom): Send evaluated face properties to > lyskom-format. > > * commands2.el (kom-status-conf): Send evaluated face properties > to lyskom-format. > (kom-status-person): Ditto. > (lyskom-send-message): Ditto. > (kom-obsolete-extended-command-binding): Ditto. > > * commands1.el (kom-delete-text): Send evaluated face properties > to lyskom-format. > > * async.el (lyskom-show-logged-in-person): Send evaluated face > properties to lyskom-format. > (lyskom-show-logged-out-person): Ditto. > (lyskom-format-as-personal-message): Ditto. > > * check-strings.el (lyskom-check-strings): Removed all > face-related goop. > > * vars.el.in: Removed all face-related goop. > > * faces.el: New file. > > * startup.el (lyskom): Call lyskom-setup-faces-for-buffer, not > lyskom-setup-faces. > > * option-edit.el (kom-customize): Evaluate face variables instead > of quoting face names. > > * mship-edit.el (lp--format-entry): Evaluate face variables > instead of quoting face names. > (lp--redraw-entry-mark): Ditto. > > * lyskom-rest.el (kom-next-command): Evaluate face variables > instead of quoting face names > (lyskom-format-aux-help): Ditto. > > * lyskom-buttons.el (lyskom-button-add-links): Evaluate face > variable kom-url-face instead of quoting face name. > (lyskom-button-get-face): Evaluate the face found for the button > type. > (lyskom-generate-button): Evaluate face variables instead of > quoting face names > (lyskom-default-button): Ditto. > > * keyboard-menu.el (lyskom-keyboard-menu-highlight-selected): > Evaluate face variable, instead of quoting face name > kom-mark-face. > > More flexible date parser: > * utilities.el (lyskom-all-prefixes): New function. > (lyskom-parse-date): Permit prefixes for "days", "years", > "months". Allow whitespace before and after input. Do not require > minus sign when specifying number of days. Do not require > whitespace separators in several places. Permit spaces around > separators. Accept space as a separator. >
-
David Byers authored
Detailed changes: > 2003-01-01 David Byers <david.byers@swipnet.se> > > Fix bug 291: > * vars.el.in (lyskom-language): Added to minibuffer variables or > lyskom-get-string will fail in predicate functions used in > lyskom-verified-read-from-minibuffer. > > * commands2.el (kom-set-unread): Allow date entry in addition to > number entry. > > Implement date input (for bug 291): > * lyskom-rest.el (lyskom-verified-read-from-minibuffer): New function. > (lyskom-verified-read-map): New variable. > (lyskom-verified-read-enter): New function. > (lyskom-verified-read-predicate): New variable. > (lyskom-read-num-range-or-date): Nre function. > > * utilities.el (lyskom-read-date): New function. > > 1a22,31 > > Implement date parsing (for bug 291): > * utilities.el (lyskom-parse-date): Implemented the remaining > branches in the parser. Fixed various bugs. Validate results > before returning. This function should work now. > (lyskom-is-leap-year): New function (date-leap-year-p doesn't > exist in Emacs 19, so this is needed). > (lyskom-days-in-month): New function. > (lyskom-adjust-day-for-date): New function. > (lyskom-month-limits): New variable.
-
- 31 Dec, 2002 1 commit
-
-
David Byers authored
Detailed changes: > Fix bug 879: > * utilities.el (lyskom-read-text-no-prefix-arg): When new-default > is computed successfully, set default to new-default. I *think* > that's the right thing to do... > > Fix bug 817: > * vars.el.in (kom-send-text-hook): Updated docstring. > > * edit-text.el (lyskom-edit-send): Run kom-send-text-hook before > doing anything else so it can manipulate headers. > > More work on text links: > * option-edit.el (lyskom-custom-variables): Added kom-text-links. > (lyskom-customize-buffer-format): Ditto. > (lyskom-widget-functions): Added `list' widget type. > (lyskom-list-widget): New function.
-
- 16 Dec, 2002 1 commit
-
-
David Byers authored
> * utilities.el (lyskom-get-ancestors-of-text): Provide completions > when reading text numbers. > > * lyskom-rest.el (lyskom-read-number): Set require-match when > reading numbers with completion. >
-
- 20 Oct, 2002 1 commit
-
-
David Byers authored
Changed default value of kom-created-texts-are-read. Added startup checks for multibyte characters and default character coding.
-
- 15 Sep, 2002 2 commits
-
-
David Byers authored
-
David Byers authored
Fixade overlays i XEmacs vid HTML-inlägg
-
- 13 Sep, 2002 1 commit
-
-
Johan Sundström authored
-
- 11 Sep, 2002 1 commit
-
-
David Byers authored
Possible fix for bug 738
-
- 09 Aug, 2002 1 commit
-
-
David Byers authored
of occasional hanging.
-
- 06 Aug, 2002 1 commit
-
-
David Byers authored
-
- 30 Jul, 2002 1 commit
-
-
Per Cederqvist authored
-
- 29 Jul, 2002 1 commit
-
-
David Byers authored
Fixed some issues kz pointed out in preparation for release.
-
- 24 Jul, 2002 1 commit
-
-
Johan Sundström authored
-
- 23 Jul, 2002 1 commit
-
-
David Byers authored
Updates to tree-edit.el Better selection of charset for texts in Gnu Emacs Limit number of overlays in buffer Fixed default value when prompting for text numbers Fixed text-no strategy for kom-private-answer-previous
-
- 15 Jul, 2002 1 commit
-
-
Per Cederqvist authored
portable to Emacs 19 without using cl.el. Use car and cdr instead.
-
- 13 Jul, 2002 3 commits
-
-
Johan Sundström authored
-
Johan Sundström authored
-
Johan Sundström authored
-
- 11 Jul, 2002 1 commit
-
-
Johan Sundström authored
Prefix argument text-no strategies now fully configurable. New default strategy outlined in the ChangeLog entry. Added text-no constraint feature to provide better help. This code probably needs more field testing and is not deployed for all commands that could make good use of it.
-
- 12 Jun, 2002 1 commit
-
-
David Byers authored
Set content type on user area. Fixed formatting problem with help. Fixed prompt in kom-add-bcc. Fixed settings menu for kom-server-priority-breaks.
-
- 03 Jun, 2002 1 commit
-
-
David Byers authored
Made highlighting of asynchronous messages optional.
-
- 25 May, 2002 1 commit
-
-
David Byers authored
-
- 21 May, 2002 1 commit
-
-
David Byers authored
-
- 08 May, 2002 1 commit
-
-
David Byers authored
Added key bindings forkom-filter-subject.
-
- 07 May, 2002 2 commits
-
-
David Byers authored
colors for arbitrary backgrounds. Seems to work for every single combination of foreground and background I know that people use in LysKOM.
-
David Byers authored
Implemented kom-* synonyms for almost all lyskom-* hooks. The old names shall be considered obsolede. Highilghting of asynchronous messages as with texts. Support overlays when doing lyskom-insert on the result of lyskom-format. Fix lyskom-insert to handle special-insert properties that are adjacent to each other. Fix lyskom-unicase so it isn't fooled by a lying Emacs. Hopefully guard against missing diff command when calling ediff-buffers. Added user-hooks.el, a new place for hook functions that users might want to use elsewhere. Added some kom-change-conf-hook and kom-after-change-conf-hook functions to this file.
-
- 01 May, 2002 1 commit
-
-
David Byers authored
First line overlay not visible in XEmacs Started work on automatic computation of background colors Removed extra space around names of imported message senders Updated presentation-form Fixed some variable documentation Updated first-greeting Fixed problem when changing presentation or FAQ Improved communications loggins Improved parser error detection and recovery New command: kom-move-text-tree.
-
- 22 Apr, 2002 1 commit
-
-
David Byers authored
WARNING: This version will NOT work with XEmacs. It uses overlays. Overlays are not supported in XEmacs and I have not written code that falls back on extents if overlays are not available.
-
- 13 Apr, 2002 2 commits
-
-
David Byers authored
Initial conference recmomendataion support
-
David Byers authored
-
- 11 Apr, 2002 1 commit
-
-
David Byers authored
New command: kom-server-status Support more aux-item types
-
- 03 Mar, 2002 1 commit
-
-
Joel Rosdahl authored
-
- 24 Feb, 2002 3 commits
-
-
Joel Rosdahl authored
of the LysKOM server" to "This file is part of the LysKOM Emacs LISP client".
-
Joel Rosdahl authored
-
David Byers authored
Fixed problem in lyskom-find-text-by-date finding text in a conference that is not the original recipient
-
- 07 Jan, 2002 1 commit
-
-
David Byers authored
-
- 03 Jan, 2002 1 commit
-
-
David Byers authored
-
- 13 Nov, 2001 1 commit
-
-
David Byers authored
-
- 30 May, 2001 1 commit
-
-
David Byers authored
-