pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP annotated tag, v1.2.0, created. v1.2.0


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP annotated tag, v1.2.0, created. v1.2.0
Date: Tue, 6 Nov 2018 09:34:26 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The annotated tag, v1.2.0 has been created
        at  131caa9d00406db746031db04f9ea3969c138133 (tag)
   tagging  5826d76a62471f610510dadbbf33d276e20a0adc (commit)
  replaces  v1.0.1
 tagged by  Ben Pfaff
        on  Tue Nov 6 06:34:15 2018 -0800

- Log -----------------------------------------------------------------
GNU PSPP version 1.2.0.
-----BEGIN PGP SIGNATURE-----

iQJIBAABCAAyFiEEwtGrBhZWqsVLXpdUhRmd6MZkjpAFAlvhpmcUHGJscEBjcy5z
dGFuZm9yZC5lZHUACgkQhRmd6MZkjpDDpQ//Z2fGtHtvU2sPzSqf4DAvkzroAoni
qMltMbvSW7d5yL65/i5ApRSwXbBAZFufMOOtbm4gI40aZPHDibTMkd49gryOPdsW
S1AAuQDxZS+6qlm7Kn1Ltmtp6Zgii4T4yOYx3rTnkTVZz24ePr6nvWB4LjligNHu
VN5Unwv87V/SMWj/bZyQ0ORe7iXqqEXF3SWfl6Ak8MCes6xDJCqp1g4eatMgKXfn
StVjsynQCTwWQnX0TN7Xo7Q/DO0xdufmlIyBZkniMxTjbeQL1EltHMIdHGTeW9N/
L02XM7a1/4QN2XW6l8Xd4mbXmXAMo0OVEkp0UnM8FYoN3wj+IhcW1BVXyF6lrWoX
6XK4kQ7W6ib9QFRNW+GPIipBeX73DCfutBacZF/bIJxd7yW/2SNFNbqJKkgYgac+
2wpEqb15gOdEGH8X36ckq6RqcmtQ1St6D1FwIAPeOziSYLgXOCH3Afn/NznPajNG
xtiGoQ+cjtFl4PsxeIlECWYTDWTC17h7kJkGIoWqeJTJ0lvbl1A3rfne0RpgMOWO
SM5qKbsW0TrjJf7pZ7Y2D6FDYTVG1Dt0DbbGCwjiHS0ZLQdjSnpOWUmMPuEt4piT
w5jIl/GkDRk6O70auYRGYE54DoY2xFMOZtEDff5xi/4IGUrsOXj9Vmw2PoyWDHdl
u0ULVOTBj9mfUvY=
=Nn3U
-----END PGP SIGNATURE-----

Ben Pfaff (36):
      Improve bug reporting documentation, and mention pspp-security list.
      Correct URL in documentation.
      Update translations from translationproject.org.
      pspp.appdata.xml: Update and upgrade.
      po: Update translations from translationproject.org.
      compiler: Fix test for "optimize" attribute.
      float-format: Remove unused functions.
      pc+-file-reader, sys-file-reader: Fix misuses of zero as null pointer.
      PRINT: Remove unused function.
      cairo-chart: Make it clear that fabs() of integer values is intended.
      psppire-output-view: Use correct enumeration type in call.
      scan: Add cast to silence Clang warning about converting enum types.
      SORT VARIABLES: Improve stability of sort.
      data-in: Fix parsing time delimiters in parse_date().
      Avoid unfounded warnings from GCC 7.2.
      psppire-delimited-text: Clear entire 'cache_starts' buffer.
      psppire-window: Avoid writing null pointer constant as '\0'.
      lexer: Fix implementation of lex_force_string_or_id().
      SAVE TRANSLATE: Allow variable names with space, etc. in output.
      Make libxml2 a required build dependency.
      New command SAVE DATA COLLECTION.
      tests: Add missing file.
      sys-file-reader: Fix null deref on bad address@hidden attribute.
      command-name: Avoid read past end of input buffer in find_word().
      DO REPEAT: Avoid relying on null terminators.
      lexer: Add support for embedded \0 bytes and missing trailing new-line.
      variable-parser: Fix null deref on error path in parse_DATA_LIST_vars().
      pspp-dump-sav: Better handle unreasonable variable label lengths.
      sys-file-reader: Tolerate missing MRSETS label source value.
      lexer: Fix buffer overread in journaling when source does not end in \n.
      lexer: Fix details of journaling.
      hash-functions: Avoid signed integer overflow.
      README.Git: Upgrade recommended version of Gnulib.
      tests: Refactor data-out tests for dates and times.
      Add support for MTIME and YMDHMS.
      Release version 1.2.0.

