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