- 04 Jan, 2015 1 commit
-
-
Peter Liljenberg authored
Keep track of keep-alive timers in a global cons list instead of in a buffer local variable to be able to shut down the timer if the buffer is killed.
-
- 30 Oct, 2014 1 commit
-
-
Christer Ekholm authored
To avoid failure when copying the write-protected files.
-
- 26 Oct, 2014 1 commit
-
-
Christer Ekholm authored
If HEAD is not a tagged commit then construct lyskom-clientversion the same way as wen building default target (lyskom.elc)
-
- 04 Sep, 2014 1 commit
-
-
Christer Ekholm authored
Commit 8ae3ab53 removed target fast. But I forgot to also remove the comment telling about it.
-
- 02 Sep, 2014 1 commit
-
-
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.
-
- 26 Aug, 2014 1 commit
-
-
Christer Ekholm authored
There is no need to. And if it's writable we don't need to have rm -f too.
-
- 25 Aug, 2014 2 commits
-
-
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.
-
- 16 Aug, 2014 1 commit
-
-
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)."
-
- 14 Aug, 2014 1 commit
-
-
Joel Rosdahl authored
-
- 10 Aug, 2014 1 commit
-
-
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*
-
- 08 Aug, 2014 1 commit
-
-
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.
-
- 05 Aug, 2014 1 commit
-
-
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.
-
- 02 Aug, 2014 1 commit
-
-
Christer Ekholm authored
-
- 24 Jul, 2014 2 commits
-
-
Christer Ekholm authored
-
Christer Ekholm authored
Moved selection of wday from convdate to a more natural place, and reduced line-length.
-
- 23 Jul, 2014 1 commit
-
-
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.
-
- 22 Jul, 2014 1 commit
-
-
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.
-
- 13 Jul, 2014 2 commits
-
-
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.
-
- 04 Jul, 2014 2 commits
-
-
Christer Ekholm authored
-
Christer Ekholm authored
-
- 02 Jul, 2014 2 commits
-
-
Christer Ekholm authored
-
Christer Ekholm authored
Handle prefix-argument the way the doc-string says.
-
- 26 Jun, 2014 1 commit
-
-
Christer Ekholm authored
Protect match-data from being changed when called from kill-buffer-hook. This function caused evaluation of python code from org-mode to fail. Reported by Pär Kurlberg in text 2023386.
-
- 22 Jun, 2014 2 commits
-
-
Christer Ekholm authored
to silence warnings "`set-face-underline-p' is an obsolete function" in emacs-24
-
Christer Ekholm authored
to silence warnings "`toggle-read-only' is an obsolete function" in emacs-24
-
- 21 Jun, 2014 4 commits
-
-
Christer Ekholm authored
Removed it because it triggers a warning "global/dynamic var `output' lacks a prefix" in emacs-24 The variable became unused in commit 48f3c345 > commit 48f3c345 > Author: David Kågedal <davidk@lysator.liu.se> > Date: Sun Apr 28 22:38:13 1996 +0000 > > Fixade buggen som gjorde att den hängde på inlägg med långa rader.
-
Christer Ekholm authored
Or else the buffer shows the cursor at the end when the buffer becomes visible.
-
Christer Ekholm authored
To make the buffer *LysKOM-Apropos* visible.
-
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 1 commit
-
-
Ulrik Haugen authored
-