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