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