Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 06, 2014
  3. 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
  4. 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
  5. Oct 07, 2013
  6. May 11, 2013
  7. May 07, 2013
    • Per Cederqvist's avatar
      Include more info in the version string. · 1f83b8e2
      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.
      1f83b8e2
  8. May 06, 2013
  9. May 04, 2013
  10. Mar 23, 2013
  11. Oct 27, 2012
  12. Oct 01, 2012
    • Per Cederqvist's avatar
      Fix user-area parsing. · 65dec441
      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.)
      65dec441
  13. Jun 02, 2012
  14. May 24, 2012
  15. Jun 08, 2011
  16. Jun 06, 2011
    • Ulrik Haugen's avatar
      Patch from Marcus Comstedt to select charsets latin-x more often. · 5396ef6e
      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.
      5396ef6e
  17. May 14, 2010
  18. May 13, 2010
  19. Oct 21, 2009
  20. May 09, 2009
  21. Mar 11, 2009
  22. Mar 08, 2009
  23. May 11, 2008
    • David Byers's avatar
      Fix bug 1654 · ec0ee395
      David Byers authored
      ec0ee395
    • David Byers's avatar
      Forgot to save... · 32634593
      David Byers authored
      32634593
    • David Byers's avatar
      Fixed bugs 1660, 1658. Added support for adding sender regexp import filter. · 8e88b8fd
      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.
      >
      8e88b8fd
  24. Mar 17, 2008
    • Per Cederqvist's avatar
      Make it configurable if the client should search for unread · 64582b17
      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.
      64582b17
  25. Nov 10, 2007
Loading