1. Nov 23, 2010
    • chrender's avatar
      · a344e18e
      chrender authored
       - Re-worked configuration option system.
       - Renamed "set-tandy-bit" to "set-tandy-flag".
       - Adapted current files to new configuration.
      a344e18e
  2. Nov 22, 2010
    • chrender's avatar
      · dd3c5103
      chrender authored
       - Initial documentation stubs.
      dd3c5103
    • chrender's avatar
      · db3e86a0
      chrender authored
       - Implemnted "expand_configuration_value" function, which expands
         variables in configuration options. Currently only implemented variable
         is $(HOME) for the current user's home directory.
      db3e86a0
    • chrender's avatar
      · 507724d0
      chrender authored
       - Extended maximum configuration option value to 240 characters.
      507724d0
    • chrender's avatar
      · 3aea8065
      chrender authored
       - Deactivated FIZMO_UNIQUE_EXIT_CODE. Turns out that return codes
         to the OS are usually ANDed 0xff, which makes the feature quite
         useless.
      3aea8065
    • chrender's avatar
      · 0387c439
      chrender authored
       - Removed unused variable in "parse_fizmo_config_file".
      0387c439
    • chrender's avatar
      · d7fe084b
      chrender authored
       - Removed unused i18n_libfizmo_P0D_BYTES_USED_BY_TEXT_HISTORY_METADATA and
         i18n_libfizmo_P0D_BYTES_USED_BY_PARAGRAPH_CACHE translations.
      d7fe084b
    • chrender's avatar
      · 504d919a
      chrender authored
       - Added "locale" option.
       - Replaced many "strcmp"s in parsing with "strcasecmp"s.
      504d919a
    • chrender's avatar
      · 0243aa60
      chrender authored
       - Made "locale" configuation option standard option handled by "config.c".
      0243aa60
    • chrender's avatar
      · 63b13fc3
      chrender authored
       - Added output of texthistory-usage memory in "/info" command.
      63b13fc3
    • chrender's avatar
      · 43ad3371
      chrender authored
       - Implemented "get_allocated_text_history_size" function.
       - Removed dead code.
      43ad3371
    • chrender's avatar
      · a3ffc82b
      chrender authored
       - Modified "set_current_locale_name" to take char* instead of z_ucs*.
       - Removed dead code.
      a3ffc82b
  3. Nov 21, 2010
    • chrender's avatar
      · 5c305d02
      chrender authored
       - Added variable initializations to avoid compiler warnings.
      5c305d02
    • chrender's avatar
      · 792c6bb7
      chrender authored
       - Moved "default_foreground_colour" and "default_background_colour" into
         libfizmo.
      792c6bb7
    • chrender's avatar
      · 665bf809
      chrender authored
       - Implemented "color_name_to_z_colour" function.
       - Moved z_colours from fizmo-ncursesw interface and libcellif into
         libfizmo types.
      665bf809
    • chrender's avatar
      · 18223fa0
      chrender authored
       - Implemented "foreground-color", "background-color", "enable-color",
         and "disable-color" options.
      18223fa0
    • chrender's avatar
      · e18fc611
      chrender authored
       - Implemented config options without values.
       - Moved "foreground-color", "background-color", "enable-color" and
         "disable-color" into libfizmo configuration options.
      e18fc611
  4. Nov 19, 2010
    • chrender's avatar
      · b14325f9
      chrender authored
       - Removed unused "factorial" function.
      b14325f9
  5. Nov 18, 2010
    • chrender's avatar
      · 4b006058
      chrender authored
       - Added information about offo hyphenation patterns.
      4b006058
    • chrender's avatar
      · 58c91539
      chrender authored
       - Re-implemented left padding.
      58c91539
    • chrender's avatar
      · 706bd8ca
      chrender authored
       - Implemented "remove_chars_from_history" function.
      706bd8ca
  6. Nov 17, 2010
    • chrender's avatar
      · 28b7c029
      chrender authored
       - Added "padding_buffer" for left padding implementation.
      28b7c029
    • chrender's avatar
      · 67675907
      chrender authored
       - Implemented "wordwrap_destroy_wrapper" function.
       - Implemented output_left_margin.
      67675907
    • chrender's avatar
      · bee1489c
      chrender authored
       - Raised beta version number due to libcellif-separation.
      bee1489c
    • chrender's avatar
      · 1734f642
      chrender authored
       - Adapted Makefile to no-longer present cell-interface code in the core
         libfizmo module.
      1734f642
    • chrender's avatar
      · d2f6899a
      chrender authored
       - Moved cellinterface-related locales into separate "libcellif" module.
      d2f6899a
    • chrender's avatar
      · 90140c02
      chrender authored
       - Moved cellinterface-related into separate "libcellif" module.
      90140c02
    • chrender's avatar
      · 6a3c14bf
      chrender authored
       - Moved cell interface into separate "libcellif" module.
      6a3c14bf
    • chrender's avatar
      · 3dffe482
      chrender authored
       - Moved "screen_cell_interface.h" into separate libcellif module.
      3dffe482
    • chrender's avatar
      · 4f4a161f
      chrender authored
       - Raised beta version number due to scrollback implementation, memory
         fixes, build adaptations, erase_window fixes, history implementations,
         backspace input fix, and many, many other adaptions and fixes.
      4f4a161f
    • chrender's avatar
      · f473aff1
      chrender authored
       - Updated changelog.
      f473aff1
    • chrender's avatar
      · 295218ab
      chrender authored
       - Altered scrolling to only allow scrolling up if there's actually enough
         on the screen.
      295218ab
    • chrender's avatar
      · d319ef30
      chrender authored
       - Fixed wrong realloc, fixing a heap corruption.
      d319ef30
  7. Nov 16, 2010
    • chrender's avatar
      · 98dfc51f
      chrender authored
       - Fixed a too short locale input data buffer.
      98dfc51f
    • chrender's avatar
      · a5f1540c
      chrender authored
       - Added implementation for "erase_window(-1)".
      a5f1540c
    • chrender's avatar
      · 8a0d3607
      chrender authored
       - Moved interpretation of erase_window(-1) into interpreter library.
       - Added leftmargin on erase_window.
      8a0d3607
    • chrender's avatar
      · b3aecab7
      chrender authored
       - Disabled tracing and gdb symbols on default.
      b3aecab7
    • chrender's avatar
      · 7cd91cbb
      chrender authored
       - Made $(HOME)/opt/fizmo default install prefix as long as we're in beta
         state.
      7cd91cbb
    • chrender's avatar
      · 33c35298
      chrender authored
       - Fixed missing output when all remaining paragraphs are dumped from
         history onto screen.
      33c35298
    • chrender's avatar
      · 9972c4a6
      chrender authored
       - Minor scrolling fix.
       - Fixed cursor on / off settings to no longer move cursor outside window.
      9972c4a6