- Nov 25, 2019
-
-
Ulrik Haugen authored
Tweak debian devbuilds See merge request lyskom-elisp-client/lyskom-elisp-client!3
-
- Nov 24, 2019
-
-
Ulrik Haugen authored
-
Ulrik Haugen authored
-
Ulrik Haugen authored
-
Ulrik Haugen authored
-
- Nov 23, 2019
-
-
Ulrik Haugen authored
-
- Aug 08, 2019
-
-
Per Cederqvist authored
* lyskom-rest.el (lyskom-format-image): Link to jskom when an image cannot be displayed. * swedish-strings.el, english-strings.el (image-no-show): Now takes two additional arguments (two links to display).
-
- Apr 10, 2018
-
-
Christer Ekholm authored
In emacs-26 duplicate &optional is an error. ... lyskom.el:42124:26:Error: Duplicate &optional make: *** [Makefile:195: lyskom.elc] Error 1
-
- Dec 31, 2016
-
-
Ulrik Haugen authored
The debian source format i specified three years ago doesn't permit version suffixes (at least now).
-
Ulrik Haugen authored
-
- Dec 30, 2016
-
-
Ulrik Haugen authored
-
- Jul 07, 2016
-
-
Christer Ekholm authored
The function generates a warning in emacs-25 lyskom.el:31094:6:Warning: ‘nil’ is not a condition name (in condition-case) Since it's not used, just remove it instead of trying to fix it.
-
Christer Ekholm authored
Don't redefine kbd if existing definition is correct.
-
- May 25, 2016
-
-
Christer Ekholm authored
-
- Jan 31, 2015
-
-
Per Cederqvist authored
-
- Jan 13, 2015
-
-
Christer Ekholm authored
Terminate keep-alive in kill-buffer-hook Since lyskom-keep-alive-timers is a buffer-local variable, lyskom-keep-alive-callback can't stop the keep-alive timer if the buffer has been killed. As a result, it keeps saying ERROR! in the mini buffer. On an idea from Christer Ekholm, terminate the timer explicitly with a kill-buffer-hook instead. The error logging in lyskom-keep-alive-callback has been improved too, to provide more information on what went wrong if there are other error situations in the future. See merge request !2
-
- Jan 12, 2015
-
-
Peter Liljenberg authored
Since lyskom-keep-alive-timers is a buffer-local variable, lyskom-keep-alive-callback can't stop the keep-alive timer if the buffer has been killed. As a result, it keeps saying ERROR! in the mini buffer. On an idea from Christer Ekholm, terminate the timer explicitly with a kill-buffer-hook instead. The error logging in lyskom-keep-alive-callback has been improved too, to provide more information on what went wrong if there are other error situations in the future.
-
- Oct 30, 2014
-
-
Christer Ekholm authored
To avoid failure when copying the write-protected files.
-
- Oct 26, 2014
-
-
Christer Ekholm authored
If HEAD is not a tagged commit then construct lyskom-clientversion the same way as wen building default target (lyskom.elc)
-
- Sep 04, 2014
-
-
Christer Ekholm authored
Commit 8ae3ab53 removed target fast. But I forgot to also remove the comment telling about it.
-
- Sep 02, 2014
-
-
Christer Ekholm authored
Also chmod 444 some more generated files. The reason to write-protect generated files is to make it harder to accidentally edit them by mistake.
-
- Aug 26, 2014
-
-
Christer Ekholm authored
There is no need to. And if it's writable we don't need to have rm -f too.
-
- Aug 25, 2014
-
-
Christer Ekholm authored
By removing "$(MAKE) $(VERSION-EL)" from the recipe for lyskom.el, and adding the elisp source-files as dependencies for version.el
-
Christer Ekholm authored
make fast doesn't work any more. So instead of trying to fix it, just remove it.
-
- Aug 16, 2014
-
-
Christer Ekholm authored
dont-compile is marked as obsolete in emacs-24.4, and gives a lot of warnings "Warning: `dont-compile' is an obsolete macro (as of 24.4)."
-
- Aug 14, 2014
-
-
Joel Rosdahl authored
-
- Aug 10, 2014
-
-
Christer Ekholm authored
* lyskom-rest.el (lyskom-do-format): Don't (set-buffer lyskom-buffer) unless kom-deferred-printing is t. It's not needed then, and kom-edit-show-commented sets it to nil when inserting the commented text in *Commented*
-
- Aug 08, 2014
-
-
Per Cederqvist authored
Bug introduced in a4b10328. * elib-string.el (string-replace-match): Track the renamed variables elib-string and elib-newtext. (elib-string-expand-newtext): Fixed the documentation now that the variables are renamed.
-
- Aug 05, 2014
-
-
Christer Ekholm authored
The code is supposed to use set-face-strikethru-p if available (in xemacs). But the function was misspelled in the test, thus never used.
-
- Aug 02, 2014
-
-
Christer Ekholm authored
-
- Jul 24, 2014
-
-
Christer Ekholm authored
-
Christer Ekholm authored
Moved selection of wday from convdate to a more natural place, and reduced line-length.
-
- Jul 23, 2014
-
-
Christer Ekholm authored
The "(decode-time (encode-time" combination must not be used unless kom-show-mx-date-as-local and must be used on "safe" values, not directly on the result from parse-time-string.
-
- Jul 22, 2014
-
-
Christer Ekholm authored
* view-text.el (lyskom-mx-date-to-time): Removed the use of calendar-iso-from-absolute and calendar-absolute-from-gregorian from calendar. Use instead decode-time and encode-time to complete the result from parse-time-string to include weekday.
-
- Jul 13, 2014
-
-
Christer Ekholm authored
The content currently needs to be latin1 or else the help system displays strings with åäö badly. The setting is done here so that we don't depend on the environment when building.
-
Christer Ekholm authored
To get rid of the following warning when building. Warning (emacs): File contents detected as iso-latin-1. Consider adding an xml declaration with the encoding specified, or saving as utf-8, as mandated by the xml specification.
-
- Jul 04, 2014
-
-
Christer Ekholm authored
-
Christer Ekholm authored
-
- Jul 02, 2014
-
-
Christer Ekholm authored
-
Christer Ekholm authored
Handle prefix-argument the way the doc-string says.
-