]> git.lyx.org Git - features.git/blobdiff - ChangeLog
Dekel language/encoding patch + a few fixes
[features.git] / ChangeLog
index 0f9bac4c9ecceca9618e7082733c81687e398f08..b8a00d19593dbe6e42c582286e1058486fb1ec5a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,117 @@
+2000-10-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lib/Makefile.am (pkgdata_DATA): add encoding and languages
+
+       * src/tabular.h: add a few std:: qualifiers.
+
+       * src/encoding.C: add using directive.
+       * src/language.C: ditto.
+
+       * src/insets/insetquotes.C (Validate): use languages->lang()
+       instead of only language.
+
+2000-10-07  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lib/languages: New file.
+
+       * lib/encodings: New file.
+
+       * src/language.C (Languages): New class.
+       (read): New method. Reads the languages from the 'languages' file.
+
+       * src/encoding.C (Encodings): New class.
+       (read): New method. Reads the encodings from the 'encodings' file.
+
+       * src/lyx_main.C (init): Call to LyXSetStyle() after languages
+       initialization.
+
+       * src/bufferparams.h and a lot of files: Deleted the member language,
+       and renamed language_info to language
+
+       * src/buffer.C (makeLaTeXFile): Use babel() instead of lang()
+       * src/lyxfont.C (latexWriteStartChanges): ditto.
+       * src/paragraph.C (validate,TeXOnePar): ditto.
+       
+       * src/lyxfont.C (update): Restored deleted code.
+
+       * src/frontends/xforms/FormDocument.C (build): Made the combox taller
+
+2000-10-10  Angus Leeming <a.leeming@ic.ac.uk>
+
+       * src/BufferView_pimpl.C (buffer): cleaned up a little.
+
+       * src/insets/figinset.[Ch]:
+       * src/insets/insetinclude.[Ch]:
+       * src/insets/insetinclude.[Ch]:
+       * src/insets/insetparent.[Ch]:
+       * src/insets/insetref.[Ch]:
+       * src/insets/insettabular.[Ch] (c-tor): Buffer passed as const &.
+
+       * src/insets/*.[Ch]:
+       * src/mathed/formula.[Ch]:
+       * src/mathed/formulamacro.C (Clone): passed Buffer const &.
+
+       * src/buffer.C (parseSingleLyXformat2Token, readInset):
+       * src/lyx_cb.C (FigureApplyCB):
+       * src/lyxfunc.C (getStatus, Dispatch):
+       * src/frontends/xforms/FormTabular.C:  use modified c-tors to some
+       insets.
+
+       * src/lyxfunc.C (Dispatch): string "ref" not used. Removed.
+
+       * src/converter.[Ch] (Formats::View):
+       * src/lyx_cb.[Ch] (ShowMessage): constify Buffer * parameter.
+
+       * src/paragraph.C (CopyIntoMinibuffer, Clone): Insets::Clone() passed
+       *current_view->buffer(). This will change later, but this patch is way
+       big enough already!
+
+>>>>>>> 1.592
+2000-10-09  Juergen Vigna  <jug@sad.it>
+
+       * src/text.C (GetRow): small fix.
+
+       * src/BufferView_pimpl.C (cursorPrevious): 
+       (cursorNext): added LyXText parameter to function.
+
+       * src/insets/insettabular.C (LocalDispatch): activate cell inset on
+       keypress depending on cursor position.
+
+2000-10-06  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/insettabular.C (Ascii): finally call right ascii-function.
+       (copySelection): redone this function and also copy ascii representa-
+       tion to clipboard.
+
+       * src/tabular.C (Ascii): 
+       (AsciiPrintCell): 
+       (AsciiBottomHLine): 
+       (AsciiTopHLine): 
+       (print_n_chars): new functions to realize the ascii export of tabulars.
+
+2000-10-05  Juergen Vigna  <jug@sad.it>
+
+       * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): small fix
+       if we don't have a buffer.
+
+2000-10-10  Allan Rae  <rae@lyx.org>
+
+       * src/frontends/xforms/FormPreferences.[Ch] (hide): Fix the problem
+       with closing dialog.  It seems that nested tabfolders require hiding
+       of inner tabfolders before hiding the dialog itself.  Actually all I
+       did was hide the active outer folder.
+
+       * src/BufferView_pimpl.C (buffer): don't call updateBufferDependent
+       unless there really is a buffer.  hideBufferDependent is called
+       instead.
+
+       * po/Makefile.in.in (POTFILES.in): one little tweak to ensure
+       POTFILES.in stays in $(srcdir).
+
+2000-10-09  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lib/lyxrc.example: Few changes.
+
 2000-10-05  Angus Leeming <a.leeming@ic.ac.uk>
 
        * src/BufferView_pimpl.C (buffer): only need one the