X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=6681aaf5e37494d2bfaf8aabe7fe810c887f0906;hb=f826e64de152f7cd48e5eab7a5dbdafb2c385414;hp=c8274e4d294695c6275a0a8a42af5c6e5b73a563;hpb=ddbec11708903733842c8a3190cad4820d0dd956;p=lyx.git diff --git a/ChangeLog b/ChangeLog index c8274e4d29..6681aaf5e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2000-10-25 Lars Gullik Bjønnes + + * src/frontends/ButtonPolicies.h: remove the LOstream and remove + the two recently added operator<< for SMInput and State. + + * src/frontends/ButtonPolicies.C (PreferencesPolicy): cast + SMI_TOTAL to int. + (OkCancelPolicy): ditto + (OkCancelReadOnlyPolicy): ditto + (NoRepeatedApplyReadOnlyPolicy): ditto + (OkApplyCancelReadOnlyPolicy): ditto + (OkApplyCancelPolicy): ditto + (NoRepeatedApplyPolicy): ditto + +2000-10-25 Jean-Marc Lasgouttes + + * src/frontends/ButtonPolicies.h: include "support/LOstream.h" and + add the usual std:: qualifiers. + +2000-10-25 Juergen Vigna + + * src/screen.C (ShowManualCursor): fixed another uint -> int problem. + 2000-10-25 Lars Gullik Bjønnes * src/support/filetools.C (MakeRelPath): change some types to