]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
- Add the option to disable babel for documents whose language is equal to
[lyx.git] / src / ChangeLog
1 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
2
3         * lyxrc.C: Add language_command_local, language_use_babel and
4         language_global_options.
5
6         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
7
8         * buffer.C (makeLaTeXFile): Use language_use_babel and 
9         language_global_options.
10
11 2001-02-23  Juergen Vigna  <jug@sad.it>
12
13         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
14         which works with LyXText and putted it inside BufferView. Here now we
15         only call for that part the BufferView::Dispatch() function.
16
17         * BufferView.C (Dispatch): added.
18
19         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
20         functions which needs to use a LyXText over from LyXFunc.
21         (MenuInsertLyXFile): added
22         (getInsetByCode): added
23         (moveCursorUpdate): added
24         (static TEXT): added
25
26 2001-02-22  Juergen Vigna  <jug@sad.it>
27
28         * BufferView_pimpl.C (update): call a status update to see if LyXText
29         needs it.
30
31 2001-02-20  Juergen Vigna  <jug@sad.it>
32
33         * text2.C (ClearSelection): added BufferView param for inset_owner call
34
35         * lyxfunc.C (TEXT): added this function and use it instead of
36         directly owner->view()-text of getLyXText().
37
38 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
39
40         * src/layout_forms.C: out preamble
41         * src/layout_forms.h: out preamble
42         * src/lyx_cb.C: out preamble
43         * src/lyx_cb.h: out preamble
44         * src/lyx_gui.C: out preamble
45         * src/lyx_gui_misc.C: out preamble
46         * src/lyxfunc.C: connect with guii preamble
47
48 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
49
50         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
51
52 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
53
54         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
55         whether to run bibtex.
56
57 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
58
59         * Makefile.am (lyx_SOURCES): Remove BackStack.h
60
61 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
62
63         * Makefile.am (lyx_SOURCES): removed bibforms.h
64
65         * vspace.h: doxygen
66
67         * text.C (GetVisibleRow): make several local vars const
68
69         * tabular.C: small cleanup.
70
71         * lyxserver.C (callback): use compare instead of strncmp
72
73         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
74         inlines to after class or to paragraph.C
75
76         * lyxfont.h: remove friend operator!=
77
78         * converter.h: move friend bool operator< to non friend and after
79         class def.
80
81         * combox.h: small cleanup
82
83         * buffer.h: doxygen, remove unused constructor, move inclas inlies
84         to inlines after class def.
85
86         * buffer.C (pop_tag): use string operations instead of strcmp
87
88         * bmtable.c: doxygen, small cleanup
89
90         * LaTeX.h: remove friend operator==
91
92 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
93
94         * screen.C: 
95         * lyxrc.[Ch]:
96         * lyxfunc.C: 
97         * lyxfont.[Ch]: 
98         * lyx_cb.C: 
99         * intl.[Ch]: 
100         * commandtags.h: 
101         * buffer.C: 
102         * WorkArea.[Ch]: 
103         * LyXAction.C: 
104         * BufferView_pimpl.C:
105         * BufferView.[Ch]: remove cruft
106
107 2001-02-14  Juergen Vigna  <jug@sad.it>
108
109         * lyxfunc.C: removed #if 0 unused code
110
111         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
112
113         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
114
115         * text2.C (SetSelection): added a BufferView * parameter
116
117 2001-02-13  Juergen Vigna  <jug@sad.it>
118
119         * lyxfunc.C (Dispatch): fixed protected blank problem.
120         * BufferView2.C (protectedBlank): added LyxText * parameter.
121
122         * tabular.C (AppendRow): forgot to set row_info of newly added row.
123         (AppendColumn): same as above for column_info.
124
125         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
126         (moveCursorUpdate): use a LyXText param for support of InsetText.
127
128         * BufferView_pimpl.C (doubleClick): added support for InsetText.
129         (tripleClick): ditto
130
131         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
132
133         * BufferView_pimpl.C (update): added LyXText param to honor insets.
134
135         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
136
137         * text2.C (SetSelection): set correct update status if inset_owner
138         (ToggleFree): ditto
139
140 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
141
142         * tabular.C: remove some commented code.
143
144 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
145
146         * BufferView_pimpl.C: call hideSplash()
147
148         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
149
150         * include_form.h:
151         * bibforms.h: remove
152
153         * lyxfunc.C:
154         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
155           add LFUN_CHILD_CREATE
156
157         * counters.h: fix tiny typo
158         
159         * lyx_cb.C:
160         * lyx.h:
161         * lyx_gui.C:
162         * lyx.C: move splash to frontends/xforms/
163
164         * lyx_gui_misc.C: move Include and Bibform to frontends
165
166         * lyxvc.h: clarify comment
167
168         * vspace.C: tiny housekeeping
169
170 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
171
172         * text.C (PrepareToPrint): RTL Fix.
173
174         * paragraph.C (GetUChar): New method.
175         (String):  Use GetUChar.
176
177         * buffer.C (asciiParagraph): Use GetUChar.
178
179 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
180
181         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
182
183 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
184
185         * buffer.h:
186         * buffer.C: rename to getLogName(), handle
187           build log / latex log nicely
188
189 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
190
191         * MenuBackend.C: 
192         * MenuBackend.h: remove support for reference menuitem type.
193
194 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
195
196         * BufferView_pimpl.C: housekeeping
197         * BufferView_pimpl.h:
198         * LyXView.h:
199         * Makefile.am:
200         * Timeout.C:
201         * Timeout.h:
202         * minibuffer.h: move Timeout GUI-I
203                           
204 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
205
206         * lyxrc.C (read): Update converters data-structures.
207
208 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
209
210         * LaTeX.h (operator!=): add operator != for Aux_Info 
211
212 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
213
214         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
215
216         * LaTeXLog.C: deleted, useful code moved to Buffer
217
218         * buffer.h:
219         * buffer.C: new function getLatexLogName()
220
221         * lyx_gui_misc.C:
222         * lyx_gui.C:
223         * lyxvc.C:
224         * lyxvc.h:
225         * lyxfunc.C: use frontends for LaTeX and VC logs
226
227 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
228
229         * LaTeX.h: yet another std:: that Allan forgot.
230
231         * Variables.C (set): renamed from isset(), because this clashes
232         with some HP-UX macros (grr).
233
234 2001-02-06  Allan Rae  <rae@lyx.org>
235
236         * LaTeX.h: Another bug fix.  Missing std:: this time.
237
238 2001-02-04  Allan Rae  <rae@lyx.org>
239
240         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
241         floats problem. I've left it commented out because it's not quite
242         correct.  It should also test that the current object is a table or
243         figure inset.  But I haven't gotten around to figuring out how to do
244         that.  I *think* it'll be something like: "table" == inset.type()
245
246         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
247         bool.
248
249 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
250
251         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
252         all the citation/databases/styles in the auxilary file. 
253         (run): Rerun latex if there was a babel language error.
254
255 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
256
257         * text.C (Backspace): Preserve the font when changing newline char
258         with a space.
259         (BreakParagraph): If the cursor is before a space, delete the space.
260
261         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
262
263 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
264
265         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
266         new argument (code).
267         (ChangeCitationsIfUnique): New method.
268
269         * paragraph.C (GetPositionOfInset): Handle bibkey.
270
271 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
272
273         * BufferView_pimpl.h: change type of Position::par_pos to
274         LyXParagraph::size_type. 
275
276 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
277
278         * BufferView_pimpl.C (savePosition, restorePosition): Write
279         messages to minibuffer.
280
281 2001-01-28  José Matos  <jamatos@fep.up.pt>
282
283         * buffer.C (makeDocBookFile): adds support for document language.
284         A silly restriction on the name of LatexCommand types where removed.
285         Added support for CDATA sections, allows to chars unescaped, used
286         among others in code, to avoid escape < and >.
287         
288 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
289
290         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
291         saved positions instrad of a stack. Furthermore, a position is
292         stored using paragraph id/paragraph position.
293
294         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
295         Remove LFUN_REF_BACK.
296
297 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
298
299         * converter.C (dvipdfm_options): New method.
300
301 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
302
303         * vspace.C (isValidLength): Fix for empty input string.
304
305 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
306
307         * LyXAction.C (init): change description of LFUN_FIGURE to
308         "Insert Graphics"
309
310 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
311
312         * LaTeX.C: add using directive
313
314 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
315
316         * MenuBackend.C (expand): Fix the sorting of the formats.
317
318 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
319
320         * lyx_main.C: tiny error message fix
321
322 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
323
324         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
325         calling fl_initialize(). This fixes the problem with ',' as
326         decimal separator in text files.
327
328 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
329
330         * trans.C (process): Fix the keymap bug.
331
332 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
333
334         * LaTeX.C (scanAuxFiles): New method. Provides support for
335         multiple bibliographies (when using the bibtopic/bibunits pacakges).
336         (scanLogFile) Scan for "run BibTeX" messages.
337
338         * buffer.C (makeLaTeXFile): Do not load the ae package when using
339         OT1 font encoding. Also, load the aecompl package if the ae
340         package is loaded.
341
342         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
343
344 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
345
346         * texrow.C (increasePos): turn two error messages into debug
347         messages. 
348
349 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
350
351         * LaTeX.C (scanAux): Handle the \@input macro.
352         (runBibTeX): Use scanAux().
353
354         * language.C (latex_options_): New field.
355
356         * LaTeXFeatures.C (getMacros): Add language macros.
357
358         * buffer.C (makeLaTeXFile): Small fix.
359
360 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
361
362         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
363
364         * text2.C: add a using directive.
365
366 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
367
368         * BufferView2.C:
369         * lyx_gui_misc.h:
370         * lyxfr1.C:
371         * lyxfunc.C: kill LyXBell.
372
373 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
374
375         * text.C (IsBoundary): Remove the error message
376         
377         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
378
379         * lyxrc.C (setDefaults): Correct initialization value for
380         font_norm_type.
381
382 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
383
384         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
385         gotoError().
386
387         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
388         and GotoNextNote().
389
390         * src/LyXAction.C: Added reference-next.
391
392         * text.C (InsertChar): Use contains instead of strchr.
393
394         * lyx_cb.C (MenuInsertLabel): Enable default value code.
395
396 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
397
398         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
399         alignment commands (when needed).
400
401         * text.C (InsertChar): Add ':' to number separator chars.