- Oct 01, 2012
-
-
Per Cederqvist authored
* flags.el (lyskom-get-holerith): Only strip *initial* whitespace. (When given the string "3Hfoo 7Hx\n asdf" as input, it would treat "3Hfoo 7Hx\n " as initial whitespace, and fail when it attempted to parse "asdf" as a Hollerith string.)
-
- Jun 02, 2012
-
-
David Byers authored
-
- May 24, 2012
-
-
Per Cederqvist authored
-
- Jun 08, 2011
-
-
Ulrik Haugen authored
* edit-text.el (lyskom-edit-send): Only bother with lyskom-unity-text if latin-unity-remap-region is defined as a function.
-
- Jun 06, 2011
-
-
Ulrik Haugen authored
"Buggarna var: 1) kom-edit-send gjorde (lyskom-mime-charset-for-text) på texten utan att köra (lyskom-unity-text) på den först. Det var detta som fick UTF-8 att okynnesväljas så snart det fanns mer än ett teckenset, även om de kunde unifieras. 2) lyskom-unity-text provade inte alla preferred-coding-system i listan, utan bara det första." * edit-text.el (lyskom-edit-send): Call lyskom-unity-text before selecting charset. * lyskom-rest.el (lyskom-unity-text): Try all elements in preferred-coding-system.
-
- May 14, 2010
-
-
David Byers authored
-
- May 13, 2010
-
-
David Byers authored
-
David Byers authored
-
David Byers authored
Fix bug 1678, hard-coded ssl relay port, problems with detecting correct charset at startup, GUI element encoding on mac
-
- Oct 21, 2009
-
-
Pontus Freyhult authored
-
- May 09, 2009
-
-
Pontus Freyhult authored
Fixes issue with automatic use of wrong identity when connecting to new servers after automatic reconnect.
-
- Mar 11, 2009
-
-
David Byers authored
-
- Mar 08, 2009
-
-
David Byers authored
-
David Byers authored
-
David Byers authored
No commit message
-
David Byers authored
-
- May 11, 2008
-
-
David Byers authored
-
David Byers authored
-
David Byers authored
Detailed changes: > 2008-05-11 <David Byers@GULAG> > > Fix bug 1660: > * edit-text.el (lyskom-create-text-handler): Added callback and > callback-data parameters. Juggling buffers to get these right is > somewhat tricky, but worst is that it is *possible* for the buffer > containing the callback to be deleted before this is called. > (lyskom-edit-send): Pass lyskom-edit-handler and data to > lyskom-create-text-handler. > > Fix bug 1658: > * review.el (kom-review-rot13): Removed local arg from add-hook. > > * commands2.el (kom-limit-import): Add support for limiting import > by regexp. >
-
- Mar 17, 2008
-
-
Per Cederqvist authored
parents or relatives of a text before displaying it. Also, add a new strategy ('oldest-ancestor) that only searches among parents. Details: * vars.el.in (kom-read-related-first): New configuration variable. Set this to nil to get the old-style behaviour, 'oldest-related to get the behaviour before this commit, or 'oldest-ancestor to get the new default behaviour. * lyskom-rest.el (lyskom-find-lowest-text): Moved internal documentation from the doc-string to an internal comment. (lyskom-find-unread-ancestor): New defun. This code is based on lyskom-find-lowest-text, but works in a more sensible way. (lyskom-select-text-to-read): New defun, extracted from kom-view-next-text. Handle the new oldest-ancestor strategy. (kom-view-next-text): Use lyskom-select-text-to-read to simplify the code. * swedish-strings.el, english-strings.el (lyskom-custom-strings): Added ancestor, relative, kom-read-related-first-doc and kom-read-related-first-tag. * option-edit.el (lyskom-customize-buffer-format): Added kom-read-related-first. (lyskom-custom-variables): Ditto.
-
- Nov 10, 2007
-
-
David Byers authored
-
David Byers authored
Fix bug 1646. Fix repeated recomputation of timeouts. Be a little more conservative about buffer changes.
-
David Byers authored
Detailed changes: > 2007-11-10 David Byers <davby@ida.liu.se> > > * mime.el (lyskom-mime-charset-for-text-xemacs): Better > diagnostics for XEmacs. Use server charset if text is ascii. > > * edit-text.el (lyskom-edit-send): Don't even attempt to send text > with too many charsets. >
-
- Aug 16, 2007
-
-
David Byers authored
-
- Aug 01, 2007
-
-
Per Cederqvist authored
* lyskom-rest.el (kom-go-to-pri-session): Fixed typo in docstring. * vars.el.in (kom-show-where-and-what): Fixed typo in docstring. (kom-show-since-and-when): Ditto.
-
- Jul 28, 2007
-
-
Per Cederqvist authored
* commands2.el (kom-view-url-in-text): New command. * vars.el.in (lyskom-commands): Added kom-view-url-in-text. * swedish-strings.el (lyskom-command): Add kom-view-url-in-text as "Visa URL". (lyskom-sv-mode-map): Bind "vu" to "Visa URL". * english-strings.el (lyskom-command): Add kom-view-url-in-text as "View URL". (lyskom-en-view-prefix): New prefix, bound to "v". (lyskom-en-mode-map): Bind "vu" to "View URL".
-
Per Cederqvist authored
-
- Jul 20, 2007
-
-
Hans Eric Svensson authored
-
- Jul 14, 2007
-
-
Per Cederqvist authored
-
Per Cederqvist authored
newline, to avoid strange code in the concatenated lyskom.el. (check): Depend on check-eof.
-
Per Cederqvist authored
-
- Jul 11, 2007
-
-
David Byers authored
-
David Byers authored
-
David Byers authored
-
David Byers authored
-
- Jul 07, 2007
-
-
David Byers authored
-
David Byers authored
-
David Byers authored
-
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 >
-
- Jun 30, 2007
-
-
David Byers authored
-