Skip to content
Snippets Groups Projects
  1. Mar 23, 2002
  2. Mar 22, 2002
  3. Mar 21, 2002
    • Joel Rosdahl's avatar
      Fiddled with various release-related things. Fixes bugs 298, 299 · 740fa20c
      Joel Rosdahl authored
      and 300.
      
      * Makefile: Revamped and somewhat commented. Create three
      different kinds of distribution archives: 1. A "source" dist with
      configure + Makefile + separate .el files; 2. A single lyskom.el
      with all languages included; 3. A single lyskom.el with just one
      included language. Archives are named lyskom-elisp-client-*
      instead of lyskom-*. autoconf files config.{cache,log,status} are
      no longer included.
      
      * distribution-Makefile.in: Create file lists from the "developer"
      Makefile.
      
      * distribution-configure.in: Make English the default language.
      
      * distribution-README: Removed.
      
      * distribution-README.begin: New file. Common begin text for
      source and non-source dists.
      
      * distribution-README.end: New file. Common end text for source
      and non-source dists.
      
      * distribution-README.install-nonsrc: New file. Installation
      instructions for non-source dists.
      
      * distribution-README.install-src: New file. Installation
      instructions for the source dist.
      740fa20c
    • Joel Rosdahl's avatar
      Added "View session status" to the person button menu and · 12eab961
      Joel Rosdahl authored
      grouped actions in text number buttons:
      
      * lyskom-buttons.el (lyskom-button-view-session-status): New
      button action.
      
      * vars.el.in (lyskom-button-actions): Added above action to "pers"
      buttons.
      
      * english-strings.el, swedish-strings.el (lyskom-message): Added
      action text.
      
      * vars.el.in (lyskom-button-actions): Reordered "text" buttons so
      that similar actions are near each other.
      12eab961
  4. Mar 20, 2002
  5. Mar 19, 2002
  6. Mar 16, 2002
    • Joel Rosdahl's avatar
      Changed language behaviour: Language is now a global setting, and · 230521b7
      Joel Rosdahl authored
      changing it thus affects all sessions.  Fixes bugs 238 and 239.
      
      * vars.el.in (lyskom-language): Make lyskom-language global.
      
      * swedish-strings.el (lyskom-command): Mention that the language
      is changed in all sessions in kom-change-language.
      
      * english-strings.el (lyskom-command): Likewise.
      230521b7
  7. Mar 13, 2002
  8. Mar 12, 2002
  9. Mar 11, 2002
  10. Mar 03, 2002
    • Joel Rosdahl's avatar
      * vars.el.in (lyskom-month-names): Added property · 9a0cd4fe
      Joel Rosdahl authored
      'lyskom-language-force.
      9a0cd4fe
    • Joel Rosdahl's avatar
      Fixes to make "make check" happy again: · 4f742bb7
      Joel Rosdahl authored
      * english-strings.el: Added ending mismatch exception for
      newyeareve.
      (lyskom-message): Added year reference to newyearevelate.
      (lyskom-month-names): Make lyskom-month-names belong to en instead
      of sv.  Corrected month names.
      
      * option-edit.el (lyskom-custom-variables): Removed bogus nil at
      the end.
      4f742bb7
    • Joel Rosdahl's avatar
      Fixed bug 392 and cleaned up printing of text summaries in · 24d3b7e1
      Joel Rosdahl authored
      kom-list-summary and kom-list-marks:
      
      * commands2.el (lyskom-max-text-no-width): New function.
      (lyskom-construct-summary-format-string): New function.
      (lyskom-do-list-summary): Use lyskom-construct-summary-format-string.
      (lyskom-print-summary-line): Get format string as an argument
      instead of building it at each call.
      (kom-list-marks): Use lyskom-construct-summary-format-string.
      (lyskom-print-mark-summary-line): Get format string as an argument
      instead of building it at each call.
      (lyskom-max-mark-width): Added doc string.
      
      * swedish-strings.el (lyskom-message): Don't abbreviate Lines.
      
      * english-strings.el (lyskom-message): Don't abbreviate Lines and
      mark-type.  Trimmed whitespace from Author and Subject.
      24d3b7e1
    • Joel Rosdahl's avatar
      Mention fixed bug. · 195b1515
      Joel Rosdahl authored
      195b1515
    • Per Cederqvist's avatar
      Fix bug 406: · f2940c80
      Per Cederqvist authored
      * lyskom-rest.el (lyskom-report-command-answer): Factor out some
      code to lyskom-insert-error.
      (lyskom-insert-error): New function.
      (lyskom-current-error): Call lyskom-insert-error instead of
      issuing a broken call to lyskom-format-insert
      
      * commands1.el (lyskom-add-member-answer): Save err-stat as well
      as errno.  Use lyskom-insert-error instead of a broken call to
      lyskom-format-insert.  Use the saved errno in all cases, not just
      some.
      (kom-create-conf): Use lyskom-insert-error instead of a broken
      call to lyskom-format-insert.
      
      * commands2.el (kom-change-conf-type): Use lyskom-insert-error
      instead of a broken call to lyskom-format-insert.
      f2940c80
    • Joel Rosdahl's avatar
  11. Mar 02, 2002
    • Joel Rosdahl's avatar
      Removed some erroneous indentation. · f99b0e51
      Joel Rosdahl authored
      f99b0e51
    • Joel Rosdahl's avatar
      * lyskom-buttons.el (lyskom-view-url-windows): Rewritten (based on · 4c2743b1
      Joel Rosdahl authored
      work by Klaus Zeuge).
      
      * compatibility.el (w32-shell-execute): New dummy function.
      
      * vars.el.in (kom-windows-browser-command): New variable.
      
      * option-edit.el (lyskom-customize-buffer-format): Added
      kom-windows-browser-command.
      (lyskom-custom-variables): Added kom-windows-browser-command.
      
      * english-strings.el (lyskom-custom-strings): Added
      kom-windows-browser-command-doc.
      (lyskom-custom-strings): Added kom-windows-browser-command-tag.
      
      * swedish-strings.el (lyskom-custom-strings): Added
      kom-windows-browser-command-doc.
      (lyskom-custom-strings): Added kom-windows-browser-command-tag.
      4c2743b1
  12. Feb 28, 2002
    • Joel Rosdahl's avatar
      Made it possible to run the client uncompiled. · 8e1fdf3c
      Joel Rosdahl authored
      * feature.el (lyskom-have-feature): Removed comma so that the
      client can run uncompiled.
      (lyskom-feature-value): Ditto.
      
      * startup.el (lyskom-compilation-in-progress): New, horrid
      function.
      (lyskom-is-running-compiled): New constant.
      (lyskom): Inform the user that it is a good idea to compile the
      client, should it not be compiled.
      
      * swedish-strings.el (lyskom-message): Added
      warning-about-uncompiled-client string.
      
      * english-strings.el (lyskom-message): Ditto.
      8e1fdf3c
  13. Feb 26, 2002
  14. Feb 25, 2002
  15. Feb 24, 2002
  16. Feb 18, 2002
  17. Feb 09, 2002
  18. Feb 04, 2002
  19. Jan 30, 2002
  20. Jan 21, 2002
  21. Jan 13, 2002
  22. Jan 08, 2002
  23. Jan 07, 2002
Loading