]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Franch and danish updates, change type of BufferView::Pimpl::Position::par_pos.
[lyx.git] / src / ChangeLog
1 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * BufferView_pimpl.h: change type of Position::par_pos to
4         LyXParagraph::size_type. 
5
6 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
7
8         * BufferView_pimpl.C (savePosition, restorePosition): Write
9         messages to minibuffer.
10
11 2001-01-28  José Matos  <jamatos@fep.up.pt>
12
13         * buffer.C (makeDocBookFile): adds support for document language.
14         A silly restriction on the name of LatexCommand types where removed.
15         Added support for CDATA sections, allows to chars unescaped, used
16         among others in code, to avoid escape < and >.
17         
18 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
19
20         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
21         saved positions instrad of a stack. Furthermore, a position is
22         stored using paragraph id/paragraph position.
23
24         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
25         Remove LFUN_REF_BACK.
26
27 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
28
29         * converter.C (dvipdfm_options): New method.
30
31 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
32
33         * vspace.C (isValidLength): Fix for empty input string.
34
35 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
36
37         * LyXAction.C (init): change description of LFUN_FIGURE to
38         "Insert Graphics"
39
40 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
41
42         * LaTeX.C: add using directive
43
44 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
45
46         * MenuBackend.C (expand): Fix the sorting of the formats.
47
48 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
49
50         * lyx_main.C: tiny error message fix
51
52 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
53
54         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
55         calling fl_initialize(). This fixes the problem with ',' as
56         decimal separator in text files.
57
58 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
59
60         * trans.C (process): Fix the keymap bug.
61
62 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
63
64         * LaTeX.C (scanAuxFiles): New method. Provides support for
65         multiple bibliographies (when using the bibtopic/bibunits pacakges).
66         (scanLogFile) Scan for "run BibTeX" messages.
67
68         * buffer.C (makeLaTeXFile): Do not load the ae package when using
69         OT1 font encoding. Also, load the aecompl package if the ae
70         package is loaded.
71
72         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
73
74 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
75
76         * texrow.C (increasePos): turn two error messages into debug
77         messages. 
78
79 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
80
81         * LaTeX.C (scanAux): Handle the \@input macro.
82         (runBibTeX): Use scanAux().
83
84         * language.C (latex_options_): New field.
85
86         * LaTeXFeatures.C (getMacros): Add language macros.
87
88         * buffer.C (makeLaTeXFile): Small fix.
89
90 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
91
92         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
93
94         * text2.C: add a using directive.
95
96 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
97
98         * BufferView2.C:
99         * lyx_gui_misc.h:
100         * lyxfr1.C:
101         * lyxfunc.C: kill LyXBell.
102
103 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
104
105         * text.C (IsBoundary): Remove the error message
106         
107         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
108
109         * lyxrc.C (setDefaults): Correct initialization value for
110         font_norm_type.
111
112 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
113
114         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
115         gotoError().
116
117         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
118         and GotoNextNote().
119
120         * src/LyXAction.C: Added reference-next.
121
122         * text.C (InsertChar): Use contains instead of strchr.
123
124         * lyx_cb.C (MenuInsertLabel): Enable default value code.
125
126 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
127
128         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
129         alignment commands (when needed).
130
131         * text.C (InsertChar): Add ':' to number separator chars.