Friedrich Beckmann (10):
      added a description how to update linux distributions
      Revert "Revert "added a description how to update linux distributions""
      GNU/Linux installation/update - Use GNU/Linux wording - Remove Ubuntu
      Revert "GNU/Linux installation/update - Use GNU/Linux wording - Remove 
Ubuntu"
      Revert "Revert "Revert "added a description how to update linux 
distributions"""
      removed duplicate const declaration
      changed abs to labs function to avoid warning
      k-means dialog - number of clusters gtkentry field not visible
      gui: fixed crash when entering data for user defined currency variable
      fixed strange character in polish translation email

John Darrington (219):
      Adapt to new sheet
      Fix things
      Use new sheet in var-sheet
      deleted obsolete file
      Added makefile to build the efficient-sheet
      PsppireDict: New signal "changed"
      Change signal name and signature from "backend-changed" to "items-changed"
      PsppireDataStore: Implemenet get_flags function
      Change view and scroll to position on header double click
      Remove unused symbol
      PsppireVarSheetHeader: Add the "changed" signal.
      Re-enable display of cell reference label
      PsppireDataStore: Return GValues of G_TYPE_STRING if variable type is 
alphanumeric
      Define the measurement, alignment and role enums in a way compatible with 
Gtk
      Register enums and transform functions
      Complete definition of PsppireDict get_value and get_type methods
      Update build to reflect new file in sheet implementation
      Set individual cell renderers for variable sheet columns
      Localise values of comboboxes in var sheet
      Fix compiler warnings
      Extend the build to include new sheet files
      PsppireDict: Added GType values for missing columns
      Added transform function for string to int
      Added naive callbacks for the "value-changed" signal
      New transform function for converting enums to strings
      Change the align, role and measure columns on the appropriate signal
      Merge remote-tracking branch 'origin/master' into sheet
      Merge remote-tracking branch 'origin/master' into sheet
      Merge remote-tracking branch 'origin/master' into sheet
      Fix compiler warning
      Fix compiler warning
      Re-enable the gridlines toggle and mark some other commented code with 
SHEET_MERGE
      Remove obsolete file
      Merge branch 'master' into sheet
      Enable the Edit Copy functionality
      Enable the Cut menuitem
      Fail more gracefully when selecting cells out of range
      Merge remote-tracking branch 'origin/master' into sheet
      Initialise iter stamp and fix compiler warning
      Merge remote-tracking branch 'origin/master' into sheet
      Re-enable the goto-case dialog
      Remove unused code
      Merge remote-tracking branch 'origin/master' into sheet
      Merge remote-tracking branch 'origin/master' into sheet
      Merge remote-tracking branch 'origin/master' into sheet
      New module value-variant
      Improve the conversion to and from cell values
      Merge remote-tracking branch 'origin/master' into sheet
      Populate the datum entry on cell change
      Merge remote-tracking branch 'origin/master' into sheet
      Fix compiler warning
      Merge remote-tracking branch 'origin/master' into sheet
      remove case-inserted signal
      New popup menu for cases
      Use the "items-changed" signal instead of "changed"
      Add popup menu for variables in data sheet
      Add popup menu to insert a variable
      Enable the deletion of variables from the data sheet
      Enable sorting of cases
      Add popup menu on var sheet row header
      Enable deletion of variables from var sheet
      Fix typo in comment
      Allow adding new variables in the var sheet
      Remove some variables from global scope
      Display data in the var sheet properly
      Make the goto variable feature work again
      Make the split window feature work again
      Make the combo boxes in the variable sheet work properly
      Add comments to value-variant implementation
      Fix pasting from data sheet
      Rename myconvfunc --> psppire_data_store_value_to_string
      Remove obsolete file psppire.gtkrc
      Enable Edit Menuitems
      Remove call to property which no longer exists
      Fix some compiler warnings
      Use g_object_set rather than obsolete setter function
      Don't update the cell entry ref if there is no active cell
      Move paste related code from PsppireDataWindow to PsppireDataEditor
      Change the signature of myreversefunc to return bool
      Remove reduntant #include
      change_var_property: Make parameter const
      Variable Sheet: Display 'None' for value labels if the count is zero
      Make the split window menuitem apply to the var sheet as well as the data 
sheet
      Remove diagnostic message
      Enable changing of width and decimals from var sheet
      Enable the value_labels popup dialog
      Remove unused variable
      Make missing-value-dialog return a status
      Enable changing of missing values from the variable sheet
      Pass the top level window to dialog creation functions
      Var type dialog: Add a return value
      Enable setting of variable type from var sheet
      PsppireDataEditor: unref objects on dispose
      Update the datum entry when the selection changes
      Make warning message a little more severe.
      Don't crash when attempting to enter data in a column without a variable
      New objects PsppireTextFile and PsppireDelimitedText.
      Merge remote-tracking branch 'origin/master' into sheet
      Import Assistant: Re-enable the setting of header titles
      Whitespace changes only.  Remove trailing whitespace.
      New module: psppire_variable_sheet.c
      New module: psppire_data_sheet.c
      Initialise parent class in sheets
      Add (empty) variable sheet for import assistant
      Add an (empty) datasheet to the import assistant
      PsppireDelimitedText: Remove a useless member variable
      PsppireDelimitedText: reset all cache starts
      PsppireDelimitedText: Declare psppire_delimited_text_new to return a 
GtkTreeModel* instead of PsppireDelimitedText*
      PsppireImportAssistant: Set the variables of the varsheet
      PsppireDataEditor: Automatically set the dictionary as hmodel when the 
data store changes
      PsppireImportAssistant: Clear the dictionary before re-adding the 
variables
      (Re)enable the pasting of the importer syntax
      Enable reordering of variables by drag and drop
      Cope with new location of upstream files
      Merge remote-tracking branch 'origin/master' into sheet
      Populate the data sheet in the import assistant
      Add a callback when variables change
      PsppireImportAssistant: Remove the "transient-for" property.
      Remove some unused variables
      constness
      ImportAssistant: make division between var and data sheets clearer
      ImportAssistant: Set the GtkPaned slider to half way
      Import Assistant: Re-add the format guesser feature
      Remove some unused code
      Import Assistant: Fix generation of /DELIMITERS subcommand
      Import assistant: Re-enable automatic inference of the separators
      Remove some unused code
      Import Assistant: Remove struct column which is now unused
      Remove psppire-empty-list-store which is now unused
      Import Assistant: Fix generation of variable names
      Import Assistant: Allow separators to be unicode characters
      Import Assistant: Remove unused prototypes
      PsppireImportAssistant: Remove some unnecessary #include directives
      case.c: variable_matches_case -> assert_variable_matches_case
      PsppireImportAssistant: New function psppire_import_assistant_run
      Update identifiers to reflect new identity of upstream package
      Deal with formal release of upstream library
      Removed GtkXPaned which is currently not used
      INSTALL: Mention the spread-sheet-widget dependency
      Mention a version number for the spread sheet widget dependency
      Merge remote-tracking branch 'origin/master' into sheet
      Mention the changes to the sheet in NEWS
      Add SPREAD_SHEET_WIDGET_CFLAGS to the flags used for building the GUI
      Import assistant: Simplify the construction of the introductory page
      Import Assistant: Don't try to parse non-existant files
      Import Assistant: Mark lines beyond the declared maximum as insensitive
      PsppireDelimitedText: use the maximum_lines property of the child as the 
number of items in the model
      PsppireDelimitedText: Remove g_print statements
      PsppireImportAssistant: Use a more reliable way of setting the number of 
cases.
      PsppireImportAssistant: Avoid possible null pointer dereferences
      PsppireDelimitedText: Extend the functionality such that it copes with 
quotes.
      PsppireDelimitedText (count_delims): Reverse sense of test condition
      PsppireDelimitedText (count_delims): Make the iteration multibyte 
character safe
      Whitespace changes only
      Import assistant: Disable the search function of treeviews
      Change the return type of psppire_delimited_text_new.
      Enable the show value labels feature
      Merge remote-tracking branch 'origin/master' into sheet
      NEWS: Move the mention of the new sheet to the next release
      Merge remote-tracking branch 'origin/master' into sheet
      Cope with changes to ssw_axis_model (upstream)
      Honour the display width variable property
      Recent the dependency on spread-sheet-widget
      Whitespace changes only
      PsppireDict: Add a quarter of a unit to the displayed width.
      Revert "added a description how to update linux distributions"
      examples/physiology.sav: Set the display width of the 'sex' variable.
      Make the default view the variable view instead of the data view
      Whitespace changes only
      Set the cell value when the reference entry changes
      Fix memory leak
      Emit the "items-changed" signal upon data_store_set_value
      PsppireDataEditor: focus the datum entry widget when F2 is pressed
      Whitespace changes
      PsppireValueEntry: New signal - edit-done
      Focus the sheet when the user hits enter in the datum entry
      src/output/cairo.c (xr_chart_render): New variable chart_height
      src/output/cairo.c (xr_chart_renderer): Set the chart size to 0.8 of the 
smallest page dimension
      Merge remote-tracking branch 'origin/sheet'
      PsppireDataSheet.c: Indicate filtered out cases in the row headers
      PsppireImportAssistant.c: Remove unused function
      Fix some compiler warnings
      Set the "editable" properties of the sheets to TRUE
      Disable drag and drop on sheet axes for which there is no connected signal
      uint -> guint
      PsppireDataStore (myreversefunc): Insert variables if attempting to 
access variable beyond the last
      Set the variable display width instead of adding an override.
      marshaller-list: Remove unused marshallers
      Fix inappropriate comments in headers
      PsppireVariableSheet: Do not immediately display dialogs of cell renderers
      Rename myreversefunc -> psppire_data_store_string_to_value
      Provide wrapper for gtk_menu_popup_at_pointer.
      Recent spread-sheet-widget to version 0.2
      Avoid compiler warnings when building without readline
      Fix compiler warning
      Frequencies Piecharts (gui): Emit 'NOMISSING' when appropriate.
      psppire_data_editor: Don't crash when trying to insert when no variable 
or case is selected
      psppire_data_window: Don't crash when trying to delete cases when none 
are selected
      Updated hungarian translation from translationproject.org
      Updated translations from translationproject.org
      Fix crash when attempting to add a new variable in the middle of the 
dictionary.
      Import Assistant: Fix minor memory leak.
      Update comments.
      Whitespace changes only
      Gui Import Assistant: Populate the assistant when importing spreadsheets.
      Import Assistant: Disallow editing of the data sheet previewer.
      Change signature of sheet syntax generator function.
      ODS reader: Deal with case where /READNAMES vs. non-unity column spans.
      Recommend Gtk+ version 3.22 or later.
      Increase the required Gtk+ version to 3.18.0
      MATRIX DATA: Fix memory leaks
      value-variant.c: Avoid read from beyond end of buffer in string values.
      src/data/mdd-writer.c: Avoid compiler warning
      psppire-import-assistant.c (psppire_import_assistant_generate_syntax): 
Append newline at end of syntax.
      Reference count struct dictionary.
      PspppireImportAssistant: New function textfile_create_reader.
      configure.ac: Recent ssw to 0.3+
      PsppireSpreadSheetModel: Remove useless check and substitute a useful one.
      Fix possible null pointer dereference in linreg_predict.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]