- 07 Jul, 2007 1 commit
-
-
David Byers authored
Detailed changes: > 2007-07-07 David Byers <davby@sysinst-gw.sysinst.ida.liu.se> > > * edit-text.el (lyskom-edit-insert-buglist): Don't use interactive > functions for non-interactive work (replace-regexp). > > * compatibility.el (lyskom-pos-visible-in-window-p-22-1): > Workaround for bug in Gnu Emacs 22.1 pos-visible-in-window-p >
-
- 30 Jun, 2007 1 commit
-
-
David Byers authored
-
- 26 Jun, 2007 2 commits
-
-
David Byers authored
-
David Byers authored
-
- 24 Jun, 2007 6 commits
-
-
David Byers authored
-
David Byers authored
-
David Byers authored
-
David Byers authored
Fixed bugs 1621 and 1637. Prepare for printing additional info in presence messages. Added generic person lists for use in e.g. kom-highlight-conferences and kom-presence-messages-in-buffer. Show presence messages for self using same rules as for others.
-
David Byers authored
-
David Byers authored
Generalized support for lists like kom-highlight-conferences
-
- 12 Jun, 2007 2 commits
-
-
David Byers authored
Detailed changes: > Fix bug 1619: > * commands2.el (kom-diff-texts): Use lyskom-compatible insertion > commands for the diff. > > Fix bug 1636:
-
David Byers authored
Detailed changes: > 2007-06-12 <David Byers@GULAG> > > * mime.el (lyskom-mime-encode-string): Added mime-charset > parameter. > > * edit-text.el (lyskom-edit-parse-headers): Changed the return > value to a data type (i was going to extend it, but ended up not > doing so, but the new version is easier to follow anyway). > (lyskom-edit-send): Use a temporary buffer (necessary since > transformation functions may alter the text) and > lyskom-mime-charset-for-text to determing text encoding. > > * mime.el (lyskom-mime-charset-for-text): New function > (lyskom-mime-charset-for-string): Removed. > (lyskom-charset-alist): Removed. From now on, we shall rely on > mm-util in XEmacs. >
-
- 10 Jun, 2007 1 commit
-
-
David Byers authored
Detailed changes: > 2007-06-10 <David Byers@GULAG> > > Better display of texts claiming to be us-ascii: > * mime.el (lyskom-mime-decode-content-type): Pretend us-ascii > texts are really latin-1. > > Fix bug 819: > * completing-read.el (lyskom-read-conf-internal): When an exact > match is found, return t only if the input string is equal to the > only alternative. > > Fix bug 1277: > * swedish-strings.el (coding-system-mismatch-warning): Added > reference to Emacs manual. > > * utilities.el (lyskom-check-configuration): Don't warn about > coding system if UTF-8 is supported. > > * lyskom-buttons.el (lyskom-make-button-menu): Encode menu strings > properly. > 3,4c24,36 < * language.el (lyskom-language-keymap-internal): Let Emacs 22.1 < follow links with mouse-1. --- > Prefer UTF-8 over all but latin-1: > * mime.el (lyskom-charset-alist): Never choose us-ascii. When > us-ascii text is detected, assume latin-1 instead. For some > reason, us-ascii is detected on some emacsen even when this is not > the case. A more powerful charset would perhaps be a better > choice, but chances are if charset detection is broken, then what > are the chances that e.g. unicode conversion works? > (lyskom-charset-alist): Include utf-8 early in the list, making it > the preferred charset (when it works). > > Follow links with mouse-1 in Emacs 22.1: > * language.el (lyskom-language-keymap-internal): Bind follow-links > in the global LysKOM keymaps. 5a38 > Fix various naming issues: 11810,11811c11843,11844 < eval: (ispell-change-dictionary "british") < eval: (if (boundp 'set-language-environment) (set-language-environment 'Latin-1)) --- > ispell-local-dictionary: "british" > coding: iso-8859-1
-
- 09 Jun, 2007 1 commit
-
-
David Byers authored
Allow emacs 22.1 to follow links on mouse-1
-
- 08 Jun, 2007 1 commit
-
-
David Byers authored
-
- 26 Apr, 2007 1 commit
-
-
Hans Eric Svensson authored
-
- 04 Feb, 2007 1 commit
-
-
Per Cederqvist authored
-
- 01 Jan, 2007 2 commits
-
-
Ulrik Haugen authored
-
Ulrik Haugen authored
15105984 i Lyskom av Magnus Bark
-
- 14 Dec, 2006 1 commit
-
-
Hans Eric Svensson authored
Handle passive membership in combination with kom-follow-comments-outside-membership when reading texts
-
- 21 Nov, 2006 1 commit
-
-
Hans Eric Svensson authored
-
- 07 Jul, 2006 1 commit
-
-
David Byers authored
Detailed changes: > 2006-06-27 David Byers <davby@ida.liu.se> > > * lyskom-rest.el (lyskom-fill-next-paragraph): Fixed off-by-one > error causing the last character on the last line to (sometimes) > be put on a line of its own in XEmacs. > (lyskom-maybe-fill-region): Fixed off-by-one error causing lines > just under fill-column long to be wrapped. > > 2006-05-14 David Byers <davby@ida.liu.se> > > * utilities.el (lyskom-text-comments): Added parameter > skip-footnotes. > > 2006-04-26 David Byers <davby@ida.liu.se> > > * lyskom-rest.el (lyskom-fill-next-paragraph): Eliminated the > inner catch, as this seemed to cost more time than adding a > clause to each conditional in the loop. > (lyskom-fill-message-line-length): Make this a subst. >
-
- 03 May, 2006 2 commits
-
-
Pontus Freyhult authored
commands1.el: Reverted previous bad check in.
-
Pontus Freyhult authored
kom-write-text-recipient-strategy. (lyskom-custom-variables): Dito. * vars.el.in (kom-write-text-recipient-strategy): New variable. * swedish-strings.el,english-strings.el (lyskom-custom-strings): Added current-meeting. Added kom-write-text-recipient-strategy-doc and kom-write-text-recipient-strategy-tag. * commands1.el (lyskom-write-text): Use current-conf is kom-write-text-recipient-strategy is 'current and we're called from kom-write-text.
-
- 25 Apr, 2006 2 commits
-
-
David Byers authored
Detailed changes: > 2006-04-25 David Byers <davby@ida.liu.se> > > * lyskom-rest.el (lyskom-fill-next-paragraph): Fixed off-by-one > error in handling indented paragraphs. >
-
Per Cederqvist authored
Detailed changes: > 2006-04-25 Per Cederqvist <ceder@lysator.liu.se> > > Get rid of compiler warning probably introduced 2006-04-05. > * lyskom-rest.el (lyskom-fill-message): Removed pointless > "(buffer-substring (point-min) (point))" whose value was not > used.
-
- 24 Apr, 2006 2 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
refer to lyskom-tell-phrases-validation-keyword-list.
-
- 05 Apr, 2006 1 commit
-
-
David Byers authored
Detailed changes: > 2006-04-05 David Byers <davby@ida.liu.se> > > Re-implement line breaking heuristics: > * lyskom-rest.el (lyskom-fill-disqualifying-regexp): Broken out > from lyskom-fill-message to make regexp easier to understand. > (lyskom-fill-message-next-line): New macro. > (lyskom-fill-message-return): New macro. > (lyskom-maybe-fill-region): New macro. > (lyskom-fill-inline-text-regexp): New regexp to prevent concating > it every time a line was examined, and to make it handle inlined > texts with the wrong language. > (lyskom-fill-message): New implementation. > (lyskom-fill-next-paragraph): Guts of new lyskom-fill-message. > (lyskom-fill-scan-quoted-paragraph): New function. > (lyskom-fill-scan-empty-lines): New function. > > Fix bug 766: > * swedish-strings.el,english-strings.el (lyskom-custom-strings): > Adjusted kom-autowrap-doc. > >
-
- 03 Apr, 2006 1 commit
-
-
David Byers authored
Detailed changes: > 2006-04-03 David Byers <davby@ida.liu.se> > > * lyskom-buttons.el (lyskom-button-befriend): New function > (i guess jhs forgot to check it in). > (lyskom-button-moronify): New function (i guess jhs forgot to > check it in). >
-
- 31 Mar, 2006 1 commit
-
-
David Byers authored
Detailed changes: > 2006-03-31 David Byers <davby@ida.liu.se> > > * menus.el (lyskom-menu-template): Added kom-review-more-comments > to menu. > > Fix bug 1510: > * vars.el.in (lyskom-commands): Added kom-review-mode-comments. > > * swedish-strings.el,english-strings.el > (lyskom-sv-mode-map,lyskom-en-mode-map): Added > kom-review-more-comments. > > * review.el (lyskom-review-by-to): Set lyskom-have-review to > indicate what kind of review. > (lyskom-last-review-comments): New variable. > (lyskom-review-comments): Set lyskom-last-review-comments. > (lyskom-review-comments): Handle a list of text-stats as the input > to this function. > (kom-review-more-comments): New command. > > Fix bug 1535: > * commands1.el (lyskom-write-text): Added add-self parameter. > (kom-send-letter): Always add sender as recipient. > > Fix bug 1589: > * mime.el (lyskom-mime-string-charset): Handle server coding > system in found charset. > > * compatibility.el (find-charset-string): Default to server > coding-system or latin-1 if server coding system is unknown. > > Fix bug 1602: > * mime.el (lyskom-mime-decode-content-type): Correctly match the > type and subtype fields of content types. Downcase all values. > > Fix bug 1391: > * commands2.el (lyskom-help): Handle printing top-level keymap. > > * help.el (lyskom-help-format-keymap): New function. > > * help-english.xml,help-swedish.xml: Added keyboard commands > section. > > * help-compile.el (lyskom-help-syntax): Added keymap directive. > > Probably fix bug 1570: > * compatibility.el (lyskom-map-keymap): Do not attempt to car or > cdr non-conses when mapping over keymap. > > 2006-03-30 David Byers <davby@ida.liu.se> > > Update handling of text/enriched: > * lyskom-rest.el (lyskom-format-enriched): Handle new-style > enriched text, with headers in a special aux-item. > > * edit-text.el (lyskom-edit-send): Handle aborted sending without > error message. > > * aux-items.el (elisp-client-enriched-headers): Added aux-item > definition. > > * edit-text.el (lyskom-edit-send): Replaced > lyskom-send-text-transform-function with more general > lyskom-send-text-transform-hook, which allows multiple > transformations and changes to more than just the text. > > * vars.el.in (lyskom-send-text-transform-hook): Ditto. > > 2005-03-22 David Byers <davby@ida.liu.se> > > * english-strings.el (lyskom-custom-strings): Fxied speling erorr > in me.
-
- 16 Feb, 2006 2 commits
-
-
Johan Sundström authored
Made kom-filter-author, kom-moronify and kom-befriend use the new lyskom-default-conference-author-of-text-at-point strategy.
-
Johan Sundström authored
-
- 26 Oct, 2005 1 commit
-
-
Pontus Freyhult authored
nil. Hopefully fixes bad behavior sometimes seen when using kom-recover.
-
- 17 Mar, 2005 1 commit
-
-
Pontus Freyhult authored
performance somewhat for sessions with very large buffers (although probably "possibly noticeable" rather than "miraculous").
-
- 08 Mar, 2005 1 commit
-
-
David Byers authored
Detailed changes: > 2005-03-08 David Byers <byers@lysator.liu.se> > > * compatibility.el (lyskom-encode-coding-string): Renamed > functions used when detecting copy bug. Detect multibyte bug. > This hopefully fixes bug 1524. >
-
- 07 Mar, 2005 1 commit
-
-
David Byers authored
Detailed changes: > 2005-03-07 David Byers <byers@lysator.liu.se> > > * lyskom-rest.el (lyskom-face-default-p): New implementation since > face-equal didn't really do the job.
-
- 02 Mar, 2005 1 commit
-
-
Pontus Freyhult authored
* filter-edit.el (lyskom-filter-edit-revert): Use filter-edit-filter-list instead of lyskom-filter-list. Update filter-edit-list-end marker. Give some guidance when editing filters: * english-strings.el, swedish-strings.el (lyskom-messages): Added filter-edit-footer. * filter-edit.el (kom-filter-edit): Output filter-edit-footer.
-
- 25 Feb, 2005 1 commit
-
-
Pontus Freyhult authored
Fixed spelling of Gopher in emacs-w3-viewer. Fix bug 297: * vars.el.in (kom-netscape-command): Added Firefox and Opera to variable description. (kom-netscape-variant): Dito. (kom-url-viewer-preferences): Dito. * swedish-strings.el, english-strings (lyskom-custom-strings): Dito for kom-netscape-command-doc, kom-netscape-variant-doc, kom-netscape-command-tag, kom-netscape-variant-tag, netscape-viewer and windows-viewer.
-
- 24 Feb, 2005 1 commit
-
-
Pontus Freyhult authored
* vars.el.in (kom-lost-session-notification): New variable. * option-edit.el (lyskom-custom-variables): Added kom-lost-session-notification. (lyskom-customize-buffer-format): Dito. * english-strings.el, swedish-strings.el (lyskom-custom-strings): Added kom-lost-session-notification-tag and kom-lost-session-notification-doc. * englist-strings.el, swedish-strings.el (local): Added closed-connection-other-buf, session-lost-beep and session-lost-all-buffers. * lyskom-rest.el (lyskom-sentinel): Do notification in other buffers if desired.
-