Skip to content
Snippets Groups Projects
  1. Oct 30, 2014
  2. Oct 26, 2014
  3. Sep 04, 2014
  4. Sep 02, 2014
  5. Aug 26, 2014
  6. Aug 25, 2014
  7. Aug 16, 2014
  8. Aug 14, 2014
  9. Aug 10, 2014
  10. Aug 08, 2014
  11. Aug 05, 2014
  12. Aug 02, 2014
  13. Jul 24, 2014
  14. Jul 23, 2014
    • Christer Ekholm's avatar
      Fix bug introduced in comit ee028db4. · fd108eaf
      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.
      fd108eaf
  15. Jul 22, 2014
    • Christer Ekholm's avatar
      Fix bug 1701 · ee028db4
      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.
      ee028db4
  16. Jul 13, 2014
  17. Jul 04, 2014
  18. Jul 02, 2014
  19. Jun 26, 2014
  20. Jun 22, 2014
  21. Jun 21, 2014
  22. Jun 19, 2014
  23. Jun 17, 2014
  24. Jun 15, 2014
    • Christer Ekholm's avatar
      Replaced "'(lambda" with "(function (lambda" · 10d96853
      Christer Ekholm authored
      Replaced "'(lambda" with "(function (lambda" to avoid warnings about
      "(lambda (x) ...) quoted with ' rather than with #'" in emacs-24
      10d96853
    • Christer Ekholm's avatar
      Added compatibility macro for called-interactively-p, with a lot of · 122480c6
      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
      122480c6
  25. Jun 06, 2014
  26. Jun 05, 2014
    • Per Cederqvist's avatar
      Fixed "Customize LysKOM" compat in Emacs 24.3. · 965d0f7f
      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.
      965d0f7f
  27. Dec 31, 2013
    • Per Cederqvist's avatar
      Use utf-8 in menus on Mac. · 3544c179
      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!
      3544c179
  28. Oct 07, 2013
Loading