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