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