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