]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Make LFUN_QUOTE work for InsetText.
[lyx.git] / src / ChangeLog
1 2001-02-14  Juergen Vigna  <jug@sad.it>
2
3         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
4
5         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
6
7         * text2.C (SetSelection): added a BufferView * parameter
8
9 2001-02-13  Juergen Vigna  <jug@sad.it>
10
11         * lyxfunc.C (Dispatch): fixed protected blank problem.
12         * BufferView2.C (protectedBlank): added LyxText * parameter.
13
14         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15         (AppendColumn): same as above for column_info.
16
17         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
18         (moveCursorUpdate): use a LyXText param for support of InsetText.
19
20         * BufferView_pimpl.C (doubleClick): added support for InsetText.
21         (tripleClick): ditto
22
23         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
24
25         * BufferView_pimpl.C (update): added LyXText param to honor insets.
26
27         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
28
29         * text2.C (SetSelection): set correct update status if inset_owner
30         (ToggleFree): ditto
31
32 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
33
34         * tabular.C: remove some commented code.
35
36 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
37
38         * BufferView_pimpl.C: call hideSplash()
39
40         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
41
42         * include_form.h:
43         * bibforms.h: remove
44
45         * lyxfunc.C:
46         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
47           add LFUN_CHILD_CREATE
48
49         * counters.h: fix tiny typo
50         
51         * lyx_cb.C:
52         * lyx.h:
53         * lyx_gui.C:
54         * lyx.C: move splash to frontends/xforms/
55
56         * lyx_gui_misc.C: move Include and Bibform to frontends
57
58         * lyxvc.h: clarify comment
59
60         * vspace.C: tiny housekeeping
61
62 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
63
64         * text.C (PrepareToPrint): RTL Fix.
65
66         * paragraph.C (GetUChar): New method.
67         (String):  Use GetUChar.
68
69         * buffer.C (asciiParagraph): Use GetUChar.
70
71 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
72
73         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
74
75 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
76
77         * buffer.h:
78         * buffer.C: rename to getLogName(), handle
79           build log / latex log nicely
80
81 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
82
83         * MenuBackend.C: 
84         * MenuBackend.h: remove support for reference menuitem type.
85
86 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
87
88         * BufferView_pimpl.C: housekeeping
89         * BufferView_pimpl.h:
90         * LyXView.h:
91         * Makefile.am:
92         * Timeout.C:
93         * Timeout.h:
94         * minibuffer.h: move Timeout GUI-I
95                           
96 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
97
98         * lyxrc.C (read): Update converters data-structures.
99
100 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
101
102         * LaTeX.h (operator!=): add operator != for Aux_Info 
103
104 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
105
106         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
107
108         * LaTeXLog.C: deleted, useful code moved to Buffer
109
110         * buffer.h:
111         * buffer.C: new function getLatexLogName()
112
113         * lyx_gui_misc.C:
114         * lyx_gui.C:
115         * lyxvc.C:
116         * lyxvc.h:
117         * lyxfunc.C: use frontends for LaTeX and VC logs
118
119 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
120
121         * LaTeX.h: yet another std:: that Allan forgot.
122
123         * Variables.C (set): renamed from isset(), because this clashes
124         with some HP-UX macros (grr).
125
126 2001-02-06  Allan Rae  <rae@lyx.org>
127
128         * LaTeX.h: Another bug fix.  Missing std:: this time.
129
130 2001-02-04  Allan Rae  <rae@lyx.org>
131
132         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
133         floats problem. I've left it commented out because it's not quite
134         correct.  It should also test that the current object is a table or
135         figure inset.  But I haven't gotten around to figuring out how to do
136         that.  I *think* it'll be something like: "table" == inset.type()
137
138         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
139         bool.
140
141 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
142
143         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
144         all the citation/databases/styles in the auxilary file. 
145         (run): Rerun latex if there was a babel language error.
146
147 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
148
149         * text.C (Backspace): Preserve the font when changing newline char
150         with a space.
151         (BreakParagraph): If the cursor is before a space, delete the space.
152
153         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
154
155 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
156
157         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
158         new argument (code).
159         (ChangeCitationsIfUnique): New method.
160
161         * paragraph.C (GetPositionOfInset): Handle bibkey.
162
163 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
164
165         * BufferView_pimpl.h: change type of Position::par_pos to
166         LyXParagraph::size_type. 
167
168 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
169
170         * BufferView_pimpl.C (savePosition, restorePosition): Write
171         messages to minibuffer.
172
173 2001-01-28  José Matos  <jamatos@fep.up.pt>
174
175         * buffer.C (makeDocBookFile): adds support for document language.
176         A silly restriction on the name of LatexCommand types where removed.
177         Added support for CDATA sections, allows to chars unescaped, used
178         among others in code, to avoid escape < and >.
179         
180 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
181
182         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
183         saved positions instrad of a stack. Furthermore, a position is
184         stored using paragraph id/paragraph position.
185
186         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
187         Remove LFUN_REF_BACK.
188
189 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
190
191         * converter.C (dvipdfm_options): New method.
192
193 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
194
195         * vspace.C (isValidLength): Fix for empty input string.
196
197 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
198
199         * LyXAction.C (init): change description of LFUN_FIGURE to
200         "Insert Graphics"
201
202 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
203
204         * LaTeX.C: add using directive
205
206 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
207
208         * MenuBackend.C (expand): Fix the sorting of the formats.
209
210 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
211
212         * lyx_main.C: tiny error message fix
213
214 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
215
216         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
217         calling fl_initialize(). This fixes the problem with ',' as
218         decimal separator in text files.
219
220 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
221
222         * trans.C (process): Fix the keymap bug.
223
224 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
225
226         * LaTeX.C (scanAuxFiles): New method. Provides support for
227         multiple bibliographies (when using the bibtopic/bibunits pacakges).
228         (scanLogFile) Scan for "run BibTeX" messages.
229
230         * buffer.C (makeLaTeXFile): Do not load the ae package when using
231         OT1 font encoding. Also, load the aecompl package if the ae
232         package is loaded.
233
234         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
235
236 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
237
238         * texrow.C (increasePos): turn two error messages into debug
239         messages. 
240
241 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
242
243         * LaTeX.C (scanAux): Handle the \@input macro.
244         (runBibTeX): Use scanAux().
245
246         * language.C (latex_options_): New field.
247
248         * LaTeXFeatures.C (getMacros): Add language macros.
249
250         * buffer.C (makeLaTeXFile): Small fix.
251
252 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
253
254         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
255
256         * text2.C: add a using directive.
257
258 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
259
260         * BufferView2.C:
261         * lyx_gui_misc.h:
262         * lyxfr1.C:
263         * lyxfunc.C: kill LyXBell.
264
265 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
266
267         * text.C (IsBoundary): Remove the error message
268         
269         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
270
271         * lyxrc.C (setDefaults): Correct initialization value for
272         font_norm_type.
273
274 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
275
276         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
277         gotoError().
278
279         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
280         and GotoNextNote().
281
282         * src/LyXAction.C: Added reference-next.
283
284         * text.C (InsertChar): Use contains instead of strchr.
285
286         * lyx_cb.C (MenuInsertLabel): Enable default value code.
287
288 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
289
290         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
291         alignment commands (when needed).
292
293         * text.C (InsertChar): Add ':' to number separator chars.