- 17 Aug, 2003 2 commits
-
-
David Byers authored
Detailed changes: > Go over EMPTY and MUSTMATCH parameters to lyskom-read-conf-stat: > * startup.el (kom-start-anew): Don't allow EMPTY when logging on. > > * filter.el (kom-filter-subject): Don't use /=. Use not eq > instead. > (kom-filter-author): Same here. > (kom-filter-text): Same here. > > * commands2.el (kom-create-aux-item): Set MUSTMATCH when readinf > conference name. > > * vars.el.in (lyskom-default-conference-strategy): Default for > kom-set-permitted-submitters new-permitted-submitters-q is empty. > > * commands1.el (kom-change-presentation): Don't allow EMPTY when > reading conf name (it means the same as the default initial > value). > (kom-change-conf-motd): Same here. > (kom-set-presentation): Same here. > (kom-set-motd-text): Same here. > (kom-remove-presentation): Same here. > (kom-change-password): Same here. >
-
David Byers authored
Detailed changes: > 2003-08-17 David Byers <byers@lysator.liu.se> > > Make initial value for reading confs more configurable: > * filter.el (kom-filter-author): Simplified. Initial values are > now computed in completing-read.el, not here. > > * completing-read.el (lyskom-read-conf-guess-initial): Added > PROMPT parameter. > (lyskom-get-initial-conf-strategy): Added PROMPT parameter. > Operate on new format. Combine prompt-specific, command-specific > and default configuration. > > * vars.el.in (lyskom-default-conference-strategy): New format. > Removed lyskom-default-conference-self as default. > > * completing-read.el (lyskom-default-conference-last-author): New > function. > > Pass symbols or lists to lyskom-read-conf-stat and friends: > * startup.el (kom-start-anew): Pass symbol as prompt to > lyskom-read-conf-stat. > > * review.el (lyskom-review-by-to): Pass symbol as prompt to > lyskom-read-conf-stat. > (lyskom-unread-by-to): Same. > > * filter.el (kom-filter-subject): Pass symbol as prompt to > lyskom-read-conf-stat. > (kom-filter-author): Same. > (kom-filter-text): Same. > > * faqs.el (kom-change-conf-faq): Pass symbol as prompt to > lyskom-read-conf-stat. > (kom-list-faqs): Same. > > * edit-text.el (kom-edit-add-recipient): Pass symbol as prompt to > lyskom-read-conf-stat. > (kom-edit-add-bcc): Same. > (kom-edit-add-copy): Same. > (kom-edit-move-text): Same. > > * completing-read.el (lyskom-read-conf): Support list as prompt. > > * commands2.el (kom-status-conf): Pass symbol as prompt to > lyskom-read-conf-stat. > (kom-status-person): Same. > (kom-set-garb-nice): Same. > (kom-set-permitted-submitters): Same. > (kom-set-super-conf): Same. > (kom-set-personal-label): Same. > (kom-is-person-member-of-conference): Same. > (kom-will-person-read-text): Same. > > * commands1.el (kom-delete-conf): Pass symbol as prompt to > lyskom-read-conf-stat. > (kom-review-presentation): Same. > (kom-unread-presentation): Same. > (kom-add-member): Same. > (kom-add-self): Same. > (kom-change-priority): Same. > (kom-sub-member): Same. > (kom-sub-self): Same. > (kom-change-presentation): Same. > (kom-change-conf-motd): Same. > (kom-set-presentation): Same. > (kom-set-motd-text): Same. > (kom-remove-presentation): Same. > (kom-unset-conf-motd): Same. > (kom-go-to-conf): Same. > (lyskom-write-text): Same. > (kom-change-name): Same. > (kom-change-parenthesis): Same. Also moved initial to vars.el.in. > (kom-change-supervisor): Same. > (kom-change-password): Same. > (kom-who-is-on-in-conference): Same. > (kom-who-is-present-in-conference): Same. > (lyskom-add-helper): Same. > (kom-sub-recipient): Same. > (lyskom-read-cross-reference-and-get-aux-item): Same. Also cleanup. > (lyskom-read-link): Same. > 1a83,87 > > Work on supporting UTC timestamps from the server: > * komtypes.el (lyskom-create-time-from-utc): New function. > > * utilities.el (lyskom-days-in-year): New function.
-
- 16 Aug, 2003 1 commit
-
-
David Byers authored
Detailed changes that consist only of name changes have been excluded from this message (see the ChangeLog for details). Detailed changes: > 2003-08-16 David Byers <byers@lysator.liu.se> > > Handle async-text-aux-changed: > * async.el (lyskom-parse-async): Handle async-text-aux-changed. > > * aux-items.el (lyskom-aux-item-modify-list): New function. > > * komtypes.el (text-stat): Make aux-items field read-write. > > Major cleanup of compatibility code: > * compatibility.el: Cleaned up compatibility code a lot. We no > longer provide fake versions of MULE-related functions or any > other function that other code might take to mean there's some > major feature in Emacs. The only definitions we make in the > standard namespace are "safe" functions. Removed functions that > are not used. Simplified some of the macros. Moved code here from > utilities.el. > (lyskom-gnu-keysym,lyskom-xemacs-keysym): Removed swedish chars > from the lists since we don't use lyskom-keys for that any more. > > * compatibility.el (coding-system-type): New compatibility def. > (coding-system-property): New compatibility def. > (split-string): Provide compatibility definition for split-string. > > * lyskom-rest.el (lyskom-unity-text): Use compatibility functions > for MULE stuff. > > * macros.el (lyskom-end-of-compilation): Don't remove > compatibility definitions from the list of warnings for unresolved > functions since this serves no purpose and hides actual errors. > > * mship-edit.el (lp--maybe-update-unreads): Use > lyskom-next-property-bounds, not next-text-property-bounds. > > * lyskom-rest.el (lyskom-do-special-inserts): Use > lyskom-next-property-bounds, not next-text-property-bounds. > > * mime.el (lyskom-mime-string-charset): Use :mime-charset next to > mime-charset (Gnus does this ans says it is the Emacs 22 way).
-
- 15 Aug, 2003 2 commits
-
-
David Byers authored
Detailed changes: > Fix bug 623: > * commands2.el (kom-set-unread): Delete conf-stat from cache > before prompting. Fixed error handling. > > Better handling of minibuffer reading:
-
David Byers authored
Detailed changes: > 2003-08-15 David Byers <byers@lysator.liu.se> > > * completing-read.el (lyskom-read-conf): Don't call > lyskom-with-lyskom-minibuffer since it's integrated in > lyskom-completing-read now. > (lyskom-read-session-resolve-ambiguity): Same here. > > * lyskom-rest.el (lyskom-verified-read-from-minibuffer): Don't > call lyskom-with-lyskom-minibuffer since it's integrated in > lyskom-read-from-minibuffer now. > > * commands2.el (kom-calculate): Don't call > lyskom-with-lyskom-minibuffer since it's integrated in > lyskom-read-from-minibuffer now. > (kom-set-personal-label): Same here. > > * command.el (lyskom-read-extended-command): Don't use > lyskom-with-lyskom-minibuffer since it's integrated in > lyskom-completing-read now. > > * utilities.el (lyskom-completing-read): Moved here from > compatibility.el and turned into a regular function. Integrate > lyskom-with-lyskom-minibuffer and lyskom-with-magic-minibuffer. > (lyskom-read-from-minibuffer): Ditto. > > * commands1.el (kom-sub-self): Undo previous change. The new > configuration mechanism takes care of things. > (kom-go-to-conf): Same here. > > Even better defaults for initial conference: > * compatibility.el (lyskom-completing-read): Use defsubst in Gnu > Emacs so we can advise it. > > * vars.el.in (lyskom-default-conference-strategy): New variable. > > Rewrote magic minibuffer handling: > * utilities.el (lyskom-magic-minibuffer-pre-command): New > function. > (lyskom-magic-minibuffer-before-change): New function. > (lyskom-magic-minibuffer-post-command): New function. > (lyskom-magic-minibuffer-cancel): New function. > (lyskom-magic-minibuffer-mangle-initial): New function. > (read-from-minibuffer): New advice. > (completing-read): New advice. > (lyskom-magic-minibuffer-add-advice): New function. > (lyskom-magic-minibuffer-cancel-advice): New function. > (lyskom-with-magic-minibuffer): New macro. >
-
- 14 Aug, 2003 4 commits
-
-
David Byers authored
Detailed changes: > Update NEWS file: > * NEWS-0.48: Updated to here. > > Don't show nil in message area when silently saving settings: > * flags.el (lyskom-save-options): Support nil message properly. > (lyskom-save-options-2): Ditto. > (lyskom-save-options-3): Ditto. > > Suppoert non-interactive use of kom-list-new-conferences etc: > * vars.el.in (kom-auto-confirm-new-conferences): New variable. > > * commands2.el (lyskom-list-new-conferences): Support > auto-confirmation. > > * lyskom-rest.el (lyskom-do-format): Better error reoprting > (report argument number and actual argument). > (lyskom-format-aux-help): Provide data for error reporting. > > * faqs.el (kom-list-server-faqs): Updated documentation.
-
David Byers authored
Detailed changes: > * services.el (initiate-first-unused-conf-no): New function. > (initiate-first-unused-text-no): New function. > (initiate-find-next-conf-no): New function. > (initiate-find-previous-conf-no): New function. > > * commands2.el (kom-set-personal-label): Use capitalized strings > for conf, pers and text. > (lyskom-list-new-conferences): New function. > (kom-list-new-persons): New command. > (kom-list-new-conferences): New command. > > * commands1.el (lyskom-read-cross-reference-and-get-aux-item): Use > capitalized strings for conf, pers and text. > (lyskom-read-link): Same here. >
-
David Byers authored
Make kom-extended-status-information more fine-grained, so we can have extended information on the server but not on confs (and so forth). Cache boot-time and static server information. Detailed changes: > Show more stats in non-extended display: > * commands2.el (kom-status-server): Show text, conf and person > statistics in the default display. > > Cace get-stats-description: > * services.el (initiate-get-stats-description): Use cache. > > * vars.el.in (lyskom-stats-description): New variable. > > * parse.el (lyskom-parse-stats-description): Cache result. > > Show some boottime info: > * commands2.el (kom-status-server): Show server start time and > soem basic statistics in the default display. > > Cache static-server-info: > * parse.el (lyskom-parse-static-server-info): Update cache. > > * services.el (initiate-get-boottime-info): Use cache. > > More fine-grained control over extended status: > * commands2.el (kom-status-server): Only show full server stats if > the appropriate extended status information is on. > > * utilities.el (lyskom-extended-status-information): New function. > > * commands2.el (kom-status-conf): Set > kom-extended-status-information to t on entry if it contains conf. > (kom-status-server): Set kom-extended-status-information to t on > entry if it contains server. > (kom-status-person): Set kom-extended-status-information to t on > entry if it contains pers. > > * aux-items.el (lyskom-print-elisp-client-read-faq): Use > lyskom-extended-status-information to check for extended status > information. > > * vars.el.in (kom-extended-status-information): Updated variable > documentation. >
-
David Byers authored
Detailed changes: > 2003-08-14 David Byers <byers@lysator.liu.se> > > Fix bug 1080: > * commands2.el (kom-status-server): Use point-max, not point, to > figure out where insertion starts and ends (lyskom-insert always > inserts at point-max but does not always move point). > > Fix bug 1081: > * lyskom-rest.el (lyskom-format-aux): Set pad-length to nil when > no pad-length is specified. >
-
- 13 Aug, 2003 1 commit
-
-
Ulrik Haugen authored
-
- 04 Aug, 2003 2 commits
-
-
David Byers authored
Detailed changes: > 2003-08-04 David Byers <byers@lysator.liu.se> > > * commands2.el (kom-status-server): Show ascent and descent rates > for statistics. >
-
David Byers authored
Detailed changes: > * commands2.el (kom-status-server): Show statistics about the > server. > > * lyskom-rest.el (lyskom-format-aux-help): Added support for > formatting floats. > (lyskom-format-aux): Support setting fraction length for floats. > (lyskom-format-units): New function. >
-
- 02 Aug, 2003 1 commit
-
-
David Byers authored
Detailed changes: > 2003-08-02 David Byers <byers@lysator.liu.se> > > Coherent and useful defaults reading conference names: > * filter.el (kom-filter-subject): Don't set default when reading > conference name (the default default is better). Also cleaned up > the code some (it was downright embarrasing). > (kom-filter-author): Same here (sans the cleaning). > (kom-filter-text): Same here. > > * edit-text.el (lyskom-edit-add-recipient/copy): Don't set default > when reading conference name (the default default is better). > > * faqs.el (kom-review-faq): Don't set default when reading > conference name (the default default is better). > (kom-change-conf-faq): Same here. > (kom-list-faqs): Same here. > > * review.el (lyskom-review-by-to): Don't set default when reading > conference name (the default default is better). > (lyskom-unread-by-to): Same here. > > * commands2.el (kom-status-person): Don't set default when reading > conference name (the default default is better). > (kom-send-message): Fall back to the default default when reading > recipient name (better than the empty string, I think). > > * commands1.el (kom-write-text): Don't set default when reading > conference name (the default default is better). > (kom-review-presentation): Pass nil as the initial for > lyskom-read-conf-stat. > (kom-unread-presentation): Same here. > (kom-add-self): Same here. > (kom-change-priority): Same here. > (kom-sub-member): Same here. > (kom-sub-self): Same here. > (kom-go-to-conf): Same here. > (kom-list-created-conferences): Same here. > (kom-change-password): Same here. > (kom-who-is-on-in-conference): Same here. > (kom-who-is-present-in-conference): Same here. > (kom-change-parenthesis): Pass lyskom-pers-no in initial. > (kom-sub-recipient): Use default INITIAL if no better choice is > found. > (lyskom-add-helper): Same here. > (kom-move-text): Same here. > (kom-move-text-tree): Same here. > > * command.el (def-kom-command): Added binding of > lyskom-command-point. > > * completing-read.el (lyskom-read-conf): Handle loads of different > types for INITIAL. > (lyskom-read-conf-guess-initial): New function that guesses a > default for conference reading commands. The default is the first > that fits the predicate of the conference under point, the current > conference and the current person. >
-
- 30 Jul, 2003 1 commit
-
-
David Byers authored
Detailed changes: > Keep membership buffer updated changing membership types: > * reading.el (lyskom-insert-membership): Added calls to > lp--update-buffer. > (lyskom-replace-membership): Added calls to lp--update-buffer. > (lyskom-remove-membership): Added calls to lp--update-buffer. > > * lyskom-rest.el (lyskom-check-go-to-conf): Added calls to > lp--update-buffer. > > * commands2.el (kom-change-message-flag): Added calls to > lp--update-buffer. > > * commands1.el (kom-add-self): Added calls to lp--update-buffer > when de-passivating. > (lyskom-sub-member): Added calls to lp--update-buffer. >
-
- 27 Jul, 2003 2 commits
-
-
David Byers authored
Detailed changes: > Fix bug 747: > * commands2.el (lyskom-status-pers-list-one-membership): New > function. > (kom-status-person): Use it. > > Fix bug 709: > * faqs.el (kom-list-faqs): New command. > (kom-list-server-faqs): New command. > (lyskom-do-list-faqs): New function. > > * lyskom-rest.el (lyskom-next-property-bounds): New function. > (lyskom-do-special-inserts): Use it. Added end parameter. > (lyskom-do-insert): Pass end parameter. > > * lyskom-buttons.el (lyskom-button-transform-text): Do links from > kom-text-buttons after the hard-coded stuff. >
-
David Byers authored
Detailed changes: > 2003-07-27 David Byers <byers@lysator.liu.se> > > Fix bug 761: > * startup.el (kom-start-anew): Set lyskom-is-administrator to nil > after logging on. > > Fix bug 1058: > * edit-text.el (lyskom-edit-insert-miscs): Make the separator > read-only. > > 2003-07-26 David Byers <byers@lysator.liu.se> > > Minor fixes: > * commands1.el (kom-sub-self): Restrict this command to > membership. > > Improvements to completing read: > * completing-read.el (lyskom-read-conf-internal): Added membership > predicate to lyskom-read-conf-internal. > (lyskom-read-conf): Support integer argument in initial. Default > to placing point at the start of input. > > > Fix bug 1036: > * commands2.el (kom-change-message-flag): Nwe command. > > * commands2.el (kom-is-person-member-of-conference): Show if a > person receives group messages to the conference. > > * utilities.el (lyskom-return-membership-type): Show message-flag > if it is not the default. > > 2003-07-25 David Byers <byers@lysator.liu.se> > > UI support for bug 1036: > * mship-edit.el (lp--compute-format-string): Support message-flag. > (lp--format-entry): Ditto. > (lp--flag-menu-get): Ditto. > (lp--flag-menu-set): Ditto. > (lp--format-insert-entry): Ditto. > > Protocol support for bug 1036: > * komtypes.el (membership-type): Added message-flag. > > * parse.el (lyskom-parse-membership-type): Set message-flag from > message-invert. > > * lyskom-rest.el (lyskom-prot-a-format-membership-type): Transmit > message-invert instead of message-flag. > > 2003-07-22 David Byers <byers@lysator.liu.se> > > * commands2.el (lyskom-update-membership-buffer): Fixed typo.
-
- 02 Jul, 2003 1 commit
-
-
David Byers authored
Detailed changes: > 2003-07-02 David Byers <byers@lysator.liu.se> > > Removed unused variables: > * commands1.el (lyskom-get-marked-texts): Removed variable > mark-list. > > * commands2.el (kom-leave-all-conferences): Removed variable > unsubscribed. > > * lyskom-rest.el (lyskom-format-x-kom/user-area): Removed variable > tmpbuf. > > * lyskom-buttons.el (lyskom-generate-button): Removed variable > persno. > > Fixed empty lines in nameday display: > * names.el (lyskom-nameday-2): Say so when there are no namedays > (we more or less have to when showing names from more than one > list, and it ain't bad > > Fixed bug 1064: > * lyskom-buttons.el (kom-button-click): Handle null position > properly. > > 2003-07-01 David Byers <byers@lysator.liu.se> > > * commands1.el (lyskom-write-text): Handle prefix args correctly > (so C-u i works). >
-
- 17 May, 2003 1 commit
-
-
David Byers authored
Detailed changes: > 2003-05-17 David Byers <byers@lysator.liu.se> > > Fix bug 986: > * lyskom-buttons.el (lyskom-view-url-netscape): Support > kom-netscape-variant. > > * vars.el.in (kom-netscape-variant): New variable. > > Fix bug 1038: > * swedish-strings.el,english-strings.el: Fixed problem with > accepting-recommendation (patch from Magnus Bark). > > Fix bug 1039: > * commands1.el (lyskom-private-answer): Misc-list for personal > replys to our own texts were wrong. > > 2003-05-10 David Byers <byers@lysator.liu.se> > > Illegal argument stringp nil when listing missing texts: > * commands2.el (lyskom-do-list-summary): Fix problem when listing > texts that don't exist. >
-
- 10 May, 2003 1 commit
-
-
David Byers authored
Detailed changes:
-
- 09 May, 2003 1 commit
-
-
David Byers authored
Detailed changes: > 2003-05-09 David Byers <byers@lysator.liu.se> > > Fix bug 868: > * commands2.el (kom-add-private-answer): New function. > > Minor usability fix: > * english-strings.el,swedish-strings.el: Clarify error-2. >
-
- 06 Apr, 2003 1 commit
-
-
David Byers authored
Detailed changes: > 2003-04-06 David Byers <byers@lysator.liu.se> > > Cosmetic fix: > * commands1.el (lyskom-list-conf-print): Don't make each line > clickable in its entirety. Just print things normally. > > Handle conf-z-info more correctly in lyskom-format: > * lyskom-buttons.el (lyskom-default-button): Support conf-z-info > as argument for conf and pers buttons. > > * lyskom-rest.el (lyskom-format-aux-help): When conf-z-info is > passed to %M, create a button. > > Fix error message when trying to unread everything: > * review.el (lyskom-get-texts-globally): Added do-unread parameter. > (kom-unread-more): Pass do-unread to lyskom-get-texts-by-to. > (lyskom-unread-by-to): Ditto. > (lyskom-get-texts-by-to): Added do-unread parameter to > lyskom-get-texts-by-to. > > Fix bug 697: > * commands1.el (kom-jump): Treat REVIEW-FAQ-TREE like REVIEW-TREE. > > * lyskom-rest.el (kom-view-next-text): Treat REVIEW-FAQ-TREE like > review when altering the read list, but not otherwise. > (lyskom-update-prompt): Treat REVIEW-FAQ-TREE like REVIEW-FAQ. > > * commands2.el (lyskom-list-summary): Added REVIEW-FAQ-TREE and > REVIEW-TREE to if statement towards the end. > > * vars.el.in (lyskom-review-types-list): Added REVIEW-FAQ-TREE. > > * faqs.el (lyskom-present-unread-faqs): Pass t as review-tree > argument to lyskom-do-review-faq. > (lyskom-do-review-faq): Added argument review-tree. > > 2003-04-05 David Byers <byers@lysator.liu.se> > > * lyskom-buttons.el (lyskom-highlight-has-no-presentation): Don't > highlight secret conferences.
-
- 05 Apr, 2003 2 commits
-
-
David Byers authored
Detailed changes: > Fix bug 742: > * commands2.el (kom-will-person-read-text): New command. >
-
David Byers authored
Detailed changes: > 2003-04-05 David Byers <david.byers@swipnet.se> > > Fix bug 1006: > * commands2.el (kom-is-person-member-of-conference): Show number > of unread (only when deferred printing is on). > > * deferred-insert.el (lyskom-defer-insertion): Handle a list as > the arguments for the server call. > > Fix bug 1000: > * swedish-strings.el: Fix cut-n-paste error. > > Fix bug 1008: > * commands1.el (lyskom-list-created-conferences-2): Show garb-nice > in listing. >
-
- 16 Mar, 2003 4 commits
-
-
David Byers authored
Detailed changes: > Fix bug 815: > * commands2.el (lyskom-send-message): Print the correct error code > on failure. >
-
David Byers authored
Detailed changes: > Fix bug 854: > * commands2.el (kom-join-all-conferences): New command. > (kom-leave-all-conferences): New command. > > * commands1.el (lyskom-add-member-by-no): Added no-of-unread > parameter. > > * lyskom-buttons.el (lyskom-highlight-i-am-supervisor): Use > lyskom-i-am-supervisor. > > * utilities.el (lyskom-i-am-supervisor): New function. > (lyskom-get-all-conferences): New function. >
-
David Byers authored
Detailed changes: > Fix bug 859: > * swedish-strings.el,english-string.el (lyskom-messages): Fixed > show-membership-info-q. > > Fix bug 591: > * feature.el (read-ranges): New feature variable. > > * parse.el (lyskom-parse-membership-11): New function. > (lyskom-convert-read-ranges-to-map): New function. > > * startup.el (lyskom-setup-client-for-server-version): Added > features for protocol version 11. > > * utilities.el (lyskom-is-member): Pass want-read-ranges nil. > > * user-hooks.el (kom-read-last-text-hook): Pass want-read-ranges > t. > > * prefetch.el (lyskom-prefetch-one-request): Pass want-read-ranges > t. > > * mship-edit.el (lyskom-prioritize-flag-toggle): Pass > want-read-ranges t. > > * lyskom-rest.el (lyskom-startup-check-recommended-memberships): > Pass want-read-ranges nil. > (lyskom-get-membership): Pass want-read-ranges t. > > * edit-text.el (lyskom-edit-send-check-recipients): Pass > want-read-ranges nil. > > * commands2.el (kom-status-conf): Pass want-read-ranges t. > (kom-set-unread): Ditto. > > * async.el (lyskom-parse-async): Pass want-read-ranges t. > > * commands1.el (lyskom-add-member-answer): Pass want-read-ranges > t. > > * services.el (initiate-query-read-texts): Use call 107 when > possible. >
-
David Byers authored
Detailed changes: > Fix bug 946: > * commands2.el (lyskom-print-summary-line): Can print the number > of comments to a text. > (lyskom-construct-summary-format-string): Support > number-of-comments column. > (lyskom-list-summary): Include number-of-comments column. > (lyskom-do-list-summary): Same here. >
-
- 03 Mar, 2003 1 commit
-
-
Per Cederqvist authored
* swedish-strings.el (status-record): Removed a space. * english-strings.el (status-record): Removed a space. * lyskom-rest.el (lyskom-enter-conf-print-unread): Fixed broken indentation. Print the type of the conference. * commands2.el (lyskom-conf-status-marker): New function, extracted from kom-status-conf. (kom-status-conf): Simplified by using lyskom-conf-status-marker.
-
- 13 Feb, 2003 1 commit
-
-
Per Cederqvist authored
Detailed changes: > 2003-02-13 Per Cederqvist <ceder@ingate.com> > > Fix kom-postpone, which has been broken a while. > > * komtypes.el (text-list->trim-head): New function. > > * commands2.el (kom-postpone): Use text-list->trim-head instead of > accessing internals of the text-list type in a way that no longer > works.
-
- 07 Jan, 2003 1 commit
-
-
David Byers authored
Detailed changes: > 2003-01-07 David Byers <david.byers@swipnet.se> > > Fix bug 962: > * edit-text.el (lyskom-edit-send-check-recipients): Use > lyskom-get-send-comments-to. > > * utilities.el (lyskom-get-send-comments-to): New function. > > * commands1.el (kom-write-text): Add sender as recipient when > sending to a conference the sender is not a member of. Respect > send-comments-to. > (lyskom-comment-recipients): Respect send-comments.to when adding > lyskom-pers-no as a recipient. > > Started working on a command reference manual: > * commands2.el: Wrote user documentation for all commands in the > docstrings. Lisp-level documentation, where it still exists, is > placed after the user-level documentation, below the legend "Lisp > documentation". I intend to generate the english command reference > from the source code. > 1a23,31 > > Started working on a command reference manual: > * commands1.el: Wrote user documentation for all commands in the > docstrings. Lisp-level documentation, where it still exists, is > placed after the user-level documentation, below the legend "Lisp > documentation". I intend to generate the english command reference > from the source code. > > * NEWS-0.48: Synched up to here.
-
- 06 Jan, 2003 1 commit
-
-
David Byers authored
Detailed changes: > Handle async-new-user-area message: > * startup.el (lyskom-accept-async): Accept async 19. > > * async.el (lyskom-parse-async): Parse async type 19. Update > pers-stat based on results. > (lyskom-async-new-user-area): New function updates cache and > re-reads options if necessary. > (lyskom-parse-async): Call it. > > * flags.el (lyskom-read-options-eval): Set > lyskom-current-user-area. > > * vars.el.in (lyskom-current-user-area): New variable. > > * flags.el (lyskom-save-options-3): Don't delete the person from > the cache; just set the user-area. Set lyskom-current-user-area. > > * komtypes.el (pers-stat): user-area is no longre read-only. > > Fix parse of text-mapping (I thought I did this a year ago): > * parse.el (lyskom-parse-list): Read the terminating brace in the > list. > (lyskom-parse-local-to-global-block): The array length is a > number, not a string. >
-
- 05 Jan, 2003 1 commit
-
-
David Byers authored
I have made lots of changes, including transitioning most data structures to use def-komtype, removing functions that weren't used (there are several left), removing almost all the remaining who-buffer remnants and generally messing with things. Chances are I broke something. I haven't figured out what yet, but do let me know if you spot anything. Detailed changes: > * I have cleaned up all over the place. There are no ChangeLog > entries for most of the changes. Changes include: converting types > to use def-komtype; removing who-buffer code; removing who-info > cache; removing dead code; removing commented-out code. > > * mship-edit.el (lp--hide-memberships-by-date): Call > lyskom-read-date. > > Code cleanup: > * prefetch.el (lyskom-prefetch-whobuffer-handler): Commented out > the code since thw who buffer is gone. > > * commands2.el (kom-bury): Removed who-buffer code. > > * cache.el: Removed who-info cache. > > * async.el (lyskom-parse-async): Removed who-buffer code. > (lyskom-parse-async): Don't cache who info. > > * filter-edit.el (filter-entry): Redefined using def-komtype. > > * komtypes.el (conf-no-list): Redefined using def-komtype. > > * prioritize.el (prioritize-entry): Redefined using def-komtype. > > * clienttypes.el: Removed format-props and who-buffer-related > types. > > * lyskom-rest.el (lyskom-format-aux-help): Removed something about > format-props, which aren't used anywhere. > > * komtypes.el,deferred-insert.el,clienttypes.el,mship-edit.el,names.el, > regexp.el,tree-edit.el: Rewrote all uses of def-komtype. Defined > more datatypes using def-komtype. Removed unused functions. > > * clienttypes.el (format-state): Renamed argl to args, since > that's what we actually use. > (format-state): Converted to new def-komtype syntax. > > * lyskom-rest.el (lyskom-membership-highest-index): Unused. > Removed. > > * komtypes.el (def-komtype): Added support for &optional in the > arg list and for default values. > (privs): Re-implemented with def-komtype. > (pers-stat): Ditto. > (text-stat): Ditto. > (conf-stat): Ditto. > (flags): Ditto. > (map): Ditto. > (membership): Ditto. > (conf-list): Ditto. > (text): Ditto. > (misc-info): Ditto. > (mark): Ditto. > (lyskom-create-who-info): Ditto. > (session-info): Ditto. > (conf-type): Ditto. > (server-info): Ditto. > (version-info): Ditto. > (conf-z-info-list): Ditto. > > * deferred-insert.el (defer-info): Re-implemented with > def-komtype. > > * language.el (lyskom-string-check-category): Unused. Removed. > > * async.el (lyskom-show-changed-person): Unused. Removed. > > * utilities.el (lyskom-set-face-foreground): Unused. Removed. > (lyskom-set-face-background): Unused. Removed. > > * lyskom-buttons.el (lyskom-set-default-button-action): Unused. > Removed. > > * startup.el (lyskom-print-name): Unused. Removed. > > * lyskom-buttons.el (lyskom-menu-selection): Unused. Removed. > > * aux-items.el (lyskom-map-aux-items): Unused. Removed. > > * view-text.el (lyskom-fetch-author-for-cache): Unused. Removed. > > * utilities.el (lyskom-emacs-version): Unused. Removed. > > * view-text.el (lyskom-fetch-text-for-cache): Unused. Removed. > > * utilities.el (lyskom-face-resource): Unused. Removed. > (lyskom-modify-face): Unused. Removed. > > * startup.el (lyskom-extract-persons): Unused. Removed. > (lyskom-extract-confs): Unused. Removed. > (lyskom-do-extract-persons-or-confs): Unused. Removed. > > * edit-text.el (lyskom-edit-goto-char): Unused. Removed. > (lyskom-edit-on-aux-item): Unused. Removed. > > * utilities.el (lyskom-background-mode): Unused. Removed. >
-
- 02 Jan, 2003 2 commits
-
-
David Byers authored
Detailed changes: > 2003-01-03 David Byers <david.byers@swipnet.se> > > * lyskom-buttons.el (lyskom-default-button): Use default, not > kom-text-face for timestamp buttons since kom-text-face is no > more. > > Implement face customization: > * option-edit.el (lyskom-face-widget, lyskom-face-widget): New > widget type. > (lyskom-widget-functions): Added face widget to the list. > > * view-text.el (lyskom-print-text): Get generated faces if the > user hasn't selected any specific faces. > > * startup.el (lyskom): Get generated faces if the user hasn't > selected any specific faces. > > * commands2.el (lyskom-send-message): Get generated faces if the > user hasn't selected any specific faces. > > * async.el (lyskom-format-as-personal-message): Get generated > faces if the user hasn't selected any specific faces. > 1a25,34 > > Implement face customization: > * faces.el (lyskom-setup-faces-for-buffer): Don't muck with the > user-selectable values. > > * option-edit.el: Added var parameter to all widget conversion > functions. > > * utilities.el (lyskom-current-client-time): Removed some > comments.
-
David Byers authored
Everything should be functional with Emacs 21.x, 20.7 and XEmacs 21.1. Other versions have not been tested yet. Detailed changes: > 2003-01-02 David Byers <david.byers@swipnet.se> > > Cosmetics: > * commands2.el (kom-set-unread): Don't include range in prompt. It > will be included by lyskom-read-num-range-or-date. > > Compatibility issues with date reading: > * compatibility.el (lyskom-minibuffer-contents): Provide an alias > for minibuffer-contents. > > * lyskom-rest.el (lyskom-verified-read-enter): Use > lyskom-minibuffer-contents instead of minibuffer-contents. > > Work on new face code: > * faces.el: Fixed bug in call to defface that worked in Gnu Emacs > but not in XEmacs. >
-
- 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 2 commits
-
-
David Byers authored
Fixed bug where kom-list-summary would remove texts from read list.
-
David Byers authored
> > Improve kom-list-summary: > * commands2.el (lyskom-do-list-summary): Damn. Already midnight. > Don't print the subject on comments more than once in a row. > (lyskom-print-summary-line): Don't compute subject here. Get it in > a param instead. > > 2002-12-30 David Byers <david.byers@swipnet.se> > > Improve kom-list-summary: > * commands2.el (lyskom-print-summary-line): Print deep comment > levels without additional indent, like nn does. > > Remove bugzilla links (text links supersede these): > * lyskom-buttons.el (lyskom-button-transform-text): De-implemented > bugzilla links. > (lyskom-button-show-bugzilla-bug): Removed this function. > > * vars.el.in (kom-my-bugzilla): Removed this variable. Text links > generalize bugzilla links. > (lyskom-text-buttons): Removed bugzilla text buttons. > (lyskom-button-actions): Same here. > > More text links: > * lyskom-buttons.el (lyskom-button-add-links): New function. > (lyskom-button-transform-text): Call it to create links from > kom-text-links. > > * vars.el.in (kom-text-links): New variable. > > * clienttypes.el (lyskom-create-lyskom-text-link): New function. > (lyskom-text-link->pattern): New function. > (lyskom-text-link->replacement): New function. > (lyskom-text-link->highlight): New function. > (lyskom-text-link->ignore-case): New function. > > New nameday lists from Hans Persson: > * names.el (sv-1993): New nameday list. > (sv-pre-1901): Renamed nameday list from sv-1901 > (sv-1901): New nameday list. > (sv-1986): New nameday list. > > 2002-12-22 David Byers <david.byers@swipnet.se> > > Work on bug 946: > * commands2.el (lyskom-do-list-summary): Display texts in comment > order with indentation. > (lyskom-print-summary-line): Support indentation. > > 2002-12-18 David Byers <david.byers@swipnet.se> > > * lyskom-buttons.el (lyskom-button-transform-text): Added > text-stat argument. > > Implement text links: > * lyskom-rest.el (lyskom-format-ö): Pass text-stat to > lyskom-button-transform-text. > (lyskom-format-enriched): Ditto. > (lyskom-format-text-body): Ditto. > (lyskom-format-aux-help): Handle cons in format-letter r. > > * view-text.el: Send the text-stat when formatting subject. > > 2002-12-17 David Byers <david.byers@swipnet.se> > > Work on bug 753: > * flags.el (lyskom-read-options): Added optional buffer argument > to support reading settings from a different session. >
-
- 16 Dec, 2002 1 commit
-
-
Ulrik Haugen authored
* startup.el (lyskom-read-server-name): Updated docstring wrt. kom-builtin-server-aliases. * lyskom-rest.el (lyskom-update-prompt, lyskom-format-prompt) (lyskom-mode-name-from-host): Use both kom-server-aliases and kom-builtin-server-aliases. * commands2.el (kom-modeline-select-unread-kom) (kom-status-server): Use both kom-server-aliases and kom-builtin-server-aliases. * async.el (lyskom-show-logged-in-person) (lyskom-show-logged-out-person): Use both kom-server-aliases and kom-builtin-server-aliases.
-
- 30 Oct, 2002 1 commit
-
-
Per Cederqvist authored
unreadable. Report no-such-text-no instead. (kom-diff-texts): Ditto.
-