]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Does this fix the "random cursor jumping"?
[lyx.git] / src / ChangeLog
1 2002-08-09  John Levon  <levon@movementarian.org>
2
3         * lyxtext.h: remove unused refresh_height
4  
5 2002-08-09  John Levon  <levon@movementarian.org>
6
7         * Makefile.am:
8         * sgml.h:
9         * sgml.C:
10         * buffer.C:
11         * paragraph.h:
12         * paragraph.C: move sgml char escaping out of paragraph
13  
14         * paragraph.h:
15         * paragraph.C: remove id setter
16  
17         * buffer.C:
18         * paragraph.C: 
19         * paragraph_pimpl.C: remove dead tex_code_break_column
20  
21         * bufferview_funcs.C: small cleanup
22  
23         * lyxfunc.C: remove dead proto 
24
25         * lyxtext.h: make some stuff private. Remove some dead stuff.
26
27         * lyxgluelength.C: make as[LyX]String() readable
28  
29 2002-08-08  John Levon  <levon@movementarian.org>
30
31         * LyXAction.h:
32         * LyXAction.C:
33         * MenuBackend.C:
34         * ToolbarDefaults.C: 
35         * lyxfunc.C:
36         * lyxrc.C:
37         * toc.C: lyxaction cleanup
38  
39 2002-08-08  John Levon  <levon@movementarian.org>
40
41         * BufferView2.C: small cleanup
42  
43         * lyxfind.h:
44         * lyxfind.C: move unnecessary header into the .C
45  
46 2002-08-08  John Levon  <levon@movementarian.org>
47
48         * funcrequest.h: just tedious nonsense
49  
50         * lyx_main.h:
51         * lyx_main.C: cleanups
52  
53         * buffer.C: 
54         * vspace.C: remove dead header lyx_main.h
55  
56 2002-08-07  Angus Leeming  <leeming@lyx.org>
57
58         * Paragraph.[Ch]:
59         * paragraph_pimpl.h:
60         Forward declare class Counters in paragraph.h by moving the ctrs member
61         variable into Paragraph::Pimpl.
62         (counters): new method, returning a reference to pimpl_->ctrs.
63
64         * text2.C: ensuing changes.
65
66 2002-08-07  John Levon  <levon@movementarian.org>
67
68         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
69
70         * BufferView_pimpl.C: announce X selection on double/triple
71           click 
72
73         * lyx_main.C: use correct bool in batch dispatch
74
75         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
76
77 2002-08-07  André Pönitz <poenitz@gmx.net>
78
79         * funcrequest.h: new class to wrap a kb_action and its argument
80
81         * BufferView.[Ch]:
82         * BufferView_pimpl[Ch]:
83         * LaTeX.C:
84         * LyXAction.[Ch]:
85         * lyxfunc.[Ch]:
86         * lyxrc.C: subsequent changes
87
88
89 2002-08-07  John Levon  <levon@movementarian.org>
90
91         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
92           document options change.
93  
94 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
95
96         * counters.[Ch]
97         * text2.C
98         * paragraph.[Ch]
99         * makefile.am: move counters functionality over from
100         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
101
102 2002-08-06  John Levon  <levon@movementarian.org>
103
104         * WordLangTuple.h: new file for word + language code tuple
105  
106         * SpellBase.h:
107         * pspell.h:
108         * pspell.C:
109         * ispell.h:
110         * ispell.C:
111         * lyxtext.h: 
112         * text.C:
113         * text2.C:
114         * BufferView.h:
115         * BufferView2.C: use WordLangTuple
116  
117         * layout.h:
118         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
119  
120 2002-08-06  John Levon  <levon@movementarian.org>
121
122         * lyx_main.C: fix cmdline batch handling
123
124 2002-08-06  André Pönitz <poenitz@gmx.net>
125
126         * lyxrc.C: set default for show_banner to true
127
128 2002-08-06  John Levon  <levon@movementarian.org>
129
130         * pspell.C: fix a crash, and allow new aspell to work
131
132 2002-08-06  John Levon  <levon@movementarian.org>
133
134         * lyxfunc.C:
135         * kbmap.C: small cleanup
136
137         * vspace.h:
138         * vspace.C: add const
139
140 2002-08-05  John Levon  <levon@movementarian.org>
141
142         * LyXAction.C: back to tabular-insert
143
144 2002-08-04  John Levon  <levon@movementarian.org>
145
146         * BufferView.h:
147         * BufferView.C: cosmetic change
148
149         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
150
151         * bufferlist.C:
152         * buffer.h:
153         * buffer.C:
154         * lyxcb.h:
155         * lyxcb.C:
156         * lyxserver.C:
157         * lyxvc.C:
158         * vc-backend.C:
159         * BufferView2.C: purge all "Lyx" not "LyX" strings
160
161         * lyxcursor.h:
162         * lyxcursor.C: attempt to add some documentation
163
164         * lyxfunc.C:
165         * commandtags.h:
166         * LyXAction.C:
167         * ToolbarDefaults.C:
168         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
169           merge with LFUN_TABULAR_INSERT
170
171         * Makefile.am:
172         * SpellBase.h:
173         * ispell.h:
174         * ispell.C:
175         * pspell.h:
176         * pspell.C: split up i/pspell implementations into separate
177           files, many cleanups
178
179         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
180
181         * text2.C: some cleanup
182
183         * lyxfunc.C: don't check for isp_command == "none" any more, it
184           didn't make any sense
185
186 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
187
188         * counters.[Ch]
189         * text2.C
190         * paragraph.[Ch]
191         * makefile.am: move counters functionality over
192         from text2.C/paragraph.[Ch] to counters.[Ch], and
193         make proper C++.
194 2002-08-02  John Levon  <levon@movementarian.org>
195
196         * buffer.C: s/lyxconvert/lyx2lyx/
197
198 2002-08-02  Angus Leeming  <leeming@lyx.org>
199
200         * lyxlex.C: revert John's change as it breaks reading of the user
201         preamble.
202
203 2002-08-02  Angus Leeming  <leeming@lyx.org>
204
205         * importer.C (Import):
206         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
207         changes due to LyXView::view() now returning a boost::shared_ptr.
208
209 2002-08-02  John Levon  <levon@movementarian.org>
210
211         * lyxlex.C: small cleanup
212
213 2002-08-02  John Levon  <levon@movementarian.org>
214
215         * text2.C (status): small cleanup, no logic change
216
217 2002-08-01  John Levon  <levon@movementarian.org>
218
219         * buffer.h:
220         * buffer.C (writeFile): don't output alerts, caller
221           handles this
222
223         * bufferlist.C:
224         * lyx_cb.C: from above
225
226         * lyxfunc.C: allow to open non-existent files
227
228 2002-07-31  John Levon  <levon@movementarian.org>
229
230         * lyxserver.C: don't let incidental errors get
231           in the way (errno)
232
233 2002-07-30  John Levon  <levon@movementarian.org>
234
235         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
236
237 2002-07-30  John Levon  <levon@movementarian.org>
238
239         * lyxserver.h:
240         * lyxserver.C: remove I/O callback too
241
242 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
243
244         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
245         log.
246
247 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
248
249         * many files: strip,frontStrip -> trim,ltrim,rtrim
250
251 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
252
253         * PrinterParams.h: remove extern containsOnly, and include
254         support/lstrings.h instead.
255
256         * LaTeX.C (scanAuxFile): modify because of strip changes
257         (deplog): ditto
258         * buffer.C (makeLaTeXFile): ditto
259         * bufferparams.C (writeFile): ditt
260         * lyxfont.C (stateText): ditto
261         * lyxserver.C (read_ready): ditto
262         * vc-backend.C (scanMaster): ditto
263
264         * BufferView_pimpl.h: ws changes
265
266         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
267
268 2002-07-26  André Pönitz <poenitz@gmx.net>
269
270         * kb_sequence.C: remove unnedred usings
271
272 2002-07-26  Juergen Vigna  <jug@sad.it>
273
274         * lyxfind.C (LyXReplace): we have to check better if the returned
275         text is not of theLockingInset()->getLockingInset().
276
277 2002-07-25  Juergen Vigna  <jug@sad.it>
278
279         * lyxfind.C (LyXReplace): don't replace if we don't get the
280         right LyXText.
281
282         * undo_funcs.C (createUndo): remove debugging code.
283
284 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
285
286         * buffer.C (parseSingleLyXformat2Token): Use default placement
287         when reading old floats.
288
289         * FloatList.C (FloatList): Change the default placement of figure
290         and tables to "tbp".
291
292 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
293
294         * MenuBackend.C: using std::max
295
296 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
297
298         * MenuBackend.C (expandToc):
299         (expandToc2): code moved from xforms menu frontend. It is now
300         generic and TOCs are transparent to menu frontends.
301
302 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
303
304         * toc.C (getTocList): protect against buf=0
305
306         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
307         Menu as first parameter. Now, this calls itself recursively to
308         expand a whole tree (this will be useful for TOC handling)
309         (expandFloatInsert): remove 'wide' version of floats
310
311         * MenuBackend.h (submenuname): returns the name of the submenu.
312         (submenu): returns the submenu itself, provided it has been
313         created by MenuBackend::expand
314
315 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
316
317         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
318         insets which have noFontChange == true. (bug #172)
319
320 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
321
322         * BufferView_pimpl.C: add connection objects and use them...
323         (Pimpl): here.
324
325 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
326
327         * MenuBackend.C (expandLastfiles):
328         (expandDocuments):
329         (expandFormats):
330         (expandFloatListInsert):
331         (expandFloatInsert):
332         (expand): split expand in parts
333
334 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
335
336         * lyx_gui.C: use lyx_gui::exit()
337
338 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
339
340         * LyXAction.C: show the failing pseudo action
341
342 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
343
344         * buffer.C (readFile): Run the lyxconvert script in order to read
345         old files.
346
347 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
348
349         * LyXAction.C:
350         * commandtags.h:
351         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
352
353 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
354
355         * LyXAction.C:
356         * commandtags.h:
357         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
358
359 2002-07-22  Herbert Voss  <voss@lyx.org>
360
361         * lengthcommon.C:
362         * lyxlength.[Ch]: add support for the vertical lengths
363
364 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
365
366         * toc.[Ch]: std:: fixes
367
368 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
369
370         * lyxrc.C: do not include lyx_main.h
371
372         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
373         for layouts
374
375         * lyxrc.C:
376         * encoding.C:
377         * bufferlist.C:
378         * BufferView2.C: include "lyxlex.h"
379
380         * tabular.h:
381         * bufferparams.h: do not #include "lyxlex.h"
382
383         * lyxtextclasslist.C (Add): remove method
384         (classlist): renamed to classlist_
385
386         * paragraph_pimpl.C:
387         * paragraph.C:
388         * text2.C:
389         * CutAndPaste.C:
390         * bufferview_funcs.C:
391         * bufferlist.C:
392         * text.C:
393         * LaTeXFeatures.C:
394         * buffer.C:
395         * toc.C (getTocList): use BufferParams::getLyXTextClass
396
397         * toc.C (getTocList): use InsetFloat::addToToc
398
399         * toc.[Ch]: new files, containing helper functions to handle table
400         of contents
401
402         * lyxfunc.C (dispatch): no need to remove spaces around command
403         given as a string
404         (getStatus): handle LFUN_SEQUENCE by returning the status of the
405         first command of the sequence; it is not very clever, but I do not
406         have a better idea, actually
407
408         * LyXAction.C (LookupFunc): make sure to remove space at the
409         beginning and end of the command
410
411 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
412
413         * MenuBackend.C (getMenubar): new method: return the menubar of
414         this menu set
415         (read): treat differently reading of menu and menubar (in
416         particular, the menubar has no name now)
417         (Menu::menubar): remove
418
419         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
420         saving is finished
421
422 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
423
424         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
425         a bibitem inset in a RTL paragraph.
426
427 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
428
429         * paragraph_pimpl.C: constify
430
431         * BufferView_pimpl.C:
432         * LaTeX.C:
433         * lyxfunc.C: fix dispatch in a nicer way
434
435 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
436
437         * lyxfunc.C (dispatch):
438         * BufferView_pimpl.C:
439         * BufferView_pimpl.h:
440         * BufferView.C:
441         * BufferView.h: rename Dispatch() to dispatch()
442
443         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
444
445         * lyxlayout.C (Read): honor DependsOn tag
446
447         * lyxlayout.[Ch] (depends_on): new method
448
449         * version.C.in: update lyx_docversion
450
451         * LaTeXFeatures.C (getMacros): only define \LyX when needed
452
453         * paragraph.C (validate): remove from here...
454         * paragraph_pimpl.C (validate): ... and move here
455         (isTextAt): make it const
456
457         * buffer.C (getLists): ws cleanup
458
459 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
460
461         * language.C (read): Use iso8859-1 encoding in latex_lang
462         (this prevents LyX from crashing when using iso10646-1 encoding).
463
464 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
465
466         * text2.C (toggleInset): if cursor is inside an inset, close the
467         inset and leave cursor _after_ it
468
469 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
470
471         * lyxfunc.C: move minibuffer completion handling out of here
472
473 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
474
475         * BufferView_pimpl.C:
476         * LaTeX.C: fix dispatch calls
477
478 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
479
480         * text.C (drawChars): Fix Arabic text rendering.
481
482 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
483
484         * LyXAction.C:
485         * commandtags.h:
486         * lyxfunc.C: remove message-push/pop
487
488         * lyxserver.C:
489         * lyxfunc.h:
490         * lyxfunc.C: rationalise some code by removing verboseDispatch
491           in favour of a bool argument to dispatch()
492
493 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
494
495         * lyx_main.C (init): make sure to read symlinks as absolute paths
496
497 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
498
499         * lyxfunc.h:
500         * lyxfunc.C: no need for commandshortcut to be a member
501
502 2002-07-15  André Pönitz <poenitz@gmx.net>
503
504         * converter.C: add support for $$s (scripts from lib/scripts dir)
505         * lyx_main.C: white space
506
507
508 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
509
510         * bufferlist.C:
511         * lyxrc.h:
512         * lyxrc.C: remove second exit confirmation
513
514 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
515
516         * BufferView.h:
517         * BufferView.C:
518         * BufferView2.C:
519         * BufferView_pimpl.h:
520         * BufferView_pimpl.C:
521         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
522
523 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
524
525         * MenuBackend.C (expand): add numeric shortcuts to document menu
526
527         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
528
529 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
530
531         * lyxfont.C (setLyXFamily):
532         (setLyXSeries):
533         (setLyXShape):
534         (setLyXSize):
535         (setLyXMisc):
536         (lyxRead):
537         * debug.C (value):
538         * buffer.C (asciiParagraph): use ascii_lowercase
539
540 2002-07-15  Mike Fabian  <mfabian@suse.de>
541
542         * lyxlex_pimpl.C (search_kw):
543         * lyxlex.C (getLongString):
544         * converter.h (operator<):
545         * converter.C (operator<):
546         * buffer.C (parseSingleLyXformat2Token):
547         (asciiParagraph):
548         * ToolbarDefaults.C (read):
549         * MenuBackend.C (checkShortcuts):
550         (read):
551         * LColor.C (getFromGUIName):
552         (getFromLyXName): use the compare_ascii_no_case instead of
553         compare_no_case, because in turkish, 'i' is not the lowercase
554         version of 'I', and thus turkish locale breaks parsing of tags.
555
556 2002-07-16  Angus Leeming  <leeming@lyx.org>
557
558         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
559         now takes a Buffer const & argument.
560
561 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
562
563         * BufferView.C (resize): check there's a buffer to resize
564
565 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
566
567         * lyxfunc.C: remove dead code
568
569         * lyxserver.h:
570         * lyxserver.C: use lyx_guii::set_read_callback
571
572 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
573
574         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
575         an inset in a RTL paragraph.
576
577 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
578
579         * lyxfunc.C: repaint after a font size update
580
581 2002-07-15  André Pönitz <poenitz@gmx.net>
582
583         * lyxlength.C: inBP should be able to return negative values
584
585 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
586
587         * lyxfunc.C: use lyx_gui::update_fonts()
588
589 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
590
591         * lyxfunc.C: use lyx_gui::update_color()
592
593 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
594
595         * bufferlist.C:
596         * lyxfunc.h:
597         * lyxfunc.C:
598         * lyxrc.h:
599         * lyxrc.C: remove file->new asks for name option, and let
600           buffer-new take an argument
601
602 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
603
604         * BufferView_pimpl.C: remove unneeded extra repaint()
605
606 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
607
608         * LyXAction.C: allow command-sequence with NoBuffer
609
610         * lyxfunc.C: don't insist on trailing ';' for command-sequence
611
612 2002-07-10  Angus Leeming  <leeming@lyx.org>
613
614         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
615
616 2002-07-09  Angus Leeming  <leeming@lyx.org>
617
618         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
619
620 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
621
622         * lengthcommon.h: whitespace
623
624         * lyxfunc.C: update scrollbar after goto paragraph
625
626         * lyxtext.h: factor out page break drawing, and fix it so
627           page break/added space paints as selected nicely
628
629 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
630
631         * BufferView_pimpl.C: add FIXMEs, clean up a little
632
633 2002-07-09  André Pönitz <poenitz@gmx.net>
634
635         * lyxfont.[Ch]: support for wasy symbols
636
637 2002-07-08  André Pönitz <poenitz@gmx.net>
638
639         * BufferView_pimpl.C: apply John's patch for #93.
640
641 2002-07-05  Angus Leeming  <leeming@lyx.org>
642
643         * BufferView_pimpl.C (buffer): generate previews if desired.
644
645         * LColor.h: add "preview" to the color enum.
646
647         * LColor.C (LColor): add a corresponding entry to the items array.
648
649         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
650         with this buffer.
651
652 2002-07-05  Angus Leeming  <leeming@lyx.org>
653
654         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
655         The body of the code is now in the method that is passed an ostream &
656         rather than a file name.
657         Pass an additional only_preamble parameter, useful for the forthcoming
658         preview stuff.
659
660 2002-07-03  André Pönitz <poenitz@gmx.net>
661
662         * lyxfunc.C: simplify getStatus() a bit for math stuff
663
664 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
665
666         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
667
668 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
669
670         * text.C (changeRegionCase): do not change case of all the
671         document when region ends at paragraph end (bug #461)
672
673 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
674
675         * paragraph.C (startTeXParParams):
676         (endTeXParParams): add \protect when necessary
677
678 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
679
680         * BufferView_pimpl.C (workAreaExpose): remove warning
681
682 2002-06-27  Angus Leeming  <leeming@lyx.org>
683
684         * Makefile.am: add lyxlayout_ptr_fwd.h.
685
686 2002-06-26  André Pönitz <poenitz@gmx.net>
687
688         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
689
690 2002-06-25  Angus Leeming  <leeming@lyx.org>
691
692         * lyxfunc.C (dispatch): Comment out the call to
693         grfx::GCache::changeDisplay. The method no longer exists now that the
694         pixmap generation part of the graphics loader has been moved into
695         InsetGraphics.
696
697 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
698
699         * text2.C: layout as layout
700
701         * text.C: layout as layout
702
703         * tabular.C (OldFormatRead): layout as layout
704
705         * paragraph_pimpl.C (TeXDeeper): layout as layout
706         (realizeFont): layout as layout
707
708         * paragraph.C (writeFile): layout as layout
709         (validate): layout as layout
710         (getFont): layout as layout
711         (getLabelFont): layout as layout
712         (getLayoutFont): layout as layout
713         (breakParagraph): layout as layout
714         (stripLeadingSpaces): layout as layout
715         (getEndLabel): layout as layout
716         (getMaxDepthAfter): layout as layout
717         (applyLayout): layout as layout
718         (TeXOnePar): layout as layout
719         (simpleTeXOnePar): layout as layout
720         (TeXEnvironment): layout as layout
721         (layout): layout as layout
722         (layout): layout as layout
723
724         * lyxtextclass.C (compare_name): new functor to work with
725         shared_ptr, layout as layout
726         (Read): layout as layout
727         (hasLayout): layout as layout
728         (operator): layout as layout
729         (delete_layout): layout as layout
730         (defaultLayout): layout as layout
731
732         * lyxlayout_ptr_fwd.h: new file
733
734         * lyxlayout.C (Read): layout as layout
735
736         * lyx_cb.C (MenuInsertLabel): layout as layout
737
738         * bufferlist.C (newFile): layout as layout
739
740         * buffer.C (readLyXformat2): layout as layout
741         (parseSingleLyXformat2Token): layout as layout
742         (insertStringAsLines): layout as layout
743         (asciiParagraph): layout as layout
744         (latexParagraphs): layout as layout
745         (makeLinuxDocFile): layout as layout
746         (simpleLinuxDocOnePar): layout as layout
747         (makeDocBookFile): layout as layout
748         (simpleDocBookOnePar): layout as layout
749         (getLists): layout as layout
750
751         * LaTeXFeatures.C (getTClassPreamble): layout as layout
752
753         * CutAndPaste.C (cutSelection): layout as layout
754         (pasteSelection): layout as layout
755         (SwitchLayoutsBetweenClasses): layout as layout
756
757         * BufferView_pimpl.C (Dispatch): layout as layout
758         (smartQuote): layout as layout
759
760         * BufferView2.C (unlockInset): layout as layout
761
762 2002-06-24  André Pönitz <poenitz@gmx.net>
763
764         * lyxfunc.C: fix #487
765
766 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
767
768         * lyxrc.h:
769         * lyxrc.C:
770         * lyxfunc.C: remove display_shortcuts, show_banner
771
772 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
773
774         * Buffer_pimpl.C: oops, update on resize
775
776 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
777
778         * buffer.C:
779         * converter.C:
780         * exporter.C:
781         * lyxfunc.C:
782         * BufferView.h:
783         * BufferView.C: use repaint()
784
785         * BufferView_pimpl.h:
786         * BufferView_pimpl.C: s/updateScreen()/repaint()/
787           as it's a clearer description. Remove superfluous
788           redraws.
789
790 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
791
792         * text.C: fix bug 488. Not ideal, but getting
793           getWord() to work properly for the insets that
794           matter is more difficult ...
795
796 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
797
798         * BufferView_pimpl.C:
799         * LyXAction.C:
800         * commandtags.h:
801         * lyxfunc.C: remove the six million index lyxfuncs to just
802           one, and DTRT (bug 458)
803
804 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
805
806         * BufferView.h:
807         * BufferView.C:
808         * BufferView_pimpl.h:
809         * BufferView_pimpl.C: clean up resize() stuff,
810           and unnecessary updateScreen()s
811
812 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
813
814         * BufferView.h:
815         * BufferView.C:
816         * BufferView_pimpl.h:
817         * BufferView_pimpl.C:
818         * lyxfind.h:
819         * lyxfind.C:
820         * minibuffer.C: remove focus management of workarea,
821           not needed. Use screen's greyOut()
822
823 2002-06-17  Herbert Voss  <voss@lyx.org>
824
825         * converter.C: (convert) do not post a message, when converting
826         fails, let the calling function decide what to do in this case
827
828 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
829
830         * lyxfunc.C: tidy up a little
831
832 2002-06-16    <alstrup@diku.dk>
833
834         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
835         Got rid of FORMS_H_LOCATION include. Now we are
836         GUII.
837
838 2002-06-15  LyX Development team  <lyx@rilke>
839
840         * buffer.[Ch] (sgmlOpenTag):
841         (sgmlCloseTag): Added support for avoiding pernicious mixed
842         content. Return number of lines written.
843
844         (makeLinuxDocFile):
845         (makeDocBookFile): Fixed calls to sgml*Tag.
846         Simple white space clean.
847
848         (simpleDocBookOnePar): Simple white space clean.
849
850         * tabular.[Ch] (docBook): Renamed to docbook and got another
851         argument to related with the pernicious mixed content.
852
853         (docbookRow): Fixed calls for docbook inset method.
854
855 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
856
857         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
858         so it's X11 independent.
859
860         * kb*.[Ch]: ditto.
861
862         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
863
864 2002-06-15  Lyx Development team  <lyx@electronia>
865
866         * intl.h: Renamed getTrans to getTransManager.
867
868 2002-06-14  Angus Leeming  <leeming@lyx.org>
869
870         * Makefile.am: nuke forgotten stl_string_fwd.h.
871
872 2002-06-12  Angus Leeming  <leeming@lyx.org>
873
874         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
875
876 2002-06-13  Angus Leeming  <leeming@lyx.org>
877
878         * LaTeX.C:
879         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
880
881 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
882
883         * kbmap.C (getiso): add support for cyrillic and greek
884
885 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
886
887         * BufferView.h:
888         * BufferView.C:
889         * BufferView_pimpl.h:
890         * BufferView_pimpl.C: move bogus scrolling logic
891           to xforms
892
893 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
894
895         * lyxfunc.C:
896         * BufferView_pimpl.C: view->resize() change
897
898 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
899
900         * BufferView_pimpl.C: topCursorVisible
901           prototype change
902
903 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
904
905         * Makefile.am:
906         * lyx_gui.h:
907         * lyx_gui.C: move to frontends/
908
909         * main.C:
910         * lyx_main.h:
911         * lyx_main.C: changes from above
912
913 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
914
915         * intl.C:
916         * intl.h:
917         * kbmap.C:
918         * kbsequence.C:
919         * lyx_cb.C:
920         * lyx_main.C: minor tidy
921
922 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
923
924         * BufferView_pimpl.h:
925         * BufferView_pimpl.C:
926         * BufferView.h:
927         * BufferView.C: make painter() const,
928           remove dead code
929
930         * BufferView2.C: use screen() accessor
931
932         * lyx_main.h:
933         * lyx_main.C: some minor cleanup
934
935 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
936
937         * BufferView_pimpl.h:
938         * BufferView_pimpl.C: remove enter/leaveView,
939           use workHeight()
940
941 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
942
943         * BufferView.h:
944         * BufferView.C:
945         * BufferView2.C:
946         * BufferView_pimpl.h:
947         * BufferView_pimpl.C: only construct screen once,
948           rename
949
950         * lyxrc.C: remove pointless comment
951
952 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
953
954         * BufferView.h:
955         * BufferView.C: remove active() and belowMouse()
956
957         * BufferView_pimpl.h:
958         * BufferView_pimpl.C: use workarea() not workarea_,
959           and make it use a scoped_ptr instead
960
961 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
962
963         * lyx_gui.C: add debug message on BadWindow
964
965 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
966
967         * sp_spell.C: fdopen is not part of the C++ standard.
968
969         * paragraph.C (InsetIterator): use >= instead of ==
970
971 2002-06-07  Angus Leeming  <leeming@lyx.org>
972
973         Fixes needed to compile with Compaq cxx 6.5.
974         * BufferView_pimpl.C:
975         * DepTable.C:
976         * buffer.C:
977         * converter.C:
978         * encoding.C:
979         * lyx_gui.C:
980         * lyx_main.C:
981         * lyxtextclasslist.C:
982         * minibuffer.C:
983         * sp_spell.C:
984         * tabular_funcs.C:
985         * vc-backend.C:
986         all c-library variables have been moved into namespace std. Wrap
987         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
988
989         * lyxlength.C:
990         * tabular-old.C:
991         * tabular.C:
992         Add a using std::abs declaration.
993
994         * kbmap.h (modifier_pair):
995         * paragraph.h (InsetTable, InsetList):
996         * lyxfont.h (FontBits):
997         type definition made public.
998
999         * bufferlist.C (emergencyWriteAll): the compiler complains that
1000         there is more than one possible lyx::class_fun template to choose from.
1001         I re-named the void specialisation as lyx::void_class_fun.
1002
1003         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
1004
1005         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
1006         the compiler is is unable to find tostr in write_attribute.
1007
1008 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1009
1010         * buffer.C (sgmlError): hide #warning
1011
1012 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1013
1014         * xtl/*: get rid of xtl, which is not in use anyway
1015
1016         * LyXAction.C (init):
1017         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
1018         were unimplemented xtl experimentation
1019
1020 2002-06-04  André Pönitz <poenitz@gmx.net>
1021
1022         * lyxfunc.C: disable array operation on simple formulae
1023
1024 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
1025
1026         * converter.C: constify a bit
1027
1028 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
1029
1030         * lyx_gui.C: check xforms version correctly
1031
1032 2002-04-30  Herbert Voss  <voss@lyx.org>
1033
1034         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
1035         "keep" option
1036
1037 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
1038
1039         * lyxvc.C: fix bug 416 (make sure buffer is saved before
1040           attempt to register it with a VCS)
1041
1042 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1043
1044         * lyx_main.C (init): honor variables LYX_DIR_13x and
1045         LYX_USERDIR_13x
1046
1047 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
1048
1049         * buffer.h:
1050         * buffer.C:
1051         * lyx_main.C: fix a crash on bad command line,
1052           and give a useful exit status on error
1053
1054         * lyxfunc.C (doImport): allow -i lyx to work
1055
1056 2002-03-30  André Pönitz <poenitz@gmx.net>
1057
1058         * lyxfunc.C: mathed font changes
1059
1060 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
1061
1062         * LaTeX.C:
1063         * importer.h:
1064         * importer.C:
1065         * lyx_sty.h:
1066         * lyx_sty.C:
1067         * lyxlex.C:
1068         * lyxrow.h:
1069         * lyxtext.h:
1070         * paragraph.h:
1071         * paragraph.C:
1072         * texrow.h:
1073         * texrow.C:
1074         * text.C:
1075         * trans_mgr.h: srcdocs, and some minor cleanups
1076
1077 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1078
1079         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
1080         call getFont all the time)
1081
1082 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1083
1084         * switch from SigC signals to boost::signals
1085
1086 2002-05-29  André Pönitz <poenitz@gmx.net>
1087
1088         * paragraph_pimpl.C (getChar): don't call size() too often...
1089
1090 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1091
1092         * paragraph_pimpl.C (insertChar): do not try to update tables when
1093         appending (pos == size())
1094
1095         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
1096         in order to reduce drastically the number of comparisons needed to
1097         parse a large document
1098
1099 2002-05-29  André Pönitz <poenitz@gmx.net>
1100
1101         * text.C:
1102         * text2.C:
1103         * lyxtextclass.C:
1104         * sp_pspell.h:
1105         * textclasslist.[Ch]:
1106         * sp_ispell.h: whitespace change
1107
1108 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1109
1110         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
1111         lyxaction directly now.
1112
1113 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
1114
1115         * trans.C:
1116         * lyxfont.C:
1117         * lyxvc.C: remove unused headers
1118
1119 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1120
1121         * Makefile.am:
1122         * buffer.h:
1123         * undostack.h:
1124         * undostack.C:
1125         * undo_funcs.h:
1126         * undo_funcs.C: some cleanups. Use shared_ptr
1127           and a template for the undo stacks.
1128
1129 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1130
1131         * BufferView_pimpl.h:
1132         * BufferView_pimpl.C:
1133         * kbmap.h:
1134         * kbmap.C:
1135         * kbsequence.h:
1136         * kbsequence.C:
1137         * lyxfunc.h:
1138         * lyxfunc.C:
1139         * text2.C: use key_state/mouse_state
1140
1141 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1142
1143         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
1144         and LSubstring
1145
1146         * chset.C: change include order
1147         (loadFile): use boost regex and get rid of LRegex and LSubstring
1148
1149         * Makefile.am (BOOST_LIBS): new variable
1150         (lyx_LDADD): use it
1151
1152         * LaTeX.C: change include order.
1153         (scanAuxFile): use boost regex and get rid of LRegex and
1154         LSubstring
1155         (deplog): ditto
1156
1157 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1158
1159         * ColorHandler.h:
1160         * ColorHandler.C:
1161         * FontInfo.h:
1162         * FontInfo.C: moved to frontends/xforms/
1163
1164         * FontLoader.h:
1165         * FontLoader.C: moved into frontends for GUIIzation
1166
1167         * Makefile.am:
1168         * lyx_gui.C:
1169         * lyxfont.C:
1170         * lyxfunc.C: changes from above
1171
1172 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1173
1174         * LColor.C: remove spurious X include
1175
1176         * BufferView_pimpl.C:
1177         * Makefile.am:
1178         * font.h:
1179         * font.C:
1180         * text.C:
1181         * text2.C: move font metrics to frontends/
1182
1183 2002-05-24  Juergen Vigna  <jug@sad.it>
1184
1185         * undo_funcs.C (textHandleUndo): fix the cursor selection after
1186         setting the undo_cursor.
1187
1188         * ParagraphParameters.h: include local includes first.
1189
1190 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1191
1192         * BufferView_pimpl.C:
1193         * BufferView_pimpl.h:
1194         * Makefile.am:
1195         * WorkArea.h:
1196         * WorkArea.C:
1197         * screen.C: move WorkArea into frontends/
1198
1199         * lyxscreen.h:
1200         * screen.C:
1201         * text.C:
1202         * BufferView.C:
1203         * BufferView2.C: move LyXScreen into frontends/
1204
1205         * lyxlookup.h:
1206         * lyxlookup.C:
1207         * lyx_gui.C: move lyxlookup into frontends/xforms/
1208
1209 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1210
1211         * BufferView2.C:
1212         * BufferView_pimpl.C:
1213         * FontLoader.C:
1214         * LyXView.h:
1215         * LyXView.C:
1216         * Makefile.am:
1217         * WorkArea.C:
1218         * XFormsView.h:
1219         * XFormsView.C:
1220         * buffer.C:
1221         * bufferlist.C:
1222         * bufferview_funcs.C:
1223         * converter.C:
1224         * importer.C:
1225         * lyx_cb.C:
1226         * lyx_gui.C:
1227         * lyx_main.C:
1228         * lyx_find.C:
1229         * lyxfunc.C:
1230         * lyxvc.C:
1231         * minibuffer.C:
1232         * text.C:
1233         * text2.C:
1234         * trans.C:
1235         * vc-backend.C: move LyX/XFormsView into frontends/
1236
1237 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1238
1239         * Makefile.am:
1240         * PainterBase.C:
1241         * PainterBase.h:
1242         * Painter.C:
1243         * Painter.h:
1244         * WorkArea.C:
1245         * WorkArea.h:
1246         * screen.C:
1247         * tabular.C:
1248         * text.C:
1249         * text2.C: move Painter to frontends/
1250
1251 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1252
1253         * buffer.C: comment out some some code that depend upon lyx_format
1254         < 220
1255
1256         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
1257         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
1258
1259         * buffer.h (NO_COMPABILITY): turn off compability
1260
1261         * ColorHandler.C: include scoped_array.hpp
1262
1263         * font.C: Use more specific smart_ptr header.
1264         * Painter.C: ditto
1265         * gettext.C: ditto
1266         * ShareContainer.h: ditto
1267         * lyx_main.h: ditto
1268         * kbmap.h: ditto
1269         * FontInfo.h: ditto
1270         * BufferView_pimpl.h: ditto
1271         * ColorHandler.h: ditto
1272
1273         * kbmap.C (defkey): change call to shared_ptr::reset
1274
1275 2002-05-21  Juergen Vigna  <jug@sad.it>
1276
1277         * buffer.C (insertErtContents): fix to insert ert asis if it is
1278         non empty. Skip it completely if it contains only whitespaces.
1279
1280 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
1281
1282         * BufferView_pimpl.C:
1283         * BufferView2.C: clear selection on paste (bug 393)
1284
1285 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1286
1287         * DepTable.C: include ctime
1288
1289 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
1290
1291         * buffer.C (latexParagraphs): Add new argument (moving_arg).
1292
1293 2002-05-14  Juergen Vigna  <jug@sad.it>
1294
1295         * text.C (breakParagraph): fixed function to honor the keepempty
1296         layout in the right maner and also to permit the right breaking
1297         algorithm on empty or non empyt keepempty paragraphs.
1298
1299         * paragraph.C (breakParagraph): we have to check also if the par
1300         is really empty (!size()) for isempty otherwise we do the wrong
1301         paragraph break.
1302
1303 2002-05-10  Juergen Vigna  <jug@sad.it>
1304
1305         * buffer.[Ch] : The following are only changes to the ert
1306         compatibility read reading old LaTeX layout and font stuff and
1307         convert it to ERTInsets.
1308
1309         * buffer.h: added isErtInset().
1310
1311         * buffer.C (struct ErtComp): add a fromlayout bool to check
1312         if we're inside a LaTeX layout.
1313         (isErtInset): new helper function.
1314         (insertErtContents): look for other ert insets before this one
1315         and insert the contents there, so that we don't have subsequent
1316         ERT insets with nothing between them. This way we create only one
1317         inset with multiple paragraphs. Also check if we don't insert only
1318         spaces ' ' as they are ignored anyway afterwards in the .tex file
1319         so if we have only spaces we will ignore this latex part in the
1320         new file.
1321         (parseSingleLyXformat2Token \\layout): better compatibility when
1322         reading layout-latex stuff.
1323         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
1324         language tag.
1325         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
1326         stuff after reading the inset only get the information back from
1327         the stack.
1328
1329 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
1330
1331         * buffer.C (makeLaTeXFile): Put language options after loading babel.
1332
1333         * LaTeXFeatures.C (getBabelOptions): New method.
1334
1335 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1336
1337         * BufferView_pimpl.C (Dispatch): work around missing argument for
1338         'layout'
1339
1340 2002-05-08  Juergen Vigna  <jug@sad.it>
1341
1342         * text.C (leftMargin): handle paragraph leftindent.
1343
1344         * paragraph.C (writeFile): write the new \\leftindent tag.
1345         (validate): handle leftindent code.
1346         (TeXEnvironment): handle paragraphleftindent code again.
1347
1348         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
1349
1350         * buffer.C (parseSingleLyXformat2Token): added compatibility code
1351         for paragrap_extra indent code and new token \\leftindent.
1352         (latexParagraphs): handle the leftindent as environment.
1353
1354         * ParameterStruct.h: added leftindent support.
1355
1356         * ParagraphParameters.C (leftIndent): added support functions for
1357         the paragraph left indent.
1358
1359         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
1360         more appropriate.
1361
1362 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
1363
1364         * paragraph.C (isRightToLeftPar): Return false for a paragraph
1365         inside insetERT.
1366
1367         * text.C (computeBidiTables): No bidi in insetERT.
1368
1369         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
1370         in RTL documents.
1371
1372 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1373
1374         * version.C.in: pre 5
1375
1376 2002-05-02  José Matos  <jamatos@fep.up.pt>
1377         * buffer.C (makeDocBookFile): white space changes, add newline to
1378         command styles.
1379         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
1380
1381         * tabular.C (docBook): fix typo.
1382
1383 2002-05-03  Juergen Vigna  <jug@sad.it>
1384
1385         * screen.C (drawFromTo): recalculate the rowpointer if we had a
1386         change in LyXText as we can not be sure it was not freed.
1387         (drawOneRow): remove unused code.
1388
1389         * text.C (drawInset): redo the calculation of the need_break_row as
1390         it could have a row which was already freed.
1391         (draw): look at the return value of drawInset and return false if
1392         it also returned false.
1393         (paintRowText): look at the return value of draw and return false if
1394         it also returned false.
1395
1396         * lyxtext.h: added bool return type to drawInset() and draw() so that
1397         if we have a change in the row so that the rowbreak has to be redone
1398         we abort drawing as it will be called again.
1399
1400 2002-05-02  Juergen Vigna  <jug@sad.it>
1401
1402         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
1403         a change in the maintext also if we're inside an inset.
1404         (Dispatch): set the cursor again after a break line and after the
1405         screen has been updated as it could be we're in a different row.
1406
1407         * text2.C (fixCursorAfterDelete): check to make sure we don't request
1408         to set the cursor behind the pargraph with > size().
1409         (setCursor): check also for the same paragraph when checking where
1410         to put the cursor if we have a NFR inset.
1411
1412         * buffer.C (parseSingleLyXformat2Token): move the compatibility
1413         parts of layout read further up as it still was in the wrong
1414         position.
1415
1416 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1417
1418         * screen.C (drawFromTo): change sine fullRebreak always return
1419         true.
1420
1421         * buffer.C (parseSingleLyXformat2Token): reindent some
1422
1423         * BufferView_pimpl.C (update): change since fullRebreak always
1424         return true.
1425         (Dispatch): git rid of the last hardcoded "Standard"s.
1426
1427 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1428
1429         * text2.[Ch] (fullRebreak): make it return void now that we always
1430         returned true.
1431
1432 2002-04-30  Juergen Vigna  <jug@sad.it>
1433
1434         * buffer.C (parseSingleLyXformat2Token): reset the font before the
1435         ert compatibility check for "latex" layout.
1436
1437 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
1438
1439         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
1440         minipages: use col% instead of p%, and also use the current font.
1441         (makeLaTeXFile): Fix use babel condition.
1442         (parseSingleLyXformat2Token): Correct font when reading old floats.
1443
1444 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
1445
1446         * BufferView_pimpl.C (Dispatch): Check that float type exists when
1447         inserting list of floats.
1448
1449 2002-04-25  Herbert Voss  <voss@lyx.org>
1450
1451         * MenuBackend.C (expand): don't add the graphics extensions to the
1452         export menu
1453
1454 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1455
1456         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
1457         non-existing layout, do not complain if it was the default layout
1458         of the original class (bug #342)
1459
1460 2002-04-24  Juergen Vigna  <jug@sad.it>
1461
1462         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
1463         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
1464
1465 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1466
1467         * buffer.C (getBibkeyList): If using \bibliography, return the
1468         option field with the reference itself. Enables us to provide natbib
1469         support when using \bibliography.
1470
1471 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
1472
1473         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
1474
1475         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
1476         natbib is provided by the LaTeX class.
1477
1478 2002-04-23  Juergen Vigna  <jug@sad.it>
1479
1480         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
1481         Wakeup functions.
1482
1483         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
1484
1485 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1486
1487         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
1488
1489         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
1490         ensuremath around textordmasculine, textordfeminine and
1491         textdegree.
1492
1493 2002-04-19  Juergen Vigna  <jug@sad.it>
1494
1495         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
1496         reinitializing the buffer otherwise row-dimensions may be wrong.
1497         (update): reset also the selection cursors if they do exits otherwise
1498         their x/y positions may be wrong.
1499
1500         * text2.C (cursorDown): don't enter the inset if we came from a row
1501         above and are one row over the inset.
1502
1503         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
1504         really leaving an inset.
1505
1506 2002-04-18  Juergen Vigna  <jug@sad.it>
1507
1508         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
1509         of the selected paragraph does not have the selected layout also if
1510         the last one had!
1511
1512         * text2.C (setLayout): fixed bug which did not change last selected
1513         paragraph.
1514
1515         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
1516         changed the read and substituted \\end_float with \\end_inset!
1517
1518         * BufferView_pimpl.C (cursorPrevious):
1519         (cursorNext): fixed to make it work with rows heigher than the work
1520         area without moving the cursor only the draw of the row.
1521         (workAreaMotionNotify): fix jumping over high rows.
1522
1523 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1524
1525         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
1526         Ressler.
1527
1528 2002-04-16  Juergen Vigna  <jug@sad.it>
1529
1530         * text2.C (setCursor): set also the irow().
1531         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
1532         (cursorUp):
1533         (cursorDown): support for locking an inset if the x_fix value goes
1534         inside it. That way I can transverse insets too with cursor up/down.
1535
1536         * lyxrow.h: added irow helper function same as other (i) functions.
1537
1538         * BufferView_pimpl.C (cursorPrevious):
1539         (cursorNext): fixed for insets!
1540
1541 2002-04-15  Juergen Vigna  <jug@sad.it>
1542
1543         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
1544         position otherwise it is wrong in some cases.
1545
1546         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
1547         inside the inset before the call.
1548
1549 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
1550
1551         * buffer.[Ch] (getBibkeyList): make it const.
1552
1553 2002-04-12  Juergen Vigna  <jug@sad.it>
1554
1555         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
1556
1557         * text2.C (getCursorX): new helper function
1558         (setCursor): compute also ix_
1559         (setCursorFromCoordinates): set also ix.
1560
1561         * lyxcursor.h: added ix_ and helper functions.
1562
1563         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
1564
1565         * buffer.C (insertStringAsLines): dont break paragraph if the this
1566         paragraph is inside an inset which does not permit it!
1567
1568         * text.C (breakParagraph): honor keepempty flag and break the paragraph
1569         also with no chars on this paragraph.
1570         (paintRowText): only paint stuff if it's inside the workarea!
1571
1572         * paragraph.C (breakParagraph): honor keepempty flag and break the
1573         paragraph always below not above.
1574
1575         * BufferView2.C (unlockInset): update the paragraph layout on inset
1576         unlock as we changed paragraph in such a case.
1577
1578         * lyxfind.C (LyXFind): clear the former selection if not found!
1579
1580         * text2.C (insertInset): freeze Undo after setUndo so that it is not
1581         again called in insertChar().
1582
1583         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
1584         an inset which uses the whole row!
1585         (rightMargin): ditto.
1586         (insertChar): force a rebreak if we inserted an inset!
1587
1588 2002-03-28  Herbert Voss  <voss@lyx.org>
1589
1590         * lyxlength.[Ch]: add inBP() to get the right PS-point
1591         units (BigPoint). With inPixels we have rounding errors
1592
1593 2002-04-11  Juergen Vigna  <jug@sad.it>
1594
1595         * text2.C (setCursorFromCoordinates): set iy to the right value.
1596         (setCursor): add check if row->previous exists!
1597
1598         * buffer.C (parseSingleLyXformat2Token): reset font after read of
1599         an old float_type as this was the case in the old code!
1600
1601         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
1602
1603         * BufferView2.C (showLockedInsetCursor): use iy
1604         (fitLockedInsetCursor): ditto
1605
1606         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
1607         locked insets as there we have the right value now.
1608
1609         * lyxcursor.C: added iy_ variable and iy functions to set to the
1610         baseline of cursor-y of the locked inset.
1611
1612         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
1613         (setCursor): fixed for insets which need a full row.
1614
1615         * text.C (rowLastPrintable): don't ignore the last space when before
1616         an inset which needs a full row.
1617         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
1618         as last character of a row when before a inset which needs a full row.
1619
1620 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1621
1622         * version.C.in: update date
1623
1624         * text2.C (fullRebreak): try to always return true and see what
1625         happens...
1626
1627 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1628
1629         * MenuBackend.C (expand): use Floating::listName
1630
1631         * FloatList.C (FloatList): add listName argument to the built-in
1632         floats
1633
1634         * Floating.[Ch]: add listName member, which is the 'List of XXX'
1635         text associated with the float.
1636
1637 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1638
1639         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
1640
1641 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1642
1643         * ShareContainer.h: add a couple of missing typenames.
1644
1645 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
1646
1647         * lyxrc.C (getDescription): use _() correctly rather than N_().
1648
1649 2002-03-28  Herbert Voss  <voss@lyx.org>
1650
1651         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
1652         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
1653
1654 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1655
1656         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
1657         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
1658
1659 2002-03-29  Juergen Vigna  <jug@sad.it>
1660
1661         * lyxfunc.C (dispatch): add a missing fitCursor call.
1662
1663         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
1664         it was scrolled by a cursor move, so return the bool status.
1665
1666         * BufferView.C (fitCursor): return the bool flag also to the outside
1667         world as this is needed.
1668
1669         * screen.C (toggleToggle): don't subtract the offset if it's positive.
1670
1671         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
1672         call the edit() as it is not needed (and wrong) IMO.
1673         (workAreaButtonPress): set the screen_first variable before evt.
1674         unlock the inset as this may change screen_first and then we have
1675         a wrong y position for the click!
1676
1677 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1678
1679         * MenuBackend.C (expand): another translation that I missed
1680
1681 2002-03-28  Juergen Vigna  <jug@sad.it>
1682
1683         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
1684
1685         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
1686
1687 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1688
1689         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
1690
1691         * MenuBackend.C (expand): fix export/view/update when there is no
1692         document open.
1693
1694 2002-03-27  Herbert Voss  <voss@lyx.org>
1695
1696         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
1697         and text%
1698
1699 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1700
1701         * bufferview_funcs.C (currentState): only show paragraph number
1702         for is DEVEL_VERSION is set.
1703
1704         * lyxfunc.C (dispatch): put warning in INFO channel
1705
1706         * MenuBackend.C (expand): translate the name of floats
1707
1708         * FloatList.C (FloatList): mark the float names for translation
1709
1710         * converter.C (convert): use LibScriptSearch
1711
1712 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1713
1714         * MenuBackend.C (defaults): fix default menu (we might as well get
1715         rid of it...)
1716
1717 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1718
1719         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
1720         directory.
1721
1722 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1723
1724         * lyxvc.C: reorder includes.
1725
1726 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
1727
1728         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
1729           properly
1730
1731 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
1732
1733         * CutAndPaste.C: change layouts earlier on paste
1734           to avoid crashing when calling getFont()
1735
1736 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1737
1738         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
1739         irritating #error.
1740
1741 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1742
1743         * WorkArea.C: remove 'Pending' debug message.
1744
1745         * most files: ws cleanup
1746
1747         * buffer.[Ch]: ws changes
1748
1749         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
1750
1751 2002-03-21  Juergen Vigna  <jug@sad.it>
1752
1753         * tabular.C (SetMultiColumn): collapse also the contents of the
1754         cells and set the last border right. Added a Buffer const * param.
1755
1756 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1757
1758         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
1759         linking or not.
1760
1761 2002-03-19  Juergen Vigna  <jug@sad.it>
1762
1763         * text2.C (clearSelection): reset also xsel_cache.
1764
1765         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
1766         where it needs to be called (John tells us to do so too :)
1767         (selectionLost): reset sel_cache.
1768
1769         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
1770
1771 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1772
1773         * text2.C (setCursorIntern): put debuging code in INSETS channel
1774
1775 2002-03-19  André Pönitz <poenitz@gmx.net>
1776
1777         * lyxfunc.C: tiny whitespace change
1778
1779 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1780
1781         * ToolbarDefaults.C (init):
1782         * LyXAction.C (init):
1783         * commandtags.h:
1784         * BufferView_pimpl.C (Dispatch):
1785         * lyxfunc.C (dispatch): remove LFUN_DEPTH
1786
1787 2002-03-19  Allan Rae  <rae@lyx.org>
1788
1789         * exporter.C (Export): removeAutoInsets before doing anything else.
1790         While I've just introduced a dependency on BufferView this really is
1791         the best place to clean the buffer otherwise you need to cleanup in
1792         a dozen places before calling export or cleanup in a dozen functions
1793         that export calls.
1794
1795         * converter.C (runLaTeX):
1796         (scanLog): Better handling of removeAutoInsets and screen updates.
1797
1798         * lyxfunc.C (dispatch): small whitespace changes
1799
1800 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1801
1802         * WorkArea.C (C_WorkAreaEvent): return a value.
1803         (event_cb): return 1 if we handled the event, 0 otherwise.
1804
1805         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
1806
1807 2002-03-18  Juergen Vigna  <jug@sad.it>
1808
1809         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
1810         (GetAdditionalWidth): ditto.
1811         (RightLine): ditto.
1812         (LeftLine): ditto.
1813
1814         * BufferView2.C (copy): use getLyXText() so that we do it inside an
1815         inset if we're there actually (probably not used right now but this
1816         is the direction to go for unifying code).
1817         (paste): disable code to clear the selection.
1818
1819         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
1820         inside an InsetText and move the check further up as it is in the
1821         wrong place.
1822
1823         * text2.C (pasteSelection): set a selection over the pasted text.
1824
1825 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
1826
1827         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
1828         and libgraphics to build on Cygwin.
1829
1830 2002-03-15  Juergen Vigna  <jug@sad.it>
1831
1832         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
1833         inserting an Inset into the paragraph. I know this is not the best
1834         fix but we already use current_view in CutAndPaste so we will remove
1835         all of it's using at the same time.
1836
1837         * buffer.C (sgmlError): deactivated function till it is rewritten in
1838         the right mode, now it can create problems.
1839
1840         * paragraph.C (isLineSeparator): check if getInset returns != 0,
1841         before accessing it.
1842
1843 2002-03-14  Juergen Vigna  <jug@sad.it>
1844
1845         * undo_funcs.C (textHandleUndo): do the right thing when updating
1846         the inset after the undo/redo.
1847
1848         * text2.C (setCursor): just some testcode for #44 not ready yet.
1849
1850         * undo_funcs.C (textHandleUndo): set the next() and previous()
1851         pointers of the paragraph to 0 before deleting otherwise we have
1852         problems with the Paragraph::[destructor].
1853
1854         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
1855         on a paragraph insertion.
1856
1857 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1858
1859         * buffer.C (asciiParagraph): use += operator for char append to
1860         string.
1861
1862         * paragraph.C (getFontSettings): compare >= not just >
1863         (highestFontInRange): ditto
1864         (setFont): ditto
1865
1866 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1867
1868         * paragraph.C: change several algorithm to be more appripriate for
1869         the problem domain. This is lookip in FontList and in the InsetList.
1870
1871 2002-03-13  André Pönitz <poenitz@gmx.net>
1872
1873         * commandtags.h:
1874         * LyXAction.C: remove unused LFUN_MATH_MACROARG
1875
1876 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
1877
1878         * commandtags.h:
1879         * LyXAction.C:
1880         * lyxfunc.C:
1881         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
1882
1883 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1884
1885         * Painter.C (display): anon helper function, adjust code for this
1886         change.
1887         (pixmap): remove function.
1888
1889         * Painter.h: remove private display variable.
1890
1891         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
1892
1893 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
1894
1895         * WorkArea.[Ch]: remove figinset_canvas cruft.
1896
1897 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1898
1899         * lyxtextclass.C (operator): add one item cache optimization.
1900
1901         * bufferlist.h: doxy changes
1902
1903         * bufferlist.C: ws changes
1904
1905         * DepTable.[Ch] (ext_exist): place const in the right spot.
1906
1907         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
1908         call resizeInsets.
1909         (workAreaExpose): call resizeInsets when the with BufferView changes.
1910         (Dispatch): adjust for protectedBlank removal
1911         (specialChar): call updateInset if the insert went ok.
1912
1913         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
1914         specialChar instead.
1915
1916         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
1917
1918         * BufferView.h: doxy change
1919
1920         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
1921
1922         * lyxtextclass.C (operator[]): remove non-const version
1923         (defaultLayout): remove non-const version
1924
1925 2002-03-12  Juergen Vigna  <jug@sad.it>
1926
1927         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
1928         did resize the LyXText too.
1929
1930         * buffer.C (readLyXformat2): set layout information on newly allocated
1931         paragraphs.
1932
1933         * tabular.C (OldFormatRead): set layout information on the paragraph.
1934
1935 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1936
1937         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
1938
1939 2002-03-11  Juergen Vigna  <jug@sad.it>
1940
1941         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
1942         plainly wrong.
1943         (resizeCurrentBuffer): force also the insets to resize themselfes.
1944         (moveCursorUpdate): fixed up for InsetText.
1945
1946 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1947
1948         * commandtags.h:
1949         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
1950         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
1951         value of Dialogs::tooltipsEnabled().
1952         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
1953
1954 2002-03-08  Juergen Vigna  <jug@sad.it>
1955
1956         * BufferView_pimpl.C (updateInset): update inset inside inset also
1957         if it isn't inside theLockingInset().
1958
1959 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1960
1961         * buffer.C (asciiParagraph): redo some of the word and line length
1962         handling.
1963         (getLists): look for Caption instead of caption.
1964
1965 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1966
1967         * buffer.C (Buffer): initialize niceFile to true
1968         (makeLaTeXFile):
1969         (makeLinuxDocFile):
1970         (makeDocBookFile): make sure niceFile is true on exit
1971
1972 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1973
1974         * buffer.C (makeLaTeXFile): escape ~ in \input@path
1975
1976 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1977
1978         * LyXSendto.C: remove.
1979         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
1980         * lyx_gui.C: remove now-redundant comment.
1981         * ColorHandler.h: remove forward declaration of class WorkArea.
1982         * lyxfunc.C: remove #include "WorkArea.h".
1983
1984 2002-03-07  Juergen Vigna  <jug@sad.it>
1985
1986         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
1987         got moved away with the DEPM and also set the inset_owner always
1988         right which before could have been omitted.
1989
1990 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1991
1992         * buffer.C (parseSingleLyXformat2Token): use default layout is the
1993         wanted layout is not found.
1994
1995 2002-03-07  Juergen Vigna  <jug@sad.it>
1996
1997         * CutAndPaste.C (cutSelection): another layout settings forgotten.
1998
1999 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2000
2001         * paragraph.C (breakParagraph): use default layout not layout of
2002         prev paragraph.
2003         (Paragraph): clear ParagraphParameters.
2004
2005 2002-03-06  Juergen Vigna  <jug@sad.it>
2006
2007         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
2008         otherwise it would not be a valid lenght. Fixed a special case in
2009         the minipage compatibility read where we end the document with a
2010         minipage.
2011
2012         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
2013         was set as it could be 0 for InsetTexts first entry.
2014
2015 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2016
2017         * paragraph.C (writeFile): if layout is empty write out
2018         defaultLayoutName().
2019
2020         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
2021         file without named layout we set layout to defaultLayoutName().
2022
2023 2002-03-06  Juergen Vigna  <jug@sad.it>
2024
2025         * CutAndPaste.C (copySelection): set layout for new paragraph.
2026
2027         * text.C (prepareToPrint): leave ERT inset left aligned
2028         (leftMargin): don't indent paragraphs inside ERT insets
2029
2030 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2031
2032         * paragraph.C (breakParagraph): dont call clear do the work manually
2033
2034         * paragraph.[Ch] (clear): remove function
2035
2036 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2037
2038         * paragraph.C (Paragraph): dont call clear, the work has already
2039         been done.
2040
2041         * lyxtextclass.C (operator): assert if n is empty
2042
2043         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
2044         work manually instead.
2045
2046 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
2047
2048         * BufferView_pimpl.C: protect selectionLost against text == 0
2049
2050 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2051
2052         * text.C (breakParagraph): fix a setting layout to '0' problem.
2053
2054 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
2055
2056         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
2057         final location of file, for the included files, and graphics.
2058
2059 2002-03-05  Juergen Vigna  <jug@sad.it>
2060
2061         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
2062
2063 2002-03-04  Juergen Vigna  <jug@sad.it>
2064
2065         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
2066
2067         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
2068         last column of multicolumn cells.
2069         (SetWidthOfMulticolCell): recalculate NMC and real columns.
2070
2071 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
2072
2073         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
2074         file if it doesn't go to a temporary file.
2075
2076         * buffer.C (sgmlOpenTag):
2077         (sgmlCloseTag):  remove extra newline insertion.
2078
2079 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2080
2081         * text.C (getRowNearY): comment out debug msg
2082
2083 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2084
2085         * text2.C: first -> first_y
2086
2087         * text.C (getRowNearY): add some attemts at a possible
2088         optimization, not working.
2089
2090         * tabular.[Ch]: add BufferParams to several function so that newly
2091         created paragraph can be initialized to he default layotu for the
2092         buffers textclass.
2093
2094         * tabular-old.C (ReadOld): add buf->params to call of Init
2095
2096         * screen.C: rename text->first to text->first_y
2097
2098         * paragraph.C (breakParagraph): always set layout in the broken
2099         paragraph
2100
2101         * lyxtextclass.C (Read): remove lowercase
2102         (hasLayout): ditto
2103         (operator): ditto
2104         (delete_layout): ditto
2105
2106         * lyxtext.h: rename first -> first_y
2107
2108         * lyxlayout.C (Read): remove lowercase
2109         (name): ditto
2110         (setName): ditto
2111         (obsoleted_by): ditto
2112
2113         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
2114
2115         * buffer.C (insertErtContents): add params are to InsetERT
2116         (parseSingleLyXformat2Token): add code to check if a paragraphs
2117         layout really exist.
2118         (parseSingleLyXformat2Token): add params to several inset
2119         constructors
2120         (asciiParagraph): remove lowercase, do the layout comparisons with
2121         no_case
2122
2123         * BufferView_pimpl.C (cursorNext): first -> first_y
2124         (resizeCurrentBuffer): first -> first_y
2125         (updateScrollbar): first -> first_y
2126         (scrollCB): first -> first_y
2127         (workAreaMotionNotify): first -> first_y
2128         (workAreaButtonPress): first -> first_y
2129         (checkInsetHit): first -> first_y
2130         (cursorPrevious): first -> first_y
2131         (cursorNext): first -> first_y
2132         (Dispatch): add buffer_->params to severl inset contructors
2133
2134 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2135
2136         * lyxlayout.C (Read): remove some debug info that I forgot.
2137
2138         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
2139         clean up the code slightly.
2140         (makeLinuxDocFile): ditto
2141         (makeDocBookFile): ditto
2142
2143         * text2.C: layout as string
2144
2145         * text.C: layout as string
2146
2147         * paragraph_pimpl.C: layout as string
2148
2149         * paragraph.[Ch]: layout as string
2150
2151         * lyxtextclasslist.[Ch]: layout as string
2152
2153         * lyxtextclass.[Ch]: layout as string
2154
2155         * lyxtext.h: layout as string
2156
2157         * lyxlayout.[Ch]: layout as string
2158
2159         * lyx_cb.C: layout as string
2160
2161         * bufferview_funcs.C: layout as string
2162
2163         * bufferparams.C: layout as string
2164
2165         * buffer.C: layout as string
2166
2167         * LyXView.[Ch]: layout as string
2168
2169         * LaTeXFeatures.[Ch]: layout as string
2170
2171         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
2172
2173         * BufferView_pimpl.C: change current_layout to string, remove
2174         lyx::layout_type.
2175         (Dispatch):
2176         (smartQuote):
2177         (insertInset):
2178         (workAreaButtonRelease): layout as string
2179
2180         * BufferView2.C (unlockInset): adjust
2181
2182         * vspace.C (asLatexCommand): use an explict temp variable.
2183
2184 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
2185
2186         * Makefile.am: use FRONTEND_*
2187
2188 2002-03-01  Juergen Vigna  <jug@sad.it>
2189
2190         * tabular.C (SetWidthOfMulticolCell): changed to something better
2191         I hope but still work in progress.
2192         (recalculateMulticolumnsOfColumn): renamed function from
2193         recalculateMulticolCells as it is more appropriate now.
2194         (SetWidthOfCell): calculate multicols better.
2195
2196 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2197
2198         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
2199
2200         * lyxfunc.C (processKeySym): print sequence also if it is
2201         `deleted' (complete)
2202
2203         * kbsequence.C (print): print sequence even if it is deleted
2204         (complete would be a better word, actually).
2205
2206         * lyxfunc.C (dispatch): print complete options after a prefix key
2207
2208         * vspace.C (asLatexCommand): rewrite in a slightly different form.
2209
2210 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
2211
2212         * text2.C (setCharFont): eliminate setCharFont code duplication.
2213
2214 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2215
2216         * BufferView_pimpl.C (Dispatch): remove bogus handling of
2217         LFUN_TABULAR_FEATURE (bug #177)
2218
2219 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
2220
2221         * Makefile.am: remove figure.h
2222
2223 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2224
2225         * Bufferview_pimpl.C:
2226         * CutAndPasteC:
2227         * LaTeX.C:
2228         * LyXSendto.C:
2229         * buffer.C:
2230         * bufferlist.C:
2231         * converter.C:
2232         * language.C:
2233         * lyxfunc.C:
2234         * lyxvc.C:
2235         * paragraph.C:
2236         * text.C:
2237         * text2.C: remove #include "lyx_gui_misc.h".
2238
2239         * LaTeX.C: added #include <cstdio>
2240
2241 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2242
2243         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
2244         that the paragraph following this one can have.
2245
2246         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
2247
2248         * vspace.C (asLatexCommand): fix bogus gcc warning
2249
2250         * Makefile.am (lyx_SOURCES): remove vms_defines.h
2251
2252 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
2253
2254         * text2.C (setLayout): get rid of redundant code
2255
2256 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
2257
2258         * text2.C (incDepth): make sure depth cannot be increased beyond
2259         reasonable values.
2260
2261 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
2262
2263         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
2264         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
2265
2266         * PainterBase.h (image):
2267         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
2268         a LyXImage const *.
2269
2270 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
2271
2272         * BufferView.C:
2273         * BufferView.h:
2274         * BufferView_pimpl.C:
2275         * BufferView_pimpl.h:
2276         * LaTeXFeatures.C:
2277         * LyXAction.C:
2278         * LyXView.C:
2279         * Makefile.am:
2280         * UpdateList.h:
2281         * UpdateList.C:
2282         * buffer.C:
2283         * figure.h:
2284         * figureForm.C:
2285         * figureForm.h:
2286         * figure_form.C:
2287         * figure_form.h:
2288         * lyx_cb.C:
2289         * lyx_gui.C:
2290         * lyx_gui_misc.C:
2291         * lyxfunc.C:
2292         * sp_base.h:
2293         * sp_ispell.h:
2294         * sp_pspell.h:
2295         * sp_spell.C: remove fig inset, and the crap house of
2296           cards that follows it
2297
2298 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
2299
2300         * Makefile.am:
2301         * lyxserver.C:
2302         * os2_defines.h:
2303         * os2_errortable.h:
2304         * nt_defines.h: move .h into support/
2305
2306         * vms_defines.h: remove
2307
2308         * WorkArea.C: add space in debug output
2309
2310         * text2.C:
2311         * paragraph.C:
2312         * buffer.C: add WITH_WARNINGS
2313
2314         * vc-backend.h:
2315         * vc-backend.C:
2316         * bufferlist.C: s/retrive/retrieve/, add docs
2317
2318         * vspace.h:
2319         * vspace.C:
2320         * kbmap.h:
2321         * lyxlength.h:
2322         * lyxgluelength.h:
2323         * length_common.h:
2324         * chset.h:
2325         * chset.C: add docs
2326
2327         * lyxgui.C: add ID to X error handler
2328
2329         * lyxtestclass.c: fix typo
2330
2331 2002-02-26  Juergen Vigna  <jug@sad.it>
2332
2333         * tabular_funcs.C (write_attribute): changed so that some default
2334         attributes are not written at all.
2335         (getTokenValue): set default values before trying to read the
2336         value so we have the return value always set as default if we don't
2337         find the token we search for.
2338
2339         * tabular.C (Write): write bools as bools not as strings!
2340
2341 2002-02-22  Juergen Vigna  <jug@sad.it>
2342
2343         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
2344         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
2345
2346         * text.C (leftMargin): don't add an indent for paragraphs inside
2347         tabular cells (fix #208).
2348
2349 2002-02-21  José Matos  <jamatos@fep.up.pt>
2350
2351         * tabular.C (docBook): fixed support for long tables.
2352
2353 2002-02-20  Juergen Vigna  <jug@sad.it>
2354
2355         * text2.C (getFont): get the drawing font of the Inset if this
2356         paragraph is inside an inset (only important for InsetERT for now).
2357
2358         * buffer.C (insertErtContents): use new lanugage params in ERT
2359         constructor.
2360
2361         * CutAndPaste.C: commenting out seemingly uneeded code.
2362
2363 2002-02-19  Allan Rae  <rae@lyx.org>
2364
2365         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
2366         Iterators might be simple to use but they also get invalidated.
2367         (removeAutoInsets): renamed saved cursor tracking variables and added
2368         some comments to clarify what everything does.
2369
2370 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2371
2372         * Chktex.C:
2373         * LaTeX.C:
2374         * LyXSendto.C:
2375         * converter.C:
2376         * lyx_cb.C:
2377         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
2378         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
2379
2380         * lyxfunc.C:
2381         * vc-backend.h: remove #include "support/syscall.h"
2382
2383         * LaTeX.C:
2384         * LyXSendto.C:
2385         * converter.C: rearrange #includes in Lars' approved fashion.
2386
2387         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
2388         forward declare class Timeout in the header file.
2389
2390         * XFormsView.C: changes due to the above.
2391
2392         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
2393         similar to LyXView.
2394
2395         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
2396         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
2397
2398 2002-02-18  José Matos  <jamatos@fep.up.pt>
2399
2400         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
2401         insets contents.
2402
2403 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2404
2405         * a lot of small ws changes
2406         * add a lot of using std::XXX
2407         * use std construcs some places where approp.
2408         * use some exisint stuff from lyxfunctional where approp.
2409         * Make file changes to use partial linking (lets test this now...)
2410
2411 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2412
2413         * Chktex.C:
2414         * buffer.C:
2415         remove #include "support/syscontr.h" as it's redundant. Always has been.
2416
2417         * Chktex.C:
2418         * LaTeX.C:
2419         * LyXSendto.C:
2420         * converter.C:
2421         * lyx_cb.C:
2422         * vc-backend.C:
2423         change Systemcalls::System to Systemcalls::Wait and
2424         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
2425         No change of functionality, just reflects the stripped down Systemcalls
2426         class.
2427
2428 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2429
2430         * debug.[Ch]: add a GRAPHICS type to the enum.
2431
2432 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2433
2434         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
2435
2436         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
2437         there is an inset.
2438
2439 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2440
2441         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
2442         match the changes below.
2443
2444         * text2.C (toggleInset): if there is not editable inset at cursor
2445         position, try to see if cursor is _inside_ a collapsable inset
2446         and close it.
2447
2448 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2449
2450         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
2451         document menu has a nice checkbox
2452
2453 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2454
2455         * lyxlength.C (asLatexString): change PW to output as percent of
2456         \textwidth.
2457
2458         * lengthcommon.C: change '%' to 't%'
2459
2460         * lyxfunc.C (dispatch): a few comments from Martin
2461
2462 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
2463
2464         * WorkArea.h:
2465         * WorkArea.C:
2466         * BufferView_pimpl.h:
2467         * BufferView_pimpl.C: clear our selection when X tells us we've lost
2468           the X selection.
2469
2470 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2471
2472         * vspace.C (inPixels): fix compiler warning
2473
2474 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2475
2476         * lyxfunc.C (getStatus): fix status message for disabled commands.
2477
2478 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
2479
2480         * BufferView_pimpl.C: fix crash on close buffer
2481         during selection (#227)
2482
2483 2002-01-27  Herbert Voss  <voss@lyx.org>
2484
2485         * buffer.C: link old Figure to new graphic inset
2486
2487 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
2488
2489         * FontLoader.C (getFontinfo): Change the latex font names in order
2490         to match the names of type1inst.
2491
2492 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2493
2494         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
2495
2496         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
2497         (extchanged): ditto
2498         (ext_exist): ditto
2499         (remove_files_with_extension): ditto
2500         (remove_file): ditto
2501         (write): ditto
2502
2503         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
2504         document is smaller than the work area height. Do not initialize
2505         static variables to 0.
2506
2507 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2508
2509         * lyx_gui.C (init): give the toolbar tooltips a normal font.
2510
2511         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
2512         LFUN_LAYOUT_PARAGRAPHS.
2513
2514         * tabular.C (GetCellFromInset): new method. Finds an inset in a
2515         tabular. It is possible to provide a possible cell, which will
2516         typically be the actcell from the corresponding insettabular
2517
2518         * lyxfunc.C (getStatus): small cleanup; disable
2519         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
2520         true
2521
2522 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2523
2524         * tabular.C (Validate): remove broken optimization (fixes bug #201)
2525
2526         * paragraph.C (startTeXParParams):
2527         (endTeXParParams): new methods. The LaTeX code to
2528         start/end paragraph formatting
2529         (simpleTeXOnePar): call startTeXParParams also when paragraph is
2530         empty (fixes bug #200)
2531
2532         * vspace.C (inPixels): adapt to the change below
2533         (inPixels): [later] more cleanups (remove unused variables)
2534
2535         * lyxlength.C (inPixels): change to use a width and a height as
2536         parameter.
2537
2538 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2539
2540         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
2541         Replaced with \paperwidth
2542
2543         * DepTable.C (insert): add std:: qualifier
2544
2545 2002-01-18  Allan Rae  <rae@lyx.org>
2546
2547         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
2548         updated also?
2549
2550         * text.C (drawInset): Turned out I didn't know enough about how
2551         rebreaking worked.  This fixes most of the redraw problems.  I see
2552         an occasional cursor trail when a line is broken now and the cursor
2553         placement can seem out by a few pixels also after a rebreak.
2554
2555 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2556
2557         * buffer.C (parseSingleLyXformat2Token): update because minipage
2558         width is now a LyXLength
2559
2560         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
2561
2562         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
2563         math insets
2564
2565 2002-01-17  Juergen Vigna  <jug@sad.it>
2566
2567         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
2568
2569         * BufferView2.C (lockInset): call edit() so that theLockingInset()
2570         is set correctly and the inset is updated correctly.
2571
2572 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2573
2574         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
2575         the beginning of the loop.
2576
2577 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
2578
2579         * lyxrc.C: improve help for use_scalable_fonts
2580
2581 2002-01-17  Allan Rae  <rae@lyx.org>
2582
2583         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
2584
2585 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2586
2587         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
2588         make sure to set their inset_owner to the right value (bug #171)
2589
2590 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
2591
2592         * DepTable.h
2593         * DepTable.C: Implement mtime checking to reduce time spent doing
2594         CRCs.
2595
2596 2002-01-16  Juergen Vigna  <jug@sad.it>
2597
2598         * tabular.C (GetAdditionalHeight): one of error fixed.
2599
2600         * lyxrc.C (output): small fix in writing use_pspell.
2601
2602 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2603
2604         * sp_base.h: #include LString.h
2605
2606 2002-01-16  Allan Rae  <rae@lyx.org>
2607
2608         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
2609         Can someone check this please?
2610
2611         * text.C (drawInset): It was possible that p.row would be removed by
2612         breakAgainOneRow upsetting a few other settings.  There may be another
2613         small tweak possible by setting need_break_row = 0 when p.row has been
2614         removed but I don't know enough about the logic here.
2615
2616 2002-01-15  Allan Rae  <rae@lyx.org>
2617
2618         * text.C (insertChar): removed conditional truism.
2619
2620         * BufferView2.C (removeAutoInsets): More tweaks.
2621         cur_par_prev could be a stray pointer.  Check for trailing empty line
2622         in case last line was cur_par and only had an error inset on it.
2623
2624 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2625
2626         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
2627         absolute
2628
2629         * vc-backend.C (most methods):
2630         * exporter.C (Export):
2631         * converter.C (convert):
2632         (runLaTeX):
2633         * LyXSendto.C (SendtoApplyCB):
2634         * lyxfunc.C (dispatch):
2635         (menuNew):
2636         (open):
2637         (doImport):
2638         * lyx_cb.C (AutoSave):
2639         (InsertAsciiFile):
2640         * BufferView_pimpl.C (MenuInsertLyXFile):
2641         * buffer.C (runChktex): use Buffer::filePath().
2642
2643         * buffer.h: rename filename to filename_; rename filepath to
2644         filepath_ and make it private
2645         (filePath): new method
2646
2647         * buffer.C (writeFile): use fileName()
2648         (getLatexName):
2649
2650         * lyx_main.C (init): fix starting  of LyX when the binary is a
2651         link from so,ewhere else.
2652
2653         * minibuffer.C: include <cctype> for isprint
2654
2655 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2656
2657         * buffer.C (parseSingleLyXformat2Token): changes associated with the
2658         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
2659         name clash with InsetCollapsable's width function.
2660
2661 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2662
2663         * lastfiles.C: include <iterator>
2664
2665 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2666
2667         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
2668         std::count.
2669
2670         * buffer.C (makeLaTeXFile): ditto.
2671         Also make loop operation more transparent.
2672
2673 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2674
2675         * ToolbarDefaults.C: remove trailing comma closing namespace.
2676
2677         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
2678
2679         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
2680         as in WorkArea.
2681
2682         * trans.C (Load): comment out unused variable, allowed.
2683
2684 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2685
2686         * minibuffer.[Ch] (append_char): new method to recieve input from the
2687         drop-down completion browser. If a key was pressed, then recieve this
2688         char and append it to the existing string.
2689         (peek_event): modify the positioning data passed to the completion
2690         browser so that it can be placed above the minibuffer rather than below.
2691 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2692
2693         * LyXAction.C (init): alloe error-next for readonly documents.
2694
2695         * BufferView2.C (ChangeRefsIfUnique): use standard version of
2696         count.
2697
2698 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2699
2700         * bufferlist.C (readFile): create the buffer _after_ checking that
2701         the file exists.
2702
2703         * lyxfunc.C (verboseDispatch): fix handling of arguments
2704
2705         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
2706
2707         * lyxrc.C: use string::erase() instead of initializing to "".
2708
2709
2710 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2711
2712         * BufferView_pimpl.h:
2713         * BufferView_pimpl.C:
2714         * WorkArea.h:
2715         * WorkArea.C:
2716         * text2.C: tell X when we have made a selection for copying
2717
2718 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2719
2720         * BufferView_pimpl.C (MenuInsertLyXFile):
2721         * lyxfunc.C (menuNew):
2722         (open):
2723         (doImport): add shortcuts to directory buttons
2724
2725         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
2726         open a float)
2727
2728         * lyxfunc.C (setStatusMessage):
2729         (getStatusMessage): new methods
2730         (getStatus):use setStatusMessage instead of setErrorMessage
2731         (dispatch): when function is disabled, set error message here
2732         [instead of in getStatus previously]
2733
2734         * BufferView_pimpl.C (workAreaButtonRelease): update
2735         toolbar/menubar here too.
2736
2737 2002-01-13  Allan Rae  <rae@lyx.org>
2738
2739         * BufferView2.C (removeAutoInsets): finished off earlier fix.
2740         Now seems indestructible.  Remaining task is to audit all other
2741         code affected by deleteEmptyParagraphMechanism.  One small quirk
2742         left is that an empty document with an error in the preamble can
2743         be made to report an error but no error box appears.  I don't know
2744         where it goes.
2745         (removeAutoInsets): Improved comments.
2746
2747 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
2748
2749         * Thesaurus.h:
2750         * Thesaurus.C: update for Aiksaurus 0.14
2751
2752 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2753
2754         * text2.C (firstParagraph): removed member function, all uses
2755         replaces with ownerParagraph
2756         (redoParagraphs): here
2757         (updateInset): here
2758         (toggleAppendix): here
2759         * BufferView2.C (insertErrors): here
2760         (setCursorFromRow): here
2761
2762 2002-01-13  Allan Rae  <rae@lyx.org>
2763
2764         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
2765         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
2766         There is still a way to segfault this although you may have to do this
2767         multiple times: Have an InsetERT with an unknown command in it.
2768         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
2769         <down-arrow>, <Enter> again, View->DVI, BANG!
2770
2771         * text2.C (setCursor):
2772         (deleteEmptyParagraphMechanism):
2773         * lyxtext.h (setCursor):
2774         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
2775         Making use of the return value may help fix other bugs.
2776
2777 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2778
2779         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
2780
2781         * LyXView.C (updateMenubar): call MenuBar::update here
2782         (updateToolbar): but not here
2783         (showState): do not update toolbar/menubar
2784
2785         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
2786         should need to care about that.
2787
2788         * lyxfunc.C (verboseDispatch): simplify a bit
2789         (getStatus): have a version which takes a pseudoaction, and
2790         another which requires a (kb_action,string).
2791
2792         * LyXAction.C (retrieveActionArg): make it work also when action
2793         is not a pseudo-action.
2794         (getActionName): simplify a bit
2795         (helpText):
2796
2797 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2798
2799         * lyxfunc.C (verboseDispatch): new families of methods with
2800         several ways to specify a command and a bool to indicate whether
2801         the command name and shortcut should be displayed in minibuffer
2802         (eventually, we could extend that to a finer bitmask like
2803         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
2804         (dispatch): the pristine dispatch command which just, well,
2805         dispatchs! Note it still sets its result to minibuffer; I'm not
2806         sure we want that.
2807
2808         * lyxfunc.h: remove setHintMessage
2809
2810         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
2811
2812 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2813
2814         * BufferView_pimpl.C (specialChar): delete new inset if we have
2815         not been able to insert it.
2816
2817         * kbmap.C: revert to using int instead of kb_action, since all we
2818         are dealing with is pseudo-actions.
2819
2820         * LyXAction.C (searchActionArg): change to return int instead of
2821         kb_action, since the result is a pseudoaction.
2822
2823 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
2824
2825         * buffer.C (insertErtContents): Fix (partially) the font bug.
2826
2827 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2828
2829         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
2830         as the other one is broken on my machine!
2831
2832 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
2833
2834         * commandtags.h:
2835         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
2836
2837 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
2838
2839         * lyxrc.[Ch]: change names and descriptions of popup font variables to
2840         reflect their actual use. Provide compatibility code for older lyxrc
2841         files.
2842
2843         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
2844         FL_NORMAL_STYLE.
2845         change names of popup font variables in line with the changes to lyxrc.C
2846
2847 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2848
2849         * buffer.C (asciiParagraph): avoid outputing a word twice after
2850         an inset.
2851
2852         * lyxrc.C (getDescription): document that document_path and
2853         template_path can be empty.
2854
2855 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2856
2857         * LaTeXFeatures.C (getMacros):
2858         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
2859
2860         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
2861
2862         * LaTeXFeatures.C (useFloat): require "float" here instead of in
2863         getPackages.
2864         (getPackages): rename feature "floats" to "float". Use an array to
2865         iterate over 'simple' features (i.e. just a \usepackage). Add
2866         handling of "amsmath" (renamed from "amsstyle").
2867
2868 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
2869
2870         * LaTeXFeatures.C (require): Prevent duplicate entries in the
2871         features list.
2872
2873 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
2874
2875         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
2876         FuncStaus::FuncStatus & FuncStaus::some_method().
2877
2878 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
2879
2880         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
2881         of the func_satus stuff. Edited and massaged in various ways by
2882         JMarc.
2883
2884         * lyxfunc.C (getStatus): use FuncStatus
2885
2886 2002-01-08  Juergen Vigna  <jug@sad.it>
2887
2888         * text.C (nextBreakPoint): use function Inset::isChar().
2889
2890         * paragraph.C (TeXOnePar): use function
2891         Inset::forceDefaultParagraphs.
2892
2893         * buffer.C (latexParagraphs): use function
2894         Inset::forceDefaultParagraphs.
2895
2896 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2897
2898         * lyx_gui.C (init): set the style of the menu popups to
2899         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
2900
2901 2002-01-07  Juergen Vigna  <jug@sad.it>
2902
2903         * text.C (setHeightOfRow): small fix
2904         (prepareToPrint): don't look at alignment if we don't have the place
2905         for doing it.
2906
2907 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2908
2909         * box.C: New file. Move the Box methods and functions out of box.h,
2910         following Lars' suggestion.
2911
2912 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2913
2914         * box.h: #include "support/LOstream.h", needed for inlined function.
2915
2916         * lyxtextclass.C:
2917         * lyxtextclasslist.C: added some using std declarations.
2918
2919 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
2920
2921         * box.h: make signed dimensions to allow insets wider than
2922           the screen (bug #162)
2923
2924         * BufferView_pimpl.C: add some insetHit debug
2925
2926 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
2927
2928         * vc-backend.C: add FIXME
2929
2930 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2931
2932         * lyxfunc.C (getStatus): enable code for showing math font status
2933         in toolbar/menu.
2934
2935 2002-01-07  Juergen Vigna  <jug@sad.it>
2936
2937         * text.C (nextBreakPoint): removed debug output not needed anymore.
2938
2939 2002-01-06  Juergen Vigna  <jug@sad.it>
2940
2941         * text.C (nextBreakPoint): fixed up this function we had this bug
2942         since ever but now hopefully we break row better.
2943         (insertChar): we have to check if an inset is the next char as it
2944         could now happen that a large inset is causing a break.
2945
2946 2002-01-05  Juergen Vigna  <jug@sad.it>
2947
2948         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
2949         if it doesn't like to be drawed.
2950
2951 2002-01-04  Juergen Vigna  <jug@sad.it>
2952
2953         * BufferView2.C (lockInset): forgot to set a cursor.
2954
2955         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
2956
2957 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
2958
2959         * FormMathsPanel.C:
2960         * FormMathsPanel.h
2961         * MathsSymbols.C:
2962         * form_maths_panel.C:
2963         * form_maths_panel.h:
2964         * form_maths_panel.fd: implemented sub- and super- buttons in math
2965         panel.
2966
2967         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
2968         (or ^ space) to be used as in TeX (req'd by André).
2969
2970         * lyxfunc.C: Allow ^ and _ again to be used both as
2971         super/subscript (mathed) and as themselves (in text).
2972
2973 2002-01-03  Allan Rae  <rae@lyx.org>
2974
2975         * LyXView.C (updateWindowTitle): Setup a short icon title of either
2976         "LyX" or the filename of the current buffer if it has one.  This is a
2977         modified form of John Levon's patch.
2978
2979         * XFormsView.C (setWindowTitle): also set icon title.
2980
2981         * LyXView.h (setWindowTitle): signature changed.
2982         * XFormsView.h (setWindowTitle): ditto.
2983
2984 2002-01-02  Juergen Vigna  <jug@sad.it>
2985
2986         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
2987
2988 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2989
2990         * screen.C (topCursorVisible): introduce a temp var for
2991         text->cursor.row(), handle the case where this row is null. (kindo
2992         hachish)
2993
2994         * text2.C (setCursor): add a couple of asserts.
2995
2996         * paragraph.h (inset_iterator): add -> operator
2997
2998         * paragraph.[Ch] (autoDeleteInsets): remove member function
2999
3000         * BufferView2.C (removeAutoInsets): rewrite to handle the old
3001         cursor pos correctly and handle inset deletion by itself.
3002         (insertErrors): move iterator declaration out of for expression
3003
3004         * lyxtextclass.C: add <algorithm>
3005
3006         * Makefile.am: added the new files to sources, removed layout.C
3007
3008         * layout.C: removed file
3009
3010         * layout.h: remove LYX_DUMMY_LAYOUT
3011
3012         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
3013         layout.
3014
3015         * lyxlayout.[Ch]:
3016         * lyxtextclass.[Ch]:
3017         * lyxtextclasslist.[Ch]: new files
3018
3019         * include order changes to a lot of files, also changes because of
3020         the six new files.
3021
3022 2001-12-27  Juergen Vigna  <jug@sad.it>
3023
3024         * buffer.C (asciiParagraph): more fixes.
3025
3026         * tabular.C (ascii): make ascii export support export of only the
3027         data separated by a column-delimiter.
3028         (ascii): better support for ascii export.
3029
3030         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
3031
3032 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3033
3034         * tabular_funcs.C: use a "using std::getline" instead of the
3035         previous fix from Angus (necessary for cxx + lyxstring)
3036
3037 2001-12-24  Juergen Vigna  <jug@sad.it>
3038
3039         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
3040
3041         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
3042         problems. First check a minipage also if we have some ert-contents
3043         (not only on par->size(), second set the right depth of the paragraph
3044         on the relink to the root-paragraph-list!
3045
3046         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
3047         which then did not anymore update the main paragraphs on undo/redo!
3048
3049 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3050
3051         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
3052         code. Support all font-changing funcs (even those which are not in
3053         menu currently). Support for reporting font settings in
3054         mathed (disabled until Andre provides a function on mathed's side).
3055
3056         * func_status.h (toggle): small helper function to set toggle
3057         state on a flag.
3058
3059 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
3060
3061         * tabular_funcs.C: getline -> std::getline
3062
3063 2001-12-21  Juergen Vigna  <jug@sad.it>
3064
3065         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
3066         accessed and could be 0 (I couldn't generate this but it seems
3067         Michael could!).
3068
3069 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3070
3071         * tabular_funcs.C: add LIstream.h, move write_attribute to..
3072         * tabular_funcs.h: here and include iosfwd
3073
3074 2001-12-20  Juergen Vigna  <jug@sad.it>
3075
3076         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
3077         inside inset but undo_par was.
3078
3079 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3080
3081         * Thesaurus.C: always include <config.h> in sources.
3082
3083         * Painter.h:
3084         * lyxlookup.h:
3085         * box.h: do not include <config.h> in header files
3086
3087         * text.C (paintLastRow): remove unused variable
3088
3089         * text.C (transformChar):
3090         (insertChar):
3091         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
3092
3093         * Painter.C (text):
3094         * font.C (width): rewrite to use uppercase() instead of
3095         islower/toupper.
3096
3097         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
3098
3099 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
3100
3101         * lyxfind.C: clean up of find failure position change
3102
3103 2001-12-20  Juergen Vigna  <jug@sad.it>
3104
3105         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
3106
3107         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
3108         (TeXRow): added to LaTeX a single tabular row.
3109         (TeXLongtableHeaderFooter): added to output LT-h/f data.
3110         (Latex): simplified and finally good LT-h/f support.
3111         (various_functions): just small adaptions for LT-h/f support.
3112
3113         * tabular_funcs.[hC]: added and moved here all not classfunctions
3114         of LyXTabular.
3115
3116 2001-12-19  Juergen Vigna  <jug@sad.it>
3117
3118         * tabular.[Ch]: better support for longtabular options (not finished
3119         yet!)
3120
3121 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3122
3123         * text.C (paintLastRow): use the label font instead of the font of
3124         the last character to compute the size of *_BOX. This makes more
3125         sense and avoids a crash with empty paragraphs.
3126         Use Painter::rectangle to draw EMPTY_BOX.
3127
3128 2001-12-19  Juergen Vigna  <jug@sad.it>
3129
3130         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
3131         the paragraphs if the replaced paragraph is not the first one!
3132         Tried to delete not used paragraphs but does not work yet so for
3133         now it's inside #ifdef's and by default off!
3134
3135 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3136
3137         * MenuBackend.C: include "lyx_main.h" instead of declaring
3138         lastfiles (actually was declared as LastFiles* instead of a
3139         scoped_ptr).
3140
3141 2001-12-17  Juergen Vigna  <jug@sad.it>
3142
3143         * tabular.C (AppendColumn): applied John's fix
3144
3145 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
3146
3147         * BufferView.h:
3148         * BufferView.C:
3149         * BufferView_pimpl.h:
3150         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
3151
3152         * Makefile.am:
3153         * box.h: new start of class for above
3154
3155         * lyxfunc.C: ignore space-only minibuffer dispatches.
3156           Show the command name when it doesn't exist
3157
3158         * minibuffer.C: don't add empty lines to the history
3159
3160         * minibuffer.C: add a space on dropdown completion
3161
3162 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
3163
3164         * text.C: fix line above/below drawing in insets
3165
3166 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3167
3168         * lyxlength.C (LyXLength): Initialize private variables.
3169
3170 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
3171
3172         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
3173         when inserting error insets.
3174
3175 2001-12-13  Juergen Vigna  <jug@sad.it>
3176
3177         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
3178         actually sometimes the before-paragraph.
3179         (setUndo): don't clear the redostack if we're not actually undoing!
3180
3181 2001-12-06  Juergen Vigna  <jug@sad.it>
3182
3183         * undo_funcs.C (textHandleUndo): well after John's hint I got here
3184         and fixed redoing of main paragraph, so we can use it now ;)
3185
3186         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
3187
3188 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3189
3190         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
3191         Juergen's request
3192
3193 2001-12-13  André Pönitz <poenitz@gmx.net>
3194
3195         * undostack.[Ch]:
3196         * undo_func.C: minor cleanup
3197
3198 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3199
3200         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
3201         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
3202         font in urw-fonts package which is marked as -urw-fontspecific and
3203         does not work (incidentally, changing the encoding in the
3204         fonts.dir of this package to -adobe-fontspecific fixes the
3205         problem).
3206
3207         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
3208         is a crash when undoing first paragraph (Juergen, please take a
3209         look). THis does not mean the undo fix is wrong, just that it
3210         uncovers problems.
3211
3212         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
3213         the (Paragraph*) version when needed instead of duplicating the
3214         code.
3215
3216         * text.C (workWidth): use Inset::parOwner to find out where the
3217         inset has been inserted. This is a huge performance gain for large
3218         documents with lots of insets. If Inset::parOwner is not set, fall
3219         back on the brute force method
3220
3221         * paragraph_pimpl.C (insertInset):
3222         * paragraph.C (Paragraph):
3223         (cutIntoMinibuffer): set parOwner of insets when
3224         inserting/removing them
3225
3226         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
3227
3228 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
3229
3230         * commandtags.h:
3231         * LyXAction.C:
3232         * lyx_main.C:
3233         * lyxfunc.C:
3234         * mathed/formulabase.C:
3235         * mathed/math_cursor.[Ch]:
3236         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
3237
3238
3239 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3240
3241         * lyxlength.[Ch] (operator!=): new function
3242
3243 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3244
3245         * text.C (workWidth): use Inset::parOwner to find out where the
3246         inset has been inserted. This is a huge performance gain for large
3247         documents with lots of insets. If Inset::parOwner is not set, fall
3248         back on the brute force method
3249
3250         * paragraph_pimpl.C (insertInset):
3251         * paragraph.C (Paragraph):
3252         (cutIntoMinibuffer): set parOwner of insets when
3253         inserting/removing them
3254
3255         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
3256
3257 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3258
3259         * tabular-old.C (getTokenValue):
3260         * tabular.C (getTokenValue):
3261         (write_attribute): new versions for LyXLength
3262         (everywhere): adjust the use of widths
3263
3264         * tabular.h: change the type of widths from string to LyXLength
3265
3266 2001-12-11  Ben Stanley <bds02@uow.edu.au>
3267
3268         * paragraph.C: fixed missing line number count when exporting
3269         Environments to LaTeX file
3270
3271         * buffer.C: added informational message for checking line numbers.
3272
3273 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3274
3275         * text2.C (deleteEmptyParagraphMechanism): if there is only one
3276         paragraph, do the 'double space' part, but not the 'empty
3277         paragraph' one.
3278
3279         * text.C (workWidth): small optimization
3280         (getLengthMarkerHeight): use minimal size for negative lengths.
3281
3282 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
3283
3284         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
3285
3286         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
3287
3288 2001-12-11  André Pönitz <poenitz@gmx.net>
3289
3290         * FontLoader.C:
3291         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
3292
3293 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
3294
3295         * text2.C: keep selection on a setFont()
3296
3297 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
3298
3299         * lyx_cb.C: another bv->text misuse, from insert label
3300
3301 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
3302
3303         * kbsequence.h:
3304         * kbsequence.C: re-instate nmodifier mask
3305
3306 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
3307
3308         * lyx_main.h: make lyxGUI private.
3309
3310 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
3311
3312         * lyxfind.C: place the cursor correctly on failed search
3313
3314 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3315
3316         * text.C (getLengthMarkerHeight): for small heights, the arrows
3317         are not always on top/bottom of the text
3318         (drawLengthMarker): smaller arrows; take the left margin in
3319         account; draw also vfills.
3320         (paintFirstRow):
3321         (paintLastRow): remove special code for vfill and standard spaces,
3322         since everything is handled in drawLengthMarker now.
3323
3324 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3325
3326         * buffer.C (insertErtContents): try to handle font and language
3327         interaction a bit better.g
3328
3329         * ColorHandler.C (updateColor): change the hash to cover the whole
3330         LColor enum, ws cleanup
3331         (getGCLinepars): ditto
3332         (getGCLinepars): only lookup in the linecache once.
3333
3334 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
3335
3336         * iterators.C (operator++): Make the iterator more robust
3337
3338         * BufferView2.C (removeAutoInsets): Use paragraph iterators
3339         (John's patch)
3340         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
3341
3342 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3343
3344         * lyxtext.h:
3345         * text.C: better added space drawing
3346
3347 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3348
3349         * LyXView.C:
3350         * BufferView2.C: fix layout combo update on inset unlock
3351
3352 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3353
3354         * Makefile.am: don't compile unused files
3355
3356 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3357
3358         * lyxfunc.C:
3359         * commandtags.h:
3360         * LyXAction.C: remove old LFUN_LAYOUTNO
3361
3362 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3363
3364         * paragraph_pimpl.h:
3365         * paragraph_pimpl.C: isTextAt() doesn't need font param
3366
3367 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3368
3369         * lyxlex.h:
3370         * lyxlex.C: little cleanup
3371
3372 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3373
3374         * BufferView_pimpl.C: fix insertAscii for insets
3375
3376 2001-12-05  Juergen Vigna  <jug@sad.it>
3377
3378         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
3379         set the right font on the "multi" paragraph paste!
3380
3381 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3382
3383         * trans_decl.h:
3384         * trans_mgr.[Ch]:
3385         * trans.[Ch]:
3386         * lyxgluelength.C:
3387         * lyxlength.C: remove out-commented code.
3388
3389         * BufferView_pimpl:
3390         * CutAndPaste.C:
3391         * DepTable.C:
3392         * buffer.C:
3393         * chset.C:
3394         * lastfiles.C:
3395         * lyxlex.C:
3396         * lyxlex_pimpl.C:
3397         * lyxserver.C:
3398         * screen.C:
3399         * tabular-old.C:
3400         * tabular.C:
3401         * text.C:
3402         * trans_mgr.C:
3403         * vc-backend.C: change "while(" to "while ("
3404
3405         * lyxlength.[Ch]: add zero function to check if length is zero or
3406         not
3407         * lyxgluelength.C: use it
3408
3409 2001-12-05  Allan Rae  <rae@lyx.org>
3410
3411         * lyxlength.C: Attempted a fix for the abs(int) header selection.
3412         Works for 2.95.3, from what I understand of Garst's reports this should
3413         work for other g++ versions.  We're screwed if the abs(int) definition
3414         changed between bugfix releases of gcc.
3415
3416 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
3417
3418         * text.C: fix chapter label offset !
3419
3420 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
3421
3422         * lyxtext.h:
3423         * text.C: fix hfill at end of line, clean up
3424
3425 2001-12-04  Juergen Vigna  <jug@sad.it>
3426
3427         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
3428         that we force an update of the inset and it's owners if neccessary.
3429
3430 2001-12-03  Juergen Vigna  <jug@sad.it>
3431
3432         * text.C (rowLast): simplified code
3433
3434 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
3435
3436         * lyxfunc.C: fix show options on timeout
3437
3438 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3439
3440         * screen.C (topCursorVisible): scroll half a page when the cursor
3441         reached top of bottom of screen
3442
3443 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
3444
3445         * minibuffer.C: deactivate on loss of focus
3446
3447 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3448
3449         * vspace.[Ch] (operator!=): add operator.
3450
3451 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
3452
3453         * BufferView_pimpl.C: refuse to open an inset when
3454         there's a selection.
3455
3456 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
3457
3458         * BufferView_pimpl.C: allow to click on RHS of full row insets
3459
3460 2001-11-30  Juergen Vigna  <jug@sad.it>
3461
3462         * tabular.C (LyXTabular): add a same_id to set the same id's in the
3463         insets for undo reasons.
3464
3465 2001-11-28  André Pönitz <poenitz@gmx.net>
3466
3467         * vspace.[Ch]: cosmetical changes
3468
3469 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
3470
3471         * LyXAction.h:
3472         * LyXAction.C:
3473         * lyxfunc.h:
3474         * lyxfunc.C:
3475         * kbmap.h:
3476         * kbmap.C:
3477         * lyxrc.C:
3478         * kbsequence.h:
3479         * kbsequence.C: part re-write of old kb code
3480
3481         * Painter.C:
3482         * WorkArea.C: remove Lgb_bug_find_hack
3483
3484 2001-11-30  José Matos <jamatos@fep.up.pt>
3485
3486         * buffer.C (makeDocBookFile): add a comment to point a hack.
3487         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
3488         Fixed a double write of labels.
3489
3490 2001-11-29 Ben Stanley <bds02@uow.edu.au>
3491
3492         * LaTeX.C:
3493         * LaTeX.h Fixed bug in LaTeX class where it would not
3494         re-run latex if no depfiles were changed, but the .dvi was removed.
3495
3496 2001-11-28  André Pönitz <poenitz@gmx.net>
3497
3498         * all the files from the change on 2001/11/26:
3499         use lyx::layout_type instead of LyXTextClass::size_type
3500         use lyx::textclass_type instead of LyXTextClassList::size_type
3501
3502 2001-11-29  Juergen Vigna  <jug@sad.it>
3503
3504         * text.C: added support for paragraph::isFreeSpacing()
3505
3506         * buffer.C: same as above
3507
3508         * paragraph.h: inserted isFreeSpacing() function to enable
3509         FreeSpacing inside InsetERT.
3510
3511         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
3512         of the paragraph's in the cut/copy buffer to 0!
3513
3514         * text2.C (removeRow): remove the assert as it can!
3515
3516         * lyxtext.h: added helper function firstRow returning firstrow and
3517         made firstrow private again.
3518
3519         * BufferView2.C (lockInset): don't relock if we're already locked!
3520
3521         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
3522         the only paragraph.
3523         (removeRow): added Assert::(firstrow)
3524
3525         * debug.C: forgot to add INSETTEXT here.
3526
3527 2001-11-28  Juergen Vigna  <jug@sad.it>
3528
3529         * sp_spell.C (initialize): changed error text to more general
3530         spellchecker command use (not only ispell!)
3531
3532         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
3533
3534         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
3535
3536 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
3537
3538         * vspace.C: initialise lyxgluelength on failure
3539
3540 2001-11-28  Allan Rae  <rae@lyx.org>
3541
3542         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
3543         declaration & definition that looks like a function declaration.
3544
3545 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3546
3547         * BufferView2.C (copy):
3548         (copyEnvironment): do not clear the selection when doing a copy.
3549
3550         * text.C (paintFirstRow): compilation fix
3551
3552 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
3553
3554         * tabular.C (Latex): correct line count when writing latex.
3555
3556 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
3557
3558         * paragraph_pimpl.h:
3559         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
3560           bug a bit
3561
3562 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
3563
3564         * text.C:
3565         * LColor.h:
3566         * LColor.C: change vfillline->added_space
3567
3568         * text.C: add markers and text for added space
3569
3570         * vspace.C: fix comment
3571
3572 2001-11-28  André Pönitz <poenitz@gmx.net>
3573
3574         * paragraph.C: whitespace changes
3575         * all the other files from the change on 2001/11/26:
3576         change *::pos_type into lyx::pos_type
3577
3578 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
3579
3580         * buffer.C (parseSingleLyXformat2Token): Set the language to the
3581         language of the document when inserting error insets.
3582
3583 2001-11-26  André Pönitz <poenitz@gmx.net>
3584
3585         * BufferView_pimpl.[Ch]:
3586         *       CutAndPaste.C:
3587         * buffer.[Ch]:
3588         * lyxcursor.[Ch]:
3589         * lyxfind.C:
3590         * lyxfunc.C:
3591         * lyxrow.[Ch]:
3592         * paragraph.[Ch]:
3593         * paragraph_pimpl.[Ch]:
3594         * sp_spell.C:
3595         * text.C:
3596         * text2.C: reduce header dependencies, introduce type for positions
3597
3598 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3599
3600         * <various>: change to use Alert.h
3601
3602 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
3603
3604         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
3605         when encountering an unknown token.
3606         (readLyXformat2): Show an error message if there were unknown tokens.
3607
3608 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
3609
3610         * BufferView2.C:
3611         * BufferView_pimpl.C:
3612         * buffer.C:
3613         * paragraph.h:
3614         * text.C:
3615         * text2.C: use par->isInset()
3616
3617 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3618
3619         * paragraph_pimpl.h:
3620         * paragraph_pimpl.C: cleanup
3621
3622 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3623
3624         * text2.C (removeRow):
3625         * text.C (setHeightOfRow): remove useless (and costly) call to
3626         getRow.
3627
3628 2001-11-20  Allan Rae  <rae@lyx.org>
3629
3630         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
3631         Now need Inset*::checkInsertChar() to return true for appropriate
3632         cases so that the characters in the minibuffer will actually be
3633         inserted.
3634
3635 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3636
3637         * text.C: change the order of the includes.
3638         (workWidth): initialize it at once.
3639         (workWidth): make maxw unsigned
3640         (setHeightOfRow): remove unused variable (inset)
3641         (selectSelectedWord): remove unused variable (inset)
3642         (paintRowText): fix drawing of hfill characters, and clean up a bit.
3643
3644 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3645
3646         * lyxserver.C (emergencyCleanup): do not try to close pipes if
3647         server is not running.
3648         (openConnection):
3649         (closeConnection): add debug info when server is disabled.
3650
3651         * ColorHandler.C (getGCForeground): send debug message to GUI
3652         channel.
3653
3654         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
3655
3656         * kbmap.C (bind): modify because return conventions of
3657         kb_sequence::parse have changed.
3658
3659         * kbsequence.C (parse): only ignore spaces and not any stupid
3660         control character. This avoids tests like s[i] <= ' ', which are
3661         guaranteed to fail with 8bit characters and signed chars.
3662         Change return code to string::npos when there have been no error
3663         (0 was a bad idea when error is at first character)
3664
3665 2001-11-14  José Matos  <jamatos@fep.up.pt>
3666
3667         * buffer.h:
3668         * buffer.C (simpleDocBookOnePar): removed unused argument.
3669
3670 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3671
3672         * text.C (selectNextWordToSpellcheck): do not test explicitely for
3673         insets which are part of a word. Paragraph::isLetter takes care of
3674         that now. Use Paragraph::isInset to identify insets.
3675         (selectSelectedWord): do not test for hyphenation break.
3676
3677         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
3678         that protected spaces are considered as spaces.
3679
3680         * paragraph.C (isLetter): cleanup the code for ispell extras; use
3681         Inset::isLetter.
3682
3683 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
3684
3685         * lyxserver.h:
3686         * lyxserver.C: fix it. and small cleanup.
3687
3688 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
3689
3690         * BufferView_pimpl.C: use inline helpers
3691
3692         * LaTeXFeatures.h:
3693         * LaTeXFeatures.C: fix typos
3694
3695         * Spacing.h:
3696         * Spacing.C: move spacing_string into class
3697
3698         * ToolbarDefaults.C: move stuff into namespace anon
3699
3700         * layout.h: update enum
3701
3702         * lyxfunc.C: use better debug
3703
3704         * minibuffer.h: fix typo
3705
3706         * debug.h:
3707         * debug.C:
3708         * WorkArea.C: add and use Debug::WORKAREA
3709
3710         * lyxtext.h:
3711         * text.C:
3712         * text2.C: code re-organisation, inline helpers
3713
3714 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
3715
3716         * Layout.C: replaced a few cases of std::vector.size() == 0 with
3717         std::vector.empty().
3718
3719 2001-11-09  Allan Rae  <rae@lyx.org>
3720
3721         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
3722         '\n's after tables.  Tabular and ERT inset work now makes this no
3723         longer necessary.
3724
3725 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
3726
3727         * minibuffer.h:
3728         * minibuffer.C: fix crash, improve drop-down completion
3729
3730 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
3731
3732         * lyxserver.h:
3733         * lyxserver.C: invalidate fd's when doing endPipe()
3734
3735 2001-11-08  José Matos  <jamatos@fep.up.pt>
3736
3737         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
3738         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
3739
3740         * paragraph.h:
3741         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
3742
3743 2001-11-07  José Matos  <jamatos@fep.up.pt>
3744
3745         * buffer.h:
3746         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
3747         const qualifier.
3748
3749         * buffer.C (sgmlOpenTag):
3750         * buffer.C (sgmlCloseTag): removed debug info.
3751
3752         * buffer.h (sgmlOpenTag):
3753         * buffer.h (sgmlCloseTag): made public.
3754
3755 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3756
3757         * buffer.C (saveParamsAsDefaults):
3758         * lyx_cb.C (MenuLayoutSave): remove
3759
3760         * LyXAction.C (init):
3761         * commandtags.h:
3762         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
3763
3764 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3765
3766         * buffer.C (setPaperStuff): removed from here...
3767
3768         * bufferparams.C (setPaperStuff): ... and moved there.
3769
3770 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
3771
3772         * minibuffer.h:
3773         * minibuffer.C:
3774         * XFormsView.C: add support for drop-down completion
3775
3776 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
3777
3778         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
3779         commands.
3780
3781 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3782
3783         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
3784         disabled.
3785
3786 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
3787
3788         * lyx_main.C: change ref to known bugs
3789
3790 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
3791
3792         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
3793         to work around older babel problems.
3794
3795 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
3796
3797         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
3798
3799 2001-10-24  Juergen Vigna  <jug@sad.it>
3800
3801         * tabular-old.C (ReadOld): below variable changes reflected.
3802
3803         * tabular.[Ch]: added ltType struct for longtable header/footer
3804         defines and changed all instances where they are used. Added
3805         future support for double top/bottom rows.
3806
3807 2001-10-24  José Matos  <jamatos@fep.up.pt>
3808
3809         * buffer.h (docbookHandleCaption):
3810         * buffer.C (docbookHandleCaption): removed unused function.
3811         (makeDocBookFile): moved docbook supported version to v4.1.
3812
3813 2001-10-24  José Matos  <jamatos@fep.up.pt>
3814
3815         * tabular.h:
3816         * tabular.C (docbookRow): new function to export docbook code of a row.
3817         (DocBook): now honors the longtable flags.
3818
3819 2001-10-23  José Matos  <jamatos@fep.up.pt>
3820
3821         * LaTeXFeatures.h:
3822         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
3823         of the lyx defined sgml entities used in a docbook/linuxdoc document.
3824
3825         * buffer.C (makeLinuxDocFile):
3826         (makeDocBookFile): reworked the preamble, more clean, and with
3827         support for lyx defined entities. Changed the document declaration
3828         to be more XML friendly.
3829
3830         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
3831         if we need to output XML that should be done with a filter.
3832
3833 2001-10-22  Juergen Vigna  <jug@sad.it>
3834
3835         * sp_pspell.h (class PSpell): add alive function needed in the
3836         controller to see if the spellchecker could be started.
3837
3838 2001-10-22  Juergen Vigna  <jug@sad.it>
3839
3840         * buffer.C (insertStringAsLines): modify the font for inserting
3841         chars in certain conditions by calling checkInsertChar(font).
3842
3843 2001-10-19  Juergen Vigna  <jug@sad.it>
3844
3845         * text.C (workWidth): use getRow instead of wrong algorithm.
3846         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
3847
3848 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
3849
3850         * lyxserver.h:
3851         * lyxserver.C:
3852         * lyx_main.h:
3853         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
3854
3855 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3856
3857         * text.C (workWidth): do not search for the exact row when
3858         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
3859         optimization for big documents.
3860
3861 2001-10-18  Juergen Vigna  <jug@sad.it>
3862
3863         * text.C (workWidth): new function with added Inset * parameter.
3864
3865 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3866
3867         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
3868
3869         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
3870         change return type of getColumnNearX.
3871
3872
3873         * text.C (changeRegionCase): use uppercase/lowercase instead of
3874         toupper/tolower.
3875         (leftMargin):
3876         (rightMargin): simplify code by factoring out the uses of
3877         textclasslist.
3878         (labelFill):
3879         (numberOfHfills):
3880         (setHeightOfRow):
3881         (appendParagraph): use Paragraph::size_type
3882
3883 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3884
3885         * vspace.C (asLatexString): add a missing break
3886
3887 2001-10-15  Herbert Voss  <voss@perce.de>
3888
3889         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
3890
3891 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3892
3893         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
3894         is not available.
3895
3896 2001-10-10  André Pönitz <poenitz@gmx.net>
3897
3898         * lyxfunc.C: removed greek_kb_flag.
3899
3900 2001-10-10  Herbert Voss  <voss@perce.de>
3901
3902         * lyx_main.C: delete global string help_lyxdir.
3903
3904 2001-10-09  Herbert Voss  <voss@perce.de>
3905
3906         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
3907
3908         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
3909
3910         * lyx_main.C: added global string help_lyxdir.
3911
3912         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
3913
3914 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3915
3916         * lyxrc.C (set_font_norm_type): support iso8859-4
3917
3918 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
3919
3920         * LaTeX.C (deplog): add another regex for MikTeX
3921
3922 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3923
3924         * lyxrc.C (set_font_norm_type): support iso8859-3
3925
3926 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3927
3928         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
3929
3930         * LaTeXFeatures.C: remove special case of french and index
3931
3932         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
3933         before \begin{document}). This solves several incompatibilities.
3934
3935 2001-10-03  Garst Reese  <reese@isn.net>
3936
3937         * lyx_cb.C: change CheckTex error msg.
3938
3939 2001-10-03  José Matos  <jamatos@fep.up.pt>
3940
3941         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
3942
3943 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3944
3945         * .cvsignore: update
3946
3947         * lyx_main.C (commandLineVersionInfo): use new style version info.
3948
3949         * buffer.C (writeFile):
3950         (makeLaTeXFile):
3951         (makeLinuxDocFile):
3952         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
3953
3954         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
3955
3956         * version.h: update to use stuff in version.C
3957
3958         * version.C.in: new file. Contains version information determined
3959         at compile time. This is a merging of version.h and
3960         version_info.h.in.
3961
3962 2001-10-03  Juergen Vigna  <jug@sad.it>
3963
3964         * BufferView_pimpl.C (update): don't change "dirty" status in
3965         updateInset call.
3966
3967 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
3968
3969         * WorkArea.C (c-tor): re-position version string slightly.
3970
3971 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
3972
3973         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
3974         revert to previous code.
3975
3976         WorkArea.[Ch]: (show, destroySplash): methods removed.
3977
3978         WorkArea.C: rework code so that it's an amalgam of the codes before and
3979         after the splash screen was moved to WorkArea.
3980
3981 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3982
3983         * lyxrc.C (read):
3984         * vspace.C (inPixels):
3985         (lyx_advance):
3986         * kbmap.C (bind):
3987         * buffer.C (insertStringAsLines):
3988         (asciiParagraph): fix types to be large enough
3989
3990         * lyxlex_pimpl.h: change member status from short to int
3991
3992         * layout.h: fix type of endlabeltype
3993
3994         * kbmap.C (bind):
3995         * kbsequence.C (parse): change return type to string::size_type
3996
3997         * LaTeX.C (updateBibtexDependencies): comment out unneeded
3998         variable
3999
4000         * Bullet.C (bulletSize):
4001         (bulletEntry): do not use short ints as parameters
4002
4003         * BufferView2.C (insertLyXFile): change a char to an int.
4004
4005         * WorkArea.C (WorkArea): remove unneeded floats in computation
4006
4007 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
4008
4009         * buffer.C (asciiParagraph): Treat '\\' as other chars.
4010
4011         * paragraph.C (asString): Do not ignore newline/hfill chars when
4012         copying to the clipboard.
4013
4014 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
4015
4016         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
4017         after a multi-line inset.
4018
4019 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
4020
4021         * paragraph.C (validate): Set NeedLyXFootnoteCode
4022
4023 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
4024
4025         * lyxfont.C (LyXSizeNames): changed increase-error to increase
4026         and decrease-error to decrease.
4027
4028 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4029
4030         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
4031         it more readable (should be equivalent)
4032
4033 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4034
4035         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
4036
4037 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4038
4039         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
4040         of a cursor (row, etc.) after a character has been deleted
4041         (deleteEmptyParagraphMechanism): call the method above on _all_
4042         cursors held by the LyXText when a double space has been
4043         detected/deleted.
4044
4045 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
4046
4047         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
4048         pixmap.
4049         (resizeCurrentBuff): remove code to destroy the old splash dialog.
4050
4051         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
4052         background. Use greyOut() and the new show() methods to toggle between
4053         the foreground and background. Add code to remove the splash after
4054         its initial showing.
4055
4056         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
4057         (create_forms): no longer call Dialogs::showSplash.
4058
4059 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4060
4061         * .cvsignore: add version_info.h
4062
4063 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4064
4065         * version_info.h.in: new file
4066
4067         * Makefile.am: add version_info.h.in
4068
4069         * lyx_main.C (commandLineVersionInfo): use version_info defined in
4070         version_info.h instead of VERSION_INFO
4071
4072 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
4073
4074         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
4075         The ERT inset now returns string().
4076
4077 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
4078
4079         * lyxtext.h, text.C (selectNextWord): renamed as
4080         selectNextWordToSpellcheck.
4081
4082         * text.C (selectNextWordToSpellcheck): Modified to not select
4083         words inside an ERT inset.
4084
4085 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4086
4087         * lyx_cb.C (MenuLayoutSave): change a bit the question
4088
4089         * sp_base.h: include <sys/types.h>
4090
4091 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
4092
4093         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
4094
4095 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
4096
4097         * several files: fix typos in user-visible strings
4098
4099 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4100
4101         * text2.C (pasteSelection): do not set the selection, since it
4102         will be cleared later. Actually, the intent was to fix the way the
4103         selection was set, but I figured rmoving the code was just as good.
4104
4105 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
4106
4107         * FontLoader.C (available): Check if font is available without
4108         loading the font.
4109
4110 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4111
4112         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
4113
4114 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
4115
4116         * lyxrc.[Ch]: added display_graphics variable and associated code.
4117
4118 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4119
4120         * bufferparams.C (hasClassDefaults): new method. Returns true if
4121         the buffer parameters correspond to known class defaults
4122
4123 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
4124
4125         * XFormsView.C (show): set minimum size to the main window.
4126
4127 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4128
4129         * text2.C (copySelection):
4130         (cutSelection):
4131         * lyxfind.C (LyXReplace):
4132         * BufferView_pimpl.C (Dispatch): pass the correct flag to
4133         LyXText::selectionAsString.
4134
4135         * paragraph.C (asString): add "label" argument to the second form
4136
4137         * text2.C (selectionAsString): add "label" argument and pass it to
4138         Paragraph::asString.
4139
4140 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4141
4142         * lyx_main.C (commandLineHelp): remove version information
4143
4144 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
4145
4146         * lyx_main.C: add -version commandline option
4147
4148 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4149
4150         * paragraph.h: make the optional constructor arg required instead.
4151         some modifications to other files because of this.
4152
4153         * minibuffer.C (C_MiniBuffer_peek_event): make it static
4154
4155         * lyxserver.C (C_LyXComm_callback): make it static
4156
4157         * lyx_main.C (error_handler): make it static
4158
4159         * lyx_gui.C (LyX_XErrHandler): make it static
4160
4161         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
4162
4163         * WorkArea.C: make the extern "C" methods static.
4164
4165         * Makefile.am (lyx_LDADD): simplify
4166
4167 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
4168
4169         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
4170         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
4171
4172         * LyXAction.C (init):
4173         * lyxfunc.C (dispatch): associated code removal.
4174
4175 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4176
4177         * lyxfont.h (isSymbolFont): shut off warning
4178
4179         * text.C (setHeightOfRow):
4180         (getVisibleRow): fix crash with empty paragraphs which have a
4181         bottom line
4182
4183 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
4184
4185         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
4186         code.
4187
4188 2001-09-04  José Matos  <jamatos@fep.up.pt>
4189         * buffer.C
4190         * buffer.h
4191         * tabular.C (docbook): rename docBook method to docbook.
4192
4193 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
4194
4195         * Makefile.am: add dependencies to main.o.
4196
4197 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
4198
4199         * FontLoader.C (available): Return false if !lyxrc.use_gui
4200
4201 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
4202
4203         * FontInfo.C (query):
4204         * converter.C (view):
4205         * importer.C (Import):
4206         * exporter.C (Export): Can not -> cannot.
4207
4208 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
4209
4210         * BufferView_pimpl.C: allow to create index inset even if
4211           string is empty
4212
4213 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
4214
4215         * buffer.C (getLists): replace boost::tie code with an explicit pair
4216         as boost::tie can break some compilers.
4217
4218         * iterators.h: Added a std:: declaration to the return type of
4219         ParIterator::size.
4220
4221 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
4222
4223         * lyxrc.C: add help for view_dvi_paper_option, default to safe
4224           case.
4225
4226 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
4227
4228         * iterators.[Ch]: New files. Provide paragraph iterators.
4229
4230         * buffer.C (changeLanguage): Use paragraph iterators.
4231         (isMultiLingual): ditto
4232
4233         * BufferView2.C (ChangeInsets): Use paragraph iterators.
4234
4235 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
4236
4237         * FontLoader.C: Support for cmr font.
4238
4239 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
4240
4241         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
4242         (available): New method.
4243
4244         * FontInfo.C (getFontname): Use scalable fonts even when
4245         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
4246         found.
4247
4248 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
4249
4250         * converter.C (Formats::view): reverted! Incorrect fix.
4251
4252 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
4253
4254         * converter.C (Formats::view): only output the -paper option
4255         if the dvi viewer is xdvi, thereby fixing bug #233429.
4256
4257 2001-08-23  Herbert Voss  <voss@perce>
4258
4259         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
4260
4261 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
4262
4263         * Spacing.h (Spacing): Set space to Default on in the default
4264         constructor.
4265
4266 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4267
4268         * vc-backend.h (RCS::versionString): add RCS to version
4269         (CVS::versionString): add CVS to version
4270
4271         * vc-backend.C (scanMaster): do not add CVS to version.
4272         (scanMaster): do not add RCS to version
4273
4274         * lyxvc.C (versionString): new method
4275
4276         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
4277
4278 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4279
4280         * Spacing.C (set): initialize fval
4281
4282 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
4283
4284         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
4285         " or \.
4286
4287 2001-08-16  Juergen Vigna  <jug@sad.it>
4288
4289         * lyxfunc.C (dispatch): implemented the new FINISHED states.
4290
4291 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
4292
4293         * BufferView_pimpl.C:
4294         * figureForm.C:
4295         * lyxtext.h:
4296         * text2.C: setParagraph takes linespacing now
4297
4298 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
4299
4300         * LyxAction.C: add internal LFUN_CITATION_INSERT
4301
4302         * LyXView.C: actually apply fix
4303
4304         * bufferlist.C: fix open non-existent file
4305
4306         * lyxfind.C: fix indentation
4307
4308         * lyxfunc.C: remove unneeded assert, fix typo
4309
4310 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
4311
4312         * MenuBackend.C: use "Floatname List"
4313
4314 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
4315
4316         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
4317         when converting LaTeX layout to insetERT.
4318         Generate a non-collapsed float when reading old float
4319
4320 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
4321
4322         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
4323         ERT insets.
4324
4325 2001-08-13  Juergen Vigna  <jug@sad.it>
4326
4327         * text.C (fill): return 0 instead of 20 as this seems to be the more
4328         correct value.
4329
4330 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
4331
4332         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
4333         lyxrc.font_norm.
4334
4335 2001-08-13  Juergen Vigna  <jug@sad.it>
4336
4337         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
4338         casesensitive off.
4339         (SearchBackward): comment out the unlocking of the inset_owner this
4340         should not be needed!
4341
4342 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
4343
4344         * Many files: Remove inherit_language, and add latex_language
4345
4346         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
4347         collapsible insets.
4348
4349 2001-08-10  Juergen Vigna  <jug@sad.it>
4350
4351         * text.C (prepareToPrint): fixed hfill-width in draw!
4352
4353         * BufferView2.C (selectLastWord): save the selection cursor as this
4354         now is cleared in the function LyXText::clearSelection!
4355
4356 2001-08-08  Juergen Vigna  <jug@sad.it>
4357
4358         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
4359         BACKSPACE type functions.
4360
4361         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
4362         is only cutted from the document but not put in the cut-buffer, where
4363         still the old stuff should be.
4364
4365         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
4366
4367         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
4368
4369         * tabular.C (SetWidthOfCell): fixed special case where the width
4370         was not updated!
4371         (LeftLine): handle '|' in align_special.
4372         (RightLine): ditto
4373         (LeftAlreadyDrawed): ditto
4374         (SetWidthOfCell): ditto
4375
4376 2001-08-07  Juergen Vigna  <jug@sad.it>
4377
4378         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
4379
4380 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4381
4382         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
4383         * lyxlex.[hC]: ditto
4384
4385 2001-08-06  Juergen Vigna  <jug@sad.it>
4386
4387         * text.C (getVisibleRow): fix up row clearing a bit.
4388
4389 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4390
4391         * minibuffer.C: make sure the X server sees the changes in the input.
4392
4393 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4394
4395         * paragraph.C (getFont): split into...
4396         (getLabelFont): this
4397         (getLayoutFont): and this
4398         * paragraph_pimpl.C (realizeFont): calling this
4399
4400         * text2.C (getFont): split into...
4401         (getLayoutFont): this
4402         (getLabelFont): and this
4403         (realizeFont): all three calling this
4404
4405         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
4406         files where used.
4407
4408 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4409
4410         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
4411
4412 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
4413
4414         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
4415         layouts from the Quote inset insertion.
4416
4417 2001-08-03  Juergen Vigna  <jug@sad.it>
4418
4419         * BufferView_pimpl.C (update): do the fitCursor only at the end!
4420
4421         * screen.C (drawFromTo): don't call fitcursor here and do the loop
4422         only if status not is already CHANGED_IN_DRAW (second level).
4423
4424         * text.C (draw): don't set the need_break_row when inside an
4425         InsetText LyXText.
4426
4427 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4428
4429         * buffer.C (parseSingleLyXformat2Token): handle more latex
4430         conversion cases.
4431
4432         * bufferview_funcs.[hC]: change function names to
4433         begin with small char, adjust other files.
4434
4435 2001-08-02  André Pönitz <poenitz@gmx.net>
4436
4437         * lyxfunc.C:
4438         BufferView_pimpl.C: remove broken special code for math-greek
4439
4440 2001-08-02  Juergen Vigna  <jug@sad.it>
4441
4442         * BufferView_pimpl.C (update): redone this function so that we
4443         update the text again if there was a CHANGE_IN_DRAW.
4444
4445         * screen.C (cursorToggle): removed LyXText parameter and recoded.
4446         (drawFromTo): added a new internal bool which is used by draw() and
4447         redraw() function.
4448         (general): some cursor drawing problems fixed.
4449
4450 2001-08-01  Juergen Vigna  <jug@sad.it>
4451
4452         * lyxfind.C (LyXFind): fixed
4453         (SearchForward): ditto
4454         (SearchBackward): ditto
4455
4456         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
4457         spurius drawing of the cursor in the main area.
4458
4459         * text2.C (status): small fix which could lead to a segfault!
4460         (clearSelection): remove unneeded BufferView param.
4461
4462 2001-08-01  André Pönitz <poenitz@gmx.net>
4463
4464         * lyxfunc.C: small change due to changed mathed interface
4465
4466 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4467
4468         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
4469
4470 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
4471
4472         * lyxfunc.c: fail gracefully if file doesn't exist
4473
4474         * LyXSendto.C:
4475         * buffer.C:
4476         * lyxfunc.C:
4477         * BufferView_pimpl.C: IsDirWriteable() proto changed
4478
4479         * LyXView.C: fix updateWindowTitle() to store the last title
4480
4481 2001-07-31  Juergen Vigna  <jug@sad.it>
4482
4483         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
4484         the font (wrong since using of Paragraph::highestFontInRange).
4485
4486         * paragraph.C (highestFontInRange): added a default_size parameter.
4487
4488         * text.C (getVisibleRow): minor clear row changes (still not perfect).
4489         (setHeightOfRow): reformat
4490
4491 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4492
4493         * converter.[hC] + affected files: move to (inital-char)lowercase
4494         function names.
4495
4496         * ParagraphParameters.C (ParagraphParameters): remove commented code
4497
4498         * PainterBase.[Ch]: remove commented code
4499
4500         * LaTeXFeatures.h: add "bool floats" for float.sty
4501
4502         * LaTeXFeatures.C (LaTeXFeatures): init floats
4503         (require): handle float
4504         (getPackages): do it with floats
4505
4506 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4507
4508         * BufferView_pimpl.C (Dispatch): improve handling of
4509         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
4510
4511         * commandtags.h: #include lyxfont.h here temporarily to avoid
4512         keybinding bug.
4513
4514         * bufferlist.h: include LString.h here.
4515
4516 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4517
4518         * text2.C (getStringToIndex): new method.
4519
4520 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
4521
4522         * *: Reduced header file dependencies all over.
4523
4524 2001-07-30  Baruch Even  <baruch@lyx.org>
4525
4526         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
4527
4528 2001-07-29  Baruch Even  <baruch@lyx.org>
4529
4530         * buffer.C (readInset): Changed GRAPHICS to Graphics.
4531
4532 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4533
4534         * ParameterStruct.h (endif): add a default constructor to make
4535         sure that all variables is initialized.
4536
4537         * ParagraphParameters.C (ParagraphParameters): adjust
4538
4539 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4540
4541         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
4542         index; also, check that there is something to index, and that it
4543         does not span over several paragraphs.
4544         (doubleClick): use WHOLE_WORD_STRICT for double click.
4545
4546         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
4547
4548         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
4549         scheme.
4550
4551 2001-07-26  Baruch Even  <baruch@lyx.org>
4552
4553         * buffer.C (readInset): Changed to call up InsetGraphics when reading
4554         an InsetFig figure, backwards compatible reading of old figure code.
4555
4556 2001-07-27  Juergen Vigna  <jug@sad.it>
4557
4558         * text2.C: font.realize function adaption.
4559
4560         * text.C (draw): add a warnings lyxerr text if needed.
4561
4562         * layout.C: font.realize function adaption.
4563
4564         * language.C: add inherit_language and implement it's handlings
4565
4566         * bufferview_funcs.C (StyleReset): remove language parameter from
4567         font creation (should be language_inherit now).
4568
4569         * bufferparams.C (writeFile): handle ignore_language.
4570
4571         * paragraph.C (getFontSettings): the language has to be resolved
4572         otherwise we have problems in LyXFont!
4573
4574         * lyxfont.C (lyxWriteChanges): added document_language parameter
4575         (update): removed unneeded language parameter
4576
4577         * paragraph.C (validate): fixed wrong output of color-package when
4578         using interface colors for certain fonts in certain environments,
4579         which should not seen as that on the final output.
4580
4581 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
4582
4583         * BufferView_pimpl.C:
4584         * Thesaurus.h:
4585         * Thesaurus.C:
4586         * Makefile.am:
4587         * commandtags.h:
4588         * LyXAction.C: add thesaurus support
4589
4590         * lyxfind.h:
4591         * lyxfind.C: add "once" parameter, for thesaurus, to not
4592           move to the next match
4593
4594 2001-07-26  Juergen Vigna  <jug@sad.it>
4595
4596         * lyxfont.C (realize): honor ignore_language too!
4597         (resolved): ditto.
4598
4599         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
4600
4601         * text.C (draw): one place more for ignore_language to not draw
4602         itself!
4603
4604 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
4605
4606         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
4607
4608 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4609
4610         * buffer.C (parseSingleLyXformat2Token): a more general fix for
4611         the minipage conversion problem.
4612
4613 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4614
4615         * buffer.C (parseSingleLyXformat2Token): check minipage if we
4616         insert an inset.
4617
4618 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4619
4620         * BufferView.h: don't forward declare WorkArea
4621
4622         * BufferView.C: don't include WorkArea.h
4623
4624 2001-07-25  André Pönitz <poenitz@gmx.net>
4625
4626         * commandtags.h:
4627         * LyXAction.C:
4628         * lyxfunc.C:  new LFUN 'math-space'
4629
4630         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
4631
4632 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4633
4634         * text2.C (toggleInset): call open/close
4635
4636 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4637
4638         * lyxfunc.C (dispatch): add debug for the disabled case
4639
4640         * font.C (buttonText): make similar to rectText
4641
4642         * buffer.C (readInset): comment out parsing of insetlist and
4643         insttheorem
4644
4645         * PainterBase.C (rectText): small correction
4646
4647         * BufferView_pimpl.C: comment out insettheorem and insetlist
4648         * LyXAction.C: ditto
4649         * commandtags.h: ditto
4650
4651 2001-07-24  Juergen Vigna  <jug@sad.it>
4652
4653         * text.C (draw): honor the ignore_language.
4654
4655         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
4656
4657 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4658
4659         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
4660         char inset.
4661
4662 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4663
4664         * lyxtext.h: remove unused (and unimplemented) methods
4665
4666 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4667
4668         * text.C (getVisibleRow): honor background color
4669
4670         * PainterBase.h:
4671         * Painter.h: remove default color argument for fillRectangle
4672
4673         * text.C (backgroundColor): new method
4674
4675 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4676
4677         * text.C (getVisibleRow): adjust
4678
4679         * font.[Ch] (rectText): new method, metrics
4680         (buttonText): new method, metrics
4681
4682         * PainterBase.[hC]: make rectText and buttonText always draw and take
4683         fewer paramteres.
4684
4685 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4686
4687         * ToolbarDefaults.C (read):
4688         * MenuBackend.C (read): allow escaping in all strings
4689
4690         * BufferView_pimpl.C (insertAndEditInset): new method.
4691         (Dispatch): use insertAndEditInset whenever appropriate.
4692
4693         * BufferView_pimpl.C (insertNote): removed
4694
4695         * BufferView_pimpl.C (smartQuote): new method, moved from
4696         BufferView; if an insetquote cannot be inserted, insert a '"'
4697         character instead.
4698
4699         * BufferView2.C: remove insertCorrectQuote();
4700
4701         * lyxfunc.C (getStatus): Add support for all remaingin
4702         inset-insert lfuns.
4703
4704         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
4705
4706         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
4707         command (necessary to pass " as parameter of self-insert.
4708
4709         * text.C (selectWordWhenUnderCursor):
4710         (selectWord): add word_location parameter
4711         (selectWordWhenUnderCursor): same + remove special code for word
4712         boundary.
4713         (selectNextWord): use kind() to guess type of insetspecialchar,
4714         not latex().
4715
4716         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
4717         (insertErtContents): create ert insets as collapsed.
4718         (readInset): better compatibility code for Info inset.
4719
4720 2001-07-20  Juergen Vigna  <jug@sad.it>
4721
4722         * lyxfunc.C (dispatch): use always LyXFind now!
4723
4724         * text2.C (init): add a reinit flag so that the LyXText can be
4725         reinited instead of deleted and reallocated (used in InsetText).
4726
4727         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
4728
4729         * text.C: ditto
4730
4731         * text2.C: ditto
4732
4733 2001-07-18  Juergen Vigna  <jug@sad.it>
4734
4735         * text.C (selectNextWord): handle insets inside inset by calling
4736         always the bv->text functions so that we can go up the_locking_inset!
4737
4738         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
4739         in strange locations when inside an inset!
4740
4741         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
4742         handling to include insets.
4743
4744         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
4745
4746 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4747
4748         * LyXAction.C (init):
4749         * commandtags.h:
4750         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
4751         LIGATURE_BREAK, since the name is so stupid.
4752
4753 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
4754
4755         * buffer.C (readInset): enable reading of new InsetNotes as well as old
4756         InsetInfos.
4757
4758         * FontLoader.C: remove FORMS_H_LOCATION cruft.
4759
4760         * sp_form.[Ch]: remove.
4761
4762         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
4763
4764         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
4765         InsetInfo.
4766
4767         * src/buffer.C (readInset): ditto.
4768
4769 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4770
4771         * BufferView_pimpl.C (specialChar): new method. Obsoletes
4772         menuSeparator(), endOfSentenceDot(), ldots() and
4773         hyphenationPoint(), which are therefore removed.
4774         (Dispatch): handle LFUN_HYPHENATION_BREAK.
4775
4776         * LyXAction.C (init):
4777         * commandtags.h: add LFUN_HYPHENATION_BREAK.
4778
4779         * paragraph.C (getWord): removed.
4780
4781         * BufferView_pimpl.C (Dispatch): use last word or selection for
4782         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
4783
4784         * lyx_main.C (queryUserLyXDir): do not ask before creating
4785         user_dir, except if it has been named explicitely.
4786
4787 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
4788
4789         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
4790         a document of zero size.
4791
4792 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
4793
4794         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
4795         approriately in the c-tor and in require().
4796         (getPackages): output the appropriate LaTeX for natbib support.
4797
4798         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
4799         variables "use_natbib" and "use_numerical_citations" when reading the
4800         LyX file.
4801         (readInset): read the various natbib cite commands.
4802         (validate): white-space change.
4803
4804         * bufferparams.[Ch]: new variables "bool use_natbib" and
4805         "bool use_numerical_citations".
4806         (writeFile): output them in the LyX file.
4807
4808 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4809
4810         * lyxfunc.C (getStatus): add support for all the inset insertion
4811         commands.
4812
4813         * text2.C (insertInset):
4814         * paragraph.C (insetAllowed):
4815         * BufferView_pimpl.C (insertInset): update to take in account the
4816         renaming of insertInsetAllowed
4817
4818         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
4819
4820         * text2.C (getInset): new method. returns inset at cursor position.
4821
4822         * BufferView_pimpl.C (Dispatch): changes because of this.
4823
4824         * LyXAction.C (init): rename open-stuff to inset-toggle.
4825
4826         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
4827
4828         * text2.C (toggleInset): renamed from openStuff; use
4829         Inset::open().
4830
4831 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4832
4833         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
4834
4835         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
4836
4837 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
4838
4839         * buffer.C (readLyXformat2): Add filename to the error dialog
4840
4841 2001-07-18  Juergen Vigna  <jug@sad.it>
4842
4843         * tabular.C (GetCellNumber): put an assert here instead of the check!
4844
4845 2001-07-17  Juergen Vigna  <jug@sad.it>
4846
4847         * BufferView_pimpl.C (toggleSelection): adapted too.
4848
4849         * text.C (selectNextWord): adapted for use with insets.
4850         (selectSelectedWord): ditto
4851
4852 2001-07-17  Juergen Vigna  <jug@sad.it>
4853
4854         * sp_spell.C (PSpell): fix initialitation order.
4855
4856 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4857
4858         * paragraph.C: spacing
4859
4860 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
4861
4862         * sp_spell.C: repair language selection for pspell
4863
4864 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4865
4866         * lyxfunc.h: change more methods to begin with lower char.
4867
4868 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
4869
4870         * buffer.C (parseSingleLyXformat2Token): Generate error insets
4871         for unknown layouts.
4872
4873 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
4874
4875         * buffer.C (readLyXformat2): Generate an error dialog if there are
4876         unknown layouts.
4877
4878 2001-07-16  Juergen Vigna  <jug@sad.it>
4879
4880         * sp_spell.C: always compile ISpell part.
4881
4882         * lyxrc.C: added use_pspell entry and it's handling.
4883
4884 2001-07-13  Juergen Vigna  <jug@sad.it>
4885
4886         * sp_spell.C: removed double includes.
4887
4888 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4889
4890         Consistent use of Lsstream.h:
4891         * Lsstream.h: added using std::stringstream for consistencies sake.
4892
4893         * buffer.C: removed using std::stringstream
4894
4895         * lyxfont.C (stateText):
4896         * paragraph.C (asString):
4897         * text.C (selectNextWord, selectSelectedWord):
4898         * text2.C (setCounter):
4899         * vspace.C (asString, asLatexString):
4900         std::ostringstream -> ostringstream.
4901
4902 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4903
4904         * LyXAction.C: add LFUN_HELP_ABOUTLYX
4905         * commandtags.h: add LFUN_HELP_ABOUTLYX
4906         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
4907
4908 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4909
4910         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
4911         cursorToggle()
4912         * lyx_gui_misc.C: remove spellchecker
4913         * lyxfunc.C: showSpellchecker
4914         * sp_base.h: added
4915         * sp_ispell.h: added
4916         * sp_pspell.h: added
4917         * sp_spell.C: added
4918         * sp_form.[Ch]: removed
4919         * spellchecker.[Ch]: removed
4920
4921 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
4922
4923         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
4924         is set.
4925         (simpleTeXSpecialChars): Simply print the input character without
4926         any special translation if pass_thru is set.
4927
4928         * layout.h: Added bool pass_thru to layout class for being able to
4929         implement pass through of a paragraph for Literate Programming.
4930
4931         * layout.C: add LT_PASS_THRU to LayoutTags enum.
4932         * layout.C (LyXLayout): set pass_thru to flase in constructor.
4933         * layout.C (Read): add "passthru" to list of layout tags and add
4934         code to set the pass_thru boolean when it is read.
4935
4936 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4937
4938         * trans_decl.h: remove allowed from KmodInfo
4939
4940         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
4941         remove allowed code
4942         (Load): adjust
4943
4944         * paragraph_pimpl.C (erase): use boost::prior
4945
4946         * Painter.C (text): use data() instead of c_str() when length is
4947         also provided.
4948         * WorkArea.C (putClipboard): ditto
4949         * font.h (width): ditto
4950
4951         * BufferView2.C: use it-> instead of (*it). for iterators
4952         * texrow.C: ditto
4953         * paragraph_pimpl.C: ditto
4954         * paragraph.C: ditto
4955         * minibuffer.C: ditto
4956         * language.C: ditto
4957         * kbmap.C: ditto
4958         * encoding.C: ditto
4959         * counters.C: ditto
4960         * converter.C: ditto
4961         * chset.C: ditto
4962         * Variables.C: ditto
4963         * TextCache.C: ditto
4964         * MenuBackend.C: ditto
4965         * LyXAction.C: ditto
4966         * LColor.C: ditto
4967         * FloatList.C: ditto
4968         * DepTable.C: ditto
4969         * ColorHandler.C (LyXColorHandler): ditto
4970
4971 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4972
4973         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
4974
4975         * text2.C (openStuff): reintroduce this method (which had been
4976         nuked in NEW_INSETS frenzy).
4977
4978         * lyxfunc.C (Dispatch): when an action has not been handled, use
4979         its name in the error message, not its number.
4980
4981         * paragraph.C (inInset): change method name to begin with lowercase.
4982
4983         * undo_funcs.C:
4984         * text2.C: updates because of this.
4985
4986 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4987
4988         * ToolbarDefaults.C (add): add spaces in error message
4989
4990 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4991
4992         * buffer.C (readLyXformat2): initialize the ert comp. variables.
4993         (readLyXformat2): rename return_par to first_par, use lyxlex's
4994         pushToken and remove the manual push handling.
4995         (parseSingleLyXformat2Token): add another ert comp. variable:
4996         in_tabular, rename return_par to first_par. handle newlines better
4997
4998 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4999
5000         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
5001
5002 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5003
5004         * text2.C (getParFromID): removed
5005
5006         * buffer.C (getParFromID): new method moved form lyxtext.
5007         * BufferView2.C (insertErrors): adjust
5008         (setCursorFromRow): adjust
5009         * BufferView_pimpl.C (restorePosition): adjust
5010         * lyxfunc.C (Dispatch): adjust
5011         * undo_funcs.C (textUndo): adjust
5012         (textRedo): adjust
5013         (textHandleUndo): adjust
5014         (textHandleUndo): adjust
5015
5016 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5017
5018         * buffer.C: up' the LYX_FORMAT
5019
5020         * lyxfont.h: turn NO_LATEX on as default
5021
5022         * buffer.C (insertErtContents): new methods of tex style compability.
5023         (parseSingleLyXformat2Token): use it several places.
5024         * tabular.C (OldFormatRead): and here
5025
5026 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5027
5028         * text2.C: remove some commented code.
5029         reindent file.
5030
5031         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
5032         * trans.C: changes because of the above.
5033
5034 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
5035
5036         * text2.C (setCounter): Fix counters bug with bibliography layout.
5037
5038 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5039
5040         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
5041         own member functions
5042         (simpleTeXSpecialChars): ditto
5043
5044 2001-07-06  Juergen Vigna  <jug@sad.it>
5045
5046         * a lot of files: changed the access to LyXText::status and the
5047         call of undo-functions.
5048
5049         * undo.[Ch]: added a inset_id to the undo informations.
5050
5051         * undo_funcs.[Ch]: added and moved here all undo functions.
5052
5053         * lyxtext.h: give the status enum a weight, made status_ a private
5054         variable and made accessor functions for it, removed the whole bunch
5055         of undo-functions as they are now in their own file, make some
5056         functions publically available. Added function ownerParagraph with
5057         int parameter.
5058
5059         * paragraph.[Ch]: added "bool same_ids" to the constructor,
5060         made InInset() a const function, added getParFromID() function.
5061
5062         * buffer.[Ch]: added const version for inset_iterator functions,
5063         added getInsetFromID() function.
5064
5065         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
5066         changed undo functions for new version.
5067
5068 2001-07-05  Juergen Vigna  <jug@sad.it>
5069
5070         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
5071         unknow mechanism does not call the proper constructor but only this
5072         one also if I request the other!?
5073
5074 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5075
5076         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
5077
5078         * text2.C (LyXText): use initialization lists.
5079
5080         * lyxtext.h (Selection): initialize set_ and mark_
5081         (init): remove method
5082
5083 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
5084
5085         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
5086
5087 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5088
5089         * screen.[Ch]: change method names to begin with lowercase
5090
5091         * BufferView_pimpl.C (updateScrollbar): simplify further and
5092         hopefully make it a bit faster.
5093
5094 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5095
5096         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
5097         calling directly xforms functions.
5098
5099         * Painter.C (Painter):
5100         * lyx_cb.C (MenuWrite):
5101         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
5102         fl_display.
5103
5104         * lyx_gui.C: remove bogus guiruntime extern declaration.
5105
5106 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5107
5108         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
5109         in NEW_INSETS
5110         (redoDrawingOfParagraph): ditto
5111         (redoParagraphs): ditto
5112         (cutSelection): don't create a object for CutAndPaste use the
5113         static method directly
5114         (pasteSelection): ditto
5115
5116         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
5117         LyXview (+ rename)
5118
5119 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5120
5121         * modifications to some other files because of this.
5122
5123         * Makefile.am (lyx_SOURCES): add XFormsView
5124
5125         * XFormsView.[Ch]: new files
5126
5127         * LyXView.[Ch]: make LyXView a base class for the gui handling for
5128         the main window. Move the gui dependent stuff to XFormsView
5129
5130 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5131
5132         * tabular.C (GetCellInset): update cur_cell also in the row/col
5133         version of this function.
5134
5135         * lyxfunc.C: no need to include figure_form.h here.
5136
5137         * FontLoader.h:
5138         * lyxfunc.h:
5139         * lyxscreen.h:
5140         * text2.C:
5141         * lyxvc.C: no need to include forms.h here.
5142
5143 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5144
5145         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
5146
5147         * lyxfunc.C (Dispatch):
5148         * Spacing.C (set):
5149         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
5150         constructor argument.
5151
5152 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5153
5154         * paragraph.C (Paragraph): dont't clear, and just set layout.
5155         (makeSameLayout): use params's copy contructor.
5156
5157         * ParagraphParameters.[Ch] (makeSame): delete method
5158
5159 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
5160
5161         * Variables.[Ch]: fix indentation, rename set to isSet
5162
5163 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5164
5165         * lyxfunc.C (Dispatch): fix typo
5166
5167 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5168
5169         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
5170         upper_bound.
5171
5172         * bufferlist.C: include assert.h for emergencyWrite().
5173
5174 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5175
5176         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
5177           give up at last (bug #425202) !
5178
5179 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
5180
5181         * lyx_gui_misc.C:
5182         * sp_form.h:
5183         * sp_form.C:
5184         * spellchecker.h:
5185         * spellchecker.C: strip spellchecker options and bring up
5186           preferences tab instead
5187
5188 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5189
5190         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
5191         the istringstream constructor
5192
5193 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5194
5195         * paragraph.C (getLayout): fix return value
5196
5197         * paragraph.h: do not declare getLayout as inline.
5198
5199         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
5200
5201 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5202
5203         * lyxcursor.h (operator<): new func
5204         (operator>): new func
5205         (operator>=): new func
5206         (operator<=): new func
5207
5208         * text.C (changeCase): use selection.start and selection.end
5209         (changeRegionCase): require from to be <= to. Require par to be a
5210         valid paragraph.
5211
5212         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
5213
5214 2001-06-27  Juergen Vigna  <jug@sad.it>
5215
5216         * text.C (cursorLeftOneWord): changed to return the cursor and added
5217         overlay with BufferView * parameter which calls this one.
5218         (getWord): added
5219         (selectWord): use new getWord function.
5220         (changeCase): renamed from changeWordCase as and extended to work
5221         also on selections.
5222
5223         * lyxtext.h: added enum word_location
5224
5225         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
5226         changeCase as this operates now also on selections.
5227
5228 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
5229
5230         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
5231
5232         * many files: send debug output to Debug::INFO instead of
5233         Debug::ANY.
5234
5235         * converter.C (View):
5236         (Convert):
5237         (Move): send debug output to Debug::FILES instead of console.
5238
5239 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
5240
5241         * lyxfunc.C (getStatus): use func_status
5242
5243         * func_status.h: new header, describing the results of
5244         LyXFunc::getStatus;
5245
5246         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
5247         LFUN_MATH_HALIGN.
5248
5249 2001-06-25  The LyX Project  <jug@sad.it>
5250
5251         * buffer.C (sgmlOpenTag):
5252         (sgmlCloseTag):
5253         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
5254
5255 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5256
5257         * text2.C: remove some dead code
5258
5259         * tabular.C (GetCellInset): store the last cell checked (gotten)
5260
5261         * tabular.h: add the helper for the speedup
5262
5263         * lyxtext.h: remove some dead code
5264
5265 2001-06-26  The LyX Project  <Asger>
5266
5267         * paragraph.C: Change export to LaTeX of alignment to
5268         \begin{center} and family for better roundtrip work with reLyX.
5269
5270         * Tune the math drawing a bit.
5271
5272 2001-06-25  The LyX Project  <Asger>
5273
5274         * LColor.C (LColor): New color for math background. New color
5275         for buttons.
5276
5277 2001-06-25  The LyX Project  <jug@sad.it>
5278
5279         * lyxfunc.C (MenuNew): remove extra check for .lyx file
5280
5281         * lyxfunc.C (Open):
5282         * bufferlist.C (newFile): do not restrict to files ending with
5283         .lyx
5284
5285         * BufferView_pimpl.C (MenuInsertLyXFile):
5286
5287 2001-06-24  The LyX Project  <jug@sad.it>
5288
5289         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
5290         of compare_no_case
5291
5292 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5293
5294         * lyxtext.h: rename most methods to begin with a small char.
5295         Lots of changes because of this.
5296
5297         * paragraph.C (Paragraph): do not call fitToSize
5298         (erase): call Pimpl::erase
5299         (insertChar): call Pimpl::insertChar
5300         (insertInset): call Pipl::insertInset
5301         (breakParagraph): do not call fitToSize
5302         (breakParagraphConservative): do not call fitToSize
5303         (fitToSize): remove method
5304
5305         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
5306
5307 2001-06-24  The LyX Project  <Asger>
5308
5309         * Fix Qt compilation^2
5310
5311 2001-06-24  The LyX Project  <jug@sad.it>
5312
5313         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
5314         depthHook(getDepth()-1).
5315
5316         * paragraph.h:
5317         * ParagraphParameters.h:
5318         * ParameterStruct.h: change type of depth to unsigned int ==
5319         depth_type. Many adaptations to other files before of that.
5320
5321 2001-06-24  The LyX Project  <Asger>
5322
5323         * Fix Qt compilation.
5324
5325 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5326
5327         * paragraph.h: renamed several methods to begin with small letter.
5328         several changes to many parts of the code because of this.
5329
5330 2001-06-23  The LyX Project  <jug@sad.it>
5331
5332         * text2.C (InsertStringAsLines): renamed from InsertStringA;
5333         rewritten to discard all double spaces when KeepEmpty is off
5334         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
5335         to only handle newlines but not fiddle with spaces and friends.
5336
5337         * lyxfunc.C (MenuNew): when doing 'new from template', use
5338         template_path as default directory
5339
5340 2001-06-23  The LyX Project  <Asger>
5341
5342         * Clean-up of header file includes all over
5343         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
5344
5345 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5346
5347         * paragraph.h: renamed from lyxparagraph.h
5348
5349 2001-06-23  Asger  <lyx@violet.home.sad.it>
5350
5351         * Buffer.h: Removed Buffer::resize
5352         * BufferList.h: Removed BufferList::resize
5353         * LyXView.h: Added LyXView::resize. This way, we will only reflow
5354         the document lazily when we change the width, or the font settings.
5355
5356 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5357
5358         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
5359
5360 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5361
5362         * buffer.h: remove out of date comment
5363
5364 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5365
5366         * lyxscreen.h:
5367         * screen.C: fix "theoretical" GC leak
5368
5369 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5370
5371         * LaTeX.C (scanAuxFile):
5372         (deplog): remove trailing \r when reading stream (useful under
5373         win32)
5374
5375 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
5376
5377         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
5378         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
5379         and BufferView::theLockingInset(Inset*), so should use them and not
5380         access bv_->text->the_locking_inset directly.
5381
5382         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
5383
5384 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
5385
5386         * Makefile.am:
5387         * tex-defs.h: remove old unused file
5388
5389 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
5390
5391         * BufferView_pimpl.C: fix typo, remove minibuffer message
5392           when buffer has loaded
5393
5394 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5395
5396         * lyxfunc.C (Dispatch): use stringstream
5397         (MenuNew): use stringstream
5398         (Open): use stringstream
5399
5400         * importer.C (Import): use stringstream
5401
5402         * bufferview_funcs.C (CurrentState): use stringstream
5403
5404         * LaTeX.C (run): use stringstream
5405
5406         * BufferView_pimpl.C (savePosition): use stringstream
5407         (restorePosition): use stringstream
5408         (MenuInsertLyXFile): use stringstream
5409
5410 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
5411
5412         * BufferView.C:
5413         * Bullet.C:
5414         * ColorHandler.C:
5415         * FontInfo.C:
5416         * FontLoader.C:
5417         * LColor.C:
5418         * LaTeXFeatures.C:
5419         * Painter.C:
5420         * gettext.C:
5421         * lyx_gui_misc.C:
5422         * lyxserver.C:
5423         * vspace.C: removed // -*- C++ -*- as first line.
5424
5425         * lyxfind.h:
5426         * version.h: added // -*- C++ -*- as first line.
5427
5428 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5429
5430         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
5431
5432         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
5433         of string
5434
5435 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5436
5437         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
5438         of floats.
5439
5440 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5441
5442         * gettext.C: include LString.h even when --disable-nls is on.
5443
5444 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
5445
5446         * converter.h (Get): changed argument type from int to
5447         FormatList::size_type to avoid unnecessary conversion.
5448
5449         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
5450         before using it.
5451
5452 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5453
5454         * gettext.h: include LString.h even when --disable-nls is on.
5455
5456 2001-06-07  Juergen Vigna  <jug@sad.it>
5457
5458         * text.C (BreakAgain): subst spaces with tabs.
5459
5460         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
5461         (resizeInsetsLyXText): set force on resizeLyXText.
5462
5463 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5464
5465         * gettext.h (gettext_init):
5466         (locale_init): use a real definition instead of a macro
5467
5468 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
5469
5470         * Bufferview_pimpl.C:
5471         * LColor.h:
5472         * LColor.C: further lcolor tidies
5473
5474 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5475
5476         * BufferView_pimpl.C (updateScrollbar): simplify.
5477
5478         * BufferView2.C: don't include insets/insetinfo.h, change
5479         prototype for insertInset and call the Pimpl version. let
5480         updateInset call Pimpl version.
5481
5482         * BufferView.h: move inset_slept to BufferView::Pimpl, move
5483         gotoInset to BufferView::Pimpl
5484
5485 2001-06-01  Juergen Vigna  <jug@sad.it>
5486
5487         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
5488         inside a LockingInset (is the update needed at all?).
5489
5490 2001-05-31  Juergen Vigna  <jug@sad.it>
5491
5492         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
5493         here not the old one otherwise how should we compare it afterwards
5494         if it's the same!
5495
5496 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5497
5498         * lyxfont.C:
5499         * tabular.C:
5500         * tabular-old.C:
5501         * FontInfo.C: bring C functions into global namespace when
5502         necessary
5503
5504 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5505
5506         * LString.h: make sure config.h has been loaded before LString.h.
5507
5508         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
5509         (one for each char read by EatLine!).
5510
5511         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
5512         variables.
5513
5514 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5515
5516         * paragraph.C (BreakParagraph): set the inset_owner in the new par
5517         to the same as the par we break from
5518
5519 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5520
5521         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
5522
5523         * MenuBackend.C (expand): also create menu entries for wide
5524         versions of the floats.
5525
5526         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
5527
5528         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
5529
5530         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
5531         frontends/Makefile.am
5532
5533         * text2.C: adjust
5534         * text.C: adjust
5535
5536
5537         * tabular.C (getTokenValue): add std::
5538
5539         * tabular-old.C (getTokenValue): add std::
5540         (getTokenValue): ditto
5541         (getTokenValue): ditto
5542
5543         * screen.C (ToggleSelection): adjust
5544
5545         * lyxtext.h: put selection cursors inside a Selection struct.
5546
5547         * lyxfunc.C (moveCursorUpdate): adjust
5548
5549         * lyxfont.C (latexWriteStartChanges): add std::
5550
5551         * lyxfind.C: adjust
5552
5553         * font.h: delete with(char const *, LyXFont const &)
5554
5555         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
5556
5557         * FontInfo.C (getFontname): add std::
5558
5559         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5560         (workAreaButtonPress): adjust
5561         (tripleClick): adjust
5562         (update): adjust
5563         (moveCursorUpdate): adjust
5564         (Dispatch): adjust
5565
5566         * BufferView2.C (gotoInset): adjust
5567
5568 2001-05-30  Juergen Vigna  <jug@sad.it>
5569
5570         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
5571         to check pspell I add this as default as I now have new pspell
5572         libraries and they seem to use this.
5573
5574 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5575
5576         * text2.C (CutSelection): make the cursor valid before the call to
5577         ClearSelection.
5578
5579 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5580
5581         * kbsequence.C (parse): de-uglify a bit the parsing code, which
5582         relied on 0 terminated strings and other horrors. Bug found due to
5583         the new assert in lyxstring!
5584
5585         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
5586         KP_ keys.
5587
5588 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5589
5590         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
5591         to latinkeys.bind.
5592
5593         * lyxfunc.C (processKeySym): change method of getting to the
5594         self-insert char.
5595
5596         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
5597         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
5598         * BufferView_pimpl.[Ch]: here as private methods.
5599
5600 2001-05-28  Juergen Vigna  <jug@sad.it>
5601
5602         * text.C (SetHeightOfRow): added the update() call again as it is
5603         needed to initialize inset dimensions!
5604
5605 2001-05-16  Juergen Vigna  <jug@sad.it>
5606
5607         * text2.C (SetCharFont): Add new function with BufferView * and
5608         bool toggleall parameters for setting insets internal fonts.
5609         (SetFont): Freeze the undo as we may change fonts in Insets and
5610         all this change should be inside only one Undo!
5611
5612         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
5613         setting font's in insets as for them we have the SetFont function!
5614
5615 2001-05-15  Juergen Vigna  <jug@sad.it>
5616
5617         * text2.C (ClearSelection): to be sure we REALLY don't have any
5618         selection anymore!
5619
5620         * tabular.C (TeXCellPreamble): fixed the left border problem for
5621         multicolumn cells.
5622
5623 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
5624
5625         * LaTeX.C (deplog): Make sure that the main .tex file is in the
5626         dependancy file
5627
5628 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5629
5630         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
5631         LFUN_BREAKPARAGRAPH.
5632
5633         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
5634         help test to "internal only", similar for LFUN_INSERT_URL
5635
5636         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
5637         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
5638         auto_region_delete and deadkeys.
5639
5640 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
5641
5642         * LColor.h:
5643         * LColor.C: remove some dead entries, tidy a little
5644
5645 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5646
5647         * lyxfunc.C (processKeySym): comment the Escape handling, remove
5648         commented code.
5649         (Dispatch): implement LFUN_ESCAPE
5650
5651         * commandtags.h: add LFUN_ESCAPE
5652
5653         * LyXAction.C (init): add entry for LFUN_ESCAPE
5654
5655         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
5656         Remove commented code.
5657         (insertNote): moved here
5658         (open_new_inset): moved here
5659
5660         * BufferView[2].[Ch]: move insertNote and open_new_inset to
5661         BufferView_pimpl
5662
5663 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5664
5665         * kbmap.C (findbinding): clean it up and make it work correctly.
5666
5667         * lyx_main.C (init): do not pass argc and argv as parameters
5668
5669 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
5670
5671         * buffer.C: fix path for OS/2 & Win32
5672
5673         * lyx_gui.C:
5674         * lyx_main:
5675         * lyx_main.C: Added os:: class.
5676
5677         * os2_defines.h: update
5678
5679 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5680
5681         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
5682         better by trying again with reduced state.
5683
5684 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5685
5686         * lyxrc.C (read): print error about invalid key sequence only when
5687         debugging (because not all latinX keysyms are known to some X
5688         servers)
5689
5690         * kbsequence.C (getiso): add a few std:: qualifiers
5691         (getiso): comment out extra return statement.
5692
5693 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5694
5695         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
5696         handling.
5697         (Dispatch): enhance the accent inset a bit. (not perfect)
5698
5699 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5700
5701         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
5702
5703 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5704
5705         * bufferlist.C (emergencyWrite): fix assert() call
5706
5707 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
5708
5709         * text.C (InsertChar): Added trivial patch to only send the "you
5710         can not do multiple spaces this way" message once during a
5711         session.
5712
5713 2001-05-08  Baruch Even  <baruch@lyx.org>
5714
5715         * Makefile.am: Changed order of libraries to get LyX to link properly
5716         with the gnome frontend.
5717
5718 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5719
5720         * LaTeXFeatures.h: add a std:: qualifier
5721
5722 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5723
5724         * paragraph.C (String): use stringstream
5725
5726 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5727
5728         * paragraph.C (writeFile): remove footflag arg
5729
5730         * buffer.C (makeLaTeXFile): use stringstream
5731         (latexParagraphs): remove footnot gurba
5732
5733         * LaTeXFeatures.C (getPackages): use stringstream
5734         (getMacros): likewise
5735         (getTClassPreamble): likewise
5736         (getFloatDefinitions): new method
5737
5738         * paragraph.C (writeFile): reindent
5739         (Erase): reindent
5740
5741         * WorkArea.h: revert the xpos + etc changes.
5742
5743         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
5744
5745         * lyxparagraph.[Ch]: add copy constructor, remove Clone
5746
5747         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
5748         (pasteSelection): likewise
5749         * text2.C (CreateUndo): likewise
5750
5751 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5752
5753         * minibuffer.C (peek_event): temporarily reduce the functionality
5754         of the minibuffer (to allow args on lfuns)
5755
5756         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
5757         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
5758
5759         * buffer.C (readInset): add compability reading of old float
5760         lists, add reading of new style float list.
5761         (readInset): avoid reevaluation of inscmd.getCmdName()
5762         (getLists): reindent
5763
5764         * MenuBackend.C (MenuItem): implement parsing of
5765         md_floatlistinsert and md_floatinsert.
5766         (expand::LastFiles): move initalizaton of iterators out of loop,
5767         avoid reevaluation.
5768         (expand::Documents): introduce typdedef vector<string> Strings,
5769         and use it.
5770         (expand::ExportFormats): introduce typedef vector<Format const *>
5771         Formats, and use it.
5772         (expand): implement FloatListInsert and FloatInsert.
5773
5774         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
5775         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
5776         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
5777
5778         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
5779         handling.
5780         (Dispatch::LFUN_FLOAT_LIST): implement
5781
5782 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
5783
5784         * LaTeX.C (run): Fix problem with --export code.
5785
5786 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5787
5788         * BufferView.[Ch] (workarea): removed.
5789         (getClipboard) new method; wrapper for workarea()->getClipboard()
5790
5791         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
5792         bug.
5793
5794         * WorkArea.h (width, height, xpos, ypos): These methods all
5795         returned the dimensions of the work_area sub-area of WorkArea,
5796         resulting in a position error if the WorkArea were resized. Now
5797         return the dimensions of the entire WorkArea.
5798
5799         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
5800
5801 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5802
5803         * LaTeX.C (deplog): correct the syntax of regex reg1
5804
5805 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5806
5807         * undo.C: remove !NEW_INSETS cruft
5808
5809 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5810
5811         * text2.C: remove !NEW_INSETS cruft
5812
5813         * text.C: remove !NEW_INSETS cruft
5814
5815         * tabular.C: remove !NEW_INSETS cruft
5816
5817         * spellchecker.C: remove !NEW_INSETS cruft
5818
5819         * lyxtext.h: remove !NEW_INSETS cruft
5820
5821         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
5822
5823         * lyxfunc.C: remove !NEW_INSETS cruft
5824
5825         * lyxfind.C: remove !NEW_INSETS cruft
5826
5827         * lyx_cb.C: remove !NEW_INSETS cruft
5828
5829         * figureForm.C: remove  !NEW_INSETS cruft
5830
5831         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
5832
5833         * buffer.[Ch]: remove !NEW_INSETS cruft
5834
5835         * ToolbarDefaults.C: remove !NEW_INSETS cruft
5836
5837         * CutAndPaste.C: remove !NEW_INSETS cruft
5838
5839         * BufferView_pimpl.C: remove !NEW_INSETS cruft
5840
5841         * BufferView2.C: remove !NEW_INSETS cruft
5842
5843         * BufferView.h: remove !NEW_INSETS cruft
5844
5845 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5846
5847         * Lsstream.h: include LString.h before the sstream headers to
5848         fix problem with gcc 2.95.3 and lyxstring
5849
5850 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5851
5852         * lyx_main.C: add using directives when needed for C functions
5853         declared in std:: namespace.
5854
5855 2001-04-27  Juergen Vigna  <jug@sad.it>
5856
5857         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
5858         (SetHeightOfRow): comment out the update call should not be needed!
5859
5860 2001-04-13  Juergen Vigna  <jug@sad.it>
5861
5862         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
5863         (LyXTabular): tried to minimize operator= operations (and realized
5864         hopfully Lars wish).
5865
5866 2001-04-27  Juergen Vigna  <jug@sad.it>
5867
5868         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
5869
5870 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5871
5872         * lyxfunc.C (Dispatch): hack to make listof algorithm work
5873
5874         * buffer.C (readInset): hack to make listof algorithm work
5875
5876         * BufferView_pimpl.C: hack to make listof algorithm work
5877
5878 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5879
5880         * LyXAction.C: removed all !NEW_INSETS cruft
5881         (init): moved lfun_item in method
5882
5883         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
5884
5885 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5886
5887         * BufferView2.C (theLockingInset): white space.
5888
5889 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5890
5891         * minibuffer.C: include <iostream>
5892
5893         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
5894
5895         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
5896
5897         * commandtags.h: add LFUN_TRANSPOSE_CHARS
5898
5899         * text.[Ch] (TransposeChars): new method
5900
5901 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5902
5903         * call message directly through LyXView instead of through LyXFunc
5904         * BufferView2.C: adjust
5905         * BufferView_pimpl.C: adjust
5906         * FontLoader.C: adjust
5907         * buffer.C: adjust
5908         * bufferview_funcs.C: adjust
5909         * converter.C: adjust
5910         * figureForm.C: adjust
5911         * importer.C: adjust
5912         * lyx_cb.C: adjust
5913         * lyx_gui_misc.C: adjust
5914         * lyxfunc.C: adjust
5915         * lyxvc.C: adjust
5916         * text2.C: adjust
5917         + more files in subdirs
5918
5919         * lyxparagraph.h (size): move up int file
5920         (GetLayout): ditto
5921
5922         * adjust all uses of Assert to lyx::Assert.
5923
5924         * BufferView2.C (ChangeCitationsIfUnique): adjust for
5925         lyxfunctional in namespace lyx
5926         * layout.C (hasLayout): ditto
5927         (GetLayout): ditto
5928         (GetLayout): ditto
5929         (delete_layout): ditto
5930         (NumberOfClass): ditto
5931         * converter.C (GetFormat): ditto
5932         (GetNumber): ditto
5933         (Add): ditto
5934         (Delete): ditto
5935         (SetViewer): ditto
5936         * bufferlist.C (getFileNames): ditto
5937         (emergencyWriteAll): ditto
5938         (exists): ditto
5939         (getBuffer): ditto
5940         * MenuBackend.C (hasSubmenu): ditto
5941         (hasMenu): ditto
5942         (getMenu): ditto
5943         * BufferView_pimpl.C (getInsetByCode): ditto
5944
5945 2001-04-18  Juergen Vigna  <jug@sad.it>
5946
5947         * vspace.C (asLatexString): fixed the 100% problem.
5948
5949 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5950
5951         * lyxfunc.C (Dispatch):
5952         * minibuffer.C:
5953         * minibuffer.h: add a few std:: qualifiers
5954
5955 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5956
5957         * minibuffer.[Ch]: reimplement so that commands is initiated and
5958         run from lyxfunc, simplified som handling, and made the completion
5959         and history code for complete. wip.
5960
5961         * lyxfunc.C (processKeySym): call message
5962         (miniDispatch): new temporary method
5963         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
5964         (LFUN_MESSAGE): implement
5965         (LFUN_MESSAGE_PUSH): implement
5966         (LFUN_MESSAGE_POP): implement
5967         (initMiniBuffer): the initial/defualt minibuffer message.
5968
5969         * lyxfont.[Ch]: inline some more getters
5970
5971         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
5972
5973         * lyx_gui_misc.[Ch] (WriteStatus): remove method
5974
5975         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
5976         (AutoSave): use LFUN_MESSAGE
5977         (Reconfigure): ditto
5978
5979         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
5980
5981         * figureForm.C: use LFUN_MESSAGE
5982
5983         * converter.C (runLaTeX): use LFUN_MESSAGE
5984
5985         * bufferview_funcs.C: use LFUN_MESSAGE
5986         (Melt): ditto
5987         (changeDepth): ditto
5988
5989         * bufferparams.h: use boost::
5990
5991         * bufferlist.h: inherit privately from noncopyable
5992
5993         * bufferlist.C (loadLyXFile): remove some commented code.
5994
5995         * buffer.C (runChktex): use LFUN_MESSAGE
5996
5997         * ShareContainer.h: inherit privately from noncopyable
5998
5999         * ParagraphParameters.[hC] (depth): inline it.
6000
6001         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
6002         methods.
6003         (message): new method
6004         (messagePush): ditto
6005         (messagePop): ditto
6006         (show): init minibuffer
6007         (showState): direct call
6008
6009         * LaTeX.[Ch]: inherit privately from noncopyable
6010         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
6011         instead of WriteStatus.
6012
6013         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
6014
6015         * BufferView_pimpl.C (buffer): don't init minibuffer
6016         (workAreaButtonPress): use LFUN_MESSAGE
6017         (workAreaButtonRelease): ditto
6018         (savePosition): ditto
6019         (restorePosition): ditto
6020         (MenuInsertLyXFile): ditto
6021         (workAreaExpose): don't init minibuffer
6022         (update): remove commented code, simplify
6023
6024         * BufferView2.C (openStuff): use LFUN_MESSAGE
6025         (toggleFloat): ditto
6026         (menuUndo): ditto
6027         (menuRedo): ditto
6028         (copyEnvironment): ditto
6029         (pasteEnvironment): ditto
6030         (copy): ditto
6031         (cut): ditto
6032         (paste): ditto
6033         (gotoInset): ditto
6034         (updateInset): remove some commented code
6035
6036         * lastfiles.h: inherit privately from noncopyable
6037         * layout.h: ditto
6038         * lyx_gui.h: ditto
6039         * lyx_main.h: ditto
6040         * lyxlex.h: ditto
6041         * lyxlex_pimpl.h: ditto
6042
6043         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
6044         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
6045         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
6046
6047         * LyXAction.h: inherit privately from noncopyable, add methods
6048         func_begin, func_end, returning iterators to the func map.
6049
6050         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
6051         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
6052         (func_begin): new method
6053         (func_end): new method
6054
6055         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
6056         and not)
6057         (copySelection): ditto
6058         (pasteSelection): ditto
6059
6060         * BufferView.C: whitespace change
6061         * BufferView.h: inherit privately from noncopyable
6062
6063 2001-04-16  Allan Rae  <rae@lyx.org>
6064
6065         * tabular-old.C (l_getline):
6066         * spellchecker.C (sc_check_word):
6067         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
6068         an unrecognised preprocessor directive.  So ensure they're wrapped.
6069
6070 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
6071
6072         * src/exporter.C (Export): Give an error message when path to file
6073         contains spaces.
6074
6075 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
6076
6077         * LaTeX.C (deplog): Always check that foundfile exists.
6078
6079 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6080
6081         * lyx_main.h:
6082         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
6083
6084 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6085
6086         * tabular.[Ch] (getLabelList): implement new method
6087
6088         * minibuffer.h: comment ouf setTiimer
6089
6090         * minibuffer.C (ExecutingCB): constify res
6091         (peek_event): constify s
6092         (Set): constify ntext
6093         (Init): constify nicename
6094
6095         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
6096
6097         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
6098         (savePosition): use two params to Minibuffer::Set
6099         (restorePosition): ditto
6100
6101 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6102
6103         * lyx_main.C: include language.h
6104
6105         * Makefile.am (lyx_main.o): add language.h
6106
6107 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6108
6109         * exporter.C:
6110         * paragraph.C:
6111         * screen.C:
6112         * tabular.C:
6113         * CutAndPaste.C: include gettext.h
6114
6115         * lyxfont.h: remove old hack with ON and OFF.
6116
6117         * lyxparagraph.h:
6118         * lyxfont.h: do not include language.h...
6119
6120         * BufferView2.C:
6121         * LaTeXFeatures.C:
6122         * Painter.C:
6123         * bufferview_funcs.C:
6124         * font.C:
6125         * lyxfont.C:
6126         * text.C:
6127         * text2.C:
6128         * trans_mgr.C:
6129         * paragraph.C: ... but do it here instead
6130
6131 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6132
6133         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
6134
6135         * tabular.C: small reformat
6136
6137         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
6138         NEW_INSETS version
6139         (GetChar): ditto
6140         (BreakParagraph): ditto
6141         (SetOnlyLayout): ditto
6142         (SetLayout): ditto
6143
6144         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
6145         with one arg less.
6146
6147         * lastfiles.C: removed most using decl, add std:: where needed
6148
6149         * buffer.C: ws changes
6150
6151         * MenuBackend.C (class compare_format): put into anon namespace
6152         (expand): constify label, names, action, action2
6153         (expand):
6154
6155         * text.C (SingleWidth): constify font
6156         (IsBoundary): constify rtl2
6157         (GetVisibleRow): constify ww
6158
6159         * LaTeX.C (deplog): constify logfile
6160
6161         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
6162         start_x, end_x
6163         (workAreaExpose): constify widthChange, heightChange
6164
6165         * lyxrow.C (par): moved
6166         (height): moved
6167         (next): moved
6168         * lyxrow.h: as inlines here
6169
6170         * lyxfont.h (shape): moved from lyxfont.C
6171         (emph): moved from lyxfont.C
6172
6173         * lyxfont.C (LyXFont): use initialization list for all
6174         constructors
6175         (shape): move to lyxfont.h as inline
6176         (emph): move to lyxfont.h as inline
6177
6178
6179 2001-04-04  Juergen Vigna  <jug@sad.it>
6180
6181         * vspace.C: had to include stdio.h for use of sscanf
6182
6183 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
6184
6185         * BufferView.h:
6186         * BufferView_pimpl.h: remove xforms cruft. Both classes are
6187         independent of xforms.
6188
6189 2001-04-02  Juergen Vigna  <jug@sad.it>
6190
6191         * spellchecker.C: fixed namespace placing!
6192
6193 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
6194
6195         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
6196         the LyXParagraph * is 0.
6197
6198 2001-03-29  Juergen Vigna  <jug@sad.it>
6199
6200         * vspace.C: added support for %, c%, p%, l%.
6201         (stringFromUnit): added helper function.
6202         (asLatexString): changed to give right results for the %-values.
6203
6204         * buffer.C: convert the widthp in a width%.
6205
6206 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
6207
6208         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
6209         figureForm.[Ch].
6210
6211         * figureForm.[Ch]: stripped the FD_from_figure manipulation
6212         code out of lux_cb.[Ch], ready for its (imminent?) removal.
6213
6214         * lyx_cb.[Ch]: see above.
6215
6216         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
6217         form1.[Ch].
6218
6219         * form1.[Ch]:
6220         * lyx.[Ch]: replaced by figure_form.[Ch].
6221
6222         * lyx_gui.C:
6223         * lyx_gui_misc.C:
6224         * lyxfunc.C: changed headers associated with above changes.
6225
6226 2001-03-27  Juergen Vigna  <jug@sad.it>
6227
6228         * BufferView_pimpl.C: set the temporary cursor right!
6229
6230 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
6231
6232         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
6233
6234 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
6235
6236         * LString.h: removed "using std::getline"!
6237
6238         * BufferView_pimpl.C (Dispatch): changes due to changes in
6239         InsetInclude::Params.
6240
6241         * buffer.C (tag_name): removed redundant break statements as they were
6242         producing lots of warnings with my compiler.
6243
6244 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6245
6246         * LString.h: add "using std::getline" when using the real <string>.
6247
6248 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
6249
6250         * buffer.C: removed bitset usage.
6251         PAR_TAG moved to an anonymous name space.
6252         (tag_name): new funtion, also in the anonymous namespace.
6253         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
6254         (makeDocBookFile): clean code. Completed transition from string arrays
6255         to string vectors.
6256         (SimpleDocBookOnePar): code clean.
6257
6258 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6259
6260         * tabular.C: add some comments.
6261
6262 2001-03-22  Juergen Vigna  <jug@sad.it>
6263
6264         * buffer.C (parseSingleLyXformat2Token): redone the minipage
6265         compatibility read a bit and fixed bug with minipage in different
6266         depth.
6267
6268 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
6269
6270         * buffer.C (pop_tag): removed.
6271         (push_tag): removed.
6272         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
6273         array replaced with vector. Added support for CDATA sections.
6274         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
6275         at any nest level.
6276         (makeDocBookFile): XML conformant declaration of CDATA section,
6277         fixed bug related to <emphasis> in the first paragraph char.
6278         (sgmlOpenTag): exclude empty tags.
6279         (sgmlCloseTag): ditto.
6280
6281         * buffer.h (pop_tag): removed.
6282         (push_tag): removed.
6283
6284 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
6285
6286         * language.h (Languages): added size_type and size().
6287
6288 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6289
6290         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
6291         response on compability reading of minipages. One probliem is that
6292         the old usage of minipages was «flertydig»
6293
6294         * several files here and in subdirs: don't use static at file
6295         scope use anon namespaces instead.
6296
6297 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
6298
6299         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
6300         LaTeX output. This is necessary for Literate document
6301         processing.
6302
6303 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6304
6305         * buffer.C: insert hfill when needed.
6306
6307         * tabular.C (l_getline): use string::erase, small whitespace change.
6308
6309         * BufferView_pimpl.C: try the anon namespace.
6310         * WorkArea.C: ditto
6311
6312 2001-03-16  Juergen Vigna  <jug@sad.it>
6313
6314         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
6315         otherwise it won't open options-dialogs.
6316
6317         * buffer.C: honor pextraWidth(p) on converting minipages.
6318
6319         * tabular.C (l_getline): changed the functions to strip trailing \r.
6320
6321 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
6322
6323         * BufferView_pimpl.C:
6324         * minibuffer..C: added "using SigC::slot" declaration.
6325
6326 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6327
6328         * lyxlex_pimpl.h: noncopyable is in namespace boost.
6329
6330         * text2.C: ditto
6331
6332         * text.C: ditto
6333
6334         * paragraph.C: ditto
6335
6336         * lyxtext.h: NO_PEXTRA
6337
6338         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
6339
6340         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
6341         * ParameterStruct.h: ditto
6342         * ParagraphParameters.h: ditto
6343         * lyxparagraph.h: ditto
6344
6345 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6346
6347         * buffer.C: add compability for minipage alignment.
6348         (latexParagraphs): remove unwanted pextra check.
6349
6350         * several files: remove CXX_WORKING_NAMESPACES
6351
6352         * buffer.C (pop_tag): tie is in namespace boost
6353
6354         * BufferView.h: noncopyable is in namespace boost
6355         * lyxlex.h: ditto
6356         * lyx_main.h: ditto
6357         * lyx_gui.h: ditto
6358         * layout.h: ditto
6359         * lastfiles.h: ditto
6360         * bufferlist.h: ditto
6361         * ShareContainer.h: ditto
6362         * LyXView.h: ditto
6363         * LyXAction.h: ditto
6364         * LaTeX.h: ditto
6365
6366 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6367
6368         * Merging changes from BRANCH_MVC back into HEAD.
6369
6370         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
6371
6372 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
6373
6374         * BufferView_pimpl.C: change from intl.C
6375
6376         * combox.h:
6377         * combox.C:
6378         * Makefile.am: move combox.*
6379
6380         * form1.h:
6381         * form1.C:
6382         * lyx_gui.C:
6383         * intl.h:
6384         * intl.C: remove dialog (covered by prefs)
6385
6386 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6387
6388         * lyxfunc.C (Dispatch): removed redundant break statement.
6389
6390 2001-03-14  Juergen Vigna  <jug@sad.it>
6391
6392         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
6393
6394 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6395
6396         * buffer.C: add hack to fix compability reading of minipages.
6397
6398 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
6399
6400         * buffer.C (getLists): Cleanup.
6401
6402 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6403
6404         * lyxfont.C (update): don't honor toggleall on font size.
6405
6406 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
6407
6408         * bmtable.c:
6409         * bmtable.h:
6410         * Makefile.am: moved to frontends/xforms/
6411
6412         * lyx_gui_misc.C:
6413         * lyxfunc.C:
6414         * BufferView_pimpl.C: changes for moved mathpanel
6415
6416 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6417
6418         * gettext.h: fix gettext_init() in --disable-nls
6419
6420 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6421
6422         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
6423
6424 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
6425
6426         * lyx.C:
6427         * lyx.h: strip external form
6428
6429 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6430
6431         * BufferView_pimpl.C: add comment, destroySplash()
6432
6433 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6434
6435         * BufferView_pimpl.C:
6436         * LyXAction.C:
6437         * buffer.C:
6438         * commandtags.h:
6439         * lyxfunc.C: use re-worked insetinclude
6440
6441 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6442
6443         * buffer.C: add using std::stringstream.
6444
6445         * lyx_cb.C: readd using std::ios.
6446
6447         * buffer.C: add using std::map.
6448
6449         * BufferView_pimpl.C: add using std::vector.
6450
6451         * ShareContainer.h: add std:: to swap.
6452
6453         * buffer.h: add some typedefs
6454         * buffer.C (getLists): use them
6455         (getLists): renamed from getTocList.
6456         add a counter for the different float types and use it in the
6457         generated string.
6458         (getLists): use the same counter for the NEW_INSETS and the "non"
6459         NEW_INSETS
6460
6461         * lyx_cb.h: remove unused items, includes, using etc.
6462
6463         * ShareContainer.h: remove some commented code, add more comments
6464         and "documentation".
6465
6466 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6467
6468         * buffer.C (getTocList): make the list also when NEW_INSETS is
6469         defined.
6470
6471         * buffer.h: remove TocType
6472
6473         * buffer.C (getTocList): change to return a map<string,
6474         vector<TocItem> >, implement for dynamic number of list.
6475
6476         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
6477         * text2.C (PasteSelection): adjust
6478         * CutAndPaste.C (pasteSelection): adjust
6479
6480         * FloatList.C (FloatList): update from the new_insets branch.
6481         * Floating.[Ch]: ditto
6482         * LaTeXFeatures.C: ditto
6483         * buffer.C: ditto
6484         * lyxlex_pimpl.C: ditto
6485
6486         * paragraph.C (Last): remove when NEW_INSETS is defined.
6487
6488         * other file: changes because of the above.
6489
6490 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6491
6492         * lyxparagraph.h: rename next to next_, previous to previous_,
6493         make them private for NEW_INSETS. Rename Next() to next(),
6494         Previous() to previous().
6495
6496         * other files: changes because of the above.
6497
6498 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
6499
6500         * BufferView.h:
6501         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
6502         problem.
6503
6504 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6505
6506         * main.C (main): pass lyx_localedir to gettext_init().
6507
6508         * gettext.h: remove locale_init and gettext_init macros
6509
6510         * gettext.C (locale_init): new function
6511         (gettext_init): new function
6512
6513         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
6514         setlocale().
6515
6516 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
6517
6518         * Moved credits to frontends:
6519         * credits.[Ch]: removed
6520         * credits_form.[Ch]: removed
6521         * lyx_gui_misc.C: remove credits stuff
6522         * Makefile.am:
6523
6524 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6525
6526         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
6527
6528         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
6529         unneeded destructor.
6530
6531         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
6532         a standalone pointer again.
6533
6534         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
6535
6536 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
6537
6538         * Makefile.am:
6539         * filedlg.h:
6540         * filedlg.C:
6541         * LyXAction.C:
6542         * ToolbarDefaults.C:
6543         * bufferlist.C:
6544         * commandtags.h:
6545         * form1.C:
6546         * form1.h:
6547         * lyx_cb.C:
6548         * lyx_cb.h:
6549         * lyxfunc.h:
6550         * lyxfunc.C:
6551         * BufferView_pimpl.C: use new file dialog in GUII
6552
6553         * lyx_cb.h:
6554         * lyx_cb.C: remove LayoutsCB to Toolbar
6555
6556 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6557
6558         * ShareContainer.h (get): add std:: qualifier
6559
6560 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6561
6562         * ShareContainer.h: define a proper ShareContainer::value_type
6563         type (and use typename to please compaq cxx)
6564
6565 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6566
6567         * lyxparagraph.h: move serveral local vars to
6568         ParameterStruct/ParagraphParameters., use ShareContainer in
6569         FontTable., make vars in FontTable private and add getter and
6570         setter.
6571
6572         * paragraph.C: changes because of the above.
6573
6574         * lyxfont.h: remove copy constructor and copy assignment. (the
6575         default ones is ok), move number inside FontBits. move inlines to
6576         lyxfont.C
6577
6578         * lyxfont.C: add number to initializaton of statics, move several
6579         inlines here. constify several local vars. some whitespace
6580         cleanup. Dont hide outerscope variables.
6581
6582         * Spacing.h: add two new constructors to match the set methods.
6583
6584         * ShareContainer.h: new file, will perhaps be moved to support
6585
6586         * ParameterStruct.h: new file
6587
6588         * ParagraphParameters.h: new file
6589
6590         * ParagraphParameters.C: new file
6591
6592         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
6593         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
6594
6595         * BufferView_pimpl.C: ParagraphParameter changes.
6596         * buffer.C: Likewise.
6597         * bufferview_funcs.C: Likewise.
6598         * text.C: Likewise.
6599         * text2.C: Likewise.
6600
6601 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6602
6603         * lyxfind.C (LyXReplace): do not redefine default argument in
6604         implementation.
6605         (IsStringInText): ditto
6606         (SearchForward): ditto
6607         (SearchBackward): ditto
6608
6609 2001-03-06  Juergen Vigna  <jug@sad.it>
6610
6611         * lyxfind.C (IsStringInText): put parentes around expressions.
6612
6613 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
6614
6615         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
6616
6617 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
6618
6619         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
6620
6621         * stl_string_fwd.h: add comment
6622
6623         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
6624
6625         * tabular.h:
6626         * tabular.C: remove unused DocBook methods
6627
6628         * intl.C:
6629         * language.C:
6630         * paragraph.C:
6631         * buffer.C:
6632         killed DO_USE_DEFAULT_LANGUAGE
6633
6634 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6635
6636         * lyx_gui.C: do not include language.h.
6637
6638         * bufferview_funcs.C (ToggleAndShow): do not provide optional
6639         arguments in function implementation.
6640
6641 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6642
6643         * BufferView_pimpl.C: add <ctime>
6644
6645 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6646
6647         * BufferView_pimpl.C: add using std::find_if
6648
6649 2001-02-27  José Matos  <jamatos@fep.up.pt>
6650
6651         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
6652         by OnlyPath.
6653
6654 2001-02-11  José Matos  <jamatos@fep.up.pt>
6655
6656         * buffer.C (makeDocBookFile): command styles now have a parameter as
6657         "title" by default.
6658
6659 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
6660
6661         * layout_forms.[Ch]: removed
6662         * lyx_cb.[Ch]: out character
6663         * lyx_gui.C: out character
6664         * lyx_gui_misc.C: out character
6665         * bufferview_funcs.C: : out character,
6666         added toggleall as parameter in ToggleAndShow
6667
6668 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
6669
6670         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
6671
6672         * text2.C (SetCurrentFont): Disable number property at boundary.
6673
6674 2001-02-26  Juergen Vigna  <jug@sad.it>
6675
6676         * lyxfunc.C (getStatus): added a string argument override function so
6677         that this is correctly called from LyXFunc::Dispatch if it contains a
6678         do_not_use_argument which is used!
6679         (Dispatch): added check for "custom" export and call appropriate func.
6680
6681 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
6682
6683         * lyxrc.C: Add language_command_local, language_use_babel and
6684         language_global_options.
6685
6686         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
6687
6688         * buffer.C (makeLaTeXFile): Use language_use_babel and
6689         language_global_options.
6690
6691 2001-02-23  Juergen Vigna  <jug@sad.it>
6692
6693         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
6694         which works with LyXText and putted it inside BufferView. Here now we
6695         only call for that part the BufferView::Dispatch() function.
6696
6697         * BufferView.C (Dispatch): added.
6698
6699         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
6700         functions which needs to use a LyXText over from LyXFunc.
6701         (MenuInsertLyXFile): added
6702         (getInsetByCode): added
6703         (moveCursorUpdate): added
6704         (static TEXT): added
6705
6706 2001-02-22  Juergen Vigna  <jug@sad.it>
6707
6708         * BufferView_pimpl.C (update): call a status update to see if LyXText
6709         needs it.
6710
6711 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6712
6713         * vc-backend.C (revert): implement for CVS
6714         (getLog): implement for CVS
6715
6716 2001-02-20  Juergen Vigna  <jug@sad.it>
6717
6718         * text2.C (ClearSelection): added BufferView param for inset_owner call
6719
6720         * lyxfunc.C (TEXT): added this function and use it instead of
6721         directly owner->view()-text of getLyXText().
6722
6723 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
6724
6725         * src/layout_forms.C: out preamble
6726         * src/layout_forms.h: out preamble
6727         * src/lyx_cb.C: out preamble
6728         * src/lyx_cb.h: out preamble
6729         * src/lyx_gui.C: out preamble
6730         * src/lyx_gui_misc.C: out preamble
6731         * src/lyxfunc.C: connect with guii preamble
6732
6733 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
6734
6735         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
6736
6737 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
6738
6739         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
6740         whether to run bibtex.
6741
6742 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
6743
6744         * Makefile.am (lyx_SOURCES): Remove BackStack.h
6745
6746 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6747
6748         * Makefile.am (lyx_SOURCES): removed bibforms.h
6749
6750         * vspace.h: doxygen
6751
6752         * text.C (GetVisibleRow): make several local vars const
6753
6754         * tabular.C: small cleanup.
6755
6756         * lyxserver.C (callback): use compare instead of strncmp
6757
6758         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
6759         inlines to after class or to paragraph.C
6760
6761         * lyxfont.h: remove friend operator!=
6762
6763         * converter.h: move friend bool operator< to non friend and after
6764         class def.
6765
6766         * combox.h: small cleanup
6767
6768         * buffer.h: doxygen, remove unused constructor, move inclas inlies
6769         to inlines after class def.
6770
6771         * buffer.C (pop_tag): use string operations instead of strcmp
6772
6773         * bmtable.c: doxygen, small cleanup
6774
6775         * LaTeX.h: remove friend operator==
6776
6777 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
6778
6779         * screen.C:
6780         * lyxrc.[Ch]:
6781         * lyxfunc.C:
6782         * lyxfont.[Ch]:
6783         * lyx_cb.C:
6784         * intl.[Ch]:
6785         * commandtags.h:
6786         * buffer.C:
6787         * WorkArea.[Ch]:
6788         * LyXAction.C:
6789         * BufferView_pimpl.C:
6790         * BufferView.[Ch]: remove cruft
6791
6792 2001-02-14  Juergen Vigna  <jug@sad.it>
6793
6794         * lyxfunc.C: removed #if 0 unused code
6795
6796         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
6797
6798         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
6799
6800         * text2.C (SetSelection): added a BufferView * parameter
6801
6802 2001-02-13  Juergen Vigna  <jug@sad.it>
6803
6804         * lyxfunc.C (Dispatch): fixed protected blank problem.
6805         * BufferView2.C (protectedBlank): added LyxText * parameter.
6806
6807         * tabular.C (AppendRow): forgot to set row_info of newly added row.
6808         (AppendColumn): same as above for column_info.
6809
6810         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
6811         (moveCursorUpdate): use a LyXText param for support of InsetText.
6812
6813         * BufferView_pimpl.C (doubleClick): added support for InsetText.
6814         (tripleClick): ditto
6815
6816         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
6817
6818         * BufferView_pimpl.C (update): added LyXText param to honor insets.
6819
6820         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
6821
6822         * text2.C (SetSelection): set correct update status if inset_owner
6823         (ToggleFree): ditto
6824
6825 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
6826
6827         * tabular.C: remove some commented code.
6828
6829 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
6830
6831         * BufferView_pimpl.C: call hideSplash()
6832
6833         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
6834
6835         * include_form.h:
6836         * bibforms.h: remove
6837
6838         * lyxfunc.C:
6839         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
6840           add LFUN_CHILD_CREATE
6841
6842         * counters.h: fix tiny typo
6843
6844         * lyx_cb.C:
6845         * lyx.h:
6846         * lyx_gui.C:
6847         * lyx.C: move splash to frontends/xforms/
6848
6849         * lyx_gui_misc.C: move Include and Bibform to frontends
6850
6851         * lyxvc.h: clarify comment
6852
6853         * vspace.C: tiny housekeeping
6854
6855 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
6856
6857         * text.C (PrepareToPrint): RTL Fix.
6858
6859         * paragraph.C (GetUChar): New method.
6860         (String):  Use GetUChar.
6861
6862         * buffer.C (asciiParagraph): Use GetUChar.
6863
6864 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
6865
6866         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
6867
6868 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
6869
6870         * buffer.h:
6871         * buffer.C: rename to getLogName(), handle
6872           build log / latex log nicely
6873
6874 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6875
6876         * MenuBackend.C:
6877         * MenuBackend.h: remove support for reference menuitem type.
6878
6879 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
6880
6881         * BufferView_pimpl.C: housekeeping
6882         * BufferView_pimpl.h:
6883         * LyXView.h:
6884         * Makefile.am:
6885         * Timeout.C:
6886         * Timeout.h:
6887         * minibuffer.h: move Timeout GUI-I
6888
6889 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
6890
6891         * lyxrc.C (read): Update converters data-structures.
6892
6893 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
6894
6895         * LaTeX.h (operator!=): add operator != for Aux_Info
6896
6897 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
6898
6899         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
6900
6901         * LaTeXLog.C: deleted, useful code moved to Buffer
6902
6903         * buffer.h:
6904         * buffer.C: new function getLatexLogName()
6905
6906         * lyx_gui_misc.C:
6907         * lyx_gui.C:
6908         * lyxvc.C:
6909         * lyxvc.h:
6910         * lyxfunc.C: use frontends for LaTeX and VC logs
6911
6912 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6913
6914         * LaTeX.h: yet another std:: that Allan forgot.
6915
6916         * Variables.C (set): renamed from isset(), because this clashes
6917         with some HP-UX macros (grr).
6918
6919 2001-02-06  Allan Rae  <rae@lyx.org>
6920
6921         * LaTeX.h: Another bug fix.  Missing std:: this time.
6922
6923 2001-02-04  Allan Rae  <rae@lyx.org>
6924
6925         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
6926         floats problem. I've left it commented out because it's not quite
6927         correct.  It should also test that the current object is a table or
6928         figure inset.  But I haven't gotten around to figuring out how to do
6929         that.  I *think* it'll be something like: "table" == inset.type()
6930
6931         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
6932         bool.
6933
6934 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
6935
6936         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
6937         all the citation/databases/styles in the auxilary file.
6938         (run): Rerun latex if there was a babel language error.
6939
6940 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
6941
6942         * text.C (Backspace): Preserve the font when changing newline char
6943         with a space.
6944         (BreakParagraph): If the cursor is before a space, delete the space.
6945
6946         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
6947
6948 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
6949
6950         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
6951         new argument (code).
6952         (ChangeCitationsIfUnique): New method.
6953
6954         * paragraph.C (GetPositionOfInset): Handle bibkey.
6955
6956 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6957
6958         * BufferView_pimpl.h: change type of Position::par_pos to
6959         LyXParagraph::size_type.
6960
6961 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
6962
6963         * BufferView_pimpl.C (savePosition, restorePosition): Write
6964         messages to minibuffer.
6965
6966 2001-01-28  José Matos  <jamatos@fep.up.pt>
6967
6968         * buffer.C (makeDocBookFile): adds support for document language.
6969         A silly restriction on the name of LatexCommand types where removed.
6970         Added support for CDATA sections, allows to chars unescaped, used
6971         among others in code, to avoid escape < and >.
6972
6973 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6974
6975         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
6976         saved positions instrad of a stack. Furthermore, a position is
6977         stored using paragraph id/paragraph position.
6978
6979         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
6980         Remove LFUN_REF_BACK.
6981
6982 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6983
6984         * converter.C (dvipdfm_options): New method.
6985
6986 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
6987
6988         * vspace.C (isValidLength): Fix for empty input string.
6989
6990 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6991
6992         * LyXAction.C (init): change description of LFUN_FIGURE to
6993         "Insert Graphics"
6994
6995 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6996
6997         * LaTeX.C: add using directive
6998
6999 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
7000
7001         * MenuBackend.C (expand): Fix the sorting of the formats.
7002
7003 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
7004
7005         * lyx_main.C: tiny error message fix
7006
7007 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7008
7009         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
7010         calling fl_initialize(). This fixes the problem with ',' as
7011         decimal separator in text files.
7012
7013 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
7014
7015         * trans.C (process): Fix the keymap bug.
7016
7017 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
7018
7019         * LaTeX.C (scanAuxFiles): New method. Provides support for
7020         multiple bibliographies (when using the bibtopic/bibunits pacakges).
7021         (scanLogFile) Scan for "run BibTeX" messages.
7022
7023         * buffer.C (makeLaTeXFile): Do not load the ae package when using
7024         OT1 font encoding. Also, load the aecompl package if the ae
7025         package is loaded.
7026
7027         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
7028
7029 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7030
7031         * texrow.C (increasePos): turn two error messages into debug
7032         messages.
7033
7034 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
7035
7036         * LaTeX.C (scanAux): Handle the \@input macro.
7037         (runBibTeX): Use scanAux().
7038
7039         * language.C (latex_options_): New field.
7040
7041         * LaTeXFeatures.C (getMacros): Add language macros.
7042
7043         * buffer.C (makeLaTeXFile): Small fix.
7044
7045 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7046
7047         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
7048
7049         * text2.C: add a using directive.
7050
7051 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
7052
7053         * BufferView2.C:
7054         * lyx_gui_misc.h:
7055         * lyxfr1.C:
7056         * lyxfunc.C: kill LyXBell.
7057
7058 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
7059
7060         * text.C (IsBoundary): Remove the error message
7061
7062         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
7063
7064         * lyxrc.C (setDefaults): Correct initialization value for
7065         font_norm_type.
7066
7067 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7068
7069         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
7070         gotoError().
7071
7072         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
7073         and GotoNextNote().
7074
7075         * src/LyXAction.C: Added reference-next.
7076
7077         * text.C (InsertChar): Use contains instead of strchr.
7078
7079         * lyx_cb.C (MenuInsertLabel): Enable default value code.
7080
7081 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
7082
7083         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
7084         alignment commands (when needed).
7085
7086         * text.C (InsertChar): Add ':' to number separator chars.