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