- 21 Jun, 2014 1 commit
-
-
Christer Ekholm authored
Renamed variables newtext and string to elib-newtext and elib-string, to silence warnings about "var `xxx' lacks a prefix" in emacs-24.
-
- 19 Jun, 2014 2 commits
-
-
Christer Ekholm authored
To silence warning in emacs-24.
-
Christer Ekholm authored
-
- 17 Jun, 2014 1 commit
-
-
Christer Ekholm authored
-
- 15 Jun, 2014 2 commits
-
-
Christer Ekholm authored
Replaced "'(lambda" with "(function (lambda" to avoid warnings about "(lambda (x) ...) quoted with ' rather than with #'" in emacs-24
-
Christer Ekholm authored
help from David Byers. interactive-p is deprecated from emacs 23.2, called-interactively-p should be used instead. But called-interactively-p takes one argument in emacs-23.2, and zero in emacs-23.1 and emacs-22. Use called-interactively-p if defined, with arg unless calling it with arg is an error, then call it without arg. If it's not defined use interactive-p. Tested in emacs-22.3 emacs-23.4 emacs-24.3 and xemacs-21.5.34
-
- 06 Jun, 2014 1 commit
-
-
Christer Ekholm authored
The english instruction text in "Customize LysKOM" had duplicated description for save-and-quit. And both the english and swedish instruction was missing description for apply.
-
- 05 Jun, 2014 1 commit
-
-
Per Cederqvist authored
* option-edit.el (lyskom-file-widget): Set the widget size to 1 to avoid an "Overlapping fields" error. Reported by Mirar, fixed by Christer Ekholm, with help from David Byers. I just verified and committed the fix.
-
- 31 Dec, 2013 1 commit
-
-
Per Cederqvist authored
* menus.el (lyskom-menu-encoding-rules): Use utf-8 if window-system is eq to 'ns. This fixes a crash on MacOS X 10.9. It might possibly cause issues on older MacOS X releases and/or GNUstep. If so, please report the issue!
-
- 07 Oct, 2013 2 commits
-
-
Ulrik Haugen authored
-
Ulrik Haugen authored
-
- 11 May, 2013 1 commit
-
-
Per Cederqvist authored
-
- 07 May, 2013 1 commit
-
-
Per Cederqvist authored
Include the git ref in the version, and add a trailing asterisk to indicate that the working tree has uncommitted changes. The lyskom-list-clients-collect command now handles the new form of the version number.
-
- 06 May, 2013 2 commits
-
-
Per Cederqvist authored
At least on MacOS X, sed fails with "sed: RE error: illegal byte sequence" if LC_CTYPE is set to an UTF-8 encoding, probably due to the Latin-1 characters in the definition of lyskom-mule-compiled. Since the substitution of the version number was the only reason to process vars.el.in, stop doing so to avoid this problem. Thanks to Calle Dybedahl for reporting this problem.
-
Per Cederqvist authored
-
- 04 May, 2013 5 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
- 23 Mar, 2013 2 commits
-
-
Per Cederqvist authored
* compatibility.el: Fix the definition of lyskom-set-process-query-on-exit-flag, which had an extra set of parentheses that caused a compile-failure with emacs-24.3_rc3. Patch by Christer Ekholm <che@chrekh.se>.
-
Per Cederqvist authored
(kom-status-session, lyskom-status-session-9): Print a separator between the sessions.
-
- 27 Oct, 2012 1 commit
-
-
David Byers authored
-
- 01 Oct, 2012 1 commit
-
-
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.)
-
- 02 Jun, 2012 1 commit
-
-
David Byers authored
-
- 24 May, 2012 1 commit
-
-
Per Cederqvist authored
-
- 08 Jun, 2011 1 commit
-
-
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.
-
- 06 Jun, 2011 1 commit
-
-
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.
-
- 14 May, 2010 1 commit
-
-
David Byers authored
-
- 13 May, 2010 3 commits
-
-
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
-
- 21 Oct, 2009 1 commit
-
-
Pontus Freyhult authored
-
- 09 May, 2009 1 commit
-
-
Pontus Freyhult authored
Fixes issue with automatic use of wrong identity when connecting to new servers after automatic reconnect.
-
- 11 Mar, 2009 1 commit
-
-
David Byers authored
-
- 08 Mar, 2009 4 commits
-
-
David Byers authored
-
David Byers authored
-
David Byers authored
No commit message
-
David Byers authored
-
- 11 May, 2008 1 commit
-
-
David Byers authored
-