Notes on the rest of today's changes.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7384 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2002-10-26 08:29:06 +00:00
parent a1518276ff
commit f5e9c06389

View File

@@ -1,5 +1,20 @@
2002-10-25 David Hampton <hampton@employees.org>
* src/gnome/window-register.c: Use a better function for making
the register contents immutable. Splits can now be viewed but not
changed. Make register altering menu/toolbar items insensitive.
* src/register/ledger-core/split-register.c
(gnc_split_register_set_read_only): New function to set the
read-only bit on the table underlying the register window.
* src/register/register-gnome/gnucash-sheet.c: Remove no longer
used function from first pass at the placeholder account code.
* src/gnc-ui.h:
* src/gnome/window-main.c: Add a new help menu item for Wildev and
rename another one. #96821
* src/gnome/window-register.c: Split the transaction delete
functionality into two functions. The first deletes a split or
transaction, as expected. The second handles what was an odd