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