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