X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=6681aaf5e37494d2bfaf8aabe7fe810c887f0906;hb=f826e64de152f7cd48e5eab7a5dbdafb2c385414;hp=a4bb9b1bc79232c9d9e4afde23b0904a0045d250;hpb=0c5d898d43ad6b544142c76655b800219a27e488;p=lyx.git diff --git a/ChangeLog b/ChangeLog index a4bb9b1bc7..6681aaf5e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,288 @@ +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 + string::size_type + + * src/frontends/ButtonPolicies.h (operator<<): new operator for + ButtonPolicy::SMInput and ButtonPolicy::State. + + * src/FontLoader.C (reset): small cleanup + (unload): small cleanup + + * src/FontInfo.C (getFontname): initialize error to 10000.0 + +2000-10-24 Angus Leeming + + * src/frontends/xforms/FormPreferences.[Ch]: + * src/frontends/xforms/forms/form_preferences.fd: added spell checker, + TeX encoding and default paper size sections. + +2000-10-24 Lars Gullik Bjønnes + + * src/frontends/xforms/FormTabularCreate.C: add missing #pragma + implementation + + * src/frontends/xforms/FormError.C (disconnect): use erase() to + make the message_ empty. + (FormError): don't initialize message_ in initializer list. + +2000-10-24 Angus Leeming + + * src/frontends/xforms/FormInset.[Ch]: Aieeeeee! Ok, I'm an idiot. + +2000-10-24 Jean-Marc Lasgouttes + + * lib/kbd/latvian.kmap: new file from Janne Pänkälä (epa@iki.fi) + +2000-10-24 John Levon + + * src/frontends/kde/*data.[Ch]: _("") is not + allowed + +2000-10-24 Angus Leeming + + * src/buffer.C: removed redundant using directive. + + * src/frontends/DialogBase.h: revert to original definition of + update(). + + * src/frontends/xforms/Dialogs.C (c-tor): splitting the tabular + stuff into two classes, one for each dialog, requires a new + element in the dialogs vector, FormTabularCreate. + + * src/frontends/xforms/FormXXX.[Ch] (update): revert to original + definition. + + * src/frontends/xforms/FormBase.[Ch] (FormBaseBD::updateSlot): new + method. Continues Allan's idea, but means that derived classes + don't need to worry about "update or hide?". + + * src/frontends/xforms/FormError.C (showInset): add connection + again ;-) + + * src/frontends/xforms/FormTabular.[Ch]: split into two classes, + one for each dialog. FormTabular now contains main tabular dialog + only. + + * src/frontends/xforms/FormTabularCreate.[Ch]: + * src/frontends/xforms/forms/form_tabular_create.fd: the create + dialog. + + * src/frontends/xforms/FormGraphics.[Ch]: + * src/frontends/xforms/forms/form_graphics.fd + * src/frontends/xforms/FormTabular.[Ch]: + * src/frontends/xforms/forms/form_tabular.fd: made daughter + classes of FormInset. + + * src/frontends/xforms/forms/fdfix.sh: small fix. Can now create + class names properly. Eg, form_my_new_dialog -> FormMyNewDialog. + + * src/frontends/xforms/Makefile.am: + * src/frontends/xforms/forms/makefile: added new files. + + * src/insets/insettabular.[Ch]: removed (Dialogs *) member + variable. added Signal0 hide signal, in keeping with other GUI-I + insets. + + * src/support/lstrings.h: removed redundant std:: qualifier as + it's already declared in Lsstream.h. + +2000-10-23 Jean-Marc Lasgouttes + + * src/insets/figinset.C (GhostscriptMsg): use DisplayString() to + open a new display. + (runqueue): ditto. + +2000-10-24 Lars Gullik Bjønnes + + * src/tabular.C (Ascii): minimize scope of cell. + + * src/BufferView2.C (nextWord): return string() instead of 0; + +2000-10-23 Jean-Marc Lasgouttes + + * src/converter.h: add a std:: qualifier + +2000-10-21 Dekel Tsur + + * src/importer.[Ch]: New files. Used for importing files into LyX. + + * src/lyxfunc.C (doImport): Use the new Importer class. + + * src/converter.h: Add shortcut member to the Format class. + Used for holding the menu shortcut. + + * src/converter.C and other files: Made a distinction between + format name and format extension. New formats can be defined using + the \format lyxrc tag. + Added two new converter flags: latex and disable. + +2000-10-20 Jean-Marc Lasgouttes + + * src/support/lyxlib.h: unify namespace/struct implementation. + Remove extra declarations. + + * src/support/chdir.C (chdir): remove version taking char const * + argument. + * src/support/rename.C: ditto. + * src/support/lyxsum.C: ditto. + +2000-10-19 Angus Leeming + + * src/frontends/xforms/FormBase.[Ch]: + * src/frontends/xforms/FormXXX.[Ch] where XXX is a FormBase daughter: + read the xforms manual to discover that fl_set_form_minsize()/maxsize() + work only for the next call to fl_show_form(). The correct place to set + them, therefore is in connect() immediately BEFORE fl_show_form(). Now + done. FormBase also stores minw_, minh_ itself. All dialogs derived + from FormBase have the minimum size set; no more stupid crashes with + tabbed folders etc. + +2000-10-20 Jean-Marc Lasgouttes + + * lib/ui/default.ui: fix shortcut for Insert->Include File. + +2000-10-19 Jean-Marc Lasgouttes + + * lib/CREDITS: add Andre' Poenitz and Kornelia Pietsch + + * src/support/lyxlib.h: changed second argument of mkdir to + unsigned long int (unsigned int would probably have been enough, + but...). Removed header. + * src/support/mkdir.C (mkdir): ditto. + + * NEWS: update. + +2000-10-19 Juergen Vigna + + * src/lyxfunc.C (MenuNew): small fix (form John) + + * src/screen.C (Update): removed unneeded code. + + * src/tabular.C (Ascii): refixed int != uint bug! + + * src/support/lyxlib.h: added sys/types.h include for now permits + compiling, but I don't like this! + +2000-10-18 Juergen Vigna + + * src/text2.C (ClearSelection): if we clear the selection we need + more refresh so set the status apropriately + + * src/insets/insettext.C (draw): hopefully finally fixed draw + problems! + +2000-10-12 Juergen Vigna + + * src/insets/insettext.C (draw): another small fix and make a block + so that variables are localized. + +2000-10-18 Angus Leeming + + * src/support/lstrings.C (lowercase, uppercase): + use explicit casts to remove compiler warnings. + + * src/support/LRegex.C (Impl): + * src/support/StrPool.C (add): + * src/support/filetools.C (MakeAbsPath, NormalizePath, MakeRelPath) + (AddPath, MakeDisplayPath): + * src/support/lstrings.C (prefixIs, subst): + use correct type to remove compiler warnings. + + * src/support/lstrings.[Ch] (countChar): returns string::size_type. + + * src/support/lyxlib.h: + * src/support/mkdir.C (mkdir): change parameter to mode_t for + portability and to remove compiler warning with DEC cxx. + + * src/support/FileInfo.[Ch] (flagRWX): ditto. + +2000-10-18 Jean-Marc Lasgouttes + + * src/minibuffer.C (peek_event): retun 1 when there has been a + mouseclick in the minibuffer. + + * NEWS: updated. + +2000-10-17 John Levon + + * src/frontends/xforms/FormParagraph.C: more space above/below + fixes + +2000-10-17 Dekel Tsur + + * src/lyxfunc.C (Dispatch): Call to showState() after insertion of + a char only if real_current_font was changed. + +2000-10-17 Jean-Marc Lasgouttes + + * NEWS: update somewhat for 1.1.6 + + * lib/ui/default.ui: clean up. + +2000-10-17 Angus Leeming + + * lib/CREDITS: clean up + +2000-10-16 Angus Leeming + + * src/combox.[Ch] (select): changed argument back to int + * src/combox.C (peek_event): removed num_bytes as it is declared but + never referenced. + + * src/frontends/xforms/FormDocument.C (class_apply, bullets_apply): + modified calls to Combox::select() to remove warnings about type + conversion. + + * src/insets/insetbutton.C (width): explicit cast to remove warning + about type conversion. + + * src/insets/insetcite.C (getScreenLabel): use string::size_type not + size_t. + + * src/insets/insettabular.[Ch]: variables inset_pos, sel_pos_start and + sel_pos_end, refering to cursor position are changed to + LyXParagraph::size_type. + + * src/insets/insettext.h (cpos): returns LyXParagraph::size_type, + consistent with LyXCursor::pos(). + (inset_pos): changed to LyXParagraph::size_type for same reason. + + * src/insets/insettext.C (resizeLyXText): changed some temporary + variables refing to cursor position to LyXParagraph::size_type. + +2000-10-16 John Levon + + * src/frontends/kde/: The Great Renaming, + add FormParagraph + +2000-10-17 Jean-Marc Lasgouttes + + * src/frontends/support/Makefile.am (EXTRA_DIST): re-fix. + 2000-10-16 Jean-Marc Lasgouttes * src/mathed/math_macro.C (MathMacroTemplate): initialize args to @@ -68,7 +353,7 @@ 2000-10-13 Dekel Tsur * src/text.C (GetColumnNearX): Fixed disabled code. - + 2000-10-13 Lars Gullik Bjønnes * configure.in (CPPFLAGS): add snprintf and vsnprintf to @@ -952,7 +1237,7 @@ * src/insets/insetbutton.C (width): Changed to work with no GUI. * src/insets/insetbib.C (bibitemWidest): ditto. * src/lyx_gui_misc.C (AskQuestion,AskConfirmation,askForText): ditto. - + 2000-10-03 Juergen Vigna * src/BufferView2.C (theLockingInset): removed const because of @@ -1353,7 +1638,7 @@ 2000-09-27 Lars Gullik Bjønnes * src/insets/insettext.C (Ascii): return numer of '\n' in the text - outputed to the ostream. + output to the ostream. * several files: fixed types based on warnings from cxx @@ -1908,7 +2193,7 @@ * src/frontends/xforms/Toolbar_pimpl.C: * src/lyx_cb.C (LayoutsCB): added Combox * to function call. -2000-09-14 Garst Reese +2000-09-14 Garst Reese * lib/tex/hollywood.cls changed length of parenthicals to 1.5in moved usepackage{xxx}'s to beginning of file. Changed left margin @@ -4439,7 +4724,7 @@ * src/lyxrc.C, src/lyxrc.h, src/BufferView_pimpl.C, lib/lyxrc.example: added option \wheel_jump -2000-07-04 R. Lahaye +2000-07-04 R. Lahaye * src/lyx_gui.C src/lyx_main.C: add support for -geometry, and remove support for -width,-height,-xpos and -ypos.