]> git.lyx.org Git - features.git/commit
The big change tracking patch. Changes from posted version :
authorJohn Levon <levon@movementarian.org>
Sat, 8 Feb 2003 19:18:01 +0000 (19:18 +0000)
committerJohn Levon <levon@movementarian.org>
Sat, 8 Feb 2003 19:18:01 +0000 (19:18 +0000)
commitae87b945156585b080ed155919f64b80e48d7a04
treee0e4d18c772ce260a3525b3f33585a395fcecd4d
parent2b08bb805bce8875b718f0437a6cea363893f6e4
The big change tracking patch. Changes from posted version :

1) abstract time_t into lyx::time_type
2) abstrace struct passwd into support/userinfo
3) make authorlist a per-buffer property instead of global

I will look at the paragraph breaking soon, in the meantime I opened a bug on bugzilla.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6074 a592a061-630c-0410-9148-cb99ea01b6c8
86 files changed:
lib/ChangeLog
lib/chkconfig.ltx
lib/configure.m4
lib/ui/default.ui
po/POTFILES.in
src/BufferView.C
src/BufferView.h
src/BufferView_pimpl.C
src/BufferView_pimpl.h
src/ChangeLog
src/CutAndPaste.C
src/CutAndPaste.h
src/DepTable.C
src/LColor.C
src/LColor.h
src/LaTeXFeatures.C
src/LyXAction.C
src/Makefile.am
src/author.C [new file with mode: 0644]
src/author.h [new file with mode: 0644]
src/buffer.C
src/buffer.h
src/bufferlist.C
src/bufferlist.h
src/bufferparams.C
src/bufferparams.h
src/bufferview_funcs.C
src/changes.C [new file with mode: 0644]
src/changes.h [new file with mode: 0644]
src/commandtags.h
src/debug.C
src/debug.h
src/frontends/ChangeLog
src/frontends/Dialogs.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlChanges.C [new file with mode: 0644]
src/frontends/controllers/ControlChanges.h [new file with mode: 0644]
src/frontends/controllers/ControlPrefs.C
src/frontends/controllers/ControlPrefs.h
src/frontends/controllers/Makefile.am
src/frontends/xforms/ChangeLog
src/frontends/xforms/Dialogs.C
src/frontends/xforms/Dialogs2.C
src/frontends/xforms/Dialogs_impl.h
src/frontends/xforms/FormChanges.C [new file with mode: 0644]
src/frontends/xforms/FormChanges.h [new file with mode: 0644]
src/frontends/xforms/FormPreferences.C
src/frontends/xforms/FormPreferences.h
src/frontends/xforms/Makefile.am
src/frontends/xforms/forms/Makefile.am
src/frontends/xforms/forms/form_changes.fd [new file with mode: 0644]
src/frontends/xforms/forms/form_preferences.fd
src/insets/ChangeLog
src/insets/inset.C
src/insets/inset.h
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insetert.C
src/insets/insetert.h
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/lyx_main.C
src/lyxfind.C
src/lyxfind.h
src/lyxfunc.C
src/lyxrc.C
src/lyxrc.h
src/lyxrow.C
src/lyxrow.h
src/lyxtext.h
src/paragraph.C
src/paragraph.h
src/paragraph_funcs.C
src/paragraph_pimpl.C
src/paragraph_pimpl.h
src/support/ChangeLog
src/support/Makefile.am
src/support/lyxtime.C [new file with mode: 0644]
src/support/lyxtime.h [new file with mode: 0644]
src/support/userinfo.C [new file with mode: 0644]
src/support/userinfo.h [new file with mode: 0644]
src/tabular.C
src/text.C
src/text2.C