]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
HP-UX compile fix, thai keymap
[lyx.git] / src / ChangeLog
1 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * LaTeX.h: yet another std:: that Allan forgot.
4
5         * Variables.C (set): renamed from isset(), because this clashes
6         with some HP-UX macros (grr).
7
8 2001-02-06  Allan Rae  <rae@lyx.org>
9
10         * LaTeX.h: Another bug fix.  Missing std:: this time.
11
12 2001-02-04  Allan Rae  <rae@lyx.org>
13
14         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15         floats problem. I've left it commented out because it's not quite
16         correct.  It should also test that the current object is a table or
17         figure inset.  But I haven't gotten around to figuring out how to do
18         that.  I *think* it'll be something like: "table" == inset.type()
19
20         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
21         bool.
22
23 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
24
25         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
26         all the citation/databases/styles in the auxilary file. 
27         (run): Rerun latex if there was a babel language error.
28
29 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
30
31         * text.C (Backspace): Preserve the font when changing newline char
32         with a space.
33         (BreakParagraph): If the cursor is before a space, delete the space.
34
35         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
36
37 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
38
39         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
40         new argument (code).
41         (ChangeCitationsIfUnique): New method.
42
43         * paragraph.C (GetPositionOfInset): Handle bibkey.
44
45 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
46
47         * BufferView_pimpl.h: change type of Position::par_pos to
48         LyXParagraph::size_type. 
49
50 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
51
52         * BufferView_pimpl.C (savePosition, restorePosition): Write
53         messages to minibuffer.
54
55 2001-01-28  José Matos  <jamatos@fep.up.pt>
56
57         * buffer.C (makeDocBookFile): adds support for document language.
58         A silly restriction on the name of LatexCommand types where removed.
59         Added support for CDATA sections, allows to chars unescaped, used
60         among others in code, to avoid escape < and >.
61         
62 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
63
64         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
65         saved positions instrad of a stack. Furthermore, a position is
66         stored using paragraph id/paragraph position.
67
68         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
69         Remove LFUN_REF_BACK.
70
71 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
72
73         * converter.C (dvipdfm_options): New method.
74
75 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
76
77         * vspace.C (isValidLength): Fix for empty input string.
78
79 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
80
81         * LyXAction.C (init): change description of LFUN_FIGURE to
82         "Insert Graphics"
83
84 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
85
86         * LaTeX.C: add using directive
87
88 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
89
90         * MenuBackend.C (expand): Fix the sorting of the formats.
91
92 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
93
94         * lyx_main.C: tiny error message fix
95
96 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
97
98         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
99         calling fl_initialize(). This fixes the problem with ',' as
100         decimal separator in text files.
101
102 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
103
104         * trans.C (process): Fix the keymap bug.
105
106 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
107
108         * LaTeX.C (scanAuxFiles): New method. Provides support for
109         multiple bibliographies (when using the bibtopic/bibunits pacakges).
110         (scanLogFile) Scan for "run BibTeX" messages.
111
112         * buffer.C (makeLaTeXFile): Do not load the ae package when using
113         OT1 font encoding. Also, load the aecompl package if the ae
114         package is loaded.
115
116         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
117
118 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
119
120         * texrow.C (increasePos): turn two error messages into debug
121         messages. 
122
123 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
124
125         * LaTeX.C (scanAux): Handle the \@input macro.
126         (runBibTeX): Use scanAux().
127
128         * language.C (latex_options_): New field.
129
130         * LaTeXFeatures.C (getMacros): Add language macros.
131
132         * buffer.C (makeLaTeXFile): Small fix.
133
134 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
135
136         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
137
138         * text2.C: add a using directive.
139
140 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
141
142         * BufferView2.C:
143         * lyx_gui_misc.h:
144         * lyxfr1.C:
145         * lyxfunc.C: kill LyXBell.
146
147 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
148
149         * text.C (IsBoundary): Remove the error message
150         
151         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
152
153         * lyxrc.C (setDefaults): Correct initialization value for
154         font_norm_type.
155
156 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
157
158         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
159         gotoError().
160
161         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
162         and GotoNextNote().
163
164         * src/LyXAction.C: Added reference-next.
165
166         * text.C (InsertChar): Use contains instead of strchr.
167
168         * lyx_cb.C (MenuInsertLabel): Enable default value code.
169
170 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
171
172         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
173         alignment commands (when needed).
174
175         * text.C (InsertChar): Add ':' to number separator chars.