]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
fix ugly kbsequence parsing ; support cursor keys in numpad
[lyx.git] / src / ChangeLog
1 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * kbsequence.C (parse): de-uglify a bit the parsing code, which
4         relied on 0 terminated strings and other horrors. Bug found due to
5         the new assert in lyxstring!
6
7         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
8         KP_ keys.
9
10 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11
12         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13         to latinkeys.bind.
14
15         * lyxfunc.C (processKeySym): change method of getting to the
16         self-insert char.
17
18         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
19         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
20         * BufferView_pimpl.[Ch]: here as private methods.
21
22 2001-05-28  Juergen Vigna  <jug@sad.it>
23
24         * text.C (SetHeightOfRow): added the update() call again as it is
25         needed to initialize inset dimensions!
26
27 2001-05-16  Juergen Vigna  <jug@sad.it>
28
29         * text2.C (SetCharFont): Add new function with BufferView * and
30         bool toggleall parameters for setting insets internal fonts.
31         (SetFont): Freeze the undo as we may change fonts in Insets and
32         all this change should be inside only one Undo!
33
34         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
35         setting font's in insets as for them we have the SetFont function!
36
37 2001-05-15  Juergen Vigna  <jug@sad.it>
38
39         * text2.C (ClearSelection): to be sure we REALLY don't have any
40         selection anymore!
41
42         * tabular.C (TeXCellPreamble): fixed the left border problem for
43         multicolumn cells.
44
45 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
46
47         * LaTeX.C (deplog): Make sure that the main .tex file is in the
48         dependancy file
49
50 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
51
52         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
53         LFUN_BREAKPARAGRAPH.
54
55         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
56         help test to "internal only", similar for LFUN_INSERT_URL
57
58         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
59         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
60         auto_region_delete and deadkeys. 
61
62 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
63
64         * LColor.h:
65         * LColor.C: remove some dead entries, tidy a little
66  
67 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
68
69         * lyxfunc.C (processKeySym): comment the Escape handling, remove
70         commented code.
71         (Dispatch): implement LFUN_ESCAPE
72
73         * commandtags.h: add LFUN_ESCAPE
74
75         * LyXAction.C (init): add entry for LFUN_ESCAPE
76
77         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
78         Remove commented code.
79         (insertNote): moved here
80         (open_new_inset): moved here
81
82         * BufferView[2].[Ch]: move insertNote and open_new_inset to
83         BufferView_pimpl
84
85 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
86
87         * kbmap.C (findbinding): clean it up and make it work correctly.
88
89         * lyx_main.C (init): do not pass argc and argv as parameters
90
91 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
92
93         * buffer.C: fix path for OS/2 & Win32
94
95         * lyx_gui.C:
96         * lyx_main:
97         * lyx_main.C: Added os:: class.
98         
99         * os2_defines.h: update
100
101 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
102
103         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
104         better by trying again with reduced state.
105
106 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
107
108         * lyxrc.C (read): print error about invalid key sequence only when
109         debugging (because not all latinX keysyms are known to some X
110         servers)
111
112         * kbsequence.C (getiso): add a few std:: qualifiers
113         (getiso): comment out extra return statement.
114
115 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
116
117         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
118         handling.
119         (Dispatch): enhance the accent inset a bit. (not perfect)
120
121 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
122
123         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
124
125 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
126
127         * bufferlist.C (emergencyWrite): fix assert() call
128
129 2001-05-04  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
130
131         * text.C (InsertChar): Added trivial patch to only send the "you
132         can not do multiple spaces this way" message once during a
133         session.
134
135 2001-05-08  Baruch Even  <baruch@lyx.org>
136
137         * Makefile.am: Changed order of libraries to get LyX to link properly
138         with the gnome frontend.
139
140 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
141
142         * LaTeXFeatures.h: add a std:: qualifier
143
144 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
145
146         * paragraph.C (String): use stringstream
147
148 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
149
150         * paragraph.C (writeFile): remove footflag arg
151
152         * buffer.C (makeLaTeXFile): use stringstream
153         (latexParagraphs): remove footnot gurba
154
155         * LaTeXFeatures.C (getPackages): use stringstream
156         (getMacros): likewise
157         (getTClassPreamble): likewise
158         (getFloatDefinitions): new method
159
160         * paragraph.C (writeFile): reindent
161         (Erase): reindent
162
163         * WorkArea.h: revert the xpos + etc changes.
164
165         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
166
167         * lyxparagraph.[Ch]: add copy constructor, remove Clone
168
169         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
170         (pasteSelection): likewise
171         * text2.C (CreateUndo): likewise
172
173 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
174
175         * minibuffer.C (peek_event): temporarily reduce the functionality
176         of the minibuffer (to allow args on lfuns)
177
178         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
179         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
180
181         * buffer.C (readInset): add compability reading of old float
182         lists, add reading of new style float list.
183         (readInset): avoid reevaluation of inscmd.getCmdName()
184         (getLists): reindent
185
186         * MenuBackend.C (MenuItem): implement parsing of
187         md_floatlistinsert and md_floatinsert.
188         (expand::LastFiles): move initalizaton of iterators out of loop,
189         avoid reevaluation.
190         (expand::Documents): introduce typdedef vector<string> Strings,
191         and use it. 
192         (expand::ExportFormats): introduce typedef vector<Format const *>
193         Formats, and use it.
194         (expand): implement FloatListInsert and FloatInsert.
195
196         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
197         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
198         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
199
200         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
201         handling. 
202         (Dispatch::LFUN_FLOAT_LIST): implement
203
204 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
205  
206         * LaTeX.C (run): Fix problem with --export code.
207  
208 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
209
210         * BufferView.[Ch] (workarea): removed.
211         (getClipboard) new method; wrapper for workarea()->getClipboard()
212
213         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
214         bug.
215
216         * WorkArea.h (width, height, xpos, ypos): These methods all
217         returned the dimensions of the work_area sub-area of WorkArea,
218         resulting in a position error if the WorkArea were resized. Now
219         return the dimensions of the entire WorkArea.
220
221         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
222
223 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
224
225         * LaTeX.C (deplog): correct the syntax of regex reg1
226
227 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
228
229         * undo.C: remove !NEW_INSETS cruft
230
231 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
232
233         * text2.C: remove !NEW_INSETS cruft
234
235         * text.C: remove !NEW_INSETS cruft
236
237         * tabular.C: remove !NEW_INSETS cruft
238
239         * spellchecker.C: remove !NEW_INSETS cruft
240
241         * lyxtext.h: remove !NEW_INSETS cruft
242
243         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
244
245         * lyxfunc.C: remove !NEW_INSETS cruft
246
247         * lyxfind.C: remove !NEW_INSETS cruft
248
249         * lyx_cb.C: remove !NEW_INSETS cruft
250
251         * figureForm.C: remove  !NEW_INSETS cruft
252
253         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
254
255         * buffer.[Ch]: remove !NEW_INSETS cruft
256
257         * ToolbarDefaults.C: remove !NEW_INSETS cruft
258
259         * CutAndPaste.C: remove !NEW_INSETS cruft
260
261         * BufferView_pimpl.C: remove !NEW_INSETS cruft
262
263         * BufferView2.C: remove !NEW_INSETS cruft
264
265         * BufferView.h: remove !NEW_INSETS cruft
266
267 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
268
269         * Lsstream.h: include LString.h before the sstream headers to
270         fix problem with gcc 2.95.3 and lyxstring
271
272 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
273
274         * lyx_main.C: add using directives when needed for C functions
275         declared in std:: namespace.
276
277 2001-04-27  Juergen Vigna  <jug@sad.it>
278
279         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
280         (SetHeightOfRow): comment out the update call should not be needed!
281
282 2001-04-13  Juergen Vigna  <jug@sad.it>
283
284         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
285         (LyXTabular): tried to minimize operator= operations (and realized
286         hopfully Lars wish).
287
288 2001-04-27  Juergen Vigna  <jug@sad.it>
289
290         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
291
292 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
293
294         * lyxfunc.C (Dispatch): hack to make listof algorithm work
295
296         * buffer.C (readInset): hack to make listof algorithm work
297
298         * BufferView_pimpl.C: hack to make listof algorithm work
299
300 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
301
302         * LyXAction.C: removed all !NEW_INSETS cruft
303         (init): moved lfun_item in method
304
305         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
306
307 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
308
309         * BufferView2.C (theLockingInset): white space.
310
311 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
312
313         * minibuffer.C: include <iostream>
314
315         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
316
317         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
318
319         * commandtags.h: add LFUN_TRANSPOSE_CHARS
320
321         * text.[Ch] (TransposeChars): new method
322
323 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
324
325         * call message directly through LyXView instead of through LyXFunc
326         * BufferView2.C: adjust
327         * BufferView_pimpl.C: adjust
328         * FontLoader.C: adjust
329         * buffer.C: adjust
330         * bufferview_funcs.C: adjust
331         * converter.C: adjust
332         * figureForm.C: adjust
333         * importer.C: adjust
334         * lyx_cb.C: adjust
335         * lyx_gui_misc.C: adjust
336         * lyxfunc.C: adjust
337         * lyxvc.C: adjust
338         * text2.C: adjust
339         + more files in subdirs
340         
341         * lyxparagraph.h (size): move up int file
342         (GetLayout): ditto
343
344         * adjust all uses of Assert to lyx::Assert.
345
346         * BufferView2.C (ChangeCitationsIfUnique): adjust for
347         lyxfunctional in namespace lyx
348         * layout.C (hasLayout): ditto
349         (GetLayout): ditto
350         (GetLayout): ditto
351         (delete_layout): ditto
352         (NumberOfClass): ditto
353         * converter.C (GetFormat): ditto
354         (GetNumber): ditto
355         (Add): ditto
356         (Delete): ditto
357         (SetViewer): ditto
358         * bufferlist.C (getFileNames): ditto
359         (emergencyWriteAll): ditto
360         (exists): ditto
361         (getBuffer): ditto
362         * MenuBackend.C (hasSubmenu): ditto
363         (hasMenu): ditto
364         (getMenu): ditto
365         * BufferView_pimpl.C (getInsetByCode): ditto
366
367 2001-04-18  Juergen Vigna  <jug@sad.it>
368
369         * vspace.C (asLatexString): fixed the 100% problem.
370
371 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
372
373         * lyxfunc.C (Dispatch): 
374         * minibuffer.C: 
375         * minibuffer.h: add a few std:: qualifiers
376
377 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
378
379         * minibuffer.[Ch]: reimplement so that commands is initiated and
380         run from lyxfunc, simplified som handling, and made the completion
381         and history code for complete. wip. 
382
383         * lyxfunc.C (processKeySym): call message
384         (miniDispatch): new temporary method
385         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
386         (LFUN_MESSAGE): implement
387         (LFUN_MESSAGE_PUSH): implement
388         (LFUN_MESSAGE_POP): implement
389         (initMiniBuffer): the initial/defualt minibuffer message.
390
391         * lyxfont.[Ch]: inline some more getters
392
393         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
394
395         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
396
397         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
398         (AutoSave): use LFUN_MESSAGE
399         (Reconfigure): ditto
400
401         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
402
403         * figureForm.C: use LFUN_MESSAGE
404
405         * converter.C (runLaTeX): use LFUN_MESSAGE
406
407         * bufferview_funcs.C: use LFUN_MESSAGE
408         (Melt): ditto
409         (changeDepth): ditto
410
411         * bufferparams.h: use boost::
412
413         * bufferlist.h: inherit privately from noncopyable
414
415         * bufferlist.C (loadLyXFile): remove some commented code.
416
417         * buffer.C (runChktex): use LFUN_MESSAGE
418
419         * ShareContainer.h: inherit privately from noncopyable
420
421         * ParagraphParameters.[hC] (depth): inline it.
422
423         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
424         methods.
425         (message): new method
426         (messagePush): ditto
427         (messagePop): ditto
428         (show): init minibuffer
429         (showState): direct call
430
431         * LaTeX.[Ch]: inherit privately from noncopyable
432         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
433         instead of WriteStatus.
434
435         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
436
437         * BufferView_pimpl.C (buffer): don't init minibuffer
438         (workAreaButtonPress): use LFUN_MESSAGE
439         (workAreaButtonRelease): ditto
440         (savePosition): ditto
441         (restorePosition): ditto
442         (MenuInsertLyXFile): ditto
443         (workAreaExpose): don't init minibuffer
444         (update): remove commented code, simplify
445
446         * BufferView2.C (openStuff): use LFUN_MESSAGE
447         (toggleFloat): ditto
448         (menuUndo): ditto
449         (menuRedo): ditto
450         (copyEnvironment): ditto
451         (pasteEnvironment): ditto
452         (copy): ditto
453         (cut): ditto
454         (paste): ditto
455         (gotoInset): ditto
456         (updateInset): remove some commented code
457
458         * lastfiles.h: inherit privately from noncopyable
459         * layout.h: ditto
460         * lyx_gui.h: ditto
461         * lyx_main.h: ditto
462         * lyxlex.h: ditto
463         * lyxlex_pimpl.h: ditto
464
465         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
466         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
467         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
468
469         * LyXAction.h: inherit privately from noncopyable, add methods
470         func_begin, func_end, returning iterators to the func map.
471
472         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
473         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
474         (func_begin): new method
475         (func_end): new method
476
477         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
478         and not)
479         (copySelection): ditto
480         (pasteSelection): ditto
481
482         * BufferView.C: whitespace change
483         * BufferView.h: inherit privately from noncopyable
484
485 2001-04-16  Allan Rae  <rae@lyx.org>
486
487         * tabular-old.C (l_getline): 
488         * spellchecker.C (sc_check_word): 
489         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
490         an unrecognised preprocessor directive.  So ensure they're wrapped. 
491
492 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
493
494         * src/exporter.C (Export): Give an error message when path to file 
495         contains spaces.
496
497 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
498
499         * LaTeX.C (deplog): Always check that foundfile exists.
500
501 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
502
503         * lyx_main.h: 
504         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
505
506 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
507
508         * tabular.[Ch] (getLabelList): implement new method
509
510         * minibuffer.h: comment ouf setTiimer
511
512         * minibuffer.C (ExecutingCB): constify res
513         (peek_event): constify s
514         (Set): constify ntext
515         (Init): constify nicename
516
517         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
518
519         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
520         (savePosition): use two params to Minibuffer::Set
521         (restorePosition): ditto
522
523 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
524
525         * lyx_main.C: include language.h
526
527         * Makefile.am (lyx_main.o): add language.h
528
529 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
530
531         * exporter.C: 
532         * paragraph.C: 
533         * screen.C: 
534         * tabular.C: 
535         * CutAndPaste.C: include gettext.h
536
537         * lyxfont.h: remove old hack with ON and OFF.
538
539         * lyxparagraph.h: 
540         * lyxfont.h: do not include language.h...
541
542         * BufferView2.C: 
543         * LaTeXFeatures.C: 
544         * Painter.C: 
545         * bufferview_funcs.C: 
546         * font.C: 
547         * lyxfont.C: 
548         * text.C: 
549         * text2.C: 
550         * trans_mgr.C: 
551         * paragraph.C: ... but do it here instead
552
553 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
554
555         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
556
557         * tabular.C: small reformat
558
559         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
560         NEW_INSETS version
561         (GetChar): ditto
562         (BreakParagraph): ditto
563         (SetOnlyLayout): ditto
564         (SetLayout): ditto
565
566         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
567         with one arg less.
568
569         * lastfiles.C: removed most using decl, add std:: where needed
570
571         * buffer.C: ws changes
572
573         * MenuBackend.C (class compare_format): put into anon namespace
574         (expand): constify label, names, action, action2
575         (expand): 
576
577         * text.C (SingleWidth): constify font
578         (IsBoundary): constify rtl2
579         (GetVisibleRow): constify ww
580
581         * LaTeX.C (deplog): constify logfile
582
583         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
584         start_x, end_x
585         (workAreaExpose): constify widthChange, heightChange
586
587         * lyxrow.C (par): moved
588         (height): moved
589         (next): moved
590         * lyxrow.h: as inlines here
591
592         * lyxfont.h (shape): moved from lyxfont.C
593         (emph): moved from lyxfont.C
594
595         * lyxfont.C (LyXFont): use initialization list for all
596         constructors
597         (shape): move to lyxfont.h as inline
598         (emph): move to lyxfont.h as inline
599         
600
601 2001-04-04  Juergen Vigna  <jug@sad.it>
602
603         * vspace.C: had to include stdio.h for use of sscanf
604
605 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
606
607         * BufferView.h: 
608         * BufferView_pimpl.h: remove xforms cruft. Both classes are
609         independent of xforms.
610
611 2001-04-02  Juergen Vigna  <jug@sad.it>
612
613         * spellchecker.C: fixed namespace placing!
614
615 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
616
617         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
618         the LyXParagraph * is 0.
619
620 2001-03-29  Juergen Vigna  <jug@sad.it>
621
622         * vspace.C: added support for %, c%, p%, l%.
623         (stringFromUnit): added helper function.
624         (asLatexString): changed to give right results for the %-values.
625
626         * buffer.C: convert the widthp in a width%.
627
628 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
629
630         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
631         figureForm.[Ch].
632
633         * figureForm.[Ch]: stripped the FD_from_figure manipulation
634         code out of lux_cb.[Ch], ready for its (imminent?) removal.
635
636         * lyx_cb.[Ch]: see above.
637
638         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
639         form1.[Ch].
640
641         * form1.[Ch]:
642         * lyx.[Ch]: replaced by figure_form.[Ch].
643
644         * lyx_gui.C:
645         * lyx_gui_misc.C:
646         * lyxfunc.C: changed headers associated with above changes.
647
648 2001-03-27  Juergen Vigna  <jug@sad.it>
649
650         * BufferView_pimpl.C: set the temporary cursor right!
651
652 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
653
654         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
655
656 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
657
658         * LString.h: removed "using std::getline"!
659
660         * BufferView_pimpl.C (Dispatch): changes due to changes in
661         InsetInclude::Params.
662
663         * buffer.C (tag_name): removed redundant break statements as they were
664         producing lots of warnings with my compiler.
665
666 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
667
668         * LString.h: add "using std::getline" when using the real <string>.
669
670 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
671
672         * buffer.C: removed bitset usage.
673         PAR_TAG moved to an anonymous name space.
674         (tag_name): new funtion, also in the anonymous namespace.
675         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
676         (makeDocBookFile): clean code. Completed transition from string arrays
677         to string vectors.
678         (SimpleDocBookOnePar): code clean.
679
680 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
681
682         * tabular.C: add some comments.
683
684 2001-03-22  Juergen Vigna  <jug@sad.it>
685
686         * buffer.C (parseSingleLyXformat2Token): redone the minipage
687         compatibility read a bit and fixed bug with minipage in different
688         depth.
689
690 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
691
692         * buffer.C (pop_tag): removed.
693         (push_tag): removed.
694         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
695         array replaced with vector. Added support for CDATA sections.
696         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
697         at any nest level.
698         (makeDocBookFile): XML conformant declaration of CDATA section,
699         fixed bug related to <emphasis> in the first paragraph char.
700         (sgmlOpenTag): exclude empty tags.
701         (sgmlCloseTag): ditto.
702         
703         * buffer.h (pop_tag): removed.
704         (push_tag): removed.
705
706 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
707
708         * language.h (Languages): added size_type and size().
709
710 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
711
712         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
713         response on compability reading of minipages. One probliem is that
714         the old usage of minipages was «flertydig» 
715
716         * several files here and in subdirs: don't use static at file
717         scope use anon namespaces instead.
718
719 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
720
721         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
722         LaTeX output. This is necessary for Literate document
723         processing.
724
725 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
726
727         * buffer.C: insert hfill when needed.
728
729         * tabular.C (l_getline): use string::erase, small whitespace change.
730
731         * BufferView_pimpl.C: try the anon namespace.
732         * WorkArea.C: ditto
733
734 2001-03-16  Juergen Vigna  <jug@sad.it>
735
736         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
737         otherwise it won't open options-dialogs.
738
739         * buffer.C: honor pextraWidth(p) on converting minipages.
740
741         * tabular.C (l_getline): changed the functions to strip trailing \r.
742
743 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
744
745         * BufferView_pimpl.C:
746         * minibuffer..C: added "using SigC::slot" declaration.
747
748 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
749
750         * lyxlex_pimpl.h: noncopyable is in namespace boost.
751
752         * text2.C: ditto
753
754         * text.C: ditto
755
756         * paragraph.C: ditto
757
758         * lyxtext.h: NO_PEXTRA
759
760         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
761
762         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
763         * ParameterStruct.h: ditto
764         * ParagraphParameters.h: ditto 
765         * lyxparagraph.h: ditto
766
767 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
768
769         * buffer.C: add compability for minipage alignment.
770         (latexParagraphs): remove unwanted pextra check.
771
772         * several files: remove CXX_WORKING_NAMESPACES
773
774         * buffer.C (pop_tag): tie is in namespace boost
775
776         * BufferView.h: noncopyable is in namespace boost
777         * lyxlex.h: ditto
778         * lyx_main.h: ditto
779         * lyx_gui.h: ditto
780         * layout.h: ditto
781         * lastfiles.h: ditto
782         * bufferlist.h: ditto
783         * ShareContainer.h: ditto
784         * LyXView.h: ditto
785         * LyXAction.h: ditto
786         * LaTeX.h: ditto
787
788 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
789
790         * Merging changes from BRANCH_MVC back into HEAD.
791
792         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
793
794 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
795
796         * BufferView_pimpl.C: change from intl.C
797
798         * combox.h:
799         * combox.C:
800         * Makefile.am: move combox.*
801
802         * form1.h:
803         * form1.C:
804         * lyx_gui.C:
805         * intl.h:
806         * intl.C: remove dialog (covered by prefs)
807
808 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
809
810         * lyxfunc.C (Dispatch): removed redundant break statement.
811         
812 2001-03-14  Juergen Vigna  <jug@sad.it>
813
814         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
815
816 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
817
818         * buffer.C: add hack to fix compability reading of minipages.
819
820 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
821
822         * buffer.C (getLists): Cleanup.
823
824 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
825
826         * lyxfont.C (update): don't honor toggleall on font size.
827
828 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
829
830         * bmtable.c:
831         * bmtable.h:
832         * Makefile.am: moved to frontends/xforms/
833
834         * lyx_gui_misc.C:
835         * lyxfunc.C:
836         * BufferView_pimpl.C: changes for moved mathpanel
837
838 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
839
840         * gettext.h: fix gettext_init() in --disable-nls
841
842 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
843
844         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
845
846 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
847
848         * lyx.C:
849         * lyx.h: strip external form
850
851 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
852
853         * BufferView_pimpl.C: add comment, destroySplash()
854
855 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
856
857         * BufferView_pimpl.C:
858         * LyXAction.C:
859         * buffer.C:
860         * commandtags.h:
861         * lyxfunc.C: use re-worked insetinclude
862
863 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
864
865         * buffer.C: add using std::stringstream.
866
867         * lyx_cb.C: readd using std::ios.
868
869         * buffer.C: add using std::map.
870
871         * BufferView_pimpl.C: add using std::vector.
872
873         * ShareContainer.h: add std:: to swap.
874
875         * buffer.h: add some typedefs
876         * buffer.C (getLists): use them
877         (getLists): renamed from getTocList.
878         add a counter for the different float types and use it in the
879         generated string.
880         (getLists): use the same counter for the NEW_INSETS and the "non"
881         NEW_INSETS
882
883         * lyx_cb.h: remove unused items, includes, using etc.
884
885         * ShareContainer.h: remove some commented code, add more comments
886         and "documentation".
887
888 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
889
890         * buffer.C (getTocList): make the list also when NEW_INSETS is
891         defined.
892
893         * buffer.h: remove TocType
894
895         * buffer.C (getTocList): change to return a map<string,
896         vector<TocItem> >, implement for dynamic number of list.
897
898         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
899         * text2.C (PasteSelection): adjust
900         * CutAndPaste.C (pasteSelection): adjust
901
902         * FloatList.C (FloatList): update from the new_insets branch.
903         * Floating.[Ch]: ditto
904         * LaTeXFeatures.C: ditto
905         * buffer.C: ditto
906         * lyxlex_pimpl.C: ditto
907         
908         * paragraph.C (Last): remove when NEW_INSETS is defined.
909
910         * other file: changes because of the above.
911
912 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
913
914         * lyxparagraph.h: rename next to next_, previous to previous_,
915         make them private for NEW_INSETS. Rename Next() to next(),
916         Previous() to previous().
917
918         * other files: changes because of the above.
919
920 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
921
922         * BufferView.h: 
923         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
924         problem.
925
926 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
927
928         * main.C (main): pass lyx_localedir to gettext_init().
929
930         * gettext.h: remove locale_init and gettext_init macros
931
932         * gettext.C (locale_init): new function
933         (gettext_init): new function
934
935         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
936         setlocale().
937
938 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
939
940         * Moved credits to frontends:
941         * credits.[Ch]: removed
942         * credits_form.[Ch]: removed
943         * lyx_gui_misc.C: remove credits stuff
944         * Makefile.am:
945
946 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
947
948         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
949
950         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
951         unneeded destructor.
952
953         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
954         a standalone pointer again.
955
956         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
957
958 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
959
960         * Makefile.am:
961         * filedlg.h:
962         * filedlg.C:
963         * LyXAction.C:
964         * ToolbarDefaults.C:
965         * bufferlist.C:
966         * commandtags.h:
967         * form1.C:
968         * form1.h:
969         * lyx_cb.C:
970         * lyx_cb.h:
971         * lyxfunc.h:
972         * lyxfunc.C:
973         * BufferView_pimpl.C: use new file dialog in GUII
974
975         * lyx_cb.h:
976         * lyx_cb.C: remove LayoutsCB to Toolbar
977
978 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
979
980         * ShareContainer.h (get): add std:: qualifier
981
982 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
983
984         * ShareContainer.h: define a proper ShareContainer::value_type
985         type (and use typename to please compaq cxx)
986
987 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
988
989         * lyxparagraph.h: move serveral local vars to
990         ParameterStruct/ParagraphParameters., use ShareContainer in
991         FontTable., make vars in FontTable private and add getter and
992         setter.
993
994         * paragraph.C: changes because of the above.
995
996         * lyxfont.h: remove copy constructor and copy assignment. (the
997         default ones is ok), move number inside FontBits. move inlines to
998         lyxfont.C 
999
1000         * lyxfont.C: add number to initializaton of statics, move several
1001         inlines here. constify several local vars. some whitespace
1002         cleanup. Dont hide outerscope variables.
1003
1004         * Spacing.h: add two new constructors to match the set methods.
1005
1006         * ShareContainer.h: new file, will perhaps be moved to support
1007
1008         * ParameterStruct.h: new file
1009
1010         * ParagraphParameters.h: new file
1011
1012         * ParagraphParameters.C: new file
1013
1014         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
1015         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
1016
1017         * BufferView_pimpl.C: ParagraphParameter changes.
1018         * buffer.C: Likewise.
1019         * bufferview_funcs.C: Likewise.
1020         * text.C: Likewise.
1021         * text2.C: Likewise.
1022         
1023 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1024
1025         * lyxfind.C (LyXReplace): do not redefine default argument in
1026         implementation. 
1027         (IsStringInText): ditto
1028         (SearchForward): ditto
1029         (SearchBackward): ditto
1030
1031 2001-03-06  Juergen Vigna  <jug@sad.it>
1032
1033         * lyxfind.C (IsStringInText): put parentes around expressions.
1034
1035 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
1036
1037         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
1038         
1039 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
1040
1041         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
1042
1043         * stl_string_fwd.h: add comment
1044
1045         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
1046
1047         * tabular.h:
1048         * tabular.C: remove unused DocBook methods
1049
1050         * intl.C:
1051         * language.C:
1052         * paragraph.C:
1053         * buffer.C:
1054         killed DO_USE_DEFAULT_LANGUAGE
1055
1056 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1057
1058         * lyx_gui.C: do not include language.h.
1059
1060         * bufferview_funcs.C (ToggleAndShow): do not provide optional
1061         arguments in function implementation.
1062
1063 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1064
1065         * BufferView_pimpl.C: add <ctime>
1066
1067 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1068
1069         * BufferView_pimpl.C: add using std::find_if
1070
1071 2001-02-27  José Matos  <jamatos@fep.up.pt>
1072         
1073         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
1074         by OnlyPath.
1075         
1076 2001-02-11  José Matos  <jamatos@fep.up.pt>
1077
1078         * buffer.C (makeDocBookFile): command styles now have a parameter as
1079         "title" by default.
1080
1081 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
1082
1083         * layout_forms.[Ch]: removed
1084         * lyx_cb.[Ch]: out character
1085         * lyx_gui.C: out character
1086         * lyx_gui_misc.C: out character
1087         * bufferview_funcs.C: : out character,
1088         added toggleall as parameter in ToggleAndShow
1089                    
1090 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
1091
1092         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
1093
1094         * text2.C (SetCurrentFont): Disable number property at boundary.
1095
1096 2001-02-26  Juergen Vigna  <jug@sad.it>
1097
1098         * lyxfunc.C (getStatus): added a string argument override function so
1099         that this is correctly called from LyXFunc::Dispatch if it contains a
1100         do_not_use_argument which is used!
1101         (Dispatch): added check for "custom" export and call appropriate func.
1102
1103 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
1104
1105         * lyxrc.C: Add language_command_local, language_use_babel and
1106         language_global_options.
1107
1108         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
1109
1110         * buffer.C (makeLaTeXFile): Use language_use_babel and 
1111         language_global_options.
1112
1113 2001-02-23  Juergen Vigna  <jug@sad.it>
1114
1115         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
1116         which works with LyXText and putted it inside BufferView. Here now we
1117         only call for that part the BufferView::Dispatch() function.
1118
1119         * BufferView.C (Dispatch): added.
1120
1121         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
1122         functions which needs to use a LyXText over from LyXFunc.
1123         (MenuInsertLyXFile): added
1124         (getInsetByCode): added
1125         (moveCursorUpdate): added
1126         (static TEXT): added
1127
1128 2001-02-22  Juergen Vigna  <jug@sad.it>
1129
1130         * BufferView_pimpl.C (update): call a status update to see if LyXText
1131         needs it.
1132
1133 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1134
1135         * vc-backend.C (revert): implement for CVS
1136         (getLog): implement for CVS
1137
1138 2001-02-20  Juergen Vigna  <jug@sad.it>
1139
1140         * text2.C (ClearSelection): added BufferView param for inset_owner call
1141
1142         * lyxfunc.C (TEXT): added this function and use it instead of
1143         directly owner->view()-text of getLyXText().
1144
1145 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
1146
1147         * src/layout_forms.C: out preamble
1148         * src/layout_forms.h: out preamble
1149         * src/lyx_cb.C: out preamble
1150         * src/lyx_cb.h: out preamble
1151         * src/lyx_gui.C: out preamble
1152         * src/lyx_gui_misc.C: out preamble
1153         * src/lyxfunc.C: connect with guii preamble
1154
1155 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1156
1157         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
1158
1159 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
1160
1161         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
1162         whether to run bibtex.
1163
1164 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
1165
1166         * Makefile.am (lyx_SOURCES): Remove BackStack.h
1167
1168 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1169
1170         * Makefile.am (lyx_SOURCES): removed bibforms.h
1171
1172         * vspace.h: doxygen
1173
1174         * text.C (GetVisibleRow): make several local vars const
1175
1176         * tabular.C: small cleanup.
1177
1178         * lyxserver.C (callback): use compare instead of strncmp
1179
1180         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
1181         inlines to after class or to paragraph.C
1182
1183         * lyxfont.h: remove friend operator!=
1184
1185         * converter.h: move friend bool operator< to non friend and after
1186         class def.
1187
1188         * combox.h: small cleanup
1189
1190         * buffer.h: doxygen, remove unused constructor, move inclas inlies
1191         to inlines after class def.
1192
1193         * buffer.C (pop_tag): use string operations instead of strcmp
1194
1195         * bmtable.c: doxygen, small cleanup
1196
1197         * LaTeX.h: remove friend operator==
1198
1199 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1200
1201         * screen.C: 
1202         * lyxrc.[Ch]:
1203         * lyxfunc.C: 
1204         * lyxfont.[Ch]: 
1205         * lyx_cb.C: 
1206         * intl.[Ch]: 
1207         * commandtags.h: 
1208         * buffer.C: 
1209         * WorkArea.[Ch]: 
1210         * LyXAction.C: 
1211         * BufferView_pimpl.C:
1212         * BufferView.[Ch]: remove cruft
1213
1214 2001-02-14  Juergen Vigna  <jug@sad.it>
1215
1216         * lyxfunc.C: removed #if 0 unused code
1217
1218         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
1219
1220         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
1221
1222         * text2.C (SetSelection): added a BufferView * parameter
1223
1224 2001-02-13  Juergen Vigna  <jug@sad.it>
1225
1226         * lyxfunc.C (Dispatch): fixed protected blank problem.
1227         * BufferView2.C (protectedBlank): added LyxText * parameter.
1228
1229         * tabular.C (AppendRow): forgot to set row_info of newly added row.
1230         (AppendColumn): same as above for column_info.
1231
1232         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
1233         (moveCursorUpdate): use a LyXText param for support of InsetText.
1234
1235         * BufferView_pimpl.C (doubleClick): added support for InsetText.
1236         (tripleClick): ditto
1237
1238         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
1239
1240         * BufferView_pimpl.C (update): added LyXText param to honor insets.
1241
1242         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
1243
1244         * text2.C (SetSelection): set correct update status if inset_owner
1245         (ToggleFree): ditto
1246
1247 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1248
1249         * tabular.C: remove some commented code.
1250
1251 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1252
1253         * BufferView_pimpl.C: call hideSplash()
1254
1255         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
1256
1257         * include_form.h:
1258         * bibforms.h: remove
1259
1260         * lyxfunc.C:
1261         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
1262           add LFUN_CHILD_CREATE
1263
1264         * counters.h: fix tiny typo
1265         
1266         * lyx_cb.C:
1267         * lyx.h:
1268         * lyx_gui.C:
1269         * lyx.C: move splash to frontends/xforms/
1270
1271         * lyx_gui_misc.C: move Include and Bibform to frontends
1272
1273         * lyxvc.h: clarify comment
1274
1275         * vspace.C: tiny housekeeping
1276
1277 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1278
1279         * text.C (PrepareToPrint): RTL Fix.
1280
1281         * paragraph.C (GetUChar): New method.
1282         (String):  Use GetUChar.
1283
1284         * buffer.C (asciiParagraph): Use GetUChar.
1285
1286 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
1287
1288         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
1289
1290 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
1291
1292         * buffer.h:
1293         * buffer.C: rename to getLogName(), handle
1294           build log / latex log nicely
1295
1296 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1297
1298         * MenuBackend.C: 
1299         * MenuBackend.h: remove support for reference menuitem type.
1300
1301 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
1302
1303         * BufferView_pimpl.C: housekeeping
1304         * BufferView_pimpl.h:
1305         * LyXView.h:
1306         * Makefile.am:
1307         * Timeout.C:
1308         * Timeout.h:
1309         * minibuffer.h: move Timeout GUI-I
1310                           
1311 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
1312
1313         * lyxrc.C (read): Update converters data-structures.
1314
1315 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1316
1317         * LaTeX.h (operator!=): add operator != for Aux_Info 
1318
1319 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
1320
1321         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
1322
1323         * LaTeXLog.C: deleted, useful code moved to Buffer
1324
1325         * buffer.h:
1326         * buffer.C: new function getLatexLogName()
1327
1328         * lyx_gui_misc.C:
1329         * lyx_gui.C:
1330         * lyxvc.C:
1331         * lyxvc.h:
1332         * lyxfunc.C: use frontends for LaTeX and VC logs
1333
1334 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1335
1336         * LaTeX.h: yet another std:: that Allan forgot.
1337
1338         * Variables.C (set): renamed from isset(), because this clashes
1339         with some HP-UX macros (grr).
1340
1341 2001-02-06  Allan Rae  <rae@lyx.org>
1342
1343         * LaTeX.h: Another bug fix.  Missing std:: this time.
1344
1345 2001-02-04  Allan Rae  <rae@lyx.org>
1346
1347         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
1348         floats problem. I've left it commented out because it's not quite
1349         correct.  It should also test that the current object is a table or
1350         figure inset.  But I haven't gotten around to figuring out how to do
1351         that.  I *think* it'll be something like: "table" == inset.type()
1352
1353         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
1354         bool.
1355
1356 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
1357
1358         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
1359         all the citation/databases/styles in the auxilary file. 
1360         (run): Rerun latex if there was a babel language error.
1361
1362 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
1363
1364         * text.C (Backspace): Preserve the font when changing newline char
1365         with a space.
1366         (BreakParagraph): If the cursor is before a space, delete the space.
1367
1368         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
1369
1370 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1371
1372         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
1373         new argument (code).
1374         (ChangeCitationsIfUnique): New method.
1375
1376         * paragraph.C (GetPositionOfInset): Handle bibkey.
1377
1378 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1379
1380         * BufferView_pimpl.h: change type of Position::par_pos to
1381         LyXParagraph::size_type. 
1382
1383 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
1384
1385         * BufferView_pimpl.C (savePosition, restorePosition): Write
1386         messages to minibuffer.
1387
1388 2001-01-28  José Matos  <jamatos@fep.up.pt>
1389
1390         * buffer.C (makeDocBookFile): adds support for document language.
1391         A silly restriction on the name of LatexCommand types where removed.
1392         Added support for CDATA sections, allows to chars unescaped, used
1393         among others in code, to avoid escape < and >.
1394         
1395 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1396
1397         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
1398         saved positions instrad of a stack. Furthermore, a position is
1399         stored using paragraph id/paragraph position.
1400
1401         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
1402         Remove LFUN_REF_BACK.
1403
1404 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1405
1406         * converter.C (dvipdfm_options): New method.
1407
1408 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1409
1410         * vspace.C (isValidLength): Fix for empty input string.
1411
1412 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1413
1414         * LyXAction.C (init): change description of LFUN_FIGURE to
1415         "Insert Graphics"
1416
1417 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1418
1419         * LaTeX.C: add using directive
1420
1421 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1422
1423         * MenuBackend.C (expand): Fix the sorting of the formats.
1424
1425 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1426
1427         * lyx_main.C: tiny error message fix
1428
1429 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1430
1431         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
1432         calling fl_initialize(). This fixes the problem with ',' as
1433         decimal separator in text files.
1434
1435 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1436
1437         * trans.C (process): Fix the keymap bug.
1438
1439 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1440
1441         * LaTeX.C (scanAuxFiles): New method. Provides support for
1442         multiple bibliographies (when using the bibtopic/bibunits pacakges).
1443         (scanLogFile) Scan for "run BibTeX" messages.
1444
1445         * buffer.C (makeLaTeXFile): Do not load the ae package when using
1446         OT1 font encoding. Also, load the aecompl package if the ae
1447         package is loaded.
1448
1449         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
1450
1451 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1452
1453         * texrow.C (increasePos): turn two error messages into debug
1454         messages. 
1455
1456 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1457
1458         * LaTeX.C (scanAux): Handle the \@input macro.
1459         (runBibTeX): Use scanAux().
1460
1461         * language.C (latex_options_): New field.
1462
1463         * LaTeXFeatures.C (getMacros): Add language macros.
1464
1465         * buffer.C (makeLaTeXFile): Small fix.
1466
1467 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1468
1469         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
1470
1471         * text2.C: add a using directive.
1472
1473 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
1474
1475         * BufferView2.C:
1476         * lyx_gui_misc.h:
1477         * lyxfr1.C:
1478         * lyxfunc.C: kill LyXBell.
1479
1480 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
1481
1482         * text.C (IsBoundary): Remove the error message
1483         
1484         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
1485
1486         * lyxrc.C (setDefaults): Correct initialization value for
1487         font_norm_type.
1488
1489 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1490
1491         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
1492         gotoError().
1493
1494         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
1495         and GotoNextNote().
1496
1497         * src/LyXAction.C: Added reference-next.
1498
1499         * text.C (InsertChar): Use contains instead of strchr.
1500
1501         * lyx_cb.C (MenuInsertLabel): Enable default value code.
1502
1503 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
1504
1505         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
1506         alignment commands (when needed).
1507
1508         * text.C (InsertChar): Add ':' to number separator chars.