]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
remove unused Paragraph::copyIntoMinibuffer
[lyx.git] / src / ChangeLog
1
2 2003-07-30  André Pönitz  <poenitz@gmx.net>
3
4         * Paragraph.[Ch] (copyIntoMinibuffer) removed unused function
5
6 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
7
8         * LColor.[Ch]: Add comment and greyedout logical colors.
9
10 2003-07-30  André Pönitz  <poenitz@gmx.net>
11
12         * tabular.C: don't use Assert too heavily. This crashes where it
13           shouldn't
14
15 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
16
17         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
18         is disabled (bug 1232)
19
20 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
21
22         * factory.C: limited 'arg' scope
23
24 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
25
26         * factory.C: fixed Note submenu issues
27
28 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
29
30         * factory.C: submenu for Note/Comment/Greyedout
31
32 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
33         
34         * lyx_main.C (LyX):
35         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
36         
37 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
38
39         * LaTeXFeatures.C:
40         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
41         greyedout. Patch provided by Jürgen Spitzmüller.
42
43 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
44
45         * kbmap.C (read): fix error message when reading bind files
46
47 2003-07-29  Angus Leeming  <leeming@lyx.org>
48
49         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
50         certainly does not do what it purports to do. I am doing it, and
51         us, a favour by killing it.
52
53 2003-07-28  José Matos  <jamatos@lyx.org>
54
55         * buffer.C (readBody, do_writeFile):
56         * paragraph.C(readParagraph): \end_document replaces \the_end.
57
58 2003-07-29  André Pönitz  <poenitz@gmx.net>
59
60         * BufferView.[Ch]:
61         * BufferView_pimpl.[Ch]:
62         * lyxfunc.C:
63         * text2.C:
64         * text3.C:
65         * textcursor.[Ch]: remove toggleToggle & Co
66
67 2003-07-28  José Matos  <jamatos@fep.up.pt>
68
69         * buffer.C (readParagraph):
70         * params_func (readParToken, readParagraph):
71         * paragraph.C (write): \layout -> \begin_layout.
72
73 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
74
75         * lyxlex_pimpl.C (setFile): clean up slightly.
76
77         * bufferparams.h: add compressed var
78
79         * buffer_funcs.C (readFile): adjust for LyXLex change
80         (newFile): ditto + simplify
81
82         * buffer.C (writeFile): handle writing of compressed files
83
84         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
85         Check if the file is compressed and set a bufferparm if so.
86
87         * Makefile.am (lyx_LDADD): remove explicit -lz
88
89 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
90
91         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
92         makeDocBookFile): put the real LyX version in the first line of
93         the file
94
95         * version.h:
96         * version.C.in: remove lyx_docversion
97
98         * tabular.C (write_attribute): add a template-based version to
99         write enums properly
100
101 2003-07-28  André Pönitz  <poenitz@gmx.net>
102
103         * lyxtext.h:
104         * text.C:
105         * text2.C:
106         * text3.C: use doubles again for x-coordinates. They are needed.
107
108 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
109
110         * messages.C (getLocaleDir): use lyx_localedir()
111
112         * lyxlex_pimpl.C (setFile): compress stuff
113
114         * buffer.C (writeFile): add some compression stuff
115         (do_writeFile): new func, dont call expliti close... will this
116         breake anything?
117
118         * Makefile.am (lyx_LDADD): add -lz
119
120 2003-07-28  José Matos  <jamatos@fep.up.pt>
121
122         * buffer.C: increment file format.
123         * paragraph_funcs (readParagraph, readParToken):
124         * paragraph.C (readParagraph): add \end_layout.
125
126 2003-07-27  Angus Leeming  <leeming@lyx.org>
127
128         * Makefile.am: remove special casing for configure-time setting of
129         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
130
131         * lyx_main.C (init): remove all Jean-Marc's magic setting of
132         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
133
134 2003-07-26  André Pönitz  <poenitz@gmx.net>
135
136         * paragraph_func.[Ch]:
137         * paragraph.C (realizeFont): inline it whereever it is used
138
139         * rowpainter.C:
140         * text.C:
141         * text2.C:
142         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
143
144
145 2003-07-26  André Pönitz  <poenitz@gmx.net>
146
147         *       lyxtext.h:
148         * text.C:
149         * text2.C: get rid of LyXText::need_break_row
150
151 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
152
153         * toc.[Ch]: put namespace toc inside namespace lyx
154
155         * MenuBackend.C (expandToc2): adjust for lyx::toc
156         (expandToc): ditto
157
158         * lyxfunc.C (dispatch): adjust for lyx::find
159
160         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
161         lyx::find instead. Reorganize a bit.
162         (LyXReplace): rename to replace
163         (LyXFind): rename to find
164
165         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
166         (dispatch): ditto
167
168 2003-07-26  André Pönitz  <poenitz@gmx.net>
169
170         * text.C (setHeightOfRow): restrict scope of temporary variable
171
172         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
173           code (never has been used?)
174
175 2003-07-27  Asger Alstrup  <alstrup@local>
176
177         * text.C (fill): Optimise algorithm to exploit that we can reuse
178         the LyXFont for many characters.
179         (setHeightOfRow): Same thing.
180         (rowBreakPoint): Same thing.
181
182 2003-07-26  Asger Alstrup  <alstrup@local>
183
184         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
185
186         * text.C (singleWidth): Spurious font copying in hot-spot
187         singleWidth avoided. Reorder tests for arabic for efficiency.
188
189         * text.C (fill): handle empty paragraphs better.
190
191 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
192
193         * ispell.C:
194         * encoding.h: add includes
195
196         * lyxrc.C: remove reading of bind files
197
198         * lyx_main.C (init): setup bindings and menus only if we have a
199         gui.
200
201         * kbmap.C (read): new method. Do the actual reading of bind
202         files.
203
204         * converter.C (dvipdfm_options):
205         * bufferparams.C:
206         * lyxrc.C (read):
207         (output): adapt PAPER_* enums.
208
209         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
210
211         * bufferparams.h: remove paper-related enums from there
212
213         * paper.h: New file. A trivial header file to hold paper-related
214         enums. It should later expand to contain many paper-related
215         horrors access.
216
217         * lyxrc.C: declare extern displayTranslator
218
219 2003-07-27  José Matos  <jamatos@fep.up.pt>
220
221         * tabular.[Ch] (linuxdoc): add support for tables and figures
222         (linuxdoc).
223
224 2003-07-27  José Matos  <jamatos@fep.up.pt>
225
226         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
227         consistency in both functions.
228         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
229
230 2003-07-26  Asger Alstrup  <alstrup@local>
231
232         * rowpainter.C (paintRows): Change algorithm to work directly on
233         the insets rather than asking every character in the document
234         whether its an inset.
235
236 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
237
238         * buffer.C (openFileWrite): factorize some code
239
240 2003-07-26  Angus Leeming  <leeming@lyx.org>
241
242         * lyx_cb.C:
243         * lyx_main.[Ch]: replace occurances of system_tempdir with
244         os::getTmpDir().
245
246 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
247
248         * rename Inset to InsetOld
249
250 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
251
252         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
253         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
254         which I think is a bit clearer. EDIT is gone, since it was
255         premature optimisation, and broken for mathed anyway.
256         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
257         with cursor positioning in insets as well (math insets still do not
258         work, but that's a different story anyway.) It mysteriously
259         crashes sometimes with undo in the first paragraph, but I'm fairly
260         confident that this is a compiler bug.
261
262 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
263
264         * paragraph.C (Paragraph): adjust for new clone return type
265         (operator==): ditto
266         (copyIntoMinibuffer): ditto
267
268 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
269
270         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
271         by not having a special case, and always doing a full rebreak of
272         the document after undo.
273
274 2003-07-23  Angus Leeming  <leeming@lyx.org>
275
276         * factory.C (createInset): InsetExternal::setParams now takes a
277         Buffer const * arg.
278
279 2003-07-23  Angus Leeming  <leeming@lyx.org>
280
281         * factory.C (createInset): changed interface to the external and
282         graphics mailers' string2params functions.
283
284 2003-07-23  Angus Leeming  <leeming@lyx.org>
285
286         * factory.C (createInset): pass a
287         Buffer const * parameter to InsetExternalMailer's string2params.
288
289 2003-07-22  John Levon  <levon@movementarian.org>
290
291         * Thesaurus.h: include the right aiksaurus header
292
293 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
294
295         * MenuBackend.C (expand): check menu shortcuts unconditionally
296
297 2003-07-21  Angus Leeming  <leeming@lyx.org>
298
299         * factory.C (createInset): pass a
300         buffer_path parameter to InsetGraphicsMailer's string2params.
301
302 2003-07-21  Angus Leeming  <leeming@lyx.org>
303
304         * BufferView_pimpl.C (buffer):
305         * buffer.C (d-tor):
306         * lyx_main.C (LyX):
307         * lyxfunc.C (dispatch):
308         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
309         rather than the grfx shortcut.
310
311 2003-07-21  André Pönitz  <poenitz@gmx.net>
312
313         * rowpainter.C: remove unused variables
314
315         * tabular_funcs.C:
316         * tabular_funcs.h: move to tabular.C
317         * Makefile.am: adjust
318
319         * tabular.[Ch]: basic optical cleaning
320
321         * author.h: pass references, not values
322
323 2003-07-18  André Pönitz  <poenitz@gmx.net>
324
325         * lyxtext.h:
326         * metricsinfo.C:
327         * metricsinfo.h:
328         * rowpainter.C:
329         * text.C:
330         * text2.C:
331         * text3.C: two-phase drawing for InsetText and InsetTabular
332         some float -> int changes.
333
334 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
335
336         * lyx_main.C: fix the fix
337
338 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
339
340         * lyx_main.C: fix a crash in batch mode if no files specified
341         * converter.C: ws
342
343 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
344
345         * format.[Ch] (papersize): moved to BufferParams
346         * converter.[Ch] (dvips_options): moved to BufferParams
347         (dvipdfm_options): moved to anon namespace
348         * bufferparams.[Ch]: added above functions.
349
350 2003-07-17  André Pönitz  <poenitz@gmx.net>
351
352         * lyxtext.h:
353         * rowpainter.C:
354         * text2.C: don't call inset->update() anymore
355
356         * metricsinfo.[Ch]: add convenience constructor
357
358 2003-07-16  André Pönitz  <poenitz@gmx.net>
359
360         * lyxcursor.[Ch]:
361         * lyxfunc.[Ch]:
362         * text.C:
363         * text2.C: replace the LyXCursor::irow_ member with
364          on-demand computation of the value
365
366 2003-07-16  John Levon  <levon@movementarian.org>
367
368         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
369
370 2003-07-15  André Pönitz  <poenitz@gmx.net>
371
372         * text.C:
373         * text2.C: remove no more needed refresh_row
374
375 2003-07-15  André Pönitz  <poenitz@gmx.net>
376
377         * lyxtext.h:
378         * rowpainter.C:
379         * text2.C:
380         * text3.C: refresh_status tristate -> need_update bool
381
382 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
383
384         * lyxtext.h (init): remove reinit argument (act as if always true)
385         * text2.C: adjust to that
386
387 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
388
389         * bufferview_funcs.[Ch]: introduce function replaceSelection()
390         * text3.C: use it to delete selections in some cases
391         (bugs 441, 673, 702, 954).
392
393 2003-07-14  André Pönitz  <poenitz@gmx.net>
394
395         * rowpainter.[Ch]: reduce interface
396
397 2003-07-14  André Pönitz  <poenitz@gmx.net>
398
399         * BufferView_pimpl.C:
400         * text2.C: adjust after removing unused BufferView * argument
401
402 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
403
404         * text2.C (init): fix a crash fired on resize
405
406 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
407
408         * buffer.[Ch]: added new closing signal
409         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
410         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
411         BufferView::Pimpl via the closing the signal
412
413 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
414
415         * buffer.[Ch]: take out all bv-related from buffer
416         * BufferView.C:
417         * BufferView_pimpl.[Ch]: connect to new signals
418         * CutAndPaste.C: removed useless asserts
419         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
420         * lyxvc.[Ch]:
421         * vc-backend.[Ch]:
422         * lyxfunc.C: moved view-related funciontality from vc here
423         * paragraph.C: removed outdated comments
424         * text.C: ws
425
426 2003-07-10  André Pönitz  <poenitz@gmx.net>
427
428         * BufferView_pimpl.C:
429         * tabular.h:
430         * tabular_funcs.C:
431         * text.C:
432         * text2.C: remove InsetText::InnerCache, clean up consequences
433
434 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
435
436         * ispell.C: fix two typos in error messages
437
438 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
439
440         * Extend Note inset to other forms of annotation like Comment
441         and Greyedout. Right button click gives dialog.
442
443         Files modified or added (+):
444
445         * insetnote.[Ch]
446         * FormNote.[Ch]      +
447         * ControlNote.[Ch]   +
448         * form_note.fd       +
449         * Makefile.am in frontends/xforms, frontends/xforms/forms,
450         frontends/controllers
451         * xforms/Dialogs.C
452         * factory.C
453
454 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
455
456         * aspell.C: add missing namespace lyx::support
457
458 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
459
460         * BufferView.[Ch] (newFile): Add
461         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
462         * LaTeX.[Ch] (message): added this signal and use it
463         * buffer.[Ch] (busy, message): added these signals and use them
464         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
465         * converter.C:
466         * exporter.C:
467         * format.C:
468         * importer.C: use buffer signals instead of direct bv calling
469         * lyx_cb.[Ch] (ShowMessage): removed
470         * lyx_main.C:
471         * lyxfunc.C:
472         * paragraph_funcs.C:
473         * text2.C: use buffer signals
474
475 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
476
477         * introduce namespace lyx::graphics
478
479 2003-07-02  André Pönitz  <poenitz@gmx.net>
480
481         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
482
483 2003-07-01  André Pönitz  <poenitz@gmx.net>
484
485         * text.C:
486         * text2.C:
487         * text3.C:
488         * text_funcs.[Ch]:
489         * textcursor.h:
490         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
491           text*.C to text_func.C
492
493 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
494
495         * introduce namespace lyx::support
496
497 2003-06-30  André Pönitz  <poenitz@gmx.net>
498
499         * Chktex.C:
500         * funcrequest.C:
501         * lyxtext.h:
502         * text.C: re-enable --with-included-string
503
504 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
505
506         * textcursor.C: add <config.h>
507
508         * text.C (getWord): remove const from word_location arg
509
510         * lyxvc.C (getLogFile): fix const type order
511
512         * lyxtext.h: remove const from word_location arg, add arg name
513
514         * lyxlayout.h: currect type on labeltype.
515
516         * importer.C: correct \file
517
518         * converter.C (intToFormat): use std:: on ret val, ws changes
519
520         * bufferlist.h: correct \file
521
522         * buffer.C (makeLinuxDocFile): fix const type order
523         (makeDocBookFile): ditto
524         (fillWithBibKeys): use std:: on stdlib args.
525
526         * CutAndPaste.C: fix authors.
527         (availableSelections): use std:: on return vector
528
529 2003-06-27  André Pönitz  <poenitz@gmx.net>
530
531         * BufferView_pimpl.C:
532         * bufferview_funcs.C:
533         * lyxcursor.C:
534         * lyxcursor.h:
535         * lyxfunc.C:
536         * lyxtext.h:
537         * rowpainter.C:
538         * text.C:
539         * text2.C:
540         * text3.C: remove LyXCursor::row_ member
541
542         * lyxtext.h:
543         * text.C: rename fullRebreak() to partialRebreak() and implement
544           a fullRebreak() that really bereks fully
545
546         * textcursor.h: new struct for cursor-related data
547
548 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
549
550         * lyx_main.C (LyX): get full path of document loaded on the
551         command line
552
553 2003-06-26  André Pönitz  <poenitz@gmx.net>
554
555         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
556           remove unused/broken operator>,<,>=.
557
558         *       text.C: remove only use of broken operator<= in an Assert().
559
560 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
561
562         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
563         moved errorlist_.clear to showErrorList
564
565 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
566
567         * converter.C (scanLog, runLaTeX):
568         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
569         move the bv->showErrorList call to the callers
570         * lyxfunc.C: i.e. here...
571         * text2.C: and here
572         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
573         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
574         namespace, the second to...
575         * buffer_funcs (BufferFormat, parseErrors): added
576         * errorlist.C (ErrorList(TeXErrors const &)): removed
577
578 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
579
580         * ToolbarBackend.C (getIcon): complain when icon cannot be found
581
582 2003-06-24  "Garst R. Reese" <reese@isn.net>
583
584         * debug.C: fix typo
585
586 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
587
588         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
589
590         * version.C.in: change docversion to 1.4
591
592 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
593
594         * buffer.C: fix a bug just introduced
595
596 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
597
598         * buffer.[Ch]: added the parseError signal and use it, removed
599         sgmlError
600         * BufferView.[Ch] (addError): moved to ...
601         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
602         to the Buffer::parseError signal to catch (guess what) parse errors
603         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
604
605 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
606
607         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
608         ability to create a buffer and to return an existing one from
609         the list. Moved these functions to...
610         * buffer_funcs.[Ch]: added
611         * BufferView.[Ch] (loadLyXFile): added
612         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
613         job removed from bufferlist::loadLyXFile.
614         * buffer.C (setReadOnly): make it work without view
615         (i.e added an if (users))
616
617 2003-06-19  Angus Leeming  <leeming@lyx.org>
618
619         * lfuns.h:
620         * LyXAction.C (init):
621         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
622         with LFUN_DIALOG_SHOW <name> <data>.
623
624 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
625
626         * CutAndPaste.C (availableSelections): small compilation fix for
627         ancient (gcc 2.9x) compilers
628
629 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
630
631         * text3.C (cursorNext): add tmp var
632
633         * text2.C (updateCounters): for function calling out of for clause
634         (replaceSelectionWithString): ditto
635         (insertStringAsParagraphs): ditto
636         (getColumnNearX): add tmp var
637         (setCursorFromCoordinates): add tmp var
638         (cursorDownParagraph): add tmp var
639         (deleteEmptyParagraphMechanism): add tmp var
640
641         * text.C (insertChar): add tmp var
642
643         * rowpainter.C (paintDepthBar): add tmp var
644
645         * CutAndPaste.C (availableSelections): potentially check all
646         paragraphs in a cut to fill the shown strings.
647
648 2003-06-18  André Pönitz  <poenitz@gmx.net>
649
650         * kbmap.[Ch]: use vector<> instead of list<>
651
652 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
653
654         * text3.C (dispatch): handle arg to LFUN_PASTE, call
655         pasteSelection with index
656
657         * text2.C (pasteSelection): modify, call pasteSelection with index
658
659         * paragraph.C (asString): reimplement version with no interval to
660         call the one with interval.
661
662         * lyxtext.h: add index arg to pasteSelection
663
664         * MenuBackend.C (MenuItem): handle PasteRecent
665         (Menu::read::Menutags): add md_pasterecent
666         (read): handle it
667         (expandPasteRecent): new function
668         (expand): use it
669
670         * MenuBackend.h: add PasteRecent to MenuItem::Kind
671
672         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
673         the limited stack
674         (availableSelections): new function
675
676 2003-06-17  Angus Leeming  <leeming@lyx.org>
677
678         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
679
680 2003-06-17  Angus Leeming  <leeming@lyx.org>
681
682         * lfuns.h:
683         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
684
685         * lyxfunc.C (dispatch): invoke it.
686
687 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
688
689         * iterators.C (operator++, ParPosition): reintroduce some
690         const_cast for the benefit of older compilers.
691
692 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
693
694         * text3.C (dispatch): do not modify clipboard when doing
695         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
696         LFUN_DELETE_SKIP on a selection selection
697
698 2003-06-16  André Pönitz  <poenitz@gmx.net>
699
700         * BufferView.C:
701         * buffer.C:
702         * buffer.h:
703         * paragraph.C:
704         * tabular.[Ch]: IU of clone() and getLabelList();
705
706 2003-06-13  André Pönitz  <poenitz@gmx.net>
707
708         * tabular.h: compactification
709
710 2003-06-12  André Pönitz  <poenitz@gmx.net>
711
712         * tabular.C:
713         * tabular.h:
714         * tabular_funcs.h: some renaming plus whitespace
715
716 2003-06-12  André Pönitz  <poenitz@gmx.net>
717
718         * BufferView.C:
719         * BufferView_pimpl.C:
720         * CutAndPaste.C:
721         * buffer.C:
722         * iterators.[Ch]:
723         * lyxfunc.C:
724         * text.C:
725         * toc.C: Return a Paragraph & for ParIterator::operator*()
726
727 2003-06-11  John Levon  <levon@movementarian.org>
728
729         * lyx_main.C:
730         * ToolbarBackend.h:
731         * ToolbarBackend.C: add "Toolbars" section and
732         put the flags there
733
734 2003-06-10  Angus Leeming  <leeming@lyx.org>
735
736         * lfuns.h:
737         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
738
739         * lyxfunc.C (dispatch): invoke it.
740
741 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
742
743         * main.C: protect <ios> with HAVE_IOS
744         (main): protect sync_with_stdio with HAVE_IOS
745
746 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
747
748         * text2.C (cutSelection): adjust
749         (pasteSelection): adjust
750
751         * messages.C: handle get of empty string
752
753         * main.C (main): use sync_with_stdio(false)
754
755         * lyxfunc.C (dispatch): adjust
756
757         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
758         (WriteAs): remove unneeded BufferView arg.
759
760         * bufferparams.h: use correct types on papersize, papersize2 and
761         paperpackage.
762
763         * bufferparams.C (readToken): adjust for type
764         (writeLaTeX): add missing cases to switch.
765
766         * bufferlist.C (quitWriteBuffer): adjust
767         (close): adjust
768
769         * buffer.C (asciiParagraph): remove some commented code.
770
771         * CutAndPaste.C: remove current_view extern variable.
772         (cutSelection): add BufferParams arg.
773         (eraseSelection): add BufferParams arg.
774         (pasteSelection): add Buffer const & arg
775
776 2003-06-07  John Levon  <levon@movementarian.org>
777
778         * buffer.C:
779         * paragraph_funcs.C:
780         * paragraph_pimpl.C:
781         * text.C:
782         * text2.C:
783         * paragraph.h:
784         * paragraph.C: allow InsetERT to freely space lines,
785         and some consolidation of code
786
787 2003-06-06  José Matos  <jamatos@fep.up.pt>
788
789         * buffer.C (makeDocBookFile): fix bug #821
790
791 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
792
793         * BufferView_pimpl.C (dispatch): use Dialogs::visible
794
795 2003-06-04  Angus Leeming  <leeming@lyx.org>
796
797         * buffer.C: bump format to 224.
798
799 2003-06-05  André Pönitz  <poenitz@gmx.net>
800
801         * text2.C (redoParagraphs): remove two const_cast<>
802
803 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
804
805         * ParagraphList.h: remove last remnants of NO_STD_LIST
806
807 2003-06-03  Angus Leeming  <leeming@lyx.org>
808
809         * factory.C (createInset): small change to the way InsetExternal's params
810         are set.
811
812 2003-06-04  André Pönitz  <poenitz@gmx.net>
813
814         * buffer.h: use Undo directly instead of shared_ptr<Undo>
815
816         * paragraph_pimpl.h:
817         * paragraph.[Ch]: some Inset -> UpdatableInset changes
818
819         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
820
821         * undo_funcs.C: make some simple cases of undo work again
822
823 2003-06-03  John Levon  <levon@movementarian.org>
824
825         * ispell.C: HPUX doesn't have sys/select.h
826         (from Albert Chin)
827
828 2003-06-03  John Levon  <levon@movementarian.org>
829
830         * CutAndPaste.C: update tabular and include inset
831         buffer references
832
833         * buffer.h:
834         * paragraph.h:
835         * paragraph.C: remove owningBuffer(), don't pass Buffer
836         to clone()
837
838         * factory.C: insetGraphicsParams changed
839
840 2003-06-02  John Levon  <levon@movementarian.org>
841
842         * LyXAction.C:
843         * factory.C:
844         * lfuns.h:
845         * lyxfunc.C:
846         * text3.C: remove insetparent
847
848 2003-06-02  John Levon  <levon@movementarian.org>
849
850         * buffer.h:
851         * buffer.C: fix inset_iterator.end(), move out of line
852         (bug 1149)
853
854 2003-06-01  John Levon  <levon@movementarian.org>
855
856         * text3.C: use a proper cut/paste when doing inset
857         insert (from Jürgen Spitzmüller)
858
859 2003-06-01  John Levon  <levon@movementarian.org>
860
861         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
862
863 2003-05-30  André Pönitz  <poenitz@gmx.net>
864
865         * rowpainter.C: unify second drawing phase
866
867 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
868
869         * trans_mgr.C: remove one case of current_view
870
871         * text2.C (cursorBottom): delete NO_STD_LIST stuff
872
873         * paragraph_funcs.h: remove paragraph.h include
874
875         * paragraph.h: delete NO_STD_LIST stuff
876
877         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
878
879         * buffer.h: remove paragraph.h include
880
881         * ParagraphList.C: delete file
882
883         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
884
885         * toc.C (getTocList): adjust
886
887         * paragraph_pimpl.C (validate): adjust
888
889         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
890
891         * paragraph.C (Paragraph): adjust
892         (getPositionOfInset): use const_iterator, adjust
893         (bibitem): use const_iterator, adjust
894         (setInsetOwner): adjust
895
896         * iterators.C (operator++): adjust
897
898         * InsetList.[Ch]: Replace selfmade iterator with standard
899         vector::iterator also introduce const_iterator. Remove getPos,
900         getInset and setInset from InsetTable. Adjust accordingly.
901
902         * BufferView.C (lockInset): adjust
903         (ChangeInsets): adjust
904
905         * tabular.[Ch]: delete commented same_id functions
906
907 2003-05-28  John Levon  <levon@movementarian.org>
908
909         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
910
911 2003-05-28  André Pönitz  <poenitz@gmx.net>
912
913         * metricsinfo.[Ch]: remove 'fullredraw' member
914
915 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
916
917         * lyxtextclass.C (operator): remove caching.
918
919 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
920
921         * text3.C: adjust
922
923         * text2.C (cursorBottom): adjust
924         (setCounter): use ParagraphList::find, adjust
925
926         * text.C (workWidth): use ParagraphList::find, adjust
927
928         * lyxcursor.C (LyXCursor): adjust
929
930         * buffer.C (inset_iterator): adjust
931
932         * ParagraphList.h: make iterator(value_type) private, make
933         ParagraphList a friend of iterator.
934
935         * ParagraphList.C (find): new function
936
937         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
938
939 2003-05-27  André Pönitz  <poenitz@gmx.net>
940
941         * dimension.[Ch]: a -> asc, d -> des, w -> wid
942
943 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
944
945         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
946
947 2003-05-26  John Levon  <levon@movementarian.org>
948
949         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
950
951 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
952
953         * remove same_id from function signatures, adjust.
954
955 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
956
957         * undo_funcs.C (createUndo): use the id functions directly, adjust.
958
959         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
960
961         * paragraph.C (Paragraph): get rid of same_ids parameter
962
963         * ParagraphList.C (insert): adjust
964         (push_back): adjust
965
966 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
967
968         * paragraph_funcs.C (breakParagraph): adjust
969         (breakParagraphConservative): adjust
970
971         * buffer.C (readParagraph): adjust
972
973         * ParagraphList.C (insert): take a reference instead of a pointer
974         (insert): adjust
975
976         * paragraph.[Ch] (id): new function
977
978         * bufferlist.C (newFile): adjust
979
980         * ParagraphList.C (ParagraphList): adjust
981         (assign): adjust
982         (push_back): take a reference instead of a pointer.
983
984         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
985
986         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
987         instead.
988
989         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
990         set else use old code.
991
992         * ParagraphList.C: remove all NO_NEXT code and only compile this
993         code of NO_STD_LIST is set.
994
995 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
996
997         * BufferView_pimpl.C:
998         * TextCache.C:
999         * TextCache.h:
1000         * bufferlist.C:
1001         * errorlist.h:
1002         * format.C:
1003         * format.h:
1004         * graph.C:
1005         * lyxfunc.C:
1006         * lyxrc.C:
1007         * graphics/GraphicsConverter.C:
1008         * graphics/PreviewLoader.C: header adjustment
1009
1010 2003-05-23  Angus Leeming  <leeming@lyx.org>
1011
1012         * LaTeXFeatures.[Ch] (useBabel): new method.
1013         * bufferparams.C (writeLaTeX): use it.
1014
1015 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1016
1017         * ParagraphList.h (set): remove unused function.
1018
1019 2003-05-23  André Pönitz  <poenitz@gmx.net>
1020
1021         * BufferView.C:
1022         * BufferView_pimpl.C:
1023         * buffer.C:
1024         * buffer.h:
1025         * lyxfunc.C:
1026         * undo_funcs.C: setUndo reworked
1027
1028         * iterators.[Ch]: add access to topmost ParagraphList
1029
1030         * lyxtext.[Ch] (workWidth): add a const
1031
1032 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1033
1034         * texrow.[Ch] (increasePos): remove function
1035         * exporter.C (export): removed unused var and outdated comment
1036
1037 2003-05-23  Angus Leeming  <leeming@lyx.org>
1038
1039         * latexrunparams.h: rename fragile as moving_arg.
1040         * paragraph.C (simpleTeXOnePar): ditto.
1041         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
1042
1043 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1044
1045         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
1046         (createUndo): ditto
1047         (textUndoOrRedo): comment out a currently unused var.
1048
1049         * paragraph.h (NO_NEXT): enable NO_NEXT
1050
1051         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
1052
1053         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
1054
1055         * exporter.C (Export): adjust for removeAutoInsets removal.
1056
1057         * buffer.C (runChktex): adjust for removeAutoInsets removal.
1058
1059         * LyXAction.C (init): remove LFUN_REMOVEERRORS
1060
1061         * BufferView.[Ch] (removeAutoInsets): delete function
1062
1063 2003-05-22  Angus Leeming  <leeming@lyx.org>
1064
1065         * latexrunparams.h: add a free_spacing variable.
1066
1067         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
1068         to pass moving_arg, as the data is stored in runparams.fragile.
1069
1070         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
1071         to Inset::latexOptional or to simpleTeXOnePar.
1072
1073         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
1074         free_spacing arg to Inset::latexOptional.
1075
1076         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
1077         free_spacing arg.
1078
1079 2003-05-22  Angus Leeming  <leeming@lyx.org>
1080
1081         * latexrunparams.h: add fragile and use_babel variables.
1082
1083         * bufferparams.[Ch] (writeLaTeX): return use_babel.
1084         * buffer.C (makeLaTeXFile): store this returned value in
1085         runparams.use_babel, thus passing it to the inset::latex methods.
1086
1087         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
1088         simpleTeXSpecialChars as it is now stored in runparams.fragile.
1089
1090         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
1091         longer has a fragile arg, as it is stored in runparams.fragile.
1092
1093         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
1094         moving_arg parameter as the data is stored in runparams.fragile.
1095
1096         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
1097         a fragile parameter as the data is stored in runparams.fragile.
1098
1099 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1100
1101         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
1102
1103 2003-05-22  Angus Leeming  <leeming@lyx.org>
1104
1105         * latexrunparams.h: add a 'bool nice' which defaults to false.
1106
1107         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
1108         now encapsulated within runparams.
1109
1110         * bufferlist.C (updateIncludedTeXfiles):
1111         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
1112
1113 2003-05-22  Angus Leeming  <leeming@lyx.org>
1114
1115         * latexrunparams.h: new file containing struct LatexRunParams.
1116         * Makefile.am: add new file.
1117
1118         * LaTeX.[Ch] (c-tor, run):
1119         * buffer.[Ch] (makeLaTeXFile):
1120         * bufferlist.[Ch] (updateIncludedTeXfiles):
1121         * converter.C (convert, scanLog):
1122         * converter.[Ch] (runLaTeX):
1123         * exporter.C (Export):
1124         * paragraph.[Ch] (simpleTeXOnePar):
1125         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
1126         * paragraph_funcs.[Ch] (latexParagraphs):
1127         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
1128         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
1129         pass around a LatexRunParams parameter.
1130
1131 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1132
1133         * paragraph.[Ch]: remove unused constructor
1134
1135         * ParagraphList.C (erase): new function, taking two iterators
1136
1137 2003-05-22  André Pönitz  <poenitz@gmx.net>
1138
1139         * undo_funcs.C: remove duplicated code
1140
1141         * iterator.[Ch]: operator=
1142
1143 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1144
1145         * tabular.C (SetMultiColumn): ws changes
1146
1147         * rowpainter.C (paintFirst): get rid of a ->previous
1148
1149         * lyx_cb.C (getPossibleLabel): parlist simplification
1150
1151         * BufferView.C (ChangeInsets): simplify slightly.
1152
1153 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1154
1155         * LyXAction.C: new lfun space-insert, kill protected-space-insert
1156         * lfuns.h: new LFUN_SPACE
1157         * lyxfunc.C: protected space has a new lfun
1158         * paragraph_funcs.C: read new space insets
1159         * text3.C:
1160         * factory.C: handle new space insets
1161
1162 2003-05-22  André Pönitz  <poenitz@gmx.net>
1163
1164         * BufferView.C:
1165         * BufferView_pimpl.C:
1166         * buffer.[Ch]:
1167         * lyxfunc.C:
1168         * undo_funcs.C: return a ParIterator from getParFromID.
1169
1170         * iterators.[Ch]: add two const's
1171
1172 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1173
1174         * toc.C (getTocList): adjust
1175
1176         * iterators.[Ch]: rework for parlist
1177
1178         * buffer.C (par_iterator_begin): adjust
1179         (par_iterator_end): adjust
1180
1181         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
1182
1183         * BufferView.C (removeAutoInsets): adjust
1184         (ChangeInsets): adjust
1185
1186 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
1187
1188         * text.C (top_y): fix bug 1110
1189
1190 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
1191
1192         * errorlist.[Ch]: added
1193         * buffer.C:
1194         * BufferView.[Ch]:
1195         * BufferView_pimpl.C:
1196         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
1197         instead
1198
1199 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1200
1201         * Makefile.am: ensure that lyx is relinked upon changes to the
1202         various "convenience" libs.
1203
1204 2003-05-20  Angus Leeming  <leeming@lyx.org>
1205
1206         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
1207         files are compiled in alphabetical order again.
1208
1209         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
1210
1211 2003-05-19  Angus Leeming  <leeming@lyx.org>
1212
1213         * gettext.[Ch]: remove "char const * _(char const *)".
1214
1215 2003-05-19  André Pönitz  <poenitz@gmx.net>
1216
1217         * dimension.[Ch]: promote from mathed/dimension.[Ch]
1218
1219         * Makefile.am:
1220         * BufferView.C:
1221         * DepTable.h:
1222         * LaTeXFeatures.C:
1223         * buffer.C:
1224         * lyxfont.C:
1225         * lyxlex.h:
1226         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
1227
1228 2003-05-19  André Pönitz  <poenitz@gmx.net>
1229
1230         * buffer.C:
1231         * lyxlayout.[Ch]:
1232         * lyxtextclass.[Ch]:
1233         * paragraph.C:
1234         * paragraph_funcs.[Ch]:
1235         * text2.C:
1236         * text3.C: more insetenv work
1237
1238 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
1239
1240         * ParagraphParameters.C (params2string): small bug fixed
1241
1242 2003-05-16  André Pönitz  <poenitz@gmx.net>
1243
1244         * debug.C:
1245         * bufferview_funcs.C: patch from Kornel Benko to prevent
1246           crash when _(...) is called twice in a statement
1247
1248 2003-05-16  André Pönitz  <poenitz@gmx.net>
1249
1250         * BufferView.C:
1251         * lyxfunc.C:
1252         * text.C:
1253         * text2.C:
1254         * text3.C:
1255         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
1256
1257 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
1258
1259         * lyx_main.C (init): remove spurious static_cast
1260
1261 2003-05-14  André Pönitz  <poenitz@gmx.net>
1262
1263         * BufferView.C: fix format string
1264
1265 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
1266
1267         * BufferView.[Ch] (insertErrors): removed
1268         * BufferView.[Ch] (showErrorList): added
1269         * buffer.C (runChkTeX):
1270         * converter.C (scanLog): call showErrorList instead of inserterrors
1271
1272 2003-05-13  André Pönitz  <poenitz@gmx.net>
1273
1274         * BufferView_pimpl.C:
1275         * buffer.C:
1276         * bufferview_func.C:
1277         * MenuBackend.C:
1278         * lyxfunc.C:
1279         * lyxrc.C:
1280         * tex-accent.C:
1281         * text3.C:
1282         * toc.C:
1283         * tabular_funcs.h: tostr() from its own header
1284
1285         * ParagraphParameters.C:
1286         * ToolbarBackend.C:
1287         * bufferparams.C:
1288         * format.C:
1289         * lyxlex_pimpl.C:
1290         * text3.C: STRCONV()
1291
1292 2003-05-12  André Pönitz  <poenitz@gmx.net>
1293
1294         * BufferView.C:
1295         * BufferView_pimpl.C:
1296         * CutAndPaste.C:
1297         * LaTeX.C:
1298         * LaTeXFeatures.C:
1299         * ParagraphParameters.C:
1300         * buffer.C:
1301         * bufferlist.C:
1302         * bufferparams.C:
1303         * bufferview_funcs.C:
1304         * converter.C:
1305         * counters.C:
1306         * debug.C:
1307         * exporter.C:
1308         * format.C:
1309         * importer.C:
1310         * lyx_cb.C:
1311         * lyx_main.C:
1312         * lyxfont.C:
1313         * lyxfunc.C:
1314         * lyxvc.C:
1315         * paragraph.C:
1316         * paragraph_funcs.C:
1317         * tabular.C:
1318         * tabular_funcs.C:
1319         * text2.C:
1320         * text3.C:  boost::format -> bformat  all over the place
1321
1322
1323 2003-05-09  André Pönitz  <poenitz@gmx.net>
1324
1325         * LColor.[Ch]: Pimpl the #include <map> away
1326
1327 2003-05-09  John Levon  <levon@movementarian.org>
1328
1329         * bufferlist.C: never remove emergency saves
1330
1331 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1332
1333         * Makefile.am: better lib building
1334
1335 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1336
1337         * texrow.[Ch]: remove dependency on Paragraph and just store a id
1338         instead.
1339         * paragraph_pimpl.C (simpleTeXBlanks): adjust
1340         (simpleTeXSpecialChars): adjust
1341         (simpleTeXSpecialChars): adjust
1342         * paragraph.C (simpleTeXOnePar): adjust
1343         * buffer.C (makeLaTeXFile): adjust
1344
1345         * Makefile.am (BOOST_LIBS): allow boost as system lib.
1346
1347         * text2.C (changeDepth): parlist cleanup
1348         (getColumnNearX): ditto
1349
1350         * rowpainter.C (getLabelFont): parlist cleanup
1351
1352         * bufferlist.C (newFile): parlist cleanup
1353
1354         * CutAndPaste.C (eraseSelection): parlist cleanup
1355
1356         * BufferView_pimpl.C (trackChanges): parlist cleanup
1357         (dispatch): ditto
1358
1359         * BufferView.C (lockInset): parlist cleanup.
1360         (ChangeInsets): ditto
1361
1362 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1363
1364         * CutAndPaste.h: Update file header.
1365
1366         * CutAndPaste.C: Update file header.
1367         Store the parts cut out of the Document in a limited_stack.
1368         (copySelection): adjust
1369         (pasteSelection): new function, takes the index in the limited stack.
1370         (nrOfParagraphs): adjust
1371         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
1372         simplify error inset insertion.
1373         (checkPastePossible): adjust
1374
1375 2003-05-06  John Levon  <levon@movementarian.org>
1376
1377         * text2.C: don't cast wrap inset to float
1378
1379 2003-05-05  André Pönitz  <poenitz@gmx.net>
1380
1381         * iterator.C:
1382         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
1383
1384         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
1385           few naked Paragraph *.
1386
1387 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
1388
1389         * bufferparams.C: Output warning if a document with missing
1390         TeX document class is loaded
1391         * exporter.C: Disable TeX exports if the document class is missing
1392         * lyxtextclass.C:
1393         * lyxtextclass.h:
1394         * lyxtextclasslist.C: Handle new textclass.lst format; new method
1395         isTeXClassAvailable()
1396
1397 2003-05-03  John Levon  <levon@movementarian.org>
1398
1399         * BufferView.h:
1400         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
1401         explicit cursor show/hide
1402
1403         * BufferView_pimpl.h:
1404         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
1405         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
1406
1407         * lyxfunc.C: hide cursor before dispatching.
1408
1409         * lyx_cb.C:
1410         * lyxfind.C:
1411         * text.C:
1412         * text3.C: remove explicit cursor hides
1413
1414 2003-05-02  André Pönitz  <poenitz@gmx.net>
1415
1416         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
1417
1418         * undo_funcs.C:
1419         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
1420           linked lists
1421
1422         * text2.C: tiny whitespace
1423
1424 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1425
1426         * undo_funcs.C: almost only ws changes.
1427
1428         * ParagraphList.C (splice): just return if pl is empty.
1429
1430 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1431
1432         * ParagraphList.C (splice): new function.
1433
1434         * CutAndPaste.C (pasteSelection): use it
1435
1436 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1437
1438         * CutAndPaste.C (pasteSelection): remove the last next and
1439         previous from this file.
1440
1441 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1442
1443         * CutAndPaste.C (pasteSelection): more clean up, user proper
1444         ParagraphList functions for pasteing.
1445
1446         * ParagraphList.C (insert): new function, three arg insert
1447
1448 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1449
1450         * ParagraphList.C (insert): new function, three arg insert
1451
1452         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
1453         not on paragraphs.
1454
1455 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1456
1457         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
1458
1459 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1460
1461         * CutAndPaste.C (pasteSelection): remove some unneeded code.
1462
1463 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1464
1465         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
1466         (copySelection): clean up a bit.
1467         (pasteSelection): use make_pair
1468
1469         * ParagraphList.C (ParagraphList): implement copy constructor
1470         (operator=): implement, base on copy constructor.
1471         (assign): new func
1472
1473         * paragraph.C (erase): return a bool
1474
1475         * paragraph_pimpl.C (erasePos): remove function, move contents...
1476         (erase): ... here. Return a bool.
1477         (erase): call erase instead of erasePos.
1478
1479 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
1480
1481         * ParagraphList.h: define PitPosPair
1482         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
1483         ParagraphList, fix a bug on pasting multiple pars
1484         * text2.C: change interface to C&P
1485
1486 2003-04-30  André Pönitz  <poenitz@gmx.net>
1487
1488         * undo_func.C: revert part of yesterday's patch 2
1489
1490 2003-04-30  John Levon  <levon@movementarian.org>
1491
1492         * LColor.C: s/tabular/table/
1493
1494 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
1495
1496         * text3.C (dispatch): do not convert iterator -> pointer
1497         * undo_funcs.C (setCursorParUndo): ditto
1498         * text_funcs.C (transposeChars): ditto
1499
1500         * text2.C (setLayout): ws changes only
1501
1502         * text.C (breakParagraph): do not convert iterator -> pointer
1503         (insertChar): ditto
1504         (acceptChange): ditto
1505         (rejectChange): ditto
1506         (changeCase): ditto
1507         (Delete): ditto
1508         (backspace): ditto
1509
1510         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
1511         pointer
1512
1513 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
1514
1515         * text3.C (gotoInset): YABG (yet another bad getChar)
1516
1517 2003-04-29  André Pönitz  <poenitz@gmx.net>
1518
1519         * paragraph.h: make operator= private unimplemented as long as
1520           it is unusable
1521
1522         * ParagraphList.C: whitespace
1523
1524         * paragraph.[Ch]:
1525         * paragraph_pimpl.[Ch]:
1526         * paragraph_funcs.C:
1527         * CutAndPaste.C:
1528         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
1529
1530         * text2.C:
1531           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
1532
1533 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
1534
1535         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
1536         * paragraph.[Ch] (erase):
1537         * paragraph_pimpl.[Ch] (erase): change return type and value
1538         * text2.C (cutSelection): some rework
1539
1540 2003-04-28  John Levon  <levon@movementarian.org>
1541
1542         * bufferlist.C: changes for unsaved changes dialog
1543
1544 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1545
1546         * bufferlist.C (newFile): set language (messages_) for new
1547         documents also.
1548
1549         * buffer.C (readFile): ws changes only.
1550
1551 2003-04-28  André Pönitz  <poenitz@gmx.net>
1552
1553         * undo_funcs.C:
1554         * lyxfunc.C:
1555         * buffer.[Ch]:
1556         * BufferView_pimpl.C:
1557         * BufferView.C: getParFromID related ParagraphList::iterator changes
1558
1559 2003-04-28  André Pönitz  <poenitz@gmx.net>
1560
1561         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
1562           Changes
1563
1564 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1565
1566         * messages.C: remove one more localedir class variable.
1567
1568 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1569
1570         * messages.C (getLocaleDir): singleton generation function
1571         (Pimpl): use it.
1572         (Messages): add a default constructor.
1573
1574         * main.C (main): do not setup localedir here, do not call
1575         gettext_init.
1576
1577         * gettext.C (_): use it.
1578         (gettext_init): delete funciton
1579
1580 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1581
1582         * gettext.C (getLyXMessages): new singleton generating function.
1583
1584         * buffer.C (updateDocLang): adjust
1585
1586         * Makefile.am (messages.o): add target
1587         (main.o): remove target
1588
1589 2003-04-27  John Levon  <levon@movementarian.org>
1590
1591         * bufferlist.C:
1592         * lyx_cb.C:
1593         * lyxfunc.C:
1594         * lyxvc.C: specify cancel button in Alert::prompt
1595
1596 2003-04-26  John Levon  <levon@movementarian.org>
1597
1598         * text3.C:
1599         * lyxfunc.C:
1600         * lfuns.h:
1601         * LyXAction.C: add LFUN_INSET_SETTINGS
1602
1603         * lyxfunc.C: don't enable tabular-feature when there's
1604         just any locking inset
1605
1606 2003-04-26  John Levon  <levon@movementarian.org>
1607
1608         * bufferlist.C: re-add Cancel to buffer close question
1609
1610         * lyxfunc.C: fix import UI a bit
1611
1612 2003-04-25  John Levon  <levon@movementarian.org>
1613
1614         * gettext.C: remove the broken asserts for now
1615
1616 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1617
1618         * messages.C: make case where setlocale cannot comply work better.
1619
1620         * buffer.C (updateDocLang): new function
1621         (changeLanguage): use it
1622         (readFile): use it
1623
1624         * text2.C (setCounter): use B_ a bit.
1625
1626         * lyxlayout.C (Read): be sure to trim the label strings.
1627
1628         * messages.C (Messages): fix typo in comment
1629
1630         * buffer.C (readFile): set message_ after file is loaded.
1631         (makeDocBookFile): remove double return
1632         (changeLanguage): reset message_ upon language change.
1633         (B_): new func, use this to get translated buffer strings.
1634
1635         * main.C: add myself and Jean Marc as authors.
1636
1637 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1638
1639         * messages.[hC]: pimplify Messages, and three different pimpls to be
1640         used in different circumstances.
1641
1642         * gettext.[Ch]: change for use with new message code.
1643
1644 2003-04-24 André Pönitz <poenitz@gmx.net>
1645
1646         * factory.C: support for eqref
1647
1648 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1649
1650         * messages.[Ch]: add missing char
1651
1652         * Makefile.am (lyx_SOURCES): add messages.[Ch]
1653
1654         * messages.[Ch]: New files
1655
1656 2003-04-18  John Levon  <levon@movementarian.org>
1657
1658         * BufferView.h:
1659         * BufferView.C:
1660         * BufferView_pimpl.C:
1661         * lfuns.h:
1662         * LyXAction.C:
1663         * lyxtext.h:
1664         * text2.C: remove layout-copy/paste (bug 778)
1665
1666 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
1667
1668         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
1669
1670 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
1671
1672         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
1673         if they succeed. Act accordingly.
1674
1675 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1676
1677         * text2.C (setCharFont): adjust
1678         (setCounter): adjust
1679         (insertStringAsLines): adjust
1680
1681         * text.C (leftMargin): adjust
1682         (setHeightOfRow): adjust
1683
1684         * rowpainter.C (paintFirst): adjust
1685         (paintLast): adjust
1686
1687         * paragraph_funcs.C (depthHook): ParagraphList::iterators
1688         (outerHook): ditto
1689         (isFirstInSequence): ditto
1690         (getEndLabel): ditto
1691         (outerFont): adjust
1692
1693         * paragraph.C (getParLanguage): comment out some hard stuff.
1694
1695         * buffer.C (insertStringAsLines): take a ParagraphList as arg
1696         (sgmlError): ditto
1697         (simpleDocBookOnePar): ditto
1698         (makeDocBookFile): use ParagraphList::iterator
1699
1700         * CutAndPaste.C (pasteSelection): adjust
1701
1702 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1703
1704         * text2.C (getFont): adjust
1705         (getLayoutFont): adjust
1706         (getLabelFont): adjust
1707
1708         * paragraph_funcs.C (TeXOnePar): adjust
1709
1710         * buffer.C (simpleLinuxDocOnePar): adjust
1711         (simpleDocBookOnePar): adjust
1712
1713         * CutAndPaste.C (pasteSelection): adjust
1714
1715         * BufferView.C (getEncoding): adjust
1716
1717         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
1718
1719 2003-04-16  John Levon  <levon@movementarian.org>
1720
1721         * lyxfind.C: use parlist stuff for search/changes
1722
1723 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1724
1725         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
1726
1727         * text2.C (deleteEmptyParagraphMechanism): adjust
1728
1729         * text2.[Ch] (ownerParagraph): delete func (both of them
1730
1731 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1732
1733         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
1734
1735 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1736
1737         * ParagraphList.C: prepare for NO_NEXT
1738
1739 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1740
1741         * text2.C (getFont): adjust
1742         (getLayoutFont): adjust
1743         (getLabelFont): adjust
1744
1745         * paragraph.C (getFont): adjust
1746         (getLabelFont): adjust
1747         (getLayoutFont): adjust
1748
1749         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
1750
1751 2003-04-15  John Levon  <levon@movementarian.org>
1752
1753         From Angus Leeming
1754
1755         * lyx_main.C: handle Include in .ui files
1756
1757 2003-04-15  John Levon  <levon@movementarian.org>
1758
1759         * MenuBackend.C: make the doc files length shorter
1760
1761         * ToolbarBackend.h:
1762         * ToolbarBackend.C: handle toolbar placement flags,
1763         Minibuffer
1764
1765 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1766
1767         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
1768         adjust
1769
1770         * paragraph_funcs.C (TeXOnePar): adjust
1771
1772         * paragraph.C (getLabelFont): add outerfont arg, adjust
1773         (getLayoutFont): ditto
1774         (simpleTeXOnePar): adjust
1775
1776         * paragraph_pimpl.C (realizeFont): delete func
1777
1778 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
1779
1780         * text2.C (beforeFullRowInset): added a bad getchar check, removed
1781         row argument, constify cur argument.
1782
1783 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1784
1785         * text2.C (getFont): adjust
1786         (getLayoutFont): adjust
1787         (getLabelFont): adjust
1788
1789         * paragraph_funcs.C (TeXOnePar): adjust
1790         (outerFont): new func...
1791         (realizeFont): ...moved out from here, changed this to facilitate
1792         transition
1793
1794         * paragraph.C (getFont): take outerfont as arg, adjust
1795         (simpleTeXOnePar): add outerfont arg, adjust
1796
1797         * buffer.C (simpleLinuxDocOnePar): adjust
1798         (simpleDocBookOnePar): adjust
1799
1800         * CutAndPaste.C (pasteSelection): adjust
1801
1802         * BufferView.C (getEncoding): adjust
1803
1804 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1805
1806         * text2.C (setCharFont): adjust
1807         (setCounter): adjust
1808
1809         * text.C (leftMargin): adjust
1810         (setHeightOfRow): adjust
1811
1812         * rowpainter.C (paintFirst): adjust
1813         (paintLast): adjust
1814
1815         * paragraph_pimpl.C (realizeFont): adjust
1816
1817         * paragraph.C (isFirstInSequence): move from here...
1818         * paragraph_funcs.C (isFirstInSequence): ...to here
1819
1820         * paragraph.C (outerHook): move from here...
1821         * paragraph_funcs.C (outerHook): ...to here
1822
1823         * paragraph.C (depthHook): move from here...
1824         * paragraph_funcs.C (depthHook): ...to here
1825
1826         * paragraph.C (getEndLabel): move from here...
1827         * paragraph_funcs.C (getEndLabel): ...to here
1828
1829         * text2.C (realizeFont): move from here...
1830         * paragraph_funcs.C (realizeFont): ...to here
1831
1832 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1833
1834         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
1835
1836 2003-04-14  Angus Leeming  <leeming@lyx.org>
1837
1838         * LColor.[Ch]: scrap LColor mathcursor.
1839
1840 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1841
1842         * lyxlex.[Ch] (text): delete function
1843         * trans.C (Load): adjust
1844         * paragraph_funcs.C (readParToken): adjust
1845
1846 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1847
1848         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
1849         vector<char> instead of a char[].
1850
1851         * lyxlex_pimpl.C (getString): adjust
1852         (next): adjust
1853         (lex): use getString
1854         (eatLine): adjust
1855         (nextToken): adjust
1856
1857         * lyxlex.C (text): use pimpl_->getString()
1858         (getBool): ditto
1859         (findToken): ditto
1860
1861 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1862
1863         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
1864         (makeFontEntriesLayoutSpecific): temp var for par.size()
1865         (setLayout): temp var for ownerParagraphs().end()
1866         (fullRebreak): temp var for rows().end()
1867         (selectionAsString): temp var for boost::next(startpit), realize
1868         that the while really is a regular for loop.
1869         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
1870         setCursor in one place.
1871         (setParagraph): temp vr for ownerParagraphs().end()
1872         (updateCounters): make the while loop a for loop
1873         (cutSelection): temp var for ownerParagraphs().end()
1874         (updateInset): make the do {} while() a regular for loop
1875         (getCursorX): use temp vars
1876         (setCurrentFont): use temp vars
1877         (getColumnNearX): use temp vars
1878
1879 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1880
1881         * text.C (transformChar): use temp var for getChar
1882         (computeBidiTables): use temp var for row->par()
1883         (fill): move temp vars for row->par() and pit->layout() earlier in
1884         the function.
1885         (labelFill): use temp var for row->par()
1886         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
1887         asc and desc, realize that pit never changes and that firstpit is
1888         just a duplicate and not needed. Exchange rit->par() with pit in a
1889         lot of places.
1890         (breakAgain): use a temp var for boost::next(rit)
1891         (breakAgainOneRow): ditto
1892         (breakParagraph): use a temp var for rows().begin()
1893         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
1894         (cursorRightOneWord): use temp var for cursor.par() and
1895         cursor.pos(), remove usage of tmpcursor.
1896         (cursorLeftOneWord): use temp var for cursor.par() and
1897         cursor.pos() only set cur at end of function.
1898
1899 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1900
1901         * text.C, text2.C: exchange all usage of Paragraph::next with
1902         boost::next(ParagraphList::iterator)
1903
1904         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
1905
1906         * text2.C (cursorTop): simplify implementation
1907         (cursorBottom): ditto
1908         (setParagraph): use ParagraphList::iterator
1909         (setCurrentFont): adjust
1910         (getColumnNearX): adjust
1911         (cursorRight): adjust
1912         (cursorLeft): remove usage of Paragraph::previous
1913         (cursorUpParagraph): ditto
1914         (deleteEmptyParagraphMechanism): slight cleanup
1915
1916         * text.C (isBoundary): take a Paragraph const & instead of a
1917         pointer as arg.
1918         (addressBreakPoint): ditto
1919         (leftMargin): remove usage of Paragraph::previous.
1920         (setHeightOfRow): ditto
1921         (cursorLeftOneWord): ditto
1922         (selectNextWordToSpellcheck): ditto
1923         (Delete): ditto
1924         (backspace): ditto
1925         (breakParagraph): remove one usage of Paragraph::next
1926         (redoParagraph): ditto
1927         (acceptChange): ditto
1928         (insertChar): adjust
1929         (rowBreakPoint): adjust
1930
1931         * bufferview_funcs.C (toggleAndShow): adjust
1932
1933 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
1934
1935         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
1936         methods to access it.
1937         * lyxtext.h:
1938         * text.C: Added updateRowPositions to compute all row positions.
1939         Make top_y and getRowNearY() to use the cached y position
1940
1941 2003-04-11  John Levon  <levon@movementarian.org>
1942
1943         * text.C (rowBreakPoint): reintroduce the labelEnd
1944         checks, code copied from the row fill stuff. Deep voodoo.
1945
1946         * text.C (fill): add a comment and debugging for the
1947         next poor soul.
1948
1949 2003-04-11  John Levon  <levon@movementarian.org>
1950
1951         * text.C: make sure fullrow insets get wrapped to the next line,
1952         even when they're in a manual label
1953
1954 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
1955
1956         * text2.C (insertParagraph): make it take ParagraphList::iterator
1957         as arg.
1958         (setLayout): make it return ParagraphList::iterator
1959         (redoParagraphs): ditto
1960         (setCounter): ditto
1961         (checkParagraph): ditto
1962
1963         * text.C (getRow): make getrow take ParagraphList::iterator as arg
1964
1965         * text2.C: adjust several funcs.
1966         (realizeFont): take a ParagraphList::iterator as arg.
1967         (getLayoutFont): ditto
1968         (getLabelFont): ditto
1969         (setCharFont): ditto
1970
1971         * text.C: adjust several funcs.
1972
1973 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
1974
1975         * text.C (selectNextWordToSpellcheck): don't accidentally
1976         skip insets
1977
1978 2003-04-10  John Levon  <levon@movementarian.org>
1979
1980         * ToolbarBackend.C (getIcon): special handling for
1981         LFUN_MATH_DELIM
1982
1983 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
1984
1985         * text2.C (cursorRight): a getChar assert fixed
1986
1987 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
1988
1989         * text2.C (getFont): change to take a ParagraphList::iterator
1990         instead of Paragraph*
1991         Adjust several functions.
1992
1993         * text.C (transformChar): change to take a ParagraphList::iterator
1994         instead of Paragraph*
1995         (singleWidth): ditto
1996         Adjust several functions.
1997
1998         * rowpainter.C: adjust several functions
1999         * rowpainter.h:store a ParagraphList::iterator and not a
2000         Paragraph&.
2001
2002
2003 2003-04-09  John Levon  <levon@movementarian.org>
2004
2005         * lyxfunc.C:
2006         * lfuns.h:
2007         * LyXAction.h:
2008         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
2009         and the "help" bits as well
2010
2011 2003-04-09  John Levon  <levon@movementarian.org>
2012
2013         * ToolbarBackend.h:
2014         * ToolbarBackend.C: allow multiple toolbars
2015
2016 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2017
2018         * undo_funcs.C (setCursorParUndo): adjust
2019
2020         * text_funcs.C (transposeChars): adjust
2021
2022         * text3.C (gotoNextInset): adjust
2023         (dispatch): adjust
2024
2025         * text2.C (setLayout): adjust
2026         (changeDepth): adjust
2027         (setFont): adjust
2028         (redoParagraphs): adjust
2029         (selectionAsString): adjust
2030         (setParagraph): adjust
2031         (insertInset): adjust
2032         (cutSelection): adjust
2033         (copySelection): adjust
2034         (pasteSelection): adjust
2035         (insertStringAsLines): adjust
2036         (updateInset): adjust
2037         (setCursor): change to take a ParagraphList::iterator parameter
2038         (setCursorIntern): change to take a ParagraphList::iterator parameter
2039         (setCurrentFont): adjust
2040         (cursorLeft): adjust
2041         (cursorRight): adjust
2042         (deleteEmptyParagraphMechanism): adjust
2043
2044         * text.C (breakParagraph): adjust
2045         (insertChar): adjust
2046         (acceptChange): adjust
2047         (rejectChange): adjust
2048         (selectNextWordToSpellcheck): adjust
2049         (changeCase): adjust
2050         (Delete): adjust
2051         (backspace): adjust
2052
2053         * lyxfind.C (SearchForward): adjust
2054         (SearchBackward): adjust
2055         (nextChange): adjust
2056
2057         * lyxcursor.C (par): adjust
2058
2059         * lyxcursor.h: store a ParagraphList::iterator instead of a
2060         Paragraph*
2061
2062         * lyx_cb.C (getPossibleLabel): adjust
2063
2064         * bufferview_funcs.C (toggleAndShow): adjust
2065
2066         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2067         (dispatch): adjust
2068
2069         * BufferView.C (removeAutoInsets): adjust
2070         (lockedInsetStoreUndo): adjust
2071
2072 2003-04-09  John Levon  <levon@movementarian.org>
2073
2074         * ToolbarBackend.C: try icon without argument
2075         if with argument fails
2076
2077 2003-04-08  John Levon  <levon@movementarian.org>
2078
2079         * ToolbarBackend.h:
2080         * ToolbarBackend.C: add getIcon(), handle tooltip,
2081         and change from "Icon" to "Item".
2082
2083 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2084
2085         * BufferView.C (lockInset): another bad getchar crunched
2086
2087 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2088
2089         * text2.C (changeDepth): do not setUndo on test_only (make undo work
2090         again)
2091
2092 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
2093
2094         * lyxfind.C (searchForward, searchBackwards): bug 782
2095
2096 2003-04-07  John Levon  <levon@movementarian.org>
2097
2098         * paragraph.C: remove dead comment
2099
2100         * text.C: remove troublesome depth-fiddling code
2101         in leftMargin() and rightMargin() (bug 1017)
2102
2103         * text.C: fix breaking of rows in nested lists
2104         (bug 1004)
2105
2106         * text2.C (updateCounters): fix up depth values
2107         (bug 1013)
2108
2109 2003-04-07  John Levon  <levon@movementarian.org>
2110
2111         * BufferView_pimpl.C: clear message when doc finishes resizing,
2112         and after a mouse event
2113
2114         * lyxfunc.C: clear message after exiting inset
2115
2116 2003-04-07  John Levon  <levon@movementarian.org>
2117
2118         * bufferview_funcs.C: show math status not outside
2119         status in the statusbar
2120
2121 2003-04-07  John Levon  <levon@movementarian.org>
2122
2123         * lyxfunc.C: note status changed after a depth change
2124
2125 2003-04-04  Angus Leeming  <angus@localhost.localdomain>
2126
2127         * LaTeX.h: move AuxInfo operator==, != out of line.
2128         Remove LaTeX virtual destructor; nothing derives from it.
2129         Move operator()() out of public area and rename it startscript().
2130         Change protected for private.
2131
2132 2003-04-04  Angus Leeming  <leeming@lyx.org>
2133
2134         * lyxfunc.C:
2135         * text2.C: remove unneeded #includes.
2136
2137 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
2138
2139         * text2.C (dEPM): fix the heigth of the next row
2140
2141 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
2142
2143         * text.C: squashed an invalid getChar requester + some ws changes
2144
2145 2003-04-03  John Levon  <levon@movementarian.org>
2146
2147         * bufferview_funcs.h:
2148         * bufferview_funcs.C:
2149         * lyxfunc.C:
2150         * lyxtext.h:
2151         * text2.C: make getStatus work for the env depth lfuns
2152
2153 2003-04-03  John Levon  <levon@movementarian.org>
2154
2155         * bufferview_funcs.h:
2156         * bufferview_funcs.C:
2157         * lyxfunc.C:
2158         * lyxtext.h:
2159         * text2.C: parlistize decDepth(), by merging it with incDepth()
2160
2161 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2162
2163         * lyxrow.h: store a ParagraphList::iterator instead of a
2164         Paragraph* and adjust other class functions to suit.
2165
2166         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
2167         above.
2168
2169 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
2170
2171         * text2.C (setCursor): do not anchor to cursor row for the time being
2172
2173 2003-04-02  John Levon  <levon@movementarian.org>
2174
2175         * LyXAction.C:
2176         * lfuns.h:
2177         * lyx_main.C:
2178         * lyxtext.h:
2179         * text.C:
2180         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
2181
2182 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2183
2184         * paragraph.h: make ParagraphList and ParagraphList::iterator
2185         friends of Paragraph.
2186
2187         * buffer.C (makeLinuxDocFile): move towards ParagraphList
2188
2189         * ParagraphList.C: Use the private next_ and previous_ from
2190         Paragraph.
2191
2192 2003-04-01  John Levon  <levon@movementarian.org>
2193
2194         * ToolbarBackend.h:
2195         * ToolbarBackend.C:
2196         * Makefile.am: rename, remove defaults gunk
2197
2198         * MenuBackend.h:
2199         * MenuBackend.C: remove defaults gunk
2200
2201         * Languages.h:
2202         * Languages.C: remove defaults gunk
2203
2204         * lyx_main.h:
2205         * lyx_main.C: error out if files couldn't be found.
2206
2207 2003-04-02  John Levon  <levon@movementarian.org>
2208
2209         * text2.C: make incDepth() use parlist
2210
2211 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2212
2213         * undo_funcs.C (firstUndoParagraph): adjust
2214
2215         * text3.C (gotoInset): adjust
2216         (dispatch): adjust, and rewrite loop.
2217
2218         * text2.C (init): adjust, and rewrite loop.
2219         (redoParagraphs): adjust
2220         (updateInset): adjust, and rewrite loop.
2221         (deleteEmptyParagraphMechanism): adjust
2222
2223         * tabular.C (LyXTabular): adjust
2224         (SetMultiColumn): adjust
2225         (TeXRow): adjust
2226
2227         * lyxtext.[Ch] (ownerParagraph): delete function
2228         (ownerParagraphs): new function returns a ParagraphList.
2229
2230         * BufferView.C (removeAutoInsets): adjust
2231         (insertErrors): adjust
2232         (setCursorFromRow): adjust
2233
2234 2003-04-01  Angus Leeming  <leeming@lyx.org>
2235
2236         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
2237         in the frontends.
2238
2239 2003-04-02  John Levon  <levon@movementarian.org>
2240
2241         * lyxtext.h:
2242         * text.C:
2243         * Makefile.am:
2244         * text_funcs.h:
2245         * text_funcs.C: make transposeChars a free function
2246
2247         * lyxrow_funcs.C: remove wrong comment
2248
2249 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2250
2251         * lyxtext.h: adjust
2252         * rowpainter.C: adjust
2253         * text.C: adjust
2254         * text2.C: adjust
2255         * text3.C: adjust
2256
2257         * lyxrow_funcs. [Ch]: new files
2258
2259         * lyxrow.[Ch]: remove next and previous pointers
2260         (next,previous): remove accessor functions
2261         (isParEnd): move to lyxrow_funcs
2262         (lastPos): move to lyxrow_funcs
2263         (nextRowIsAllInset): move to lyxrow_funcs
2264         (lastPrintablePos): move to lyxrow_funcs
2265         (numberOfSeparators): move to lyxrow_funcs
2266         (numberOfHfills): move to lyxrow_funcs
2267         (numberOfLabelHfills): move to lyxrow_funcs
2268         (hfillExpansion): move to lyxrow_funcs
2269
2270         * lyxfunc.C: adjust
2271
2272         * bufferview_funcs.C (toggleAndShow): adjust
2273
2274         * RowList.h: Remove class RowList from file leave just a
2275         std::list<Row>.
2276
2277         * RowList.C: delete file
2278
2279         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
2280         and lyxrow_funcs.h
2281
2282 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2283
2284         * text3.C (cursorPrevious): adjust
2285         (cursorNext): adjust
2286         (dispatch): adjust
2287
2288         * text2.C (redoHeightOfParagraph): adjust
2289         (redoDrawingOfParagraph): adjust
2290         (setCursor): adjust
2291
2292         * text.C (breakParagraph): adjust
2293         (insertChar): adjust
2294         (backspace): adjust
2295
2296         * rowpainter.C (RowPainter): adjust
2297         (leftMargin): simplify and adjust
2298         (most rowpainter functions): adjust.
2299
2300         * rowpainter.h: store the row as RowList::iterator not as Row*
2301
2302         * lyxcursor.C (row): taka RowList::iterator as arg
2303         (irow): ditto
2304
2305         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
2306         of Row*.
2307
2308 2003-04-01  Angus Leeming  <leeming@lyx.org>
2309
2310         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
2311         stuff like bool Bool.
2312
2313 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
2314
2315         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
2316         rewrite a loop
2317
2318 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2319
2320         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
2321         RowList::iterator.
2322
2323         * lyxtext.h (rows): drop one version and leve a const variant that
2324         returns a RowList::iterator.
2325
2326 2003-03-31  Angus Leeming  <leeming@lyx.org>
2327
2328         * text.C (fill): ensure that the signature is the same as that in the
2329         header file.
2330
2331 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
2332
2333         * text2.C (redoParagraphs): adjust
2334         (updateCounters): adjust
2335         (checkParagraph): adjust
2336         (getColumnNearX): adjust and reformat a bit.
2337
2338         * text.C (top_y): adjust
2339         (workWidth): adjust
2340         (leftMargin): adjust
2341         (prepareToPrint): adjust
2342         (getRow): adjust
2343         (getRowNearY): adjust
2344
2345         * lyxtext.h: make rowlist_ mutable.
2346
2347         * RowList.h: add const_iterator
2348         * RowList.C: adjust for RowList::const_iterator.
2349
2350         * text2.C (getCursorX): make it take a RowList::iterator as arg,
2351         adjust.
2352
2353 2003-03-31  John Levon  <levon@movementarian.org>
2354
2355         * lyxrc.h:
2356         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
2357
2358         * lyx_main.C: set default fonts from using lyx_gui funcs
2359
2360         * exporter.C: pdf_mode moved from lyxrc
2361
2362         * lyx_cb.C:
2363         * lyxfunc.C: changes from above
2364
2365 2003-03-31  John Levon  <levon@movementarian.org>
2366
2367         * lyx_main.C: fix to the last fix
2368
2369 2003-03-31  John Levon  <levon@movementarian.org>
2370
2371         * bufferlist.C: "Load original" -> "Load Original"
2372
2373         * converter.C:
2374         * exporter.C:
2375         * importer.C:
2376         * lyx_main.C:
2377         * format.C: more Alert cleanups
2378
2379 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2380
2381         * text2.C (removeParagraph): make it take a RowList::iterator as
2382         arg, adjust.
2383         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
2384         (postRowPaint): make it take a RowList::iterator as arg, adjust.
2385
2386         * text.C (anchor_row): make it take a RowList::iterator as arg,
2387         adjust.
2388         (computeBidiTables): make it take a const reference to Row instead
2389         of Row pointer, adjust.
2390         (leftMargin): make it take a RowList::iterator as arg, adjust.
2391         (rowBreakPoint): adjust
2392         (breakAgainOneRow): make it take a RowList::iterator as arg,
2393         adjust.
2394         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
2395
2396         * bufferview_funcs.C (toggleAndShow): adjust
2397
2398 2003-03-30  John Levon  <levon@movementarian.org>
2399
2400         * Makefile.am:
2401         * BoostFormat.h:
2402         * boost-inst.C: moved to support
2403
2404         * several files: changes as a result
2405
2406 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2407
2408         * text2.C (LyXText): adjust.
2409         (init): adjust
2410         (removeRow): make it take a RowList::iterator as arg, adjust.
2411         (fullRebreak): adjust
2412         (deleteEmptyParagraphMechanism): adjust
2413         (clearPaint): adjust
2414         (postPaint): adjust
2415
2416         * text.C (top_y): adjust
2417         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
2418         (breakAgain): make it take a RowList::iterator as arg, adjust.
2419         (breakParagraph): adjust
2420         (insertChar): adjust
2421         (backspace): adjust
2422
2423         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
2424         need_break_row, and refresh_row.
2425
2426         * text3.C (dispatch): adjust
2427
2428         * text2.C (checkParagraph): adjust
2429         (setCursor): adjust
2430         (setCursorFromCoordinates): adjust
2431
2432         * text.C (top_y): adjust
2433         (workWidth): adjust
2434         (getRow): make it return a RowList::iterator, adjust
2435         (getRowNearY): make it return a RowList::iterator, adjust
2436
2437         * text2.C (init): adjust
2438         (insertRow): remove function
2439         (insertParagraph): adjust
2440         (redoParagraphs): adjust
2441         (fullRebreak): adjust
2442         (updateCounters): adjust
2443
2444         * text.C (top_y): rewrite to use RowList iterators.
2445         (top_y): adjust
2446         (setHeightOfRow): rewrite to sue RowList iterators.
2447         (appendParagraph): adjust
2448         (breakAgain): adjust
2449         (breakAgainOneRow): adjust
2450         (breakParagraph): adjust
2451         (getRow): adjust
2452         (getRowNearY): adjust, and remove commented code.
2453
2454         * lyxtext.h (firstRow): delete function
2455         (lastRow): delete function
2456         (rows): new function (const and non-const versions.)
2457         (insertRow): delete function
2458
2459         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
2460
2461 2003-03-29  John Levon  <levon@movementarian.org>
2462
2463         * BufferView_pimpl.C: always update scrollbar top
2464         because pasting text when we're anchored could mean we
2465         miss an update altogether
2466
2467 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2468
2469         * text2.C (init): use rowlist_.end() and not 0.
2470         (insertRow): change to take a RowList::iterator as arg, adjust
2471         for this.
2472         (insertParagraph): change to take a RowList::iterator as arg,
2473         adjust for this.
2474         (redoParagraphs): remove some debug msgs.
2475
2476         * text.C (appendParagraph): change to take a RowList::iterator
2477         arg, adjust for this.
2478         (breakAgain): add an assert
2479         (breakAgainOneRow): ditto
2480
2481 2003-03-29  John Levon  <levon@movementarian.org>
2482
2483         * text2.C: do not clear selection after inc/decDepth
2484         (bug 550)
2485
2486 2003-03-29  John Levon  <levon@movementarian.org>
2487
2488         * BufferView.C:
2489         * buffer.C: fix broken strerrors according to Lars
2490
2491 2003-03-29  John Levon  <levon@movementarian.org>
2492
2493         * converters.C: more Alert cleanups
2494
2495 2003-03-29  John Levon  <levon@movementarian.org>
2496
2497         * bufferview_funcs.C: remove pointless Alert
2498
2499         * buffer.C: fix confusing error message when
2500         a template is chmoded 000
2501
2502 2003-03-29  John Levon  <levon@movementarian.org>
2503
2504         * BufferView.C:
2505         * BufferView.h:
2506         * BufferView_pimpl.C: Alert fixes
2507
2508         * Makefile.am:
2509         * tabular.C:
2510         * tabular-old.C: remove unused table compat reading
2511
2512 2003-03-29  John Levon  <levon@movementarian.org>
2513
2514         * BufferView.C:
2515         * buffer.C:
2516         * lyx_cb.h:
2517         * lyx_cb.C: more Alert cleanups
2518
2519         * lyxfunc.C: don't allow chktex if not latex document
2520
2521 2003-03-29  John Levon  <levon@movementarian.org>
2522
2523         * lyx_cb.C:
2524         * BufferView.C:
2525         * buffer.C: warnings pushed down from support/,
2526         kill err_alert
2527
2528 2003-03-29  John Levon  <levon@movementarian.org>
2529
2530         * lyxfunc.C: safety check for C-r (revert)
2531
2532 2003-03-29  John Levon  <levon@movementarian.org>
2533
2534         * bufferlist.h:
2535         * bufferlist.C: several UI fixes using Alert::prompt.
2536         Fix the pointless looping quit code. Fix stupid revert
2537         behaviour (bug 938)
2538
2539         * lyxvc.h:
2540         * lyxvc.C:
2541         * lyx_cb.C: use Alert::prompt
2542
2543         * lyx_main.C: remove a silly question
2544
2545         * lyxfunc.C: remove a couple of silly questions,
2546         use Alert::prompt
2547
2548 2003-03-28  John Levon  <levon@movementarian.org>
2549
2550         * text2.C: fix bug 974 (End on empty par)
2551
2552 2003-03-28  John Levon  <levon@movementarian.org>
2553
2554         * BufferView_pimpl.C:
2555         * LyXAction.C:
2556         * lfuns.h: remove do-nothing math greek lfuns
2557
2558 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2559
2560         * lyxgluelength.h (isValidGlueLength): add default arg on
2561         parameter 2. Remove default arg from friend in class.
2562
2563         * lyxlength.h (isValidLength): add default arg on parameter 2.
2564         Remove default arg from friend in class.
2565
2566         * text2.C (LyXText): adjust, initialize refresh_row.
2567         (init): adjust
2568         (removeRow): adjust
2569         (insertRow): adjust
2570         (insertParagraph): adjst
2571         (redoParagraphs): adjust
2572         (fullRebreak): adjust
2573         (updateCounters): adjust
2574         (deleteEmptyParagraphMechanism): first attempt at fixing a
2575         crashing bug.
2576
2577         * text.C (top_y): adjust
2578         (setHeightOfRow): adjust
2579         (getRow): adjust
2580         (getRowNearY): adjust
2581
2582         * lyxtext.h: include RowList.h
2583         (~LyXText): not needed anymore, deleted.
2584         (firstRow): modify for RowList
2585         (lastRow): new function
2586         Delete firstrow and lastrow class variables, add a Rowlist
2587         rowlist_ class variable.
2588
2589         * lyxrow.C (lastPos): use empty() and not !size() to check if a
2590         paragraph is empty.
2591
2592         * RowList.C (insert): fix case where it == begin().
2593
2594 2003-03-26  Angus Leeming  <leeming@lyx.org>
2595
2596         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
2597         the thesaurus dialog.
2598
2599 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2600
2601         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
2602
2603         * RowList.[Ch]: new files
2604
2605         * ParagraphList.C (erase): handle the case where it == begin
2606         correctly.
2607
2608 2003-03-25  John Levon  <levon@movementarian.org>
2609
2610         * Makefile.am:
2611         * aspell_local.h:
2612         * aspell.C: add new aspell support
2613
2614         * lyxrc.h:
2615         * lyxrc.C: Make use_pspell be use_spell_lib. Always
2616         have it accessible.
2617
2618 2003-03-25  Angus Leeming  <leeming@lyx.org>
2619
2620         * lfuns.h:
2621         * LyXAction.C (init): new LFUN_INSET_INSERT.
2622
2623         * BufferView_pimpl.C (dispatch): split out part of the
2624         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
2625
2626         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
2627         LFUN_INSET_APPLY.
2628
2629 2003-03-25  Angus Leeming  <leeming@lyx.org>
2630
2631         * lyxfunc.C (dispatch): changes to the Dialogs interface.
2632
2633 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
2634
2635         * text2.C:
2636         * text3.C: remove useless row->height(0)
2637
2638 2003-03-25  John Levon  <levon@movementarian.org>
2639
2640         * lyxtext.h:
2641         * text2.C:
2642         * text3.C: rename the refreshing stuff to better names
2643
2644 2003-03-24  John Levon  <levon@movementarian.org>
2645
2646         * BufferView_pimpl.h:
2647         * BufferView_pimpl.C: update layout choice on a mouse
2648         press/release
2649
2650 2003-03-23  John Levon  <levon@movementarian.org>
2651
2652         * Makefile.am: fix commandtags.h reference
2653
2654 2003-03-22  John Levon  <levon@movementarian.org>
2655
2656         * BufferView_pimpl.C:
2657         * lyxtext.h:
2658         * rowpainter.C:
2659         * rowpainter.h:
2660         * text.C:
2661         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
2662
2663 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
2664
2665         * lyxtext.h:
2666         * text.C: take the rtl methods out of line
2667
2668 2003-03-21 André Pönitz <poenitz@gmx.net>
2669
2670         * metricsinfo.[Ch]: new files containing structures to be passed around
2671         during the two-phase-drawing...
2672
2673 2003-03-21 André Pönitz <poenitz@gmx.net>
2674
2675         * lyxtextclass.C: read 'environment' tag.
2676
2677 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
2678
2679         * text2.C (removeRow): fix bug 964
2680
2681 2003-03-20  John Levon  <levon@movementarian.org>
2682
2683         * rowpainter.C:
2684         * text.C:
2685         * text2.C: paint cleanups. Inset::update() dropped font
2686         parameter
2687
2688 2003-03-19  John Levon  <levon@movementarian.org>
2689
2690         * lyxfunc.C: only fitcursor/markDirty if available()
2691
2692 2003-03-19  John Levon  <levon@movementarian.org>
2693
2694         * commandtags.h: rename to ...
2695
2696         * lfuns.h: ... this, and renumber / cleanup
2697
2698 2003-03-19  John Levon  <levon@movementarian.org>
2699
2700         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
2701         fit the cursor after an lfun
2702
2703         * BufferView.h:
2704         * BufferView.C:
2705         * BufferView_pimpl.h:
2706         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
2707
2708         * LyXAction.C: layout-character should have ReadOnly
2709
2710         * ParagraphParameters.C:
2711         * buffer.C:
2712         * bufferview_funcs.C:
2713         * lyx_cb.C:
2714         * lyxfind.C:
2715         * lyxtext.h:
2716         * text.C:
2717         * text2.C:
2718         * text3.C:
2719         * undo_funcs.C: changes from above
2720
2721 2003-03-18  John Levon  <levon@movementarian.org>
2722
2723         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
2724         remove it from update()
2725
2726         * lyxfunc.C: update layout choice after an lfun
2727
2728         * text3.C: remove extra updateLayoutChoice()s
2729
2730 2003-03-18  John Levon  <levon@movementarian.org>
2731
2732         * text.C: top_y change means full repaint, fix
2733         a drawing bug with cursor movement
2734
2735 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
2736
2737         * lyxtext.h:
2738         * text.C:
2739         * text2.C: anchor row on setCursor
2740
2741 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
2742
2743         * lyxtext.h: remove almost all mutable keywords
2744         * text.C:
2745         * text2.C:
2746         * text3.C: remove const keywords accordingly
2747
2748 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2749
2750         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
2751         anon namespace
2752         (TeXEnvironment): ditto
2753         (TeXOnePar): ditto
2754
2755 2003-03-17  John Levon  <levon@movementarian.org>
2756
2757         * text.C (rowBreakPoint): remove attempt to fix displayed
2758         math insets inside a manual label
2759
2760 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2761
2762         * lyxtext.h: remove BufferView* as first arg from almost all class
2763         functions.
2764         * other files: adjust.
2765
2766 2003-03-17  John Levon  <levon@movementarian.org>
2767
2768         * lyxtext.h:
2769         * undo_funcs.C:
2770         * text2.C: more paint cleanups
2771
2772         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
2773
2774         * rowpainter.h:
2775         * rowpainter.C: remove "smart" background painting code
2776
2777 2003-03-16  John Levon  <levon@movementarian.org>
2778
2779         * lyxtext.h:
2780         * text.C:
2781         * text2.C:
2782         * text3.C: add helper functions for setting refresh_row/y
2783
2784 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
2785
2786         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
2787         newline inset which *can* get inserted in the pass_thru layouts.
2788         This is primarily for literate documents.
2789
2790 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
2791
2792         * buffer.C: increment LYX_FORMAT to 223
2793
2794 2003-03-14 André Pönitz <poenitz@gmx.net>
2795
2796         * textclass.h: prepare for environment handling, ws changes
2797         * lyxlayout.C: read latexheader and latexfooter tags
2798
2799 2003-03-14  John Levon  <levon@movementarian.org>
2800
2801         * text2.C: rewrite ::status() a bit
2802
2803 2003-03-13  John Levon  <levon@movementarian.org>
2804
2805         * lyxtext.h: add some docs
2806
2807 2003-03-13  John Levon  <levon@movementarian.org>
2808
2809         * lyxtext.h:
2810         * text.C:
2811         * text2.C:
2812         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
2813
2814 2003-03-13  John Levon  <levon@movementarian.org>
2815
2816         * text3.C: fix appendix redrawing
2817
2818 2003-03-13  John Levon  <levon@movementarian.org>
2819
2820         * text.C (setHeightOfRow):
2821         * rowpainter.h:
2822         * rowpainter.C: make appendix mark have the text
2823           "Appendix" so the user knows what it is
2824
2825         * LColor.h:
2826         * LColor.C: s/appendixline/appendix/ from above
2827
2828 2003-03-13  John Levon  <levon@movementarian.org>
2829
2830         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
2831
2832         * text.C: fix a getChar(pos) bug properly
2833
2834 2003-03-13  Angus Leeming  <leeming@lyx.org>
2835
2836         * commandtags.h:
2837         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
2838         Probably only temporary. Let's see how things pan out.
2839
2840         * BufferView.C (unlockInset):
2841         * BufferView_pimpl.C (fitCursor):
2842         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
2843
2844         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
2845         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
2846
2847         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
2848         new functions that convert ParagraphParameters to and from a string.
2849
2850         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
2851         BufferView::Pimpl's dispatch.
2852         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
2853
2854 2003-03-13 André Pönitz <poenitz@gmx.net>
2855
2856         * lyxfunc.C:
2857         * text3.C:
2858         * factory.C: make it aware of InsetEnv
2859
2860 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2861
2862         * text2.C (setCursor): never ask for one past last
2863         (setCursor): add some debugging messages.
2864
2865         * text.C (singleWidth): never ask for one past last
2866         (singleWidth): ditto
2867         (leftMargin): ditto
2868         (rightMargin): ditto
2869         (rowBreakPoint): ditto
2870         (setHeightOfRow): ditto
2871         (prepareToPrint): ditto
2872
2873         * rowpainter.C (paintBackground): never ask for one past last
2874         (paintText): never ask for one past last
2875
2876         * paragraph_pimpl.C (getChar): make the assert stricter, never
2877         allow the one past last pos to be taken
2878
2879         * paragraph.C (getChar): ws changes only
2880
2881         * lyxrow.C (nextRowIsAllInset): never ask for one past last
2882         (numberOfSeparators): ditto
2883         (numberOfHfills): ditto
2884
2885 2003-03-12  John Levon  <levon@movementarian.org>
2886
2887         * author.h:
2888         * author.C:
2889         * bufferparams.h:
2890         * bufferparams.C:
2891         * paragraph_funcs.C: fix per-buffer authorlists
2892
2893 2003-03-12  John Levon  <levon@movementarian.org>
2894
2895         * text.C: fix newline in right address
2896
2897 2003-03-12  Angus Leeming  <leeming@lyx.org>
2898
2899         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
2900         duplicate those in LyXFunc::dispatch.
2901
2902         * commandtags.h:
2903         * LyXAction.C:
2904         * ToolbarDefaults.C:
2905         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
2906         Add LFUN_FONTFREE_UPDATE.
2907
2908         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
2909         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
2910
2911         * bufferview_func.[Ch]: several new functions to facilliate
2912         transfer of data to and from the character dialog.
2913
2914 2003-03-12  John Levon  <levon@movementarian.org>
2915
2916         * buffer.C:
2917         * paragraph.h:
2918         * paragraph.C:
2919         * paragraph_funcs.C:
2920         * paragraph_pimpl.C:
2921         * sgml.C:
2922         * tabular.C:
2923         * text.C:
2924         * text3.C: remove META_NEWLINE in favour of an inset
2925
2926         * rowpainter.h:
2927         * rowpainter.C: remove paintNewline (done by inset)
2928
2929 2003-03-12  John Levon  <levon@movementarian.org>
2930
2931         * paragraph_pimpl.C: complain about bad getChar()s
2932         for a while at least
2933
2934 2003-03-12  John Levon  <levon@movementarian.org>
2935
2936         * buffer.h:
2937         * buffer.C: move paragraph read into a separate function,
2938         a little renaming to reflect that.
2939
2940         * bufferparams.h:
2941         * bufferparams.C: remove the author_ids map, not necessary now
2942
2943         * factory.h:
2944         * factory.C: moved Buffer::readInset to here
2945
2946         * paragraph_funcs.h:
2947         * paragraph_funcs.C: readParagraph free function moved from
2948         buffer.C
2949
2950         * tabular.C: name change
2951
2952 2003-03-12  John Levon  <levon@movementarian.org>
2953
2954         * buffer.C:
2955         * ParagraphParameters.C: move par params input to
2956         a read() method
2957
2958         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
2959         behave like a normal read from the stream wrt reading
2960         a line vs. a \\token
2961
2962 2003-03-12  John Levon  <levon@movementarian.org>
2963
2964         * paragraph.C:
2965         * ParagraphParameters.h:
2966         * ParagraphParameters.C: move output code to a
2967         ::write() method
2968
2969 2003-03-12  John Levon  <levon@movementarian.org>
2970
2971         * BufferView.C (insertLyXFile):
2972         * buffer.h:
2973         * buffer.C:
2974         * tabular.C: use a parlist iterator for creating the
2975           document.
2976
2977 2003-03-12  John Levon  <levon@movementarian.org>
2978
2979         * buffer.C: make current_change static local not
2980           static file-scope
2981
2982 2003-03-12  John Levon  <levon@movementarian.org>
2983
2984         * buffer.C: fix insertStringAsLines for change tracking
2985
2986 2003-03-12  John Levon  <levon@movementarian.org>
2987
2988         * BufferView.C:
2989         * tabular.C:
2990         * buffer.h:
2991         * buffer.C:
2992         * bufferparams.h:
2993         * bufferparams.C: move author list into params. Rename some
2994           functions. Move the header reading into a separate token
2995           loop. Move the header token reading into BufferParams.
2996
2997 2003-03-12  John Levon  <levon@movementarian.org>
2998
2999         * changes.C: put debug inside lyxerr.debugging() checks
3000
3001 2003-03-11 André Pönitz <poenitz@gmx.net>
3002
3003         * factory.C: make it aware of InsetHFill
3004
3005 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3006
3007         * buffer.C (latexParagraphs): move function from here...
3008         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
3009         args.
3010
3011 2003-03-10  Angus Leeming  <leeming@lyx.org>
3012
3013         * LyXAction.C (init): fix bug in poplating array with multiple entries
3014         with the same LFUN (spotted by JMarc).
3015
3016 2003-03-10  John Levon  <levon@movementarian.org>
3017
3018         * text.C:
3019         * text2.C: move getColumnNearX() near its
3020         only call site
3021
3022 2003-03-10  John Levon  <levon@movementarian.org>
3023
3024         * text.C: fix break before a minipage
3025
3026 2003-03-10  John Levon  <levon@movementarian.org>
3027
3028         * text.C: fix the last commit
3029
3030 2003-03-09  John Levon  <levon@movementarian.org>
3031
3032         * lyxtext.h:
3033         * text.C:
3034         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
3035         bug 365 (don't break before insets unless needed). Don't
3036         return a value > last under any circumstances.
3037
3038 2003-03-09  Angus Leeming  <leeming@lyx.org>
3039
3040         * BufferView_pimpl.C (trackChanges, dispatch): call
3041         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
3042
3043 2003-03-09  Angus Leeming  <leeming@lyx.org>
3044
3045         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
3046         than Dialogs::showAboutlyx().
3047
3048 2003-03-09  Angus Leeming  <leeming@lyx.org>
3049
3050         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
3051         than Dialogs::showTabularCreate().
3052
3053 2003-03-09  John Levon  <levon@movementarian.org>
3054
3055         * lyxtext.h:
3056         * text.C:
3057         * text2.C: 3rd arg to nextBreakPoint was always the same.
3058           Use references.
3059
3060 2003-03-08  John Levon  <levon@movementarian.org>
3061
3062         * lyxrow.C:
3063         * paragraph.C:
3064         * paragraph.h:
3065         * rowpainter.C:
3066         * text.C:
3067         * text2.C: Remove the "main" bit from the "main body"
3068           notion.
3069
3070 2003-03-08  John Levon  <levon@movementarian.org>
3071
3072         * text.C (leftMargin): The left margin of an empty
3073         manual label paragraph should not include the label width
3074         string length.
3075
3076         * text.C (prepareToPrint): don't attempt to measure hfills
3077         for empty manual label paragraphs - the answer should be 0
3078
3079 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3080
3081         * CutAndPaste.C: remove commented code and reindent.
3082
3083 2003-03-08  John Levon  <levon@movementarian.org>
3084
3085         * lyxfunc.h:
3086         * lyxfunc.C: move reloadBuffer()
3087
3088         * BufferView.h:
3089         * BufferView.C: to here
3090
3091         * lyxvc.C: add comment
3092
3093         * vc-backend.h:
3094         * vc-backend.C: call bv->reload() to avoid
3095           getStatus() check on MENURELOAD
3096
3097 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
3098
3099         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
3100         to an old format .dep file.
3101
3102 2003-03-07  Angus Leeming  <leeming@lyx.org>
3103
3104         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
3105         when the LFUN_MOUSE_RELEASE should have been handled by
3106         inset->localDispatch.
3107
3108 2003-03-07  Angus Leeming  <leeming@lyx.org>
3109
3110         * BufferView_pimpl.C (dispatch):
3111         * LyXAction.C (init):
3112         * ToolbarDefaults.C (init):
3113         * commandtags.h:
3114         * lyxfunc.C (getStatus):
3115         remove LFUN_INSET_GRAPHICS.
3116
3117         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
3118
3119 2003-03-07  Angus Leeming  <leeming@lyx.org>
3120
3121         * commandtags.h:
3122         * LyXAction.C (init):
3123         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
3124
3125         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
3126
3127         * commandtags.h:
3128         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
3129
3130         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
3131         localDispatch method LFUN_INSET_DIALOG_UPDATE.
3132
3133 2003-03-07  Angus Leeming  <leeming@lyx.org>
3134
3135         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
3136         remove "ert".
3137
3138 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3139
3140         * ParagraphList.C (front): new function
3141         (back): implement
3142
3143 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
3144
3145         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
3146         and top_row_offset_. removed var first_y.
3147         * text.C (top_y):
3148         * text2.C (LyXText, removeRow):
3149         * text3.C:
3150         * BufferView_pimpl.C:
3151         use these methods instead of using first_y
3152
3153 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3154
3155         * text2.C (pasteSelection): adjust for checkPastePossible
3156
3157         * CutAndPaste.C: remove Paragraph * buf and replace with
3158         ParagraphList paragraphs.
3159         (DeleteBuffer): delete
3160         (cutSelection): change the tc type to textclass_type
3161         (copySelection): change the tc type to textclass_type
3162         (copySelection): adjust for ParagraphList
3163         (pasteSelection): change the tc type to textclass_type
3164         (pasteSelection): adjust for Paragraphlist
3165         (nrOfParagraphs): simplify for ParagraphList
3166         (checkPastePossible): simplify for ParagraphList
3167         (checkPastePossible): remove unused arg
3168
3169         * ParagraphList.C (insert): handle the case where there are no
3170         paragraphs yet.
3171
3172         * CutAndPaste.h: make CutAndPaste a namespace.
3173
3174         * text3.C (dispatch): adjust
3175
3176         * text.C (breakParagraph): add a ParagraphList as arg
3177
3178         * paragraph_funcs.C (breakParagraph): change to take a
3179         BufferParams and a ParagraphList as args.
3180         (breakParagraphConservative): ditto
3181         (mergeParagraph): ditto
3182         (TeXDeeper): add a ParagraphList arg
3183         (TeXEnvironment): ditto
3184         (TeXOnePar): ditto
3185
3186         * buffer.C (readLyXformat2): adjust
3187         (insertStringAsLines): adjust
3188         (latexParagraphs): adjust
3189
3190         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
3191         (cutSelection): adjust
3192         (pasteSelection): adjust
3193
3194         * BufferView_pimpl.C (insertInset): adjust
3195
3196 2003-03-05  Angus Leeming  <leeming@lyx.org>
3197
3198         * commandtags.h:
3199         * LyXAction.C (init):
3200         * BufferView_pimpl.C (dispatch):
3201         * lyxfunc.C (getStatus):
3202         remove LFUN_CHILD_INSERT.
3203
3204         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
3205
3206 2003-03-05  Angus Leeming  <leeming@lyx.org>
3207
3208         * commandtags.h:
3209         * LyXAction.C (init):
3210         * src/factory.C (createInset):
3211         * lyxfunc.C (getStatus):
3212         * text3.C (dispatch):
3213         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
3214
3215         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
3216
3217 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
3218
3219         * ParagraphList.C (insert): handle insert right before end()
3220         (erase): fix cases where it can be first or last paragraph.
3221
3222 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3223
3224         * paragraph_funcs.C (TeXEnvironment): remove all usage of
3225         Paragraph::next and Paragraph::previous
3226         (TeXOnePar): ditto
3227
3228         * text.C (breakParagraph): adjust
3229
3230         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
3231         BufferParams& as arg.
3232         (breakParagraph): use ParagraphList::insert
3233         (breakParagraphConservative): take a Buffer* instead of a
3234         BufferParams& as arg.
3235         (breakParagraphConservative): use ParagraphList::insert.
3236
3237         * buffer.C (insertStringAsLines): un-const it
3238         (insertStringAsLines): adjust
3239
3240         * ParagraphList.C (insert): new function
3241
3242         * CutAndPaste.C (pasteSelection): adjust
3243
3244         * text.C (backspace): adjust
3245
3246         * tabular.C (SetMultiColumn): adjust
3247
3248         * CutAndPaste.C (cutSelection): adjust
3249         (pasteSelection): adjust
3250
3251         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
3252         Buffer const * as arg
3253
3254         * ParagraphList.C (erase): new function
3255         * paragraph_funcs.C (mergeParagraph): use it
3256         (mergeParagraph): make it take a Buffer* instead of a
3257         BufferParams* as arg
3258
3259         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
3260         as arg
3261         (breakParagraphConservative): ditto
3262
3263         * paragraph.h: remove the breakParagraph friend
3264
3265         * paragraph.C (eraseIntern): new function
3266         (setChange): new function
3267
3268         * paragraph_funcs.C (mergeParagraph): make it take a
3269         ParagraphList::iterator instead of a Paragraph *, adjust
3270         accordingly.
3271
3272         * paragraph.h: move an #endif so that the change tracking stuff
3273         also works in the NO_NEXT case.
3274
3275 2003-03-04  Angus Leeming  <leeming@lyx.org>
3276
3277         * commandtags.h:
3278         * LyXAction.C: new LFUN_INSET_MODIFY.
3279
3280         * BufferView_pimpl.C (dispatch): if an inset is found to be open
3281         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
3282
3283 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3284
3285         * several files: ws changes only
3286
3287         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
3288         (TeXEnvironment): ditto
3289         (TeXDeeper): ditto
3290
3291         * buffer.C (makeLaTeXFile): adjust
3292         (latexParagraphs): make it take ParagraphList::iterator as args
3293
3294 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3295
3296         * buffer.C (latexParagraphs): adjust
3297
3298         * paragraph.C (TeXOnePar): move function...
3299         (optArgInset): move function...
3300         (TeXEnvironment): move function...
3301         * paragraph_pimpl.C (TeXDeeper): move function...
3302         * paragraph_funcs.C: ...here
3303
3304         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
3305
3306 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3307
3308         * buffer.C (readInset): remove compability code for old Figure and
3309         InsetInfo insets
3310
3311 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3312
3313         * buffer.C: ws changes
3314         (readInset):
3315
3316         * BufferView_pimpl.C: ditto
3317         * author.C: ditto
3318         * buffer.h: ditto
3319         * bufferlist.h: ditto
3320         * changes.h: ditto
3321         * lyxfunc.C: ditto
3322
3323 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
3324
3325         * converter.[Ch]: split into itself +
3326         * graph.[Ch]
3327         * format.[Ch]
3328         * Makefile.am: += graph.[Ch] + format.[Ch]
3329         * MenuBackend.C
3330         * buffer.C
3331         * exporter.C
3332         * importer.C
3333         * lyx_main.C
3334         * lyxfunc.C
3335         * lyxrc.C: added #include "format.h"
3336
3337 2003-02-27  Angus Leeming  <leeming@lyx.org>
3338
3339         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
3340           a label.
3341
3342         * factory.C (createInset): add "label" to the factory.
3343
3344         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
3345           string and do no more.
3346
3347 2003-02-27  Angus Leeming  <leeming@lyx.org>
3348
3349         * commandtags.h:
3350         * LyXAction.C (init):
3351         * factory.C (createInset):
3352         * BufferView_pimpl.C (dispatch):
3353           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
3354
3355         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
3356
3357         * lyxfunc.C (dispatch):
3358         * text3.C (dispatch): pass name to params2string.
3359
3360 2003-02-26  Angus Leeming  <leeming@lyx.org>
3361
3362         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
3363           blocks together.
3364           Rearrange the ~includes. Strip out the unnecessary ones.
3365
3366         * factory.C (createInset): reformat.
3367           create new insets for the various LFUN_XYZ_APPLY lfuns.
3368
3369 2003-02-26  John Levon  <levon@movementarian.org>
3370
3371         * lyxrow.h:
3372         * lyxrow.C: add isParStart,isParEnd helpers
3373
3374         * paragraph.h: make isInserted/DeletedText take refs
3375
3376         * paragraph_funcs.h:
3377         * paragraph_funcs.C: remove #if 0'd code
3378
3379         * lyxtext.h:
3380         * text3.C:
3381         * text2.C:
3382         * text.C: use lyxrow helpers above.
3383           Move draw and paint routines to RowPainter.
3384           Make several methods use refs not pointers.
3385           Make backgroundColor() const.
3386           Add markChangeInDraw(), isInInset().
3387           Merge changeRegionCase into changeCase.
3388           Make workWidth() shouldn't-happen code into an Assert.
3389
3390         * rowpainter.h:
3391         * rowpainter.C: new class for painting a row.
3392
3393         * vspace.h:
3394         * vspace.C: make inPixels take a ref
3395
3396 2003-02-26  Angus Leeming  <leeming@lyx.org>
3397
3398         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
3399         LFUN_REF_APPLY.
3400
3401 2003-02-25  John Levon  <levon@movementarian.org>
3402
3403         * ispell.C: give the forked command a more accurate name
3404
3405 2003-02-22  John Levon  <levon@movementarian.org>
3406
3407         * toc.h:
3408         * toc.C: make TocItem store an id not a Paragraph *
3409           (bug #913)
3410
3411 2003-02-21  Angus Leeming  <leeming@lyx.org>
3412
3413         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
3414           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
3415           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
3416           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
3417           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
3418           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
3419
3420         * BufferView_pimpl.C (dispatch):
3421         * LyXAction.C (init):
3422         * factory.C (createInset):
3423         * lyxfunc.C (getStatus, dispatch):
3424         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
3425
3426 2003-02-21  Angus Leeming  <leeming@lyx.org>
3427
3428         * BufferView_pimpl.C (MenuInsertLyXFile):
3429         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3430         * lyxfunc.C (menuNew, open, doImport):
3431           no longer pass a LyXView & to fileDlg.
3432
3433 2003-02-21  Angus Leeming  <leeming@lyx.org>
3434
3435         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
3436         * LyXAction.C: change, BIBKEY to BIBITEM.
3437         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
3438         Change InsetBibKey to InsetBibitem.
3439         Change BIBKEY_CODE to BIBITEM_CODE.
3440         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
3441         * factory.C: replace insetbib.h with insetbibitem.h.
3442         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
3443         * paragraph.C: replace insetbib.h with insetbibitem.h.
3444         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
3445         Change bibkey() to bibitem().
3446         * text.C: remove insetbib.h.
3447         * text2.C: replace insetbib.h with insetbibitem.h.
3448         change bibkey() to bibitem().
3449         * text3.C: remove insetbib.h.
3450         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
3451
3452 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3453
3454         * lyxrc.C (output): enclose user email in quotes (in case there are
3455         several words)
3456
3457 2003-02-18  John Levon  <levon@movementarian.org>
3458
3459         * buffer.h: add std::
3460
3461 2003-02-17  John Levon  <levon@movementarian.org>
3462
3463         * SpellBase.h:
3464         * ispell.h:
3465         * ispell.C:
3466         * pspell.h:
3467         * pspell.C: reworking. Especially in ispell, a large
3468           number of clean ups and bug fixes.
3469
3470         * lyxfunc.C: fix revert to behave sensibly
3471
3472 2003-02-17 André Pönitz <poenitz@gmx.net>
3473
3474         * LyXAction.C:
3475         * commandtags.h: new LFUN_INSERT_BIBKEY
3476
3477         * layout.h:
3478         * lyxlayout.C:
3479         * buffer.C:
3480         * factory.C:
3481         * text.C:
3482         * text2.C:
3483         * text3.C:
3484         * paragraph.[Ch]:
3485         * paragraph_func.C: remove special bibkey handling
3486
3487 2003-02-17  John Levon  <levon@movementarian.org>
3488
3489         * text.C (Delete): fix case where delete at the end of
3490           the very first paragraph would not merge the pars
3491
3492 2003-02-17  John Levon  <levon@movementarian.org>
3493
3494         * lyxrow.C: fix lastPrintablePos()
3495
3496 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3497
3498         * bufferparams.C (writeLaTeX): add a std:here
3499
3500         * buffer.C: and remove a using directive there
3501
3502 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3503
3504         * buffer.C (makeLaTeXFile): move the code that generates the
3505           preamble...
3506
3507         * bufferparams.C (writeLaTeX): ... in this new method
3508
3509         * LaTeXFeatures.C (getEncodingSet): make const
3510           (getLanguages): make const
3511
3512         * MenuBackend.C (binding): returns the binding associated to this
3513           action
3514           (add): sets the status of each item by calling getStatus. Adds
3515           some intelligence.
3516           (read): add support for OptSubMenu
3517           (expand): remove extra separator at the end of expanded menu
3518
3519 2003-02-15  John Levon  <levon@movementarian.org>
3520
3521         * BufferView.C:
3522         * BufferView_pimpl.C:
3523         * bufferlist.h:
3524         * bufferlist.C: remove pointless BufferStorage bloat. Remove
3525           inset code that had no actual effect. Remove unneeded status
3526           code.
3527
3528 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3529
3530         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
3531           in preamble
3532
3533 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
3534
3535         * text.C (drawLengthMarker): also draw an arrow marker for
3536           symbolic lengths (medskip...)
3537
3538 2003-02-14  John Levon  <levon@movementarian.org>
3539
3540         * tabular.h:
3541         * tabular.C: better method names
3542
3543 2003-02-14  John Levon  <levon@movementarian.org>
3544
3545         * BufferView_pimpl.C:
3546         * bufferlist.C:
3547         * buffer.C:
3548         * converter.C:
3549         * lyx_cb.C:
3550         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
3551           it's a more accurate name. Remove some pointless uses.
3552
3553 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3554
3555         * text2.C (LyXText): change order of initilizers to shut off
3556           warnings
3557
3558 2003-02-14  John Levon  <levon@movementarian.org>
3559
3560         * buffer.C: use ParIterator for getParFromID()
3561
3562         * paragraph.h:
3563         * paragraph.C:
3564         * paragraph_pimpl.h:
3565         * paragraph_pimpl.C: remove unused getParFromID()
3566
3567 2003-02-14  John Levon  <levon@movementarian.org>
3568
3569         * buffer.C: remove some very old #if 0'd parse code
3570
3571 2003-02-13  John Levon  <levon@movementarian.org>
3572
3573         * text.h:
3574         * text.C:
3575         * text2.C: move hfillExpansion(), numberOfSeparators(),
3576           rowLast(), rowLastPrintable(), numberofHfills(),
3577           numberOfLabelHfills() ...
3578
3579         * lyxrow.h:
3580         * lyxrow.C: ... to member functions here.
3581
3582         * paragraph.h:
3583         * paragraph.C:
3584         * lyxtext.h:
3585         * text.C: remove LyXText::beginningOfMainBody(), and call
3586           p->beginningOfMainBody() directly. Move the check for
3587           LABEL_MANUAL into the latter.
3588
3589         * text.h:
3590         * text.C:
3591         * text2.C:
3592         * vspace.C:
3593         * BufferView.h:
3594         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
3595
3596         * text.h:
3597         * text.C:
3598         * text2.C:
3599         * text3.C:
3600         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
3601           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
3602
3603 2003-02-13  John Levon  <levon@movementarian.org>
3604
3605         * CutAndPaste.C: remove debug
3606
3607 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3608
3609         * paragraph.C (asString): remove two unused variables
3610
3611         * lyxtextclass.C (readTitleType):
3612           (Read):
3613           (LyXTextClass): handle new members titletype_ and titlename_
3614
3615         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
3616
3617 2003-02-09  John Levon  <levon@movementarian.org>
3618
3619         * buffer.h:
3620         * buffer.C: replace hand-coded list with a map for the dep clean
3621
3622 2003-02-08  John Levon  <levon@movementarian.org>
3623
3624         * LaTeX.C: consolidate code into showRunMessage() helper
3625
3626 2003-02-08  John Levon  <levon@movementarian.org>
3627
3628         * lyxfind.C:
3629         * lyxtext.h:
3630         * text2.C:
3631         * BufferView.C: change setSelectionOverString() to setSelectionRange()
3632           and pass the size in explicitly
3633
3634         * BufferView_pimpl.h:
3635         * BufferView_pimpl.C:
3636         * BufferView.h:
3637         * BufferView.C: add getCurrentChange()
3638
3639         * BufferView_pimpl.h:
3640         * BufferView_pimpl.C: handle change lfuns
3641
3642         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
3643           for changes. Mark pasted paragraphs as new.
3644
3645         * support/lyxtime.h:
3646         * support/lyxtime.C:
3647         * DepTable.C: abstract time_t as lyx::time_type
3648
3649         * LColor.h:
3650         * LColor.C: add colours for new text, deleted text, changebars
3651
3652         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
3653           package use "usenames" option.
3654
3655         * commandtags.h:
3656         * lyxfunc.C:
3657         * LyXAction.C: add change lfuns
3658
3659         * Makefile.am:
3660         * author.h:
3661         * author.C: author handling
3662
3663         * buffer.h:
3664         * buffer.C: add a per-buffer author list, with first entry as
3665           current author. Handle new .lyx tokens for change tracking. Output
3666           author list to .lyx file. Output dvipost stuff to .tex preamble.
3667           Bump lyx format to 222.
3668
3669         * bufferlist.h:
3670         * bufferlist.C: add setCurrentAuthor() to reset current author details
3671           in all buffers.
3672
3673         * bufferparams.h:
3674         * bufferparams.C: add param for tracking
3675
3676         * bufferview_funcs.C: output change info in minibuffer
3677
3678         * Makefile.am:
3679         * changes.h:
3680         * changes.C: add change-tracking structure
3681
3682         * debug.h:
3683         * debug.C: add CHANGES debug flag
3684
3685         * lyxfind.h:
3686         * lyxfind.C: add code for finding the next change piece
3687
3688         * lyxrc.h:
3689         * lyxrc.C: add user_name and user_email
3690
3691         * lyxrow.h:
3692         * lyxrow.C: add a metric for the top of the text line
3693
3694         * lyxtext.h:
3695         * text.C: implement accept/rejectChange()
3696
3697         * lyxtext.h:
3698         * text.C: paint changebars. Paint new/deleted text in the chosen
3699         colours. Strike through deleted text.
3700
3701         * paragraph.h:
3702         * paragraph.C:
3703         * paragraph_pimpl.h:
3704         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
3705           in the current change to the insert functions. Rework erase to
3706           mark text as deleted, adding an eraseIntern() and a range-based
3707           erase(). Implement per-paragraph change lookup and
3708           accept/reject.
3709
3710         * paragraph_funcs.C: Fixup paste for change tracking.
3711
3712         * tabular.C: mark added row/columns as new.
3713
3714         * text.C: fix rowLast() to never return -1. Don't allow
3715           spellchecking of deleted text. Track transpose changes. Don't
3716           allow paragraph break or merge where appropriate.
3717
3718         * text2.C: leave cursor at end of selection after a cut.
3719
3720 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3721
3722         * text.C (getLengthMarkerHeight):
3723         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
3724         visible on screen too.
3725
3726 2003-02-07  John Levon  <levon@movementarian.org>
3727
3728         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
3729
3730 2003-02-05  Angus Leeming  <leeming@lyx.org>
3731
3732         * lyxserver.C (read_ready): revert my patch of 11 September last year
3733         as it sends PC cpu through the roof. Presumably this means that
3734         the lyxserver will no longer run on an Alpha...
3735
3736 2003-01-30  Angus Leeming  <leeming@lyx.org>
3737
3738         * factory.C (createInset): create an InsetCommandParam of type "index"
3739         and use it to 'do the right thing'.
3740
3741         * text2.C (getStringToIndex): ensure that cursor position is always
3742         reset to the reset_cursor position.
3743
3744 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3745
3746         * lyxfunc.C (getStatus): "buffer-export custom" should never be
3747         disabled.
3748
3749 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
3750
3751         * bufferview.C:
3752         * lyxcb.C:
3753         * lyxfunc.C: Output messages with identical spelling, punctuation,
3754         and spaces
3755
3756 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
3757
3758         * MenuBackend.C (expandFormats): List only viewable export formats
3759         in "View" menu
3760
3761         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
3762         message
3763
3764         * lyxfunc.C (getStatus): Make sure that formats other than
3765         "fax" can also be disabled
3766
3767 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3768
3769         * text3.C (dispatch): put the lfuns that insert insets in 3
3770         groups, and call doInsertInset with appropriate arguments.
3771         (doInsertInset): new function, that creates an inset and inserts
3772         it according to some boolean parameters.
3773
3774 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3775
3776         * buffer.C (readFile): remember to pass on 'par' when calling
3777         readFile recursively.
3778
3779 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3780
3781         * MenuBackend.C (expandFormats): add "..." to import formats.
3782
3783 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
3784
3785         * paragraph.C (asString): Remove XForms RTL hacks.
3786
3787 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
3788         * buffer.C: fix typo
3789
3790 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
3791
3792         * Makefile.am (LIBS): delete var
3793         (lyx_LDADD): add @LIBS@ here instead.
3794
3795 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
3796
3797         * Clarify the meaning of "wheel mouse jump"
3798
3799 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3800
3801         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
3802         tabular in a float
3803
3804 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3805
3806         * importer.C (Loaders): do not preallocate 3 elements in the
3807         vector, since one ends up with 6 elements otherwise
3808
3809 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3810
3811         * DepTable.C (write): write the file name as last element of the
3812         .dep file (because it may contain spaces)
3813         (read): read info in the right order
3814
3815 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3816
3817         * paragraph_pimpl.C (simpleTeXBlanks):
3818         (simpleTeXSpecialChars):
3819         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
3820
3821         * tabular.C (latex): add some missing case statements. Reindent.
3822
3823         * MenuBackend.C (expandToc): remove unused variable.
3824
3825 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
3826
3827         * LColor.C:
3828         * LaTeX.C:
3829         * LyXAction.C:
3830         * MenuBackend.C:
3831         * buffer.C:
3832         * exporter.C:
3833         * lyxfunc.C:
3834         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
3835         and the like.
3836
3837 2003-01-05  John Levon  <levon@movementarian.org>
3838
3839         * BufferView.h:
3840         * BufferView.C: add getEncoding()
3841
3842         * kbsequence.h:
3843         * kbsequence.C: do not store last keypress
3844
3845         * lyxfunc.h:
3846         * lyxfunc.C: store last keypress here instead. Pass encoding
3847           to getISOEncoded()
3848
3849 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3850
3851         * lyx_main.C (init): remove annoying error message when following
3852         symbolic links (bug #780)
3853
3854 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3855
3856         * text.C (insertChar):
3857         * lyxrc.C (getDescription): remove extra spaces
3858
3859 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3860
3861         * lyxrc.C (getDescription): remove extra spaces
3862
3863 2002-12-20  John Levon  <levon@movementarian.org>
3864
3865         * text3.C: hack fix for page up/down across tall rows
3866
3867 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3868
3869         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
3870         not been invoked
3871
3872 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3873
3874         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
3875         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
3876         thesaurus is not compiled in
3877
3878 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
3879
3880         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
3881
3882 2002-12-16  Angus Leeming  <leeming@lyx.org>
3883
3884         * lyxrc.[Ch]:
3885         * lyx_main.C (init): remove override_x_deadkeys stuff.
3886
3887 2002-12-12  John Levon  <levon@movementarian.org>
3888
3889         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
3890           insert. Only remove shift modifier under strict
3891           circumstances.
3892
3893 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3894
3895         * MenuBackend.C (expandToc): fix crash.
3896
3897 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3898
3899         * MenuBackend.C (expandToc): gettext on float names.
3900
3901 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3902
3903         * lyxlength.[Ch]: set default unit to UNIT_NONE,
3904         implement bool empty() [bug 490]
3905
3906 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3907
3908         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
3909
3910 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3911
3912         * several files: ws changes
3913
3914 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3915
3916         * text2.C (setCounter): clean up a bit, use boost.format.
3917         (updateCounters): initialize par upon declaration.
3918
3919         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
3920         if the layout exists. We do not just store the layout any more.
3921         (SwitchLayoutsBetweenClasses): use boost.format
3922
3923 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3924
3925         * converter.C (convert): if from and to files are the same, use a
3926         temporary files as intermediary
3927
3928 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3929
3930         * commandtags.h:
3931         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
3932
3933 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
3934
3935         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
3936
3937 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3938
3939         * tabular.C (asciiPrintCell): use string(size, char) instead of
3940         explicit loop.
3941
3942         * sgml.C (openTag): fix order of arguments to string constructor
3943         (closeTag): ditto
3944
3945         * lyxfunc.C (dispatch): use boost.format
3946
3947         * lots of files: change "c" -> 'c'
3948
3949 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
3950
3951         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
3952
3953 2002-11-25  Angus Leeming  <leeming@lyx.org>
3954
3955         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
3956
3957         * lyx_main.C (init): compile fix.
3958
3959 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3960
3961         * lyx_cb.C (start): boost.formatify
3962         do not include <iostream>
3963
3964         * lengthcommon.C: ws only
3965
3966         * boost-inst.C,BoostFormat.h: add more explict instantations
3967
3968 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3969
3970         * lots of files: handle USE_BOOST_FORMAT
3971
3972 2002-11-21  John Levon  <levon@movementarian.org>
3973
3974         * pspell.C: fix compile
3975
3976 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3977
3978         * lyxfunc.C (dispatch): use boost::format
3979         (open): ditto
3980         (doImport): ditto
3981
3982         * lyxfont.C (stateText): use boost::format
3983
3984         * lyx_main.C (LyX): use boost::format
3985         (init): ditto
3986         (queryUserLyXDir): ditto
3987         (readRcFile): ditto
3988         (parse_dbg): ditto
3989         (typedef boost::function): use the recommened syntax.
3990
3991         * importer.C (Import): use boost::format
3992
3993         * debug.C (showLevel): use boost::format
3994
3995         * converter.C (view): use boost::format
3996         (convert): ditto
3997         (move): ditto
3998         (scanLog): ditto
3999
4000         * bufferview_funcs.C (currentState): use boost::format
4001
4002         * bufferlist.C (emergencyWrite): use boost::format
4003
4004         * buffer.C (readLyXformat2): use boost::format
4005         (parseSingleLyXformat2Token): ditto
4006
4007         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
4008
4009         * LaTeX.C (run): use boost::format
4010
4011         * Chktex.C (scanLogFile): use boost::format
4012
4013         * BufferView_pimpl.C (savePosition): use boost::format
4014         (restorePosition): ditto
4015         (MenuInsertLyXFile): ditto
4016
4017         * BoostFormat.h: help file for explicit instation.
4018
4019 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
4020
4021         * tabular.C (latex): Support for block alignment in fixed width
4022         columns.
4023
4024 2002-11-17  John Levon  <levon@movementarian.org>
4025
4026         * BufferView_pimpl.C:
4027         * lyx_cb.C:
4028         * lyxfunc.C: split filedialog into open/save
4029
4030 2002-11-08  Juergen Vigna  <jug@sad.it>
4031
4032         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
4033         by my last patch (hopefully).
4034
4035 2002-11-08  John Levon  <levon@movementarian.org>
4036
4037         * iterators.h:
4038         * iterators.C:
4039         * buffer.h:
4040         * buffer.C:
4041         * paragraph.h:
4042         * paragraph.C:
4043         * toc.h:
4044         * toc.C: ParConstIterator, and use it (from Lars)
4045
4046 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
4047
4048         * lyxtextclass.[Ch]: revise and add doxygen comments
4049
4050 2002-11-07  John Levon  <levon@movementarian.org>
4051
4052         * text.C: fix progress value for spellchecker
4053
4054         * toc.C: fix navigate menu for insetwrap inside minipage
4055
4056         * paragraph_funcs.C: added FIXME for suspect code
4057
4058 2002-11-07  John Levon  <levon@movementarian.org>
4059
4060         * BufferView_pimpl.C: fix redrawing of insets
4061           on buffer switch
4062
4063 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4064
4065         * text2.C (updateCounters): fix bug 668
4066
4067 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
4068
4069         * text3.C (dispatch): Do not make the buffer dirty when moving the
4070         cursor.
4071
4072 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4073
4074         * vc-backend.C: STRCONV
4075         (scanMaster): ditto
4076
4077         * text2.C (setCounter): STRCONV
4078
4079         * paragraph.C (asString): STRCONV
4080
4081         * lyxlength.C (asString): STRCONV
4082         (asLatexString): ditto
4083
4084         * lyxgluelength.C (asString): STRCONV
4085         (asLatexString): ditto
4086
4087         * lyxfunc.C (dispatch): STRCONV
4088         (open): ditto
4089
4090         * lyxfont.C (stateText): STRCONV
4091
4092         * importer.C (Import): STRCONV
4093
4094         * counters.C (labelItem): STRCONV
4095         (numberLabel): ditto
4096         (numberLabel): remove unused ostringstream o
4097
4098         * chset.C: STRCONV
4099         (loadFile): ditto
4100
4101         * bufferview_funcs.C (currentState): STRCONV
4102
4103         * buffer.C (readFile): STRCONV
4104         (asciiParagraph): ditto
4105         (makeLaTeXFile): ditto
4106
4107         * Spacing.C (writeEnvirBegin): STRCONV
4108
4109         * LaTeXFeatures.C (getLanguages): STRCONV
4110         (getPackages): ditto
4111         (getMacros): ditto
4112         (getBabelOptions): ditto
4113         (getTClassPreamble): ditto
4114         (getLyXSGMLEntities): ditto
4115         (getIncludedFiles): ditto
4116
4117         * LaTeX.C: STRCONV
4118         (run): ditto
4119         (scanAuxFile): ditto
4120         (deplog): ditto
4121
4122         * LString.h: add the STRCONV macros
4123
4124         * BufferView_pimpl.C (savePosition): STRCONV
4125         (restorePosition): ditto
4126         (MenuInsertLyXFile): ditto
4127
4128         * vc-backend.C (scanMaster): change from submatch[...] to
4129         submatch.str(...)
4130
4131         * funcrequest.C: include config.h
4132
4133         * factory.C: include config.h
4134
4135         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
4136
4137         * box.C: include config.h
4138
4139         * LaTeX.C (scanAuxFile): change from submatch[...] to
4140         submatch.str(...)
4141         (deplog): ditto
4142
4143 2002-10-25  Angus Leeming  <leeming@lyx.org>
4144
4145         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
4146
4147         * ispell.[Ch] (setError): new method.
4148         * ispell.C (c-tor): move out child process into new class LaunchIspell.
4149         Use setError() insetead of goto END.
4150
4151         * lyx_cb.C (AutoSave): move out child process into new class
4152         AutoSaveBuffer.
4153
4154 2002-10-30  John Levon  <levon@movementarian.org>
4155
4156         * text3.C: make start appendix undoable
4157
4158 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
4159
4160         * lyxlength.C (inPixels): Fix returned value.
4161
4162         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
4163         environment.
4164
4165 2002-10-24  Angus Leeming  <leeming@lyx.org>
4166
4167         * lyxgluelength.h: no need to forward declare BufferParams
4168         or BufferView, so don't.
4169
4170 2002-10-21  John Levon  <levon@movementarian.org>
4171
4172         * BufferView.C: menuUndo ->undo, redo
4173
4174         * BufferView.h: document, remove dead, make some methods private
4175
4176         * paragraph_funcs.h:
4177         * paragraph_funcs.C:
4178         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
4179
4180         * buffer.h:
4181         * buffer.C:
4182         * sgml.h:
4183         * sgml.C: move sgml open/close tag into sgml.C
4184
4185         * bufferview_funcs.h: unused prototype
4186
4187         * lyxfunc.h:
4188         * lyxfunc.C: remove unused
4189
4190         * lyxtext.h:
4191         * text.C: remove unused
4192
4193 2002-10-21  John Levon  <levon@movementarian.org>
4194
4195         * BufferView.h:
4196         * BufferView.C:
4197         * BufferView_pimpl.h:
4198         * BufferView_pimpl.C: fix mouse wheel handling based on
4199           patch from Darren Freeman
4200
4201 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
4202
4203         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
4204
4205 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
4206
4207         * lyxlength.C (inPixels): Fix hanfling of negative length.
4208         Fix LyXLength::MU case.
4209
4210 2002-10-16  John Levon  <levon@movementarian.org>
4211
4212         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
4213
4214 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4215
4216         * converter.C (view): add support for $$i (file name) and $$p
4217         (file path) for the viewer command. If $$i is not specified, then
4218         it is appended to the command (for compatibility with old syntax)
4219
4220 2002-10-14  Juergen Vigna  <jug@sad.it>
4221
4222         * undo_funcs.C (textHandleUndo): alter the order in which the
4223         new undopar is added to the LyXText, as we have to set first
4224         the right prev/next and then add it as otherwise the rebuild of
4225         LyXText is not correct. Also reset the cursor to the right paragraph,
4226         with this IMO we could remove the hack in "redoParagraphs()".
4227
4228 2002-10-09  Angus Leeming  <leeming@lyx.org>
4229
4230         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
4231         to turn off an optimisation if a new inset is to be inserted.
4232
4233 2002-10-11 André Pönitz <poenitz@gmx.net>
4234
4235         * lyxtext.h: make some functions public to allow access
4236         from inset/lyxtext for handling LFUN_PRIOR/NEXT
4237
4238 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4239
4240         * text3.C (dispatch): when changing layout, avoid an infinite loop
4241         [bug #652]
4242
4243 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4244
4245         * lyxrc.C (read): treat a viewer or converter command of "none" as
4246         if it were empty.
4247
4248         * MenuBackend.C (expandFormats): for an update, also allow the
4249         formats that are not viewable
4250
4251         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
4252         script if it is newer than the lyxrc.defaults in user directory
4253
4254 2002-10-07 André Pönitz <poenitz@gmx.net>
4255
4256         * text.C: Vitaly Lipatov's small i18n fix
4257
4258 2002-09-25  Angus Leeming  <leeming@lyx.org>
4259
4260         * ispell.h: doxygen fix.
4261
4262 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
4263
4264         * buffer.h (readFile): Add a new argument to the method, to allow
4265         reading of old-format templates.
4266
4267 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
4268
4269         * toc.C (getTocList): Get TOC from InsetWrap.
4270
4271 2002-09-16  John Levon  <levon@movementarian.org>
4272
4273         * lyxfunc.C: check tabular for cut/copy too
4274
4275 2002-09-12  John Levon  <levon@movementarian.org>
4276
4277         * LyXAction.C: tidy
4278
4279         * factory.h:
4280         * factory.C: add header
4281
4282         * paragraph_funcs.h:
4283         * paragraph_funcs.C: cleanup
4284
4285 2002-09-11  John Levon  <levon@movementarian.org>
4286
4287         * PrinterParams.h: odd/even default to true
4288
4289 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
4290
4291         * PrinterParams.h: update printer parameters for new xforms dialog
4292
4293 2002-09-11  Angus Leeming  <leeming@lyx.org>
4294
4295         * lyxserver.C (read_ready): re-write to make it more transparent
4296         and to make it work in coherent fashion under Tru64 Unix.
4297
4298 2002-09-11  André Pönitz <poenitz@gmx.net>
4299
4300         * commandtags.h:
4301         * LyXAction.C:
4302         * text3.C: implement LFUN_WORDSEL
4303
4304 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4305
4306         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
4307         make floatlist_ a boost::shared_ptr<FloatList>
4308
4309         * lyxtextclass.C: include FloatList.h
4310         (LyXTextClass): initialize floatlist_
4311         (TextClassTags): add TC_NOFLOAT
4312         (Read): match "nofloat" to TC_NOFLOAT and use it.
4313         (readFloat): modify call to floatlist_
4314         (floats): ditto
4315         (floats): ditto
4316
4317         * FloatList.[Ch] (FloatList): remove commented out float
4318         initialization.
4319         (erase): new function
4320
4321 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4322
4323         * MenuBackend.C (expandToc): fix crash when there is no document
4324         open
4325
4326 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
4327
4328         * many files: Add insetwrap.
4329
4330 2002-09-09  John Levon  <levon@movementarian.org>
4331
4332         * text2.C: remove confusing and awkward depth wraparound
4333
4334 2002-09-09  John Levon  <levon@movementarian.org>
4335
4336         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
4337
4338         * buffer.h:
4339         * buffer.C: remove getIncludeonlyList()
4340
4341         * paragraph.C:
4342         * lyxfunc.C: remove headers
4343
4344 2002-09-09  Juergen Vigna  <jug@sad.it>
4345
4346         * text.C (getColumnNearX): fix form Michael this is most
4347         probably a cut&paste bug.
4348
4349 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4350
4351         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
4352
4353         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
4354         references, ws changes.
4355
4356         * text2.C (init): update counters after init
4357         (insertParagraph): no need to set counter on idividual paragraphs.
4358         (setCounter): access the counters object in the textclass object
4359         on in the buffer object.
4360         (updateCounters): ditto
4361
4362         * lyxtextclass.C: include counters.h, add variable ctrs_ as
4363         shared_ptr<Counters> to avoid loading counters.h in all
4364         compilation units.
4365         (LyXTextClass): initialize ctrs_
4366         (TextClassTags): add TC_COUNTER, and ...
4367         (Read): use it here.
4368         (CounterTags): new tags
4369         (readCounter): new function
4370         (counters): new funtion
4371         (defaultLayoutName): return a const reference
4372
4373         * counters.C (Counters): remove contructor
4374         (newCounter): remove a couple of unneeded statements.
4375         (newCounter): simplify a bit.
4376         (numberLabel): some small formatting changes.
4377
4378         * buffer.[Ch]: remove all traces of counters, move the Counters
4379         object to the LyXTextClass.
4380
4381 2002-09-06  Alain Castera  <castera@in2p3.fr>
4382
4383         * tabular.C: uses \tabularnewline; uses >{...} construct from array
4384         package to set the horizontal alignment on fixed width columns.
4385
4386         * lyx_sty.C:
4387         * lyx_sty.h: added tabularnewline macro def.
4388
4389         * LaTeXFeatures.C: added NeedTabularnewline macro feature
4390
4391 2002-09-06  John Levon  <levon@movementarian.org>
4392
4393         * LyXAction.C: tooltips for sub/superscript
4394
4395         * MenuBackend.C: a bit more verbose
4396
4397         * lyxfunc.C: tiny clean
4398
4399         * undo_funcs.C: document undo_frozen
4400
4401 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4402
4403         * counters.C (Counters): add missing algorithm counter.
4404
4405         * text2.C (setCounter): lookup the counter with layouts latexname
4406         instead of by section number.
4407         (setCounter): use a hackish way to lookup the correct enum
4408         counter.
4409         a float name->type change
4410         reset enum couners with counter name directly instead of depth value.
4411
4412         * counters.C (Counters): remove the push_backs, change to use the
4413         float type not the float name.
4414         (labelItem): remove unused string, float name->type change
4415
4416         * counters.h: don't include vector, loose the enums and sects vectors
4417
4418 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4419
4420         * lyxtextclass.C (TextClassTags): add TC_FLOAT
4421         (Read): add float->TC_FLOAT to textclassTags
4422         (Read): and handle it in the switch
4423         (readFloat): new function
4424
4425         * FloatList.C (FloatList): comment out the hardcoded float
4426         definitions.
4427
4428         * lyxlayout.h: ws change.
4429
4430 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
4431
4432         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
4433
4434 2002-09-03  Angus Leeming  <leeming@lyx.org>
4435
4436         * BufferView_pimpl.h: qualified name is not allowed in member
4437         declaration: WorkArea & Pimpl::workarea() const;
4438
4439         * factory.C: added using std::endl directive.
4440
4441         * text3.C: added using std::find and std::vector directives.
4442
4443 2002-08-29  André Pönitz <poenitz@gmx.net>
4444
4445         * lyxtext.h:
4446         * text2.C: remove unused member number_of_rows
4447
4448         * Makefile.am:
4449         * BufferView2.C: remove file, move contents to...
4450         * BufferView.C: ... here
4451
4452         * BufferView_pimpl.C:
4453         * factory.C: move more inset creation to factory
4454
4455         * vspace.C: avoid direct usage of LyXText, ws changes
4456
4457         * BufferView.[Ch]:
4458                 don't provide direct access to WorkArea, use two simple
4459                 acessors haveSelction() and workHeight() instead
4460
4461
4462 2002-08-29  John Levon  <levon@movementarian.org>
4463
4464         * BufferView_pimpl.C (dispatch): do not continue when
4465           no buffer
4466
4467 2002-08-28  André Pönitz <poenitz@gmx.net>
4468
4469         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
4470
4471         * BufferView.h:
4472         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
4473
4474 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
4475
4476         * buffer.C: increment LYX_FORMAT to 221
4477
4478         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
4479         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
4480
4481         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
4482
4483         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
4484
4485 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4486
4487         * factory.C (createInset): use LyXTextClass::floats
4488
4489         * MenuBackend.C (expandFloatListInsert):
4490         (expandFloatInsert):
4491         (expandToc):
4492
4493         * text2.C (setCounter):
4494
4495         * LaTeXFeatures.C (useFloat):
4496         (getFloatDefinitions):
4497
4498         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
4499
4500         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
4501         floatlist_, with accessor floats().
4502
4503         * FloatList.h: remove global FloatList
4504
4505 2002-08-26  André Pönitz <poenitz@gmx.net>
4506
4507         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
4508
4509         * BufferView.h:
4510         * BufferView2.C:
4511         * BufferView_pimpl.C:
4512         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
4513
4514 2002-08-25  John Levon  <levon@movementarian.org>
4515
4516         * LyXAction.C: fix margin note description
4517
4518 2002-08-24  John Levon  <levon@movementarian.org>
4519
4520         * buffer.C:
4521         * bufferlist.C:
4522         * bufferview_funcs.C:
4523         * lyxfont.C:
4524         * undo_funcs.C: cleanups
4525
4526         * lyxfunc.C: disable CUT/COPY when no selection
4527
4528 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
4529
4530         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
4531         in "enum UNIT"; e.g. PTW for Percent of TextWidth
4532
4533         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
4534         Add backward compatibility to "mono", "gray" and "no".
4535
4536 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
4537
4538         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
4539         (and file_format >= 200).
4540
4541 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4542
4543         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
4544
4545 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4546
4547         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
4548
4549 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
4550
4551         * BufferView_pimpl.C:
4552         * LyXAction.C:
4553         * buffer.C:
4554         * commandtags.h:
4555         * lyxfunc.C:
4556         * paragraph.[Ch]:
4557         * text2.C:
4558         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
4559         inset and code to make it  work with the paragraph code. The inset
4560         can be anywhere in the paragraph, but will only do the expected
4561         thing in LaTeX if the layout file contains the parameter line
4562                         OptionalArgs    1
4563         (or more generally, a nonzero value) for that layout.
4564
4565 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4566
4567         * paragraph.h: remove the declaration of undefined counters class
4568         function.
4569
4570 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
4571
4572         * text2.C (setCounter):  fixed enumeration mis-count as reported by
4573         Dr. Richard Hawkins.
4574
4575 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4576
4577         * paragraph_funcs.h: remove some unneeded includes
4578
4579         * text.C (backspace): pasteParagraph now in global scipe
4580
4581         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
4582         (pasteSelection): ditto
4583
4584         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
4585         * paragraph_funcs.C (pasteParagraph): ... here
4586
4587 2002-08-20  André Pönitz <poenitz@gmx.net>
4588
4589         * commandtags.h: new LFUNs for swapping/copying table row/colums
4590
4591         * LyXAction.C:
4592         * lyxfunc.C: support for new lfuns
4593
4594 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4595
4596         * tabular.C:
4597         * buffer.[Ch]: remove NO_COMPABILITY stuff
4598
4599 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
4600
4601         * boost.C (throw_exception): new file, with helper function for
4602         boost compiled without exceptions.
4603
4604         * paragraph.h:
4605         * lyxlength.C:
4606         * buffer.C:
4607         * ParameterStruct.h:
4608         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
4609
4610         * bufferlist.C (emergencyWriteAll): use boost bind
4611
4612         * BufferView_pimpl.C (moveCursorUpdate): remove inline
4613
4614         * text.C: include paragraph_funcs.h
4615         (breakParagraph): breakParagraph is now in global scope
4616
4617         * paragraph_funcs.[Ch]: new files
4618
4619         * paragraph.C (breakParagraph,breakParagraphConservative): move to
4620         global scope
4621
4622         * buffer.C: include paragraph_funcs.h
4623         (insertStringAsLines): breakParagraph is now in global scope
4624
4625         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
4626         paragraph_funcs.C
4627
4628         * CutAndPaste.C: include paragraph_funcs.h
4629         (cutSelection): breakParagraphConservative is now in global scope
4630         (pasteSelection): ditto
4631
4632         * buffer.h: declare oprator== and operator!= for
4633         Buffer::inset_iterator
4634
4635         * bufferlist.C (emergencyWrite): don't use fmt(...)
4636
4637         * text3.C: add using std::endl
4638
4639         * BufferView.C (moveCursorUpdate): remove default arg
4640
4641 2002-08-20  André Pönitz <poenitz@gmx.net>
4642
4643         * buffer.[Ch]: move inline functions to .C
4644
4645         * BufferView2.C:
4646         * BufferView_pimpl.C:
4647         * text.C:
4648         * buffer.[Ch]: use improved inset_iterator
4649
4650         * buffer.C:
4651         * paragraph.[Ch]: write one paragraph at a time
4652
4653 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
4654
4655         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
4656         style if style is not specified.
4657
4658 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4659
4660         * text2.C (setCounter): when searching for right label for a
4661         caption, make sure to recurse to parent insets (so that a caption
4662         in a minipage in a figure float works) (bug #568)
4663
4664 2002-08-20  André Pönitz <poenitz@gmx.net>
4665
4666         * text3.C: new file for LyXText::dispatch() and helpers
4667
4668         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
4669
4670         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
4671
4672 2002-08-19  André Pönitz <poenitz@gmx.net>
4673
4674         * lyxtext.h:
4675         * text.C: new LyXText::dispatch()
4676
4677         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
4678
4679 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
4680
4681         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
4682
4683         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
4684         Hebrew text.
4685
4686 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4687
4688         * Makefile.am: use $(variables) instead of @substitutions@
4689
4690 2002-08-15  André Pönitz <poenitz@gmx.net>
4691
4692         * lyxfunc.C:
4693         * BufferView_pimpl.C: streamlining mathed <-> outer world
4694         interaction
4695
4696         * commandtags.h:
4697         * LyXAction.C: remove unused LFUN_MATH
4698
4699 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4700
4701         * paragraph.[Ch]: add some NO_NEXT ifdefs.
4702
4703 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4704
4705         * paragraph.C (Paragraph): reformat a bit
4706         (cutIntoMinibuffer): use builtin InsetList function instad of
4707         doing it manually.
4708         (getInset): ditto
4709
4710         * buffer.C: include boost/bind.hpp, add using std::for_each
4711         (writeFileAscii): use ParagraphList iterators
4712         (validate): use for_each for validate traversal of paragraphs
4713         (getBibkeyList): use ParagraphList iterators
4714         (resizeInsets): use for_each to resizeInsetsLyXText for all
4715         paragraphs.
4716         (getParFromID): use ParagraphList iterators
4717
4718         * BufferView2.C (lockInset): use paragraph list and iterators
4719
4720 2002-08-14  John Levon  <levon@movementarian.org>
4721
4722         * lyxserver.C: remove spurious xforms include
4723
4724 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4725
4726         * lyxfunc.C (getStatus): disable math-extern outside of math mode
4727
4728 2002-08-13  André Pönitz <poenitz@gmx.net>
4729
4730         * LyXAction.[Ch]:
4731         * lyxfunc.C: further cleaning
4732
4733 2002-08-13  André Pönitz <poenitz@gmx.net>
4734
4735         * funcrequest.h: new constructor
4736
4737         * funcrequest.C: move stuff here from .h
4738
4739         * Makefile.am:
4740         * BufferView_pimpl.C:
4741         * LyXAction.C:
4742         * toc.C:
4743         * lyxfunc.C: subsequent changes
4744
4745         * lyxfunc.h: new view() member function
4746
4747         * lyxfunc.C: subsequent changes
4748
4749 2002-08-13  Angus Leeming  <leeming@lyx.org>
4750
4751         * BufferView2.C:
4752         * BufferView_pimpl.C:
4753         * buffer.C:
4754         * converter.C:
4755         * importer.C:
4756         * lyxfunc.C:
4757         * lyxvc.C:
4758         * toc.C:
4759         * vc-backend.C:
4760         changes due to the changed LyXView interface that now returns references
4761         to member variables not pointers.
4762
4763 2002-08-13  Angus Leeming  <leeming@lyx.org>
4764
4765         * WordLangTuple (word, lang_code): return references to strings,
4766         not strings.
4767
4768         * BufferView.h:
4769         * SpellBase.h:
4770         * lyxtext.h: forward-declare WordLangTuple.
4771
4772         * BufferView2.C:
4773         * ispell.C:
4774         * pspell.C:
4775         * text.C: #include "WordLangTuple.h".
4776
4777         * lyxtext.h:
4778         * text.C: (selectNextWordToSpellcheck): constify return type.
4779
4780 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
4781
4782         * buffer.C:
4783         * buffer.h:
4784         * lyxtext.h:
4785         * paragraph.C:
4786         * paragraph_pimpl.h:
4787         * text.C:
4788         * text2.C:
4789         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
4790         suggested by Angus.
4791         Made updateCounter always count from start of buffer, and removed
4792         second argument (par).
4793         Reverted floats number display to '#'. Perhaps I'll try again when the
4794         code base is sanitized a bit.
4795
4796 2002-08-12  Angus Leeming  <leeming@lyx.org>
4797
4798         * buffer.[Ch] (getLabelList): constify.
4799
4800 2002-08-07  André Pönitz <poenitz@gmx.net>
4801
4802         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
4803
4804         * funcrequest.h: extension to keep mouse (x,y) position
4805
4806 2002-08-12  Juergen Vigna  <jug@sad.it>
4807
4808         * BufferView2.C (insertErrors): forbid undo when inserting error
4809         insets.
4810
4811         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
4812
4813 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4814
4815         * ParagraphList.[Ch]: new files
4816
4817         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
4818
4819         * BufferView2.C (lockInset): ParagraphList changes
4820         * toc.C: ditto
4821         * text2.C: ditto
4822         * bufferlist.C: ditto
4823         * buffer.h: ditto
4824         * buffer.C: ditto
4825
4826 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4827
4828         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
4829         unused class variable counter_,
4830
4831         * paragraph.[Ch] (getFirstCounter): delete unused function
4832
4833         * counters.C: include LAssert.h
4834         (reset): add a new function with no arg, change other version to
4835         not have def. arg and to not allow empty arg.
4836
4837         * text2.C (setCounter): remove empty arg from call to Counters::reset
4838
4839 2002-08-11  John Levon  <levon@movementarian.org>
4840
4841         * Makefile.am: add WordLangTuple.h
4842
4843 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4844
4845         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
4846         lyxfunc.C lyxlex_pimpl.C: ws changes only.
4847
4848         * insets/insettext.C: InsetList changes
4849
4850         * graphics/GraphicsSupport.C (operator()): InsetList changes
4851
4852         * toc.C (getTocList): InsetList changes
4853
4854         * paragraph_pimpl.[Ch]: InsetList changes
4855
4856         * paragraph.[Ch]: InsetList changes
4857
4858         * buffer.C (inset_iterator): InsetList changes
4859         (setParagraph): ditto
4860         * buffer.h (inset_iterator): ditto
4861         * iterators.C (operator++): ditto
4862         * iterators.h: ditto
4863
4864         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
4865
4866         * InsetList.[Ch]: new files, most InsetList handling moved out of
4867         paragraph.C.
4868
4869         * BufferView2.C (removeAutoInsets): InsetList changes
4870         (lockInset): ditto
4871         (ChangeInsets): ditto
4872
4873 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
4874
4875         * paragraph_pimpl.h (empty): new function
4876
4877         * paragraph.[Ch] (empty): new function
4878
4879         * other files: use the new Paragraph::empty function
4880
4881 2002-08-09  John Levon  <levon@movementarian.org>
4882
4883         * lyxtext.h: remove unused refresh_height
4884
4885 2002-08-09  John Levon  <levon@movementarian.org>
4886
4887         * Makefile.am:
4888         * sgml.h:
4889         * sgml.C:
4890         * buffer.C:
4891         * paragraph.h:
4892         * paragraph.C: move sgml char escaping out of paragraph
4893
4894         * paragraph.h:
4895         * paragraph.C: remove id setter
4896
4897         * buffer.C:
4898         * paragraph.C:
4899         * paragraph_pimpl.C: remove dead tex_code_break_column
4900
4901         * bufferview_funcs.C: small cleanup
4902
4903         * lyxfunc.C: remove dead proto
4904
4905         * lyxtext.h: make some stuff private. Remove some dead stuff.
4906
4907         * lyxgluelength.C: make as[LyX]String() readable
4908
4909 2002-08-08  John Levon  <levon@movementarian.org>
4910
4911         * LyXAction.h:
4912         * LyXAction.C:
4913         * MenuBackend.C:
4914         * ToolbarDefaults.C:
4915         * lyxfunc.C:
4916         * lyxrc.C:
4917         * toc.C: lyxaction cleanup
4918
4919 2002-08-08  John Levon  <levon@movementarian.org>
4920
4921         * BufferView2.C: small cleanup
4922
4923         * lyxfind.h:
4924         * lyxfind.C: move unnecessary header into the .C
4925
4926 2002-08-08  John Levon  <levon@movementarian.org>
4927
4928         * funcrequest.h: just tedious nonsense
4929
4930         * lyx_main.h:
4931         * lyx_main.C: cleanups
4932
4933         * buffer.C:
4934         * vspace.C: remove dead header lyx_main.h
4935
4936 2002-08-07  Angus Leeming  <leeming@lyx.org>
4937
4938         * Paragraph.[Ch]:
4939         * paragraph_pimpl.h:
4940         Forward declare class Counters in paragraph.h by moving the ctrs member
4941         variable into Paragraph::Pimpl.
4942         (counters): new method, returning a reference to pimpl_->ctrs.
4943
4944         * text2.C: ensuing changes.
4945
4946 2002-08-07  John Levon  <levon@movementarian.org>
4947
4948         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
4949
4950         * BufferView_pimpl.C: announce X selection on double/triple
4951           click
4952
4953         * lyx_main.C: use correct bool in batch dispatch
4954
4955         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
4956
4957 2002-08-07  André Pönitz <poenitz@gmx.net>
4958
4959         * funcrequest.h: new class to wrap a kb_action and its argument
4960
4961         * BufferView.[Ch]:
4962         * BufferView_pimpl[Ch]:
4963         * LaTeX.C:
4964         * LyXAction.[Ch]:
4965         * lyxfunc.[Ch]:
4966         * lyxrc.C: subsequent changes
4967
4968
4969 2002-08-07  John Levon  <levon@movementarian.org>
4970
4971         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
4972           document options change.
4973
4974 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
4975
4976         * counters.[Ch]
4977         * text2.C
4978         * paragraph.[Ch]
4979         * makefile.am: move counters functionality over from
4980         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
4981
4982 2002-08-06  John Levon  <levon@movementarian.org>
4983
4984         * WordLangTuple.h: new file for word + language code tuple
4985
4986         * SpellBase.h:
4987         * pspell.h:
4988         * pspell.C:
4989         * ispell.h:
4990         * ispell.C:
4991         * lyxtext.h:
4992         * text.C:
4993         * text2.C:
4994         * BufferView.h:
4995         * BufferView2.C: use WordLangTuple
4996
4997         * layout.h:
4998         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
4999
5000 2002-08-06  John Levon  <levon@movementarian.org>
5001
5002         * lyx_main.C: fix cmdline batch handling
5003
5004 2002-08-06  André Pönitz <poenitz@gmx.net>
5005
5006         * lyxrc.C: set default for show_banner to true
5007
5008 2002-08-06  John Levon  <levon@movementarian.org>
5009
5010         * pspell.C: fix a crash, and allow new aspell to work
5011
5012 2002-08-06  John Levon  <levon@movementarian.org>
5013
5014         * lyxfunc.C:
5015         * kbmap.C: small cleanup
5016
5017         * vspace.h:
5018         * vspace.C: add const
5019
5020 2002-08-05  John Levon  <levon@movementarian.org>
5021
5022         * LyXAction.C: back to tabular-insert
5023
5024 2002-08-04  John Levon  <levon@movementarian.org>
5025
5026         * BufferView.h:
5027         * BufferView.C: cosmetic change
5028
5029         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
5030
5031         * bufferlist.C:
5032         * buffer.h:
5033         * buffer.C:
5034         * lyxcb.h:
5035         * lyxcb.C:
5036         * lyxserver.C:
5037         * lyxvc.C:
5038         * vc-backend.C:
5039         * BufferView2.C: purge all "Lyx" not "LyX" strings
5040
5041         * lyxcursor.h:
5042         * lyxcursor.C: attempt to add some documentation
5043
5044         * lyxfunc.C:
5045         * commandtags.h:
5046         * LyXAction.C:
5047         * ToolbarDefaults.C:
5048         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
5049           merge with LFUN_TABULAR_INSERT
5050
5051         * Makefile.am:
5052         * SpellBase.h:
5053         * ispell.h:
5054         * ispell.C:
5055         * pspell.h:
5056         * pspell.C: split up i/pspell implementations into separate
5057           files, many cleanups
5058
5059         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
5060
5061         * text2.C: some cleanup
5062
5063         * lyxfunc.C: don't check for isp_command == "none" any more, it
5064           didn't make any sense
5065
5066 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
5067
5068         * counters.[Ch]
5069         * text2.C
5070         * paragraph.[Ch]
5071         * makefile.am: move counters functionality over
5072         from text2.C/paragraph.[Ch] to counters.[Ch], and
5073         make proper C++.
5074 2002-08-02  John Levon  <levon@movementarian.org>
5075
5076         * buffer.C: s/lyxconvert/lyx2lyx/
5077
5078 2002-08-02  Angus Leeming  <leeming@lyx.org>
5079
5080         * lyxlex.C: revert John's change as it breaks reading of the user
5081         preamble.
5082
5083 2002-08-02  Angus Leeming  <leeming@lyx.org>
5084
5085         * importer.C (Import):
5086         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
5087         changes due to LyXView::view() now returning a boost::shared_ptr.
5088
5089 2002-08-02  John Levon  <levon@movementarian.org>
5090
5091         * lyxlex.C: small cleanup
5092
5093 2002-08-02  John Levon  <levon@movementarian.org>
5094
5095         * text2.C (status): small cleanup, no logic change
5096
5097 2002-08-01  John Levon  <levon@movementarian.org>
5098
5099         * buffer.h:
5100         * buffer.C (writeFile): don't output alerts, caller
5101           handles this
5102
5103         * bufferlist.C:
5104         * lyx_cb.C: from above
5105
5106         * lyxfunc.C: allow to open non-existent files
5107
5108 2002-07-31  John Levon  <levon@movementarian.org>
5109
5110         * lyxserver.C: don't let incidental errors get
5111           in the way (errno)
5112
5113 2002-07-30  John Levon  <levon@movementarian.org>
5114
5115         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
5116
5117 2002-07-30  John Levon  <levon@movementarian.org>
5118
5119         * lyxserver.h:
5120         * lyxserver.C: remove I/O callback too
5121
5122 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5123
5124         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
5125         log.
5126
5127 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5128
5129         * many files: strip,frontStrip -> trim,ltrim,rtrim
5130
5131 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5132
5133         * PrinterParams.h: remove extern containsOnly, and include
5134         support/lstrings.h instead.
5135
5136         * LaTeX.C (scanAuxFile): modify because of strip changes
5137         (deplog): ditto
5138         * buffer.C (makeLaTeXFile): ditto
5139         * bufferparams.C (writeFile): ditt
5140         * lyxfont.C (stateText): ditto
5141         * lyxserver.C (read_ready): ditto
5142         * vc-backend.C (scanMaster): ditto
5143
5144         * BufferView_pimpl.h: ws changes
5145
5146         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
5147
5148 2002-07-26  André Pönitz <poenitz@gmx.net>
5149
5150         * kb_sequence.C: remove unnedred usings
5151
5152 2002-07-26  Juergen Vigna  <jug@sad.it>
5153
5154         * lyxfind.C (LyXReplace): we have to check better if the returned
5155         text is not of theLockingInset()->getLockingInset().
5156
5157 2002-07-25  Juergen Vigna  <jug@sad.it>
5158
5159         * lyxfind.C (LyXReplace): don't replace if we don't get the
5160         right LyXText.
5161
5162         * undo_funcs.C (createUndo): remove debugging code.
5163
5164 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
5165
5166         * buffer.C (parseSingleLyXformat2Token): Use default placement
5167         when reading old floats.
5168
5169         * FloatList.C (FloatList): Change the default placement of figure
5170         and tables to "tbp".
5171
5172 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
5173
5174         * MenuBackend.C: using std::max
5175
5176 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5177
5178         * MenuBackend.C (expandToc):
5179         (expandToc2): code moved from xforms menu frontend. It is now
5180         generic and TOCs are transparent to menu frontends.
5181
5182 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5183
5184         * toc.C (getTocList): protect against buf=0
5185
5186         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
5187         Menu as first parameter. Now, this calls itself recursively to
5188         expand a whole tree (this will be useful for TOC handling)
5189         (expandFloatInsert): remove 'wide' version of floats
5190
5191         * MenuBackend.h (submenuname): returns the name of the submenu.
5192         (submenu): returns the submenu itself, provided it has been
5193         created by MenuBackend::expand
5194
5195 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5196
5197         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
5198         insets which have noFontChange == true. (bug #172)
5199
5200 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5201
5202         * BufferView_pimpl.C: add connection objects and use them...
5203         (Pimpl): here.
5204
5205 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5206
5207         * MenuBackend.C (expandLastfiles):
5208         (expandDocuments):
5209         (expandFormats):
5210         (expandFloatListInsert):
5211         (expandFloatInsert):
5212         (expand): split expand in parts
5213
5214 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5215
5216         * lyx_gui.C: use lyx_gui::exit()
5217
5218 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5219
5220         * LyXAction.C: show the failing pseudo action
5221
5222 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
5223
5224         * buffer.C (readFile): Run the lyxconvert script in order to read
5225         old files.
5226
5227 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5228
5229         * LyXAction.C:
5230         * commandtags.h:
5231         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
5232
5233 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5234
5235         * LyXAction.C:
5236         * commandtags.h:
5237         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
5238
5239 2002-07-22  Herbert Voss  <voss@lyx.org>
5240
5241         * lengthcommon.C:
5242         * lyxlength.[Ch]: add support for the vertical lengths
5243
5244 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
5245
5246         * toc.[Ch]: std:: fixes
5247
5248 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5249
5250         * lyxrc.C: do not include lyx_main.h
5251
5252         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
5253         for layouts
5254
5255         * lyxrc.C:
5256         * encoding.C:
5257         * bufferlist.C:
5258         * BufferView2.C: include "lyxlex.h"
5259
5260         * tabular.h:
5261         * bufferparams.h: do not #include "lyxlex.h"
5262
5263         * lyxtextclasslist.C (Add): remove method
5264         (classlist): renamed to classlist_
5265
5266         * paragraph_pimpl.C:
5267         * paragraph.C:
5268         * text2.C:
5269         * CutAndPaste.C:
5270         * bufferview_funcs.C:
5271         * bufferlist.C:
5272         * text.C:
5273         * LaTeXFeatures.C:
5274         * buffer.C:
5275         * toc.C (getTocList): use BufferParams::getLyXTextClass
5276
5277         * toc.C (getTocList): use InsetFloat::addToToc
5278
5279         * toc.[Ch]: new files, containing helper functions to handle table
5280         of contents
5281
5282         * lyxfunc.C (dispatch): no need to remove spaces around command
5283         given as a string
5284         (getStatus): handle LFUN_SEQUENCE by returning the status of the
5285         first command of the sequence; it is not very clever, but I do not
5286         have a better idea, actually
5287
5288         * LyXAction.C (LookupFunc): make sure to remove space at the
5289         beginning and end of the command
5290
5291 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5292
5293         * MenuBackend.C (getMenubar): new method: return the menubar of
5294         this menu set
5295         (read): treat differently reading of menu and menubar (in
5296         particular, the menubar has no name now)
5297         (Menu::menubar): remove
5298
5299         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
5300         saving is finished
5301
5302 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
5303
5304         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
5305         a bibitem inset in a RTL paragraph.
5306
5307 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
5308
5309         * paragraph_pimpl.C: constify
5310
5311         * BufferView_pimpl.C:
5312         * LaTeX.C:
5313         * lyxfunc.C: fix dispatch in a nicer way
5314
5315 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5316
5317         * lyxfunc.C (dispatch):
5318         * BufferView_pimpl.C:
5319         * BufferView_pimpl.h:
5320         * BufferView.C:
5321         * BufferView.h: rename Dispatch() to dispatch()
5322
5323         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
5324
5325         * lyxlayout.C (Read): honor DependsOn tag
5326
5327         * lyxlayout.[Ch] (depends_on): new method
5328
5329         * version.C.in: update lyx_docversion
5330
5331         * LaTeXFeatures.C (getMacros): only define \LyX when needed
5332
5333         * paragraph.C (validate): remove from here...
5334         * paragraph_pimpl.C (validate): ... and move here
5335         (isTextAt): make it const
5336
5337         * buffer.C (getLists): ws cleanup
5338
5339 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
5340
5341         * language.C (read): Use iso8859-1 encoding in latex_lang
5342         (this prevents LyX from crashing when using iso10646-1 encoding).
5343
5344 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5345
5346         * text2.C (toggleInset): if cursor is inside an inset, close the
5347         inset and leave cursor _after_ it
5348
5349 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
5350
5351         * lyxfunc.C: move minibuffer completion handling out of here
5352
5353 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
5354
5355         * BufferView_pimpl.C:
5356         * LaTeX.C: fix dispatch calls
5357
5358 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
5359
5360         * text.C (drawChars): Fix Arabic text rendering.
5361
5362 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
5363
5364         * LyXAction.C:
5365         * commandtags.h:
5366         * lyxfunc.C: remove message-push/pop
5367
5368         * lyxserver.C:
5369         * lyxfunc.h:
5370         * lyxfunc.C: rationalise some code by removing verboseDispatch
5371           in favour of a bool argument to dispatch()
5372
5373 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5374
5375         * lyx_main.C (init): make sure to read symlinks as absolute paths
5376
5377 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
5378
5379         * lyxfunc.h:
5380         * lyxfunc.C: no need for commandshortcut to be a member
5381
5382 2002-07-15  André Pönitz <poenitz@gmx.net>
5383
5384         * converter.C: add support for $$s (scripts from lib/scripts dir)
5385         * lyx_main.C: white space
5386
5387 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
5388
5389         * bufferlist.C:
5390         * lyxrc.h:
5391         * lyxrc.C: remove second exit confirmation
5392
5393 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
5394
5395         * BufferView.h:
5396         * BufferView.C:
5397         * BufferView2.C:
5398         * BufferView_pimpl.h:
5399         * BufferView_pimpl.C:
5400         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
5401
5402 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5403
5404         * MenuBackend.C (expand): add numeric shortcuts to document menu
5405
5406         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
5407
5408 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5409
5410         * lyxfont.C (setLyXFamily):
5411         (setLyXSeries):
5412         (setLyXShape):
5413         (setLyXSize):
5414         (setLyXMisc):
5415         (lyxRead):
5416         * debug.C (value):
5417         * buffer.C (asciiParagraph): use ascii_lowercase
5418
5419 2002-07-15  Mike Fabian  <mfabian@suse.de>
5420
5421         * lyxlex_pimpl.C (search_kw):
5422         * lyxlex.C (getLongString):
5423         * converter.h (operator<):
5424         * converter.C (operator<):
5425         * buffer.C (parseSingleLyXformat2Token):
5426         (asciiParagraph):
5427         * ToolbarDefaults.C (read):
5428         * MenuBackend.C (checkShortcuts):
5429         (read):
5430         * LColor.C (getFromGUIName):
5431         (getFromLyXName): use the compare_ascii_no_case instead of
5432         compare_no_case, because in turkish, 'i' is not the lowercase
5433         version of 'I', and thus turkish locale breaks parsing of tags.
5434
5435 2002-07-16  Angus Leeming  <leeming@lyx.org>
5436
5437         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
5438         now takes a Buffer const & argument.
5439
5440 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
5441
5442         * BufferView.C (resize): check there's a buffer to resize
5443
5444 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
5445
5446         * lyxfunc.C: remove dead code
5447
5448         * lyxserver.h:
5449         * lyxserver.C: use lyx_guii::set_read_callback
5450
5451 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
5452
5453         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
5454         an inset in a RTL paragraph.
5455
5456 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
5457
5458         * lyxfunc.C: repaint after a font size update
5459
5460 2002-07-15  André Pönitz <poenitz@gmx.net>
5461
5462         * lyxlength.C: inBP should be able to return negative values
5463
5464 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
5465
5466         * lyxfunc.C: use lyx_gui::update_fonts()
5467
5468 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
5469
5470         * lyxfunc.C: use lyx_gui::update_color()
5471
5472 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
5473
5474         * bufferlist.C:
5475         * lyxfunc.h:
5476         * lyxfunc.C:
5477         * lyxrc.h:
5478         * lyxrc.C: remove file->new asks for name option, and let
5479           buffer-new take an argument
5480
5481 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
5482
5483         * BufferView_pimpl.C: remove unneeded extra repaint()
5484
5485 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
5486
5487         * LyXAction.C: allow command-sequence with NoBuffer
5488
5489         * lyxfunc.C: don't insist on trailing ';' for command-sequence
5490
5491 2002-07-10  Angus Leeming  <leeming@lyx.org>
5492
5493         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
5494
5495 2002-07-09  Angus Leeming  <leeming@lyx.org>
5496
5497         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
5498
5499 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
5500
5501         * lengthcommon.h: whitespace
5502
5503         * lyxfunc.C: update scrollbar after goto paragraph
5504
5505         * lyxtext.h: factor out page break drawing, and fix it so
5506           page break/added space paints as selected nicely
5507
5508 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
5509
5510         * BufferView_pimpl.C: add FIXMEs, clean up a little
5511
5512 2002-07-09  André Pönitz <poenitz@gmx.net>
5513
5514         * lyxfont.[Ch]: support for wasy symbols
5515
5516 2002-07-08  André Pönitz <poenitz@gmx.net>
5517
5518         * BufferView_pimpl.C: apply John's patch for #93.
5519
5520 2002-07-05  Angus Leeming  <leeming@lyx.org>
5521
5522         * BufferView_pimpl.C (buffer): generate previews if desired.
5523
5524         * LColor.h: add "preview" to the color enum.
5525
5526         * LColor.C (LColor): add a corresponding entry to the items array.
5527
5528         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
5529         with this buffer.
5530
5531 2002-07-05  Angus Leeming  <leeming@lyx.org>
5532
5533         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
5534         The body of the code is now in the method that is passed an ostream &
5535         rather than a file name.
5536         Pass an additional only_preamble parameter, useful for the forthcoming
5537         preview stuff.
5538
5539 2002-07-03  André Pönitz <poenitz@gmx.net>
5540
5541         * lyxfunc.C: simplify getStatus() a bit for math stuff
5542
5543 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5544
5545         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
5546
5547 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5548
5549         * text.C (changeRegionCase): do not change case of all the
5550         document when region ends at paragraph end (bug #461)
5551
5552 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5553
5554         * paragraph.C (startTeXParParams):
5555         (endTeXParParams): add \protect when necessary
5556
5557 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5558
5559         * BufferView_pimpl.C (workAreaExpose): remove warning
5560
5561 2002-06-27  Angus Leeming  <leeming@lyx.org>
5562
5563         * Makefile.am: add lyxlayout_ptr_fwd.h.
5564
5565 2002-06-26  André Pönitz <poenitz@gmx.net>
5566
5567         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
5568
5569 2002-06-25  Angus Leeming  <leeming@lyx.org>
5570
5571         * lyxfunc.C (dispatch): Comment out the call to
5572         grfx::GCache::changeDisplay. The method no longer exists now that the
5573         pixmap generation part of the graphics loader has been moved into
5574         InsetGraphics.
5575
5576 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5577
5578         * text2.C: layout as layout
5579
5580         * text.C: layout as layout
5581
5582         * tabular.C (OldFormatRead): layout as layout
5583
5584         * paragraph_pimpl.C (TeXDeeper): layout as layout
5585         (realizeFont): layout as layout
5586
5587         * paragraph.C (writeFile): layout as layout
5588         (validate): layout as layout
5589         (getFont): layout as layout
5590         (getLabelFont): layout as layout
5591         (getLayoutFont): layout as layout
5592         (breakParagraph): layout as layout
5593         (stripLeadingSpaces): layout as layout
5594         (getEndLabel): layout as layout
5595         (getMaxDepthAfter): layout as layout
5596         (applyLayout): layout as layout
5597         (TeXOnePar): layout as layout
5598         (simpleTeXOnePar): layout as layout
5599         (TeXEnvironment): layout as layout
5600         (layout): layout as layout
5601         (layout): layout as layout
5602
5603         * lyxtextclass.C (compare_name): new functor to work with
5604         shared_ptr, layout as layout
5605         (Read): layout as layout
5606         (hasLayout): layout as layout
5607         (operator): layout as layout
5608         (delete_layout): layout as layout
5609         (defaultLayout): layout as layout
5610
5611         * lyxlayout_ptr_fwd.h: new file
5612
5613         * lyxlayout.C (Read): layout as layout
5614
5615         * lyx_cb.C (MenuInsertLabel): layout as layout
5616
5617         * bufferlist.C (newFile): layout as layout
5618
5619         * buffer.C (readLyXformat2): layout as layout
5620         (parseSingleLyXformat2Token): layout as layout
5621         (insertStringAsLines): layout as layout
5622         (asciiParagraph): layout as layout
5623         (latexParagraphs): layout as layout
5624         (makeLinuxDocFile): layout as layout
5625         (simpleLinuxDocOnePar): layout as layout
5626         (makeDocBookFile): layout as layout
5627         (simpleDocBookOnePar): layout as layout
5628         (getLists): layout as layout
5629
5630         * LaTeXFeatures.C (getTClassPreamble): layout as layout
5631
5632         * CutAndPaste.C (cutSelection): layout as layout
5633         (pasteSelection): layout as layout
5634         (SwitchLayoutsBetweenClasses): layout as layout
5635
5636         * BufferView_pimpl.C (Dispatch): layout as layout
5637         (smartQuote): layout as layout
5638
5639         * BufferView2.C (unlockInset): layout as layout
5640
5641 2002-06-24  André Pönitz <poenitz@gmx.net>
5642
5643         * lyxfunc.C: fix #487
5644
5645 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5646
5647         * lyxrc.h:
5648         * lyxrc.C:
5649         * lyxfunc.C: remove display_shortcuts, show_banner
5650
5651 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5652
5653         * Buffer_pimpl.C: oops, update on resize
5654
5655 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5656
5657         * buffer.C:
5658         * converter.C:
5659         * exporter.C:
5660         * lyxfunc.C:
5661         * BufferView.h:
5662         * BufferView.C: use repaint()
5663
5664         * BufferView_pimpl.h:
5665         * BufferView_pimpl.C: s/updateScreen()/repaint()/
5666           as it's a clearer description. Remove superfluous
5667           redraws.
5668
5669 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5670
5671         * text.C: fix bug 488. Not ideal, but getting
5672           getWord() to work properly for the insets that
5673           matter is more difficult ...
5674
5675 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
5676
5677         * BufferView_pimpl.C:
5678         * LyXAction.C:
5679         * commandtags.h:
5680         * lyxfunc.C: remove the six million index lyxfuncs to just
5681           one, and DTRT (bug 458)
5682
5683 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
5684
5685         * BufferView.h:
5686         * BufferView.C:
5687         * BufferView_pimpl.h:
5688         * BufferView_pimpl.C: clean up resize() stuff,
5689           and unnecessary updateScreen()s
5690
5691 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
5692
5693         * BufferView.h:
5694         * BufferView.C:
5695         * BufferView_pimpl.h:
5696         * BufferView_pimpl.C:
5697         * lyxfind.h:
5698         * lyxfind.C:
5699         * minibuffer.C: remove focus management of workarea,
5700           not needed. Use screen's greyOut()
5701
5702 2002-06-17  Herbert Voss  <voss@lyx.org>
5703
5704         * converter.C: (convert) do not post a message, when converting
5705         fails, let the calling function decide what to do in this case
5706
5707 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
5708
5709         * lyxfunc.C: tidy up a little
5710
5711 2002-06-16    <alstrup@diku.dk>
5712
5713         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
5714         Got rid of FORMS_H_LOCATION include. Now we are
5715         GUII.
5716
5717 2002-06-15  LyX Development team  <lyx@rilke>
5718
5719         * buffer.[Ch] (sgmlOpenTag):
5720         (sgmlCloseTag): Added support for avoiding pernicious mixed
5721         content. Return number of lines written.
5722
5723         (makeLinuxDocFile):
5724         (makeDocBookFile): Fixed calls to sgml*Tag.
5725         Simple white space clean.
5726
5727         (simpleDocBookOnePar): Simple white space clean.
5728
5729         * tabular.[Ch] (docBook): Renamed to docbook and got another
5730         argument to related with the pernicious mixed content.
5731
5732         (docbookRow): Fixed calls for docbook inset method.
5733
5734 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
5735
5736         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
5737         so it's X11 independent.
5738
5739         * kb*.[Ch]: ditto.
5740
5741         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
5742
5743 2002-06-15  Lyx Development team  <lyx@electronia>
5744
5745         * intl.h: Renamed getTrans to getTransManager.
5746
5747 2002-06-14  Angus Leeming  <leeming@lyx.org>
5748
5749         * Makefile.am: nuke forgotten stl_string_fwd.h.
5750
5751 2002-06-12  Angus Leeming  <leeming@lyx.org>
5752
5753         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
5754
5755 2002-06-13  Angus Leeming  <leeming@lyx.org>
5756
5757         * LaTeX.C:
5758         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
5759
5760 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
5761
5762         * kbmap.C (getiso): add support for cyrillic and greek
5763
5764 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5765
5766         * BufferView.h:
5767         * BufferView.C:
5768         * BufferView_pimpl.h:
5769         * BufferView_pimpl.C: move bogus scrolling logic
5770           to xforms
5771
5772 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5773
5774         * lyxfunc.C:
5775         * BufferView_pimpl.C: view->resize() change
5776
5777 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5778
5779         * BufferView_pimpl.C: topCursorVisible
5780           prototype change
5781
5782 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5783
5784         * Makefile.am:
5785         * lyx_gui.h:
5786         * lyx_gui.C: move to frontends/
5787
5788         * main.C:
5789         * lyx_main.h:
5790         * lyx_main.C: changes from above
5791
5792 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5793
5794         * intl.C:
5795         * intl.h:
5796         * kbmap.C:
5797         * kbsequence.C:
5798         * lyx_cb.C:
5799         * lyx_main.C: minor tidy
5800
5801 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5802
5803         * BufferView_pimpl.h:
5804         * BufferView_pimpl.C:
5805         * BufferView.h:
5806         * BufferView.C: make painter() const,
5807           remove dead code
5808
5809         * BufferView2.C: use screen() accessor
5810
5811         * lyx_main.h:
5812         * lyx_main.C: some minor cleanup
5813
5814 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5815
5816         * BufferView_pimpl.h:
5817         * BufferView_pimpl.C: remove enter/leaveView,
5818           use workHeight()
5819
5820 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
5821
5822         * BufferView.h:
5823         * BufferView.C:
5824         * BufferView2.C:
5825         * BufferView_pimpl.h:
5826         * BufferView_pimpl.C: only construct screen once,
5827           rename
5828
5829         * lyxrc.C: remove pointless comment
5830
5831 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
5832
5833         * BufferView.h:
5834         * BufferView.C: remove active() and belowMouse()
5835
5836         * BufferView_pimpl.h:
5837         * BufferView_pimpl.C: use workarea() not workarea_,
5838           and make it use a scoped_ptr instead
5839
5840 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
5841
5842         * lyx_gui.C: add debug message on BadWindow
5843
5844 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5845
5846         * sp_spell.C: fdopen is not part of the C++ standard.
5847
5848         * paragraph.C (InsetIterator): use >= instead of ==
5849
5850 2002-06-07  Angus Leeming  <leeming@lyx.org>
5851
5852         Fixes needed to compile with Compaq cxx 6.5.
5853         * BufferView_pimpl.C:
5854         * DepTable.C:
5855         * buffer.C:
5856         * converter.C:
5857         * encoding.C:
5858         * lyx_gui.C:
5859         * lyx_main.C:
5860         * lyxtextclasslist.C:
5861         * minibuffer.C:
5862         * sp_spell.C:
5863         * tabular_funcs.C:
5864         * vc-backend.C:
5865         all c-library variables have been moved into namespace std. Wrap
5866         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
5867
5868         * lyxlength.C:
5869         * tabular-old.C:
5870         * tabular.C:
5871         Add a using std::abs declaration.
5872
5873         * kbmap.h (modifier_pair):
5874         * paragraph.h (InsetTable, InsetList):
5875         * lyxfont.h (FontBits):
5876         type definition made public.
5877
5878         * bufferlist.C (emergencyWriteAll): the compiler complains that
5879         there is more than one possible lyx::class_fun template to choose from.
5880         I re-named the void specialisation as lyx::void_class_fun.
5881
5882         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
5883
5884         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
5885         the compiler is is unable to find tostr in write_attribute.
5886
5887 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5888
5889         * buffer.C (sgmlError): hide #warning
5890
5891 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5892
5893         * xtl/*: get rid of xtl, which is not in use anyway
5894
5895         * LyXAction.C (init):
5896         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
5897         were unimplemented xtl experimentation
5898
5899 2002-06-04  André Pönitz <poenitz@gmx.net>
5900
5901         * lyxfunc.C: disable array operation on simple formulae
5902
5903 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
5904
5905         * converter.C: constify a bit
5906
5907 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
5908
5909         * lyx_gui.C: check xforms version correctly
5910
5911 2002-04-30  Herbert Voss  <voss@lyx.org>
5912
5913         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
5914         "keep" option
5915
5916 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
5917
5918         * lyxvc.C: fix bug 416 (make sure buffer is saved before
5919           attempt to register it with a VCS)
5920
5921 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5922
5923         * lyx_main.C (init): honor variables LYX_DIR_13x and
5924         LYX_USERDIR_13x
5925
5926 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
5927
5928         * buffer.h:
5929         * buffer.C:
5930         * lyx_main.C: fix a crash on bad command line,
5931           and give a useful exit status on error
5932
5933         * lyxfunc.C (doImport): allow -i lyx to work
5934
5935 2002-03-30  André Pönitz <poenitz@gmx.net>
5936
5937         * lyxfunc.C: mathed font changes
5938
5939 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
5940
5941         * LaTeX.C:
5942         * importer.h:
5943         * importer.C:
5944         * lyx_sty.h:
5945         * lyx_sty.C:
5946         * lyxlex.C:
5947         * lyxrow.h:
5948         * lyxtext.h:
5949         * paragraph.h:
5950         * paragraph.C:
5951         * texrow.h:
5952         * texrow.C:
5953         * text.C:
5954         * trans_mgr.h: srcdocs, and some minor cleanups
5955
5956 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5957
5958         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
5959         call getFont all the time)
5960
5961 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5962
5963         * switch from SigC signals to boost::signals
5964
5965 2002-05-29  André Pönitz <poenitz@gmx.net>
5966
5967         * paragraph_pimpl.C (getChar): don't call size() too often...
5968
5969 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5970
5971         * paragraph_pimpl.C (insertChar): do not try to update tables when
5972         appending (pos == size())
5973
5974         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
5975         in order to reduce drastically the number of comparisons needed to
5976         parse a large document
5977
5978 2002-05-29  André Pönitz <poenitz@gmx.net>
5979
5980         * text.C:
5981         * text2.C:
5982         * lyxtextclass.C:
5983         * sp_pspell.h:
5984         * textclasslist.[Ch]:
5985         * sp_ispell.h: whitespace change
5986
5987 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5988
5989         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
5990         lyxaction directly now.
5991
5992 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
5993
5994         * trans.C:
5995         * lyxfont.C:
5996         * lyxvc.C: remove unused headers
5997
5998 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
5999
6000         * Makefile.am:
6001         * buffer.h:
6002         * undostack.h:
6003         * undostack.C:
6004         * undo_funcs.h:
6005         * undo_funcs.C: some cleanups. Use shared_ptr
6006           and a template for the undo stacks.
6007
6008 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6009
6010         * BufferView_pimpl.h:
6011         * BufferView_pimpl.C:
6012         * kbmap.h:
6013         * kbmap.C:
6014         * kbsequence.h:
6015         * kbsequence.C:
6016         * lyxfunc.h:
6017         * lyxfunc.C:
6018         * text2.C: use key_state/mouse_state
6019
6020 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6021
6022         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
6023         and LSubstring
6024
6025         * chset.C: change include order
6026         (loadFile): use boost regex and get rid of LRegex and LSubstring
6027
6028         * Makefile.am (BOOST_LIBS): new variable
6029         (lyx_LDADD): use it
6030
6031         * LaTeX.C: change include order.
6032         (scanAuxFile): use boost regex and get rid of LRegex and
6033         LSubstring
6034         (deplog): ditto
6035
6036 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6037
6038         * ColorHandler.h:
6039         * ColorHandler.C:
6040         * FontInfo.h:
6041         * FontInfo.C: moved to frontends/xforms/
6042
6043         * FontLoader.h:
6044         * FontLoader.C: moved into frontends for GUIIzation
6045
6046         * Makefile.am:
6047         * lyx_gui.C:
6048         * lyxfont.C:
6049         * lyxfunc.C: changes from above
6050
6051 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6052
6053         * LColor.C: remove spurious X include
6054
6055         * BufferView_pimpl.C:
6056         * Makefile.am:
6057         * font.h:
6058         * font.C:
6059         * text.C:
6060         * text2.C: move font metrics to frontends/
6061
6062 2002-05-24  Juergen Vigna  <jug@sad.it>
6063
6064         * undo_funcs.C (textHandleUndo): fix the cursor selection after
6065         setting the undo_cursor.
6066
6067         * ParagraphParameters.h: include local includes first.
6068
6069 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6070
6071         * BufferView_pimpl.C:
6072         * BufferView_pimpl.h:
6073         * Makefile.am:
6074         * WorkArea.h:
6075         * WorkArea.C:
6076         * screen.C: move WorkArea into frontends/
6077
6078         * lyxscreen.h:
6079         * screen.C:
6080         * text.C:
6081         * BufferView.C:
6082         * BufferView2.C: move LyXScreen into frontends/
6083
6084         * lyxlookup.h:
6085         * lyxlookup.C:
6086         * lyx_gui.C: move lyxlookup into frontends/xforms/
6087
6088 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6089
6090         * BufferView2.C:
6091         * BufferView_pimpl.C:
6092         * FontLoader.C:
6093         * LyXView.h:
6094         * LyXView.C:
6095         * Makefile.am:
6096         * WorkArea.C:
6097         * XFormsView.h:
6098         * XFormsView.C:
6099         * buffer.C:
6100         * bufferlist.C:
6101         * bufferview_funcs.C:
6102         * converter.C:
6103         * importer.C:
6104         * lyx_cb.C:
6105         * lyx_gui.C:
6106         * lyx_main.C:
6107         * lyx_find.C:
6108         * lyxfunc.C:
6109         * lyxvc.C:
6110         * minibuffer.C:
6111         * text.C:
6112         * text2.C:
6113         * trans.C:
6114         * vc-backend.C: move LyX/XFormsView into frontends/
6115
6116 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6117
6118         * Makefile.am:
6119         * PainterBase.C:
6120         * PainterBase.h:
6121         * Painter.C:
6122         * Painter.h:
6123         * WorkArea.C:
6124         * WorkArea.h:
6125         * screen.C:
6126         * tabular.C:
6127         * text.C:
6128         * text2.C: move Painter to frontends/
6129
6130 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6131
6132         * buffer.C: comment out some some code that depend upon lyx_format
6133         < 220
6134
6135         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
6136         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
6137
6138         * buffer.h (NO_COMPABILITY): turn off compability
6139
6140         * ColorHandler.C: include scoped_array.hpp
6141
6142         * font.C: Use more specific smart_ptr header.
6143         * Painter.C: ditto
6144         * gettext.C: ditto
6145         * ShareContainer.h: ditto
6146         * lyx_main.h: ditto
6147         * kbmap.h: ditto
6148         * FontInfo.h: ditto
6149         * BufferView_pimpl.h: ditto
6150         * ColorHandler.h: ditto
6151
6152         * kbmap.C (defkey): change call to shared_ptr::reset
6153
6154 2002-05-21  Juergen Vigna  <jug@sad.it>
6155
6156         * buffer.C (insertErtContents): fix to insert ert asis if it is
6157         non empty. Skip it completely if it contains only whitespaces.
6158
6159 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
6160
6161         * BufferView_pimpl.C:
6162         * BufferView2.C: clear selection on paste (bug 393)
6163
6164 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6165
6166         * DepTable.C: include ctime
6167
6168 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
6169
6170         * buffer.C (latexParagraphs): Add new argument (moving_arg).
6171
6172 2002-05-14  Juergen Vigna  <jug@sad.it>
6173
6174         * text.C (breakParagraph): fixed function to honor the keepempty
6175         layout in the right maner and also to permit the right breaking
6176         algorithm on empty or non empyt keepempty paragraphs.
6177
6178         * paragraph.C (breakParagraph): we have to check also if the par
6179         is really empty (!size()) for isempty otherwise we do the wrong
6180         paragraph break.
6181
6182 2002-05-10  Juergen Vigna  <jug@sad.it>
6183
6184         * buffer.[Ch] : The following are only changes to the ert
6185         compatibility read reading old LaTeX layout and font stuff and
6186         convert it to ERTInsets.
6187
6188         * buffer.h: added isErtInset().
6189
6190         * buffer.C (struct ErtComp): add a fromlayout bool to check
6191         if we're inside a LaTeX layout.
6192         (isErtInset): new helper function.
6193         (insertErtContents): look for other ert insets before this one
6194         and insert the contents there, so that we don't have subsequent
6195         ERT insets with nothing between them. This way we create only one
6196         inset with multiple paragraphs. Also check if we don't insert only
6197         spaces ' ' as they are ignored anyway afterwards in the .tex file
6198         so if we have only spaces we will ignore this latex part in the
6199         new file.
6200         (parseSingleLyXformat2Token \\layout): better compatibility when
6201         reading layout-latex stuff.
6202         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
6203         language tag.
6204         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
6205         stuff after reading the inset only get the information back from
6206         the stack.
6207
6208 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
6209
6210         * buffer.C (makeLaTeXFile): Put language options after loading babel.
6211
6212         * LaTeXFeatures.C (getBabelOptions): New method.
6213
6214 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6215
6216         * BufferView_pimpl.C (Dispatch): work around missing argument for
6217         'layout'
6218
6219 2002-05-08  Juergen Vigna  <jug@sad.it>
6220
6221         * text.C (leftMargin): handle paragraph leftindent.
6222
6223         * paragraph.C (writeFile): write the new \\leftindent tag.
6224         (validate): handle leftindent code.
6225         (TeXEnvironment): handle paragraphleftindent code again.
6226
6227         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
6228
6229         * buffer.C (parseSingleLyXformat2Token): added compatibility code
6230         for paragrap_extra indent code and new token \\leftindent.
6231         (latexParagraphs): handle the leftindent as environment.
6232
6233         * ParameterStruct.h: added leftindent support.
6234
6235         * ParagraphParameters.C (leftIndent): added support functions for
6236         the paragraph left indent.
6237
6238         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
6239         more appropriate.
6240
6241 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
6242
6243         * paragraph.C (isRightToLeftPar): Return false for a paragraph
6244         inside insetERT.
6245
6246         * text.C (computeBidiTables): No bidi in insetERT.
6247
6248         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
6249         in RTL documents.
6250
6251 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6252
6253         * version.C.in: pre 5
6254
6255 2002-05-02  José Matos  <jamatos@fep.up.pt>
6256         * buffer.C (makeDocBookFile): white space changes, add newline to
6257         command styles.
6258         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
6259
6260         * tabular.C (docBook): fix typo.
6261
6262 2002-05-03  Juergen Vigna  <jug@sad.it>
6263
6264         * screen.C (drawFromTo): recalculate the rowpointer if we had a
6265         change in LyXText as we can not be sure it was not freed.
6266         (drawOneRow): remove unused code.
6267
6268         * text.C (drawInset): redo the calculation of the need_break_row as
6269         it could have a row which was already freed.
6270         (draw): look at the return value of drawInset and return false if
6271         it also returned false.
6272         (paintRowText): look at the return value of draw and return false if
6273         it also returned false.
6274
6275         * lyxtext.h: added bool return type to drawInset() and draw() so that
6276         if we have a change in the row so that the rowbreak has to be redone
6277         we abort drawing as it will be called again.
6278
6279 2002-05-02  Juergen Vigna  <jug@sad.it>
6280
6281         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
6282         a change in the maintext also if we're inside an inset.
6283         (Dispatch): set the cursor again after a break line and after the
6284         screen has been updated as it could be we're in a different row.
6285
6286         * text2.C (fixCursorAfterDelete): check to make sure we don't request
6287         to set the cursor behind the pargraph with > size().
6288         (setCursor): check also for the same paragraph when checking where
6289         to put the cursor if we have a NFR inset.
6290
6291         * buffer.C (parseSingleLyXformat2Token): move the compatibility
6292         parts of layout read further up as it still was in the wrong
6293         position.
6294
6295 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6296
6297         * screen.C (drawFromTo): change sine fullRebreak always return
6298         true.
6299
6300         * buffer.C (parseSingleLyXformat2Token): reindent some
6301
6302         * BufferView_pimpl.C (update): change since fullRebreak always
6303         return true.
6304         (Dispatch): git rid of the last hardcoded "Standard"s.
6305
6306 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6307
6308         * text2.[Ch] (fullRebreak): make it return void now that we always
6309         returned true.
6310
6311 2002-04-30  Juergen Vigna  <jug@sad.it>
6312
6313         * buffer.C (parseSingleLyXformat2Token): reset the font before the
6314         ert compatibility check for "latex" layout.
6315
6316 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
6317
6318         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
6319         minipages: use col% instead of p%, and also use the current font.
6320         (makeLaTeXFile): Fix use babel condition.
6321         (parseSingleLyXformat2Token): Correct font when reading old floats.
6322
6323 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
6324
6325         * BufferView_pimpl.C (Dispatch): Check that float type exists when
6326         inserting list of floats.
6327
6328 2002-04-25  Herbert Voss  <voss@lyx.org>
6329
6330         * MenuBackend.C (expand): don't add the graphics extensions to the
6331         export menu
6332
6333 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6334
6335         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
6336         non-existing layout, do not complain if it was the default layout
6337         of the original class (bug #342)
6338
6339 2002-04-24  Juergen Vigna  <jug@sad.it>
6340
6341         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
6342         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
6343
6344 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
6345
6346         * buffer.C (getBibkeyList): If using \bibliography, return the
6347         option field with the reference itself. Enables us to provide natbib
6348         support when using \bibliography.
6349
6350 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
6351
6352         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
6353
6354         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
6355         natbib is provided by the LaTeX class.
6356
6357 2002-04-23  Juergen Vigna  <jug@sad.it>
6358
6359         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
6360         Wakeup functions.
6361
6362         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
6363
6364 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6365
6366         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
6367
6368         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
6369         ensuremath around textordmasculine, textordfeminine and
6370         textdegree.
6371
6372 2002-04-19  Juergen Vigna  <jug@sad.it>
6373
6374         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
6375         reinitializing the buffer otherwise row-dimensions may be wrong.
6376         (update): reset also the selection cursors if they do exits otherwise
6377         their x/y positions may be wrong.
6378
6379         * text2.C (cursorDown): don't enter the inset if we came from a row
6380         above and are one row over the inset.
6381
6382         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
6383         really leaving an inset.
6384
6385 2002-04-18  Juergen Vigna  <jug@sad.it>
6386
6387         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
6388         of the selected paragraph does not have the selected layout also if
6389         the last one had!
6390
6391         * text2.C (setLayout): fixed bug which did not change last selected
6392         paragraph.
6393
6394         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
6395         changed the read and substituted \\end_float with \\end_inset!
6396
6397         * BufferView_pimpl.C (cursorPrevious):
6398         (cursorNext): fixed to make it work with rows heigher than the work
6399         area without moving the cursor only the draw of the row.
6400         (workAreaMotionNotify): fix jumping over high rows.
6401
6402 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6403
6404         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
6405         Ressler.
6406
6407 2002-04-16  Juergen Vigna  <jug@sad.it>
6408
6409         * text2.C (setCursor): set also the irow().
6410         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
6411         (cursorUp):
6412         (cursorDown): support for locking an inset if the x_fix value goes
6413         inside it. That way I can transverse insets too with cursor up/down.
6414
6415         * lyxrow.h: added irow helper function same as other (i) functions.
6416
6417         * BufferView_pimpl.C (cursorPrevious):
6418         (cursorNext): fixed for insets!
6419
6420 2002-04-15  Juergen Vigna  <jug@sad.it>
6421
6422         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
6423         position otherwise it is wrong in some cases.
6424
6425         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
6426         inside the inset before the call.
6427
6428 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
6429
6430         * buffer.[Ch] (getBibkeyList): make it const.
6431
6432 2002-04-12  Juergen Vigna  <jug@sad.it>
6433
6434         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
6435
6436         * text2.C (getCursorX): new helper function
6437         (setCursor): compute also ix_
6438         (setCursorFromCoordinates): set also ix.
6439
6440         * lyxcursor.h: added ix_ and helper functions.
6441
6442         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
6443
6444         * buffer.C (insertStringAsLines): dont break paragraph if the this
6445         paragraph is inside an inset which does not permit it!
6446
6447         * text.C (breakParagraph): honor keepempty flag and break the paragraph
6448         also with no chars on this paragraph.
6449         (paintRowText): only paint stuff if it's inside the workarea!
6450
6451         * paragraph.C (breakParagraph): honor keepempty flag and break the
6452         paragraph always below not above.
6453
6454         * BufferView2.C (unlockInset): update the paragraph layout on inset
6455         unlock as we changed paragraph in such a case.
6456
6457         * lyxfind.C (LyXFind): clear the former selection if not found!
6458
6459         * text2.C (insertInset): freeze Undo after setUndo so that it is not
6460         again called in insertChar().
6461
6462         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
6463         an inset which uses the whole row!
6464         (rightMargin): ditto.
6465         (insertChar): force a rebreak if we inserted an inset!
6466
6467 2002-03-28  Herbert Voss  <voss@lyx.org>
6468
6469         * lyxlength.[Ch]: add inBP() to get the right PS-point
6470         units (BigPoint). With inPixels we have rounding errors
6471
6472 2002-04-11  Juergen Vigna  <jug@sad.it>
6473
6474         * text2.C (setCursorFromCoordinates): set iy to the right value.
6475         (setCursor): add check if row->previous exists!
6476
6477         * buffer.C (parseSingleLyXformat2Token): reset font after read of
6478         an old float_type as this was the case in the old code!
6479
6480         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
6481
6482         * BufferView2.C (showLockedInsetCursor): use iy
6483         (fitLockedInsetCursor): ditto
6484
6485         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
6486         locked insets as there we have the right value now.
6487
6488         * lyxcursor.C: added iy_ variable and iy functions to set to the
6489         baseline of cursor-y of the locked inset.
6490
6491         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
6492         (setCursor): fixed for insets which need a full row.
6493
6494         * text.C (rowLastPrintable): don't ignore the last space when before
6495         an inset which needs a full row.
6496         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
6497         as last character of a row when before a inset which needs a full row.
6498
6499 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6500
6501         * version.C.in: update date
6502
6503         * text2.C (fullRebreak): try to always return true and see what
6504         happens...
6505
6506 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6507
6508         * MenuBackend.C (expand): use Floating::listName
6509
6510         * FloatList.C (FloatList): add listName argument to the built-in
6511         floats
6512
6513         * Floating.[Ch]: add listName member, which is the 'List of XXX'
6514         text associated with the float.
6515
6516 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6517
6518         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
6519
6520 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6521
6522         * ShareContainer.h: add a couple of missing typenames.
6523
6524 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
6525
6526         * lyxrc.C (getDescription): use _() correctly rather than N_().
6527
6528 2002-03-28  Herbert Voss  <voss@lyx.org>
6529
6530         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
6531         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
6532
6533 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6534
6535         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
6536         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
6537
6538 2002-03-29  Juergen Vigna  <jug@sad.it>
6539
6540         * lyxfunc.C (dispatch): add a missing fitCursor call.
6541
6542         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
6543         it was scrolled by a cursor move, so return the bool status.
6544
6545         * BufferView.C (fitCursor): return the bool flag also to the outside
6546         world as this is needed.
6547
6548         * screen.C (toggleToggle): don't subtract the offset if it's positive.
6549
6550         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
6551         call the edit() as it is not needed (and wrong) IMO.
6552         (workAreaButtonPress): set the screen_first variable before evt.
6553         unlock the inset as this may change screen_first and then we have
6554         a wrong y position for the click!
6555
6556 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6557
6558         * MenuBackend.C (expand): another translation that I missed
6559
6560 2002-03-28  Juergen Vigna  <jug@sad.it>
6561
6562         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
6563
6564         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
6565
6566 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6567
6568         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
6569
6570         * MenuBackend.C (expand): fix export/view/update when there is no
6571         document open.
6572
6573 2002-03-27  Herbert Voss  <voss@lyx.org>
6574
6575         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
6576         and text%
6577
6578 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6579
6580         * bufferview_funcs.C (currentState): only show paragraph number
6581         for is DEVEL_VERSION is set.
6582
6583         * lyxfunc.C (dispatch): put warning in INFO channel
6584
6585         * MenuBackend.C (expand): translate the name of floats
6586
6587         * FloatList.C (FloatList): mark the float names for translation
6588
6589         * converter.C (convert): use LibScriptSearch
6590
6591 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6592
6593         * MenuBackend.C (defaults): fix default menu (we might as well get
6594         rid of it...)
6595
6596 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6597
6598         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
6599         directory.
6600
6601 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6602
6603         * lyxvc.C: reorder includes.
6604
6605 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
6606
6607         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
6608           properly
6609
6610 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
6611
6612         * CutAndPaste.C: change layouts earlier on paste
6613           to avoid crashing when calling getFont()
6614
6615 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
6616
6617         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
6618         irritating #error.
6619
6620 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6621
6622         * WorkArea.C: remove 'Pending' debug message.
6623
6624         * most files: ws cleanup
6625
6626         * buffer.[Ch]: ws changes
6627
6628         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
6629
6630 2002-03-21  Juergen Vigna  <jug@sad.it>
6631
6632         * tabular.C (SetMultiColumn): collapse also the contents of the
6633         cells and set the last border right. Added a Buffer const * param.
6634
6635 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6636
6637         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
6638         linking or not.
6639
6640 2002-03-19  Juergen Vigna  <jug@sad.it>
6641
6642         * text2.C (clearSelection): reset also xsel_cache.
6643
6644         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
6645         where it needs to be called (John tells us to do so too :)
6646         (selectionLost): reset sel_cache.
6647
6648         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
6649
6650 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6651
6652         * text2.C (setCursorIntern): put debuging code in INSETS channel
6653
6654 2002-03-19  André Pönitz <poenitz@gmx.net>
6655
6656         * lyxfunc.C: tiny whitespace change
6657
6658 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6659
6660         * ToolbarDefaults.C (init):
6661         * LyXAction.C (init):
6662         * commandtags.h:
6663         * BufferView_pimpl.C (Dispatch):
6664         * lyxfunc.C (dispatch): remove LFUN_DEPTH
6665
6666 2002-03-19  Allan Rae  <rae@lyx.org>
6667
6668         * exporter.C (Export): removeAutoInsets before doing anything else.
6669         While I've just introduced a dependency on BufferView this really is
6670         the best place to clean the buffer otherwise you need to cleanup in
6671         a dozen places before calling export or cleanup in a dozen functions
6672         that export calls.
6673
6674         * converter.C (runLaTeX):
6675         (scanLog): Better handling of removeAutoInsets and screen updates.
6676
6677         * lyxfunc.C (dispatch): small whitespace changes
6678
6679 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6680
6681         * WorkArea.C (C_WorkAreaEvent): return a value.
6682         (event_cb): return 1 if we handled the event, 0 otherwise.
6683
6684         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
6685
6686 2002-03-18  Juergen Vigna  <jug@sad.it>
6687
6688         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
6689         (GetAdditionalWidth): ditto.
6690         (RightLine): ditto.
6691         (LeftLine): ditto.
6692
6693         * BufferView2.C (copy): use getLyXText() so that we do it inside an
6694         inset if we're there actually (probably not used right now but this
6695         is the direction to go for unifying code).
6696         (paste): disable code to clear the selection.
6697
6698         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
6699         inside an InsetText and move the check further up as it is in the
6700         wrong place.
6701
6702         * text2.C (pasteSelection): set a selection over the pasted text.
6703
6704 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
6705
6706         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
6707         and libgraphics to build on Cygwin.
6708
6709 2002-03-15  Juergen Vigna  <jug@sad.it>
6710
6711         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
6712         inserting an Inset into the paragraph. I know this is not the best
6713         fix but we already use current_view in CutAndPaste so we will remove
6714         all of it's using at the same time.
6715
6716         * buffer.C (sgmlError): deactivated function till it is rewritten in
6717         the right mode, now it can create problems.
6718
6719         * paragraph.C (isLineSeparator): check if getInset returns != 0,
6720         before accessing it.
6721
6722 2002-03-14  Juergen Vigna  <jug@sad.it>
6723
6724         * undo_funcs.C (textHandleUndo): do the right thing when updating
6725         the inset after the undo/redo.
6726
6727         * text2.C (setCursor): just some testcode for #44 not ready yet.
6728
6729         * undo_funcs.C (textHandleUndo): set the next() and previous()
6730         pointers of the paragraph to 0 before deleting otherwise we have
6731         problems with the Paragraph::[destructor].
6732
6733         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
6734         on a paragraph insertion.
6735
6736 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6737
6738         * buffer.C (asciiParagraph): use += operator for char append to
6739         string.
6740
6741         * paragraph.C (getFontSettings): compare >= not just >
6742         (highestFontInRange): ditto
6743         (setFont): ditto
6744
6745 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6746
6747         * paragraph.C: change several algorithm to be more appripriate for
6748         the problem domain. This is lookip in FontList and in the InsetList.
6749
6750 2002-03-13  André Pönitz <poenitz@gmx.net>
6751
6752         * commandtags.h:
6753         * LyXAction.C: remove unused LFUN_MATH_MACROARG
6754
6755 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
6756
6757         * commandtags.h:
6758         * LyXAction.C:
6759         * lyxfunc.C:
6760         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
6761
6762 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6763
6764         * Painter.C (display): anon helper function, adjust code for this
6765         change.
6766         (pixmap): remove function.
6767
6768         * Painter.h: remove private display variable.
6769
6770         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
6771
6772 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
6773
6774         * WorkArea.[Ch]: remove figinset_canvas cruft.
6775
6776 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6777
6778         * lyxtextclass.C (operator): add one item cache optimization.
6779
6780         * bufferlist.h: doxy changes
6781
6782         * bufferlist.C: ws changes
6783
6784         * DepTable.[Ch] (ext_exist): place const in the right spot.
6785
6786         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
6787         call resizeInsets.
6788         (workAreaExpose): call resizeInsets when the with BufferView changes.
6789         (Dispatch): adjust for protectedBlank removal
6790         (specialChar): call updateInset if the insert went ok.
6791
6792         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
6793         specialChar instead.
6794
6795         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
6796
6797         * BufferView.h: doxy change
6798
6799         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
6800
6801         * lyxtextclass.C (operator[]): remove non-const version
6802         (defaultLayout): remove non-const version
6803
6804 2002-03-12  Juergen Vigna  <jug@sad.it>
6805
6806         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
6807         did resize the LyXText too.
6808
6809         * buffer.C (readLyXformat2): set layout information on newly allocated
6810         paragraphs.
6811
6812         * tabular.C (OldFormatRead): set layout information on the paragraph.
6813
6814 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
6815
6816         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
6817
6818 2002-03-11  Juergen Vigna  <jug@sad.it>
6819
6820         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
6821         plainly wrong.
6822         (resizeCurrentBuffer): force also the insets to resize themselfes.
6823         (moveCursorUpdate): fixed up for InsetText.
6824
6825 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
6826
6827         * commandtags.h:
6828         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
6829         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
6830         value of Dialogs::tooltipsEnabled().
6831         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
6832
6833 2002-03-08  Juergen Vigna  <jug@sad.it>
6834
6835         * BufferView_pimpl.C (updateInset): update inset inside inset also
6836         if it isn't inside theLockingInset().
6837
6838 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6839
6840         * buffer.C (asciiParagraph): redo some of the word and line length
6841         handling.
6842         (getLists): look for Caption instead of caption.
6843
6844 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6845
6846         * buffer.C (Buffer): initialize niceFile to true
6847         (makeLaTeXFile):
6848         (makeLinuxDocFile):
6849         (makeDocBookFile): make sure niceFile is true on exit
6850
6851 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6852
6853         * buffer.C (makeLaTeXFile): escape ~ in \input@path
6854
6855 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
6856
6857         * LyXSendto.C: remove.
6858         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
6859         * lyx_gui.C: remove now-redundant comment.
6860         * ColorHandler.h: remove forward declaration of class WorkArea.
6861         * lyxfunc.C: remove #include "WorkArea.h".
6862
6863 2002-03-07  Juergen Vigna  <jug@sad.it>
6864
6865         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
6866         got moved away with the DEPM and also set the inset_owner always
6867         right which before could have been omitted.
6868
6869 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6870
6871         * buffer.C (parseSingleLyXformat2Token): use default layout is the
6872         wanted layout is not found.
6873
6874 2002-03-07  Juergen Vigna  <jug@sad.it>
6875
6876         * CutAndPaste.C (cutSelection): another layout settings forgotten.
6877
6878 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6879
6880         * paragraph.C (breakParagraph): use default layout not layout of
6881         prev paragraph.
6882         (Paragraph): clear ParagraphParameters.
6883
6884 2002-03-06  Juergen Vigna  <jug@sad.it>
6885
6886         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
6887         otherwise it would not be a valid lenght. Fixed a special case in
6888         the minipage compatibility read where we end the document with a
6889         minipage.
6890
6891         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
6892         was set as it could be 0 for InsetTexts first entry.
6893
6894 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6895
6896         * paragraph.C (writeFile): if layout is empty write out
6897         defaultLayoutName().
6898
6899         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
6900         file without named layout we set layout to defaultLayoutName().
6901
6902 2002-03-06  Juergen Vigna  <jug@sad.it>
6903
6904         * CutAndPaste.C (copySelection): set layout for new paragraph.
6905
6906         * text.C (prepareToPrint): leave ERT inset left aligned
6907         (leftMargin): don't indent paragraphs inside ERT insets
6908
6909 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6910
6911         * paragraph.C (breakParagraph): dont call clear do the work manually
6912
6913         * paragraph.[Ch] (clear): remove function
6914
6915 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6916
6917         * paragraph.C (Paragraph): dont call clear, the work has already
6918         been done.
6919
6920         * lyxtextclass.C (operator): assert if n is empty
6921
6922         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
6923         work manually instead.
6924
6925 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
6926
6927         * BufferView_pimpl.C: protect selectionLost against text == 0
6928
6929 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6930
6931         * text.C (breakParagraph): fix a setting layout to '0' problem.
6932
6933 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
6934
6935         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
6936         final location of file, for the included files, and graphics.
6937
6938 2002-03-05  Juergen Vigna  <jug@sad.it>
6939
6940         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
6941
6942 2002-03-04  Juergen Vigna  <jug@sad.it>
6943
6944         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
6945
6946         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
6947         last column of multicolumn cells.
6948         (SetWidthOfMulticolCell): recalculate NMC and real columns.
6949
6950 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
6951
6952         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
6953         file if it doesn't go to a temporary file.
6954
6955         * buffer.C (sgmlOpenTag):
6956         (sgmlCloseTag):  remove extra newline insertion.
6957
6958 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6959
6960         * text.C (getRowNearY): comment out debug msg
6961
6962 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6963
6964         * text2.C: first -> first_y
6965
6966         * text.C (getRowNearY): add some attemts at a possible
6967         optimization, not working.
6968
6969         * tabular.[Ch]: add BufferParams to several function so that newly
6970         created paragraph can be initialized to he default layotu for the
6971         buffers textclass.
6972
6973         * tabular-old.C (ReadOld): add buf->params to call of Init
6974
6975         * screen.C: rename text->first to text->first_y
6976
6977         * paragraph.C (breakParagraph): always set layout in the broken
6978         paragraph
6979
6980         * lyxtextclass.C (Read): remove lowercase
6981         (hasLayout): ditto
6982         (operator): ditto
6983         (delete_layout): ditto
6984
6985         * lyxtext.h: rename first -> first_y
6986
6987         * lyxlayout.C (Read): remove lowercase
6988         (name): ditto
6989         (setName): ditto
6990         (obsoleted_by): ditto
6991
6992         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
6993
6994         * buffer.C (insertErtContents): add params are to InsetERT
6995         (parseSingleLyXformat2Token): add code to check if a paragraphs
6996         layout really exist.
6997         (parseSingleLyXformat2Token): add params to several inset
6998         constructors
6999         (asciiParagraph): remove lowercase, do the layout comparisons with
7000         no_case
7001
7002         * BufferView_pimpl.C (cursorNext): first -> first_y
7003         (resizeCurrentBuffer): first -> first_y
7004         (updateScrollbar): first -> first_y
7005         (scrollCB): first -> first_y
7006         (workAreaMotionNotify): first -> first_y
7007         (workAreaButtonPress): first -> first_y
7008         (checkInsetHit): first -> first_y
7009         (cursorPrevious): first -> first_y
7010         (cursorNext): first -> first_y
7011         (Dispatch): add buffer_->params to severl inset contructors
7012
7013 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7014
7015         * lyxlayout.C (Read): remove some debug info that I forgot.
7016
7017         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
7018         clean up the code slightly.
7019         (makeLinuxDocFile): ditto
7020         (makeDocBookFile): ditto
7021
7022         * text2.C: layout as string
7023
7024         * text.C: layout as string
7025
7026         * paragraph_pimpl.C: layout as string
7027
7028         * paragraph.[Ch]: layout as string
7029
7030         * lyxtextclasslist.[Ch]: layout as string
7031
7032         * lyxtextclass.[Ch]: layout as string
7033
7034         * lyxtext.h: layout as string
7035
7036         * lyxlayout.[Ch]: layout as string
7037
7038         * lyx_cb.C: layout as string
7039
7040         * bufferview_funcs.C: layout as string
7041
7042         * bufferparams.C: layout as string
7043
7044         * buffer.C: layout as string
7045
7046         * LyXView.[Ch]: layout as string
7047
7048         * LaTeXFeatures.[Ch]: layout as string
7049
7050         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
7051
7052         * BufferView_pimpl.C: change current_layout to string, remove
7053         lyx::layout_type.
7054         (Dispatch):
7055         (smartQuote):
7056         (insertInset):
7057         (workAreaButtonRelease): layout as string
7058
7059         * BufferView2.C (unlockInset): adjust
7060
7061         * vspace.C (asLatexCommand): use an explict temp variable.
7062
7063 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7064
7065         * Makefile.am: use FRONTEND_*
7066
7067 2002-03-01  Juergen Vigna  <jug@sad.it>
7068
7069         * tabular.C (SetWidthOfMulticolCell): changed to something better
7070         I hope but still work in progress.
7071         (recalculateMulticolumnsOfColumn): renamed function from
7072         recalculateMulticolCells as it is more appropriate now.
7073         (SetWidthOfCell): calculate multicols better.
7074
7075 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7076
7077         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
7078
7079         * lyxfunc.C (processKeySym): print sequence also if it is
7080         `deleted' (complete)
7081
7082         * kbsequence.C (print): print sequence even if it is deleted
7083         (complete would be a better word, actually).
7084
7085         * lyxfunc.C (dispatch): print complete options after a prefix key
7086
7087         * vspace.C (asLatexCommand): rewrite in a slightly different form.
7088
7089 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
7090
7091         * text2.C (setCharFont): eliminate setCharFont code duplication.
7092
7093 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7094
7095         * BufferView_pimpl.C (Dispatch): remove bogus handling of
7096         LFUN_TABULAR_FEATURE (bug #177)
7097
7098 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
7099
7100         * Makefile.am: remove figure.h
7101
7102 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
7103
7104         * Bufferview_pimpl.C:
7105         * CutAndPasteC:
7106         * LaTeX.C:
7107         * LyXSendto.C:
7108         * buffer.C:
7109         * bufferlist.C:
7110         * converter.C:
7111         * language.C:
7112         * lyxfunc.C:
7113         * lyxvc.C:
7114         * paragraph.C:
7115         * text.C:
7116         * text2.C: remove #include "lyx_gui_misc.h".
7117
7118         * LaTeX.C: added #include <cstdio>
7119
7120 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7121
7122         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
7123         that the paragraph following this one can have.
7124
7125         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
7126
7127         * vspace.C (asLatexCommand): fix bogus gcc warning
7128
7129         * Makefile.am (lyx_SOURCES): remove vms_defines.h
7130
7131 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
7132
7133         * text2.C (setLayout): get rid of redundant code
7134
7135 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
7136
7137         * text2.C (incDepth): make sure depth cannot be increased beyond
7138         reasonable values.
7139
7140 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
7141
7142         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
7143         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
7144
7145         * PainterBase.h (image):
7146         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
7147         a LyXImage const *.
7148
7149 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
7150
7151         * BufferView.C:
7152         * BufferView.h:
7153         * BufferView_pimpl.C:
7154         * BufferView_pimpl.h:
7155         * LaTeXFeatures.C:
7156         * LyXAction.C:
7157         * LyXView.C:
7158         * Makefile.am:
7159         * UpdateList.h:
7160         * UpdateList.C:
7161         * buffer.C:
7162         * figure.h:
7163         * figureForm.C:
7164         * figureForm.h:
7165         * figure_form.C:
7166         * figure_form.h:
7167         * lyx_cb.C:
7168         * lyx_gui.C:
7169         * lyx_gui_misc.C:
7170         * lyxfunc.C:
7171         * sp_base.h:
7172         * sp_ispell.h:
7173         * sp_pspell.h:
7174         * sp_spell.C: remove fig inset, and the crap house of
7175           cards that follows it
7176
7177 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
7178
7179         * Makefile.am:
7180         * lyxserver.C:
7181         * os2_defines.h:
7182         * os2_errortable.h:
7183         * nt_defines.h: move .h into support/
7184
7185         * vms_defines.h: remove
7186
7187         * WorkArea.C: add space in debug output
7188
7189         * text2.C:
7190         * paragraph.C:
7191         * buffer.C: add WITH_WARNINGS
7192
7193         * vc-backend.h:
7194         * vc-backend.C:
7195         * bufferlist.C: s/retrive/retrieve/, add docs
7196
7197         * vspace.h:
7198         * vspace.C:
7199         * kbmap.h:
7200         * lyxlength.h:
7201         * lyxgluelength.h:
7202         * length_common.h:
7203         * chset.h:
7204         * chset.C: add docs
7205
7206         * lyxgui.C: add ID to X error handler
7207
7208         * lyxtestclass.c: fix typo
7209
7210 2002-02-26  Juergen Vigna  <jug@sad.it>
7211
7212         * tabular_funcs.C (write_attribute): changed so that some default
7213         attributes are not written at all.
7214         (getTokenValue): set default values before trying to read the
7215         value so we have the return value always set as default if we don't
7216         find the token we search for.
7217
7218         * tabular.C (Write): write bools as bools not as strings!
7219
7220 2002-02-22  Juergen Vigna  <jug@sad.it>
7221
7222         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
7223         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
7224
7225         * text.C (leftMargin): don't add an indent for paragraphs inside
7226         tabular cells (fix #208).
7227
7228 2002-02-21  José Matos  <jamatos@fep.up.pt>
7229
7230         * tabular.C (docBook): fixed support for long tables.
7231
7232 2002-02-20  Juergen Vigna  <jug@sad.it>
7233
7234         * text2.C (getFont): get the drawing font of the Inset if this
7235         paragraph is inside an inset (only important for InsetERT for now).
7236
7237         * buffer.C (insertErtContents): use new lanugage params in ERT
7238         constructor.
7239
7240         * CutAndPaste.C: commenting out seemingly uneeded code.
7241
7242 2002-02-19  Allan Rae  <rae@lyx.org>
7243
7244         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
7245         Iterators might be simple to use but they also get invalidated.
7246         (removeAutoInsets): renamed saved cursor tracking variables and added
7247         some comments to clarify what everything does.
7248
7249 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
7250
7251         * Chktex.C:
7252         * LaTeX.C:
7253         * LyXSendto.C:
7254         * converter.C:
7255         * lyx_cb.C:
7256         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
7257         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
7258
7259         * lyxfunc.C:
7260         * vc-backend.h: remove #include "support/syscall.h"
7261
7262         * LaTeX.C:
7263         * LyXSendto.C:
7264         * converter.C: rearrange #includes in Lars' approved fashion.
7265
7266         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
7267         forward declare class Timeout in the header file.
7268
7269         * XFormsView.C: changes due to the above.
7270
7271         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
7272         similar to LyXView.
7273
7274         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
7275         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
7276
7277 2002-02-18  José Matos  <jamatos@fep.up.pt>
7278
7279         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
7280         insets contents.
7281
7282 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
7283
7284         * a lot of small ws changes
7285         * add a lot of using std::XXX
7286         * use std construcs some places where approp.
7287         * use some exisint stuff from lyxfunctional where approp.
7288         * Make file changes to use partial linking (lets test this now...)
7289
7290 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
7291
7292         * Chktex.C:
7293         * buffer.C:
7294         remove #include "support/syscontr.h" as it's redundant. Always has been.
7295
7296         * Chktex.C:
7297         * LaTeX.C:
7298         * LyXSendto.C:
7299         * converter.C:
7300         * lyx_cb.C:
7301         * vc-backend.C:
7302         change Systemcalls::System to Systemcalls::Wait and
7303         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
7304         No change of functionality, just reflects the stripped down Systemcalls
7305         class.
7306
7307 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
7308
7309         * debug.[Ch]: add a GRAPHICS type to the enum.
7310
7311 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7312
7313         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
7314
7315         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
7316         there is an inset.
7317
7318 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7319
7320         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
7321         match the changes below.
7322
7323         * text2.C (toggleInset): if there is not editable inset at cursor
7324         position, try to see if cursor is _inside_ a collapsable inset
7325         and close it.
7326
7327 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7328
7329         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
7330         document menu has a nice checkbox
7331
7332 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7333
7334         * lyxlength.C (asLatexString): change PW to output as percent of
7335         \textwidth.
7336
7337         * lengthcommon.C: change '%' to 't%'
7338
7339         * lyxfunc.C (dispatch): a few comments from Martin
7340
7341 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
7342
7343         * WorkArea.h:
7344         * WorkArea.C:
7345         * BufferView_pimpl.h:
7346         * BufferView_pimpl.C: clear our selection when X tells us we've lost
7347           the X selection.
7348
7349 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7350
7351         * vspace.C (inPixels): fix compiler warning
7352
7353 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7354
7355         * lyxfunc.C (getStatus): fix status message for disabled commands.
7356
7357 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
7358
7359         * BufferView_pimpl.C: fix crash on close buffer
7360         during selection (#227)
7361
7362 2002-01-27  Herbert Voss  <voss@lyx.org>
7363
7364         * buffer.C: link old Figure to new graphic inset
7365
7366 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
7367
7368         * FontLoader.C (getFontinfo): Change the latex font names in order
7369         to match the names of type1inst.
7370
7371 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7372
7373         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
7374
7375         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
7376         (extchanged): ditto
7377         (ext_exist): ditto
7378         (remove_files_with_extension): ditto
7379         (remove_file): ditto
7380         (write): ditto
7381
7382         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
7383         document is smaller than the work area height. Do not initialize
7384         static variables to 0.
7385
7386 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7387
7388         * lyx_gui.C (init): give the toolbar tooltips a normal font.
7389
7390         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
7391         LFUN_LAYOUT_PARAGRAPHS.
7392
7393         * tabular.C (GetCellFromInset): new method. Finds an inset in a
7394         tabular. It is possible to provide a possible cell, which will
7395         typically be the actcell from the corresponding insettabular
7396
7397         * lyxfunc.C (getStatus): small cleanup; disable
7398         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
7399         true
7400
7401 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7402
7403         * tabular.C (Validate): remove broken optimization (fixes bug #201)
7404
7405         * paragraph.C (startTeXParParams):
7406         (endTeXParParams): new methods. The LaTeX code to
7407         start/end paragraph formatting
7408         (simpleTeXOnePar): call startTeXParParams also when paragraph is
7409         empty (fixes bug #200)
7410
7411         * vspace.C (inPixels): adapt to the change below
7412         (inPixels): [later] more cleanups (remove unused variables)
7413
7414         * lyxlength.C (inPixels): change to use a width and a height as
7415         parameter.
7416
7417 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7418
7419         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
7420         Replaced with \paperwidth
7421
7422         * DepTable.C (insert): add std:: qualifier
7423
7424 2002-01-18  Allan Rae  <rae@lyx.org>
7425
7426         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
7427         updated also?
7428
7429         * text.C (drawInset): Turned out I didn't know enough about how
7430         rebreaking worked.  This fixes most of the redraw problems.  I see
7431         an occasional cursor trail when a line is broken now and the cursor
7432         placement can seem out by a few pixels also after a rebreak.
7433
7434 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7435
7436         * buffer.C (parseSingleLyXformat2Token): update because minipage
7437         width is now a LyXLength
7438
7439         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
7440
7441         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
7442         math insets
7443
7444 2002-01-17  Juergen Vigna  <jug@sad.it>
7445
7446         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
7447
7448         * BufferView2.C (lockInset): call edit() so that theLockingInset()
7449         is set correctly and the inset is updated correctly.
7450
7451 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7452
7453         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
7454         the beginning of the loop.
7455
7456 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
7457
7458         * lyxrc.C: improve help for use_scalable_fonts
7459
7460 2002-01-17  Allan Rae  <rae@lyx.org>
7461
7462         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
7463
7464 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7465
7466         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
7467         make sure to set their inset_owner to the right value (bug #171)
7468
7469 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
7470
7471         * DepTable.h
7472         * DepTable.C: Implement mtime checking to reduce time spent doing
7473         CRCs.
7474
7475 2002-01-16  Juergen Vigna  <jug@sad.it>
7476
7477         * tabular.C (GetAdditionalHeight): one of error fixed.
7478
7479         * lyxrc.C (output): small fix in writing use_pspell.
7480
7481 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
7482
7483         * sp_base.h: #include LString.h
7484
7485 2002-01-16  Allan Rae  <rae@lyx.org>
7486
7487         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
7488         Can someone check this please?
7489
7490         * text.C (drawInset): It was possible that p.row would be removed by
7491         breakAgainOneRow upsetting a few other settings.  There may be another
7492         small tweak possible by setting need_break_row = 0 when p.row has been
7493         removed but I don't know enough about the logic here.
7494
7495 2002-01-15  Allan Rae  <rae@lyx.org>
7496
7497         * text.C (insertChar): removed conditional truism.
7498
7499         * BufferView2.C (removeAutoInsets): More tweaks.
7500         cur_par_prev could be a stray pointer.  Check for trailing empty line
7501         in case last line was cur_par and only had an error inset on it.
7502
7503 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7504
7505         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
7506         absolute
7507
7508         * vc-backend.C (most methods):
7509         * exporter.C (Export):
7510         * converter.C (convert):
7511         (runLaTeX):
7512         * LyXSendto.C (SendtoApplyCB):
7513         * lyxfunc.C (dispatch):
7514         (menuNew):
7515         (open):
7516         (doImport):
7517         * lyx_cb.C (AutoSave):
7518         (InsertAsciiFile):
7519         * BufferView_pimpl.C (MenuInsertLyXFile):
7520         * buffer.C (runChktex): use Buffer::filePath().
7521
7522         * buffer.h: rename filename to filename_; rename filepath to
7523         filepath_ and make it private
7524         (filePath): new method
7525
7526         * buffer.C (writeFile): use fileName()
7527         (getLatexName):
7528
7529         * lyx_main.C (init): fix starting  of LyX when the binary is a
7530         link from so,ewhere else.
7531
7532         * minibuffer.C: include <cctype> for isprint
7533
7534 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
7535
7536         * buffer.C (parseSingleLyXformat2Token): changes associated with the
7537         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
7538         name clash with InsetCollapsable's width function.
7539
7540 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7541
7542         * lastfiles.C: include <iterator>
7543
7544 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
7545
7546         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
7547         std::count.
7548
7549         * buffer.C (makeLaTeXFile): ditto.
7550         Also make loop operation more transparent.
7551
7552 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
7553
7554         * ToolbarDefaults.C: remove trailing comma closing namespace.
7555
7556         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
7557
7558         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
7559         as in WorkArea.
7560
7561         * trans.C (Load): comment out unused variable, allowed.
7562
7563 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
7564
7565         * minibuffer.[Ch] (append_char): new method to recieve input from the
7566         drop-down completion browser. If a key was pressed, then recieve this
7567         char and append it to the existing string.
7568         (peek_event): modify the positioning data passed to the completion
7569         browser so that it can be placed above the minibuffer rather than below.
7570 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7571
7572         * LyXAction.C (init): alloe error-next for readonly documents.
7573
7574         * BufferView2.C (ChangeRefsIfUnique): use standard version of
7575         count.
7576
7577 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7578
7579         * bufferlist.C (readFile): create the buffer _after_ checking that
7580         the file exists.
7581
7582         * lyxfunc.C (verboseDispatch): fix handling of arguments
7583
7584         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
7585
7586         * lyxrc.C: use string::erase() instead of initializing to "".
7587
7588
7589 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
7590
7591         * BufferView_pimpl.h:
7592         * BufferView_pimpl.C:
7593         * WorkArea.h:
7594         * WorkArea.C:
7595         * text2.C: tell X when we have made a selection for copying
7596
7597 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7598
7599         * BufferView_pimpl.C (MenuInsertLyXFile):
7600         * lyxfunc.C (menuNew):
7601         (open):
7602         (doImport): add shortcuts to directory buttons
7603
7604         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
7605         open a float)
7606
7607         * lyxfunc.C (setStatusMessage):
7608         (getStatusMessage): new methods
7609         (getStatus):use setStatusMessage instead of setErrorMessage
7610         (dispatch): when function is disabled, set error message here
7611         [instead of in getStatus previously]
7612
7613         * BufferView_pimpl.C (workAreaButtonRelease): update
7614         toolbar/menubar here too.
7615
7616 2002-01-13  Allan Rae  <rae@lyx.org>
7617
7618         * BufferView2.C (removeAutoInsets): finished off earlier fix.
7619         Now seems indestructible.  Remaining task is to audit all other
7620         code affected by deleteEmptyParagraphMechanism.  One small quirk
7621         left is that an empty document with an error in the preamble can
7622         be made to report an error but no error box appears.  I don't know
7623         where it goes.
7624         (removeAutoInsets): Improved comments.
7625
7626 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
7627
7628         * Thesaurus.h:
7629         * Thesaurus.C: update for Aiksaurus 0.14
7630
7631 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7632
7633         * text2.C (firstParagraph): removed member function, all uses
7634         replaces with ownerParagraph
7635         (redoParagraphs): here
7636         (updateInset): here
7637         (toggleAppendix): here
7638         * BufferView2.C (insertErrors): here
7639         (setCursorFromRow): here
7640
7641 2002-01-13  Allan Rae  <rae@lyx.org>
7642
7643         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
7644         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
7645         There is still a way to segfault this although you may have to do this
7646         multiple times: Have an InsetERT with an unknown command in it.
7647         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
7648         <down-arrow>, <Enter> again, View->DVI, BANG!
7649
7650         * text2.C (setCursor):
7651         (deleteEmptyParagraphMechanism):
7652         * lyxtext.h (setCursor):
7653         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
7654         Making use of the return value may help fix other bugs.
7655
7656 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7657
7658         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
7659
7660         * LyXView.C (updateMenubar): call MenuBar::update here
7661         (updateToolbar): but not here
7662         (showState): do not update toolbar/menubar
7663
7664         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
7665         should need to care about that.
7666
7667         * lyxfunc.C (verboseDispatch): simplify a bit
7668         (getStatus): have a version which takes a pseudoaction, and
7669         another which requires a (kb_action,string).
7670
7671         * LyXAction.C (retrieveActionArg): make it work also when action
7672         is not a pseudo-action.
7673         (getActionName): simplify a bit
7674         (helpText):
7675
7676 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7677
7678         * lyxfunc.C (verboseDispatch): new families of methods with
7679         several ways to specify a command and a bool to indicate whether
7680         the command name and shortcut should be displayed in minibuffer
7681         (eventually, we could extend that to a finer bitmask like
7682         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
7683         (dispatch): the pristine dispatch command which just, well,
7684         dispatchs! Note it still sets its result to minibuffer; I'm not
7685         sure we want that.
7686
7687         * lyxfunc.h: remove setHintMessage
7688
7689         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
7690
7691 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7692
7693         * BufferView_pimpl.C (specialChar): delete new inset if we have
7694         not been able to insert it.
7695
7696         * kbmap.C: revert to using int instead of kb_action, since all we
7697         are dealing with is pseudo-actions.
7698
7699         * LyXAction.C (searchActionArg): change to return int instead of
7700         kb_action, since the result is a pseudoaction.
7701
7702 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
7703
7704         * buffer.C (insertErtContents): Fix (partially) the font bug.
7705
7706 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
7707
7708         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
7709         as the other one is broken on my machine!
7710
7711 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
7712
7713         * commandtags.h:
7714         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
7715
7716 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
7717
7718         * lyxrc.[Ch]: change names and descriptions of popup font variables to
7719         reflect their actual use. Provide compatibility code for older lyxrc
7720         files.
7721
7722         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
7723         FL_NORMAL_STYLE.
7724         change names of popup font variables in line with the changes to lyxrc.C
7725
7726 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7727
7728         * buffer.C (asciiParagraph): avoid outputing a word twice after
7729         an inset.
7730
7731         * lyxrc.C (getDescription): document that document_path and
7732         template_path can be empty.
7733
7734 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7735
7736         * LaTeXFeatures.C (getMacros):
7737         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
7738
7739         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
7740
7741         * LaTeXFeatures.C (useFloat): require "float" here instead of in
7742         getPackages.
7743         (getPackages): rename feature "floats" to "float". Use an array to
7744         iterate over 'simple' features (i.e. just a \usepackage). Add
7745         handling of "amsmath" (renamed from "amsstyle").
7746
7747 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
7748
7749         * LaTeXFeatures.C (require): Prevent duplicate entries in the
7750         features list.
7751
7752 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
7753
7754         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
7755         FuncStaus::FuncStatus & FuncStaus::some_method().
7756
7757 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
7758
7759         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
7760         of the func_satus stuff. Edited and massaged in various ways by
7761         JMarc.
7762
7763         * lyxfunc.C (getStatus): use FuncStatus
7764
7765 2002-01-08  Juergen Vigna  <jug@sad.it>
7766
7767         * text.C (nextBreakPoint): use function Inset::isChar().
7768
7769         * paragraph.C (TeXOnePar): use function
7770         Inset::forceDefaultParagraphs.
7771
7772         * buffer.C (latexParagraphs): use function
7773         Inset::forceDefaultParagraphs.
7774
7775 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
7776
7777         * lyx_gui.C (init): set the style of the menu popups to
7778         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
7779
7780 2002-01-07  Juergen Vigna  <jug@sad.it>
7781
7782         * text.C (setHeightOfRow): small fix
7783         (prepareToPrint): don't look at alignment if we don't have the place
7784         for doing it.
7785
7786 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
7787
7788         * box.C: New file. Move the Box methods and functions out of box.h,
7789         following Lars' suggestion.
7790
7791 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
7792
7793         * box.h: #include "support/LOstream.h", needed for inlined function.
7794
7795         * lyxtextclass.C:
7796         * lyxtextclasslist.C: added some using std declarations.
7797
7798 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
7799
7800         * box.h: make signed dimensions to allow insets wider than
7801           the screen (bug #162)
7802
7803         * BufferView_pimpl.C: add some insetHit debug
7804
7805 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
7806
7807         * vc-backend.C: add FIXME
7808
7809 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7810
7811         * lyxfunc.C (getStatus): enable code for showing math font status
7812         in toolbar/menu.
7813
7814 2002-01-07  Juergen Vigna  <jug@sad.it>
7815
7816         * text.C (nextBreakPoint): removed debug output not needed anymore.
7817
7818 2002-01-06  Juergen Vigna  <jug@sad.it>
7819
7820         * text.C (nextBreakPoint): fixed up this function we had this bug
7821         since ever but now hopefully we break row better.
7822         (insertChar): we have to check if an inset is the next char as it
7823         could now happen that a large inset is causing a break.
7824
7825 2002-01-05  Juergen Vigna  <jug@sad.it>
7826
7827         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
7828         if it doesn't like to be drawed.
7829
7830 2002-01-04  Juergen Vigna  <jug@sad.it>
7831
7832         * BufferView2.C (lockInset): forgot to set a cursor.
7833
7834         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
7835
7836 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
7837
7838         * FormMathsPanel.C:
7839         * FormMathsPanel.h
7840         * MathsSymbols.C:
7841         * form_maths_panel.C:
7842         * form_maths_panel.h:
7843         * form_maths_panel.fd: implemented sub- and super- buttons in math
7844         panel.
7845
7846         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
7847         (or ^ space) to be used as in TeX (req'd by André).
7848
7849         * lyxfunc.C: Allow ^ and _ again to be used both as
7850         super/subscript (mathed) and as themselves (in text).
7851
7852 2002-01-03  Allan Rae  <rae@lyx.org>
7853
7854         * LyXView.C (updateWindowTitle): Setup a short icon title of either
7855         "LyX" or the filename of the current buffer if it has one.  This is a
7856         modified form of John Levon's patch.
7857
7858         * XFormsView.C (setWindowTitle): also set icon title.
7859
7860         * LyXView.h (setWindowTitle): signature changed.
7861         * XFormsView.h (setWindowTitle): ditto.
7862
7863 2002-01-02  Juergen Vigna  <jug@sad.it>
7864
7865         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
7866
7867 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7868
7869         * screen.C (topCursorVisible): introduce a temp var for
7870         text->cursor.row(), handle the case where this row is null. (kindo
7871         hachish)
7872
7873         * text2.C (setCursor): add a couple of asserts.
7874
7875         * paragraph.h (inset_iterator): add -> operator
7876
7877         * paragraph.[Ch] (autoDeleteInsets): remove member function
7878
7879         * BufferView2.C (removeAutoInsets): rewrite to handle the old
7880         cursor pos correctly and handle inset deletion by itself.
7881         (insertErrors): move iterator declaration out of for expression
7882
7883         * lyxtextclass.C: add <algorithm>
7884
7885         * Makefile.am: added the new files to sources, removed layout.C
7886
7887         * layout.C: removed file
7888
7889         * layout.h: remove LYX_DUMMY_LAYOUT
7890
7891         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
7892         layout.
7893
7894         * lyxlayout.[Ch]:
7895         * lyxtextclass.[Ch]:
7896         * lyxtextclasslist.[Ch]: new files
7897
7898         * include order changes to a lot of files, also changes because of
7899         the six new files.
7900
7901 2001-12-27  Juergen Vigna  <jug@sad.it>
7902
7903         * buffer.C (asciiParagraph): more fixes.
7904
7905         * tabular.C (ascii): make ascii export support export of only the
7906         data separated by a column-delimiter.
7907         (ascii): better support for ascii export.
7908
7909         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
7910
7911 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7912
7913         * tabular_funcs.C: use a "using std::getline" instead of the
7914         previous fix from Angus (necessary for cxx + lyxstring)
7915
7916 2001-12-24  Juergen Vigna  <jug@sad.it>
7917
7918         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
7919
7920         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
7921         problems. First check a minipage also if we have some ert-contents
7922         (not only on par->size(), second set the right depth of the paragraph
7923         on the relink to the root-paragraph-list!
7924
7925         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
7926         which then did not anymore update the main paragraphs on undo/redo!
7927
7928 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7929
7930         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
7931         code. Support all font-changing funcs (even those which are not in
7932         menu currently). Support for reporting font settings in
7933         mathed (disabled until Andre provides a function on mathed's side).
7934
7935         * func_status.h (toggle): small helper function to set toggle
7936         state on a flag.
7937
7938 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
7939
7940         * tabular_funcs.C: getline -> std::getline
7941
7942 2001-12-21  Juergen Vigna  <jug@sad.it>
7943
7944         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
7945         accessed and could be 0 (I couldn't generate this but it seems
7946         Michael could!).
7947
7948 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7949
7950         * tabular_funcs.C: add LIstream.h, move write_attribute to..
7951         * tabular_funcs.h: here and include iosfwd
7952
7953 2001-12-20  Juergen Vigna  <jug@sad.it>
7954
7955         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
7956         inside inset but undo_par was.
7957
7958 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7959
7960         * Thesaurus.C: always include <config.h> in sources.
7961
7962         * Painter.h:
7963         * lyxlookup.h:
7964         * box.h: do not include <config.h> in header files
7965
7966         * text.C (paintLastRow): remove unused variable
7967
7968         * text.C (transformChar):
7969         (insertChar):
7970         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
7971
7972         * Painter.C (text):
7973         * font.C (width): rewrite to use uppercase() instead of
7974         islower/toupper.
7975
7976         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
7977
7978 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
7979
7980         * lyxfind.C: clean up of find failure position change
7981
7982 2001-12-20  Juergen Vigna  <jug@sad.it>
7983
7984         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
7985
7986         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
7987         (TeXRow): added to LaTeX a single tabular row.
7988         (TeXLongtableHeaderFooter): added to output LT-h/f data.
7989         (Latex): simplified and finally good LT-h/f support.
7990         (various_functions): just small adaptions for LT-h/f support.
7991
7992         * tabular_funcs.[hC]: added and moved here all not classfunctions
7993         of LyXTabular.
7994
7995 2001-12-19  Juergen Vigna  <jug@sad.it>
7996
7997         * tabular.[Ch]: better support for longtabular options (not finished
7998         yet!)
7999
8000 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8001
8002         * text.C (paintLastRow): use the label font instead of the font of
8003         the last character to compute the size of *_BOX. This makes more
8004         sense and avoids a crash with empty paragraphs.
8005         Use Painter::rectangle to draw EMPTY_BOX.
8006
8007 2001-12-19  Juergen Vigna  <jug@sad.it>
8008
8009         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
8010         the paragraphs if the replaced paragraph is not the first one!
8011         Tried to delete not used paragraphs but does not work yet so for
8012         now it's inside #ifdef's and by default off!
8013
8014 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8015
8016         * MenuBackend.C: include "lyx_main.h" instead of declaring
8017         lastfiles (actually was declared as LastFiles* instead of a
8018         scoped_ptr).
8019
8020 2001-12-17  Juergen Vigna  <jug@sad.it>
8021
8022         * tabular.C (AppendColumn): applied John's fix
8023
8024 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
8025
8026         * BufferView.h:
8027         * BufferView.C:
8028         * BufferView_pimpl.h:
8029         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
8030
8031         * Makefile.am:
8032         * box.h: new start of class for above
8033
8034         * lyxfunc.C: ignore space-only minibuffer dispatches.
8035           Show the command name when it doesn't exist
8036
8037         * minibuffer.C: don't add empty lines to the history
8038
8039         * minibuffer.C: add a space on dropdown completion
8040
8041 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
8042
8043         * text.C: fix line above/below drawing in insets
8044
8045 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8046
8047         * lyxlength.C (LyXLength): Initialize private variables.
8048
8049 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
8050
8051         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
8052         when inserting error insets.
8053
8054 2001-12-13  Juergen Vigna  <jug@sad.it>
8055
8056         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
8057         actually sometimes the before-paragraph.
8058         (setUndo): don't clear the redostack if we're not actually undoing!
8059
8060 2001-12-06  Juergen Vigna  <jug@sad.it>
8061
8062         * undo_funcs.C (textHandleUndo): well after John's hint I got here
8063         and fixed redoing of main paragraph, so we can use it now ;)
8064
8065         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
8066
8067 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8068
8069         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
8070         Juergen's request
8071
8072 2001-12-13  André Pönitz <poenitz@gmx.net>
8073
8074         * undostack.[Ch]:
8075         * undo_func.C: minor cleanup
8076
8077 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8078
8079         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
8080         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
8081         font in urw-fonts package which is marked as -urw-fontspecific and
8082         does not work (incidentally, changing the encoding in the
8083         fonts.dir of this package to -adobe-fontspecific fixes the
8084         problem).
8085
8086         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
8087         is a crash when undoing first paragraph (Juergen, please take a
8088         look). THis does not mean the undo fix is wrong, just that it
8089         uncovers problems.
8090
8091         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
8092         the (Paragraph*) version when needed instead of duplicating the
8093         code.
8094
8095         * text.C (workWidth): use Inset::parOwner to find out where the
8096         inset has been inserted. This is a huge performance gain for large
8097         documents with lots of insets. If Inset::parOwner is not set, fall
8098         back on the brute force method
8099
8100         * paragraph_pimpl.C (insertInset):
8101         * paragraph.C (Paragraph):
8102         (cutIntoMinibuffer): set parOwner of insets when
8103         inserting/removing them
8104
8105         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
8106
8107 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
8108
8109         * commandtags.h:
8110         * LyXAction.C:
8111         * lyx_main.C:
8112         * lyxfunc.C:
8113         * mathed/formulabase.C:
8114         * mathed/math_cursor.[Ch]:
8115         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
8116
8117
8118 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8119
8120         * lyxlength.[Ch] (operator!=): new function
8121
8122 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8123
8124         * text.C (workWidth): use Inset::parOwner to find out where the
8125         inset has been inserted. This is a huge performance gain for large
8126         documents with lots of insets. If Inset::parOwner is not set, fall
8127         back on the brute force method
8128
8129         * paragraph_pimpl.C (insertInset):
8130         * paragraph.C (Paragraph):
8131         (cutIntoMinibuffer): set parOwner of insets when
8132         inserting/removing them
8133
8134         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
8135
8136 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8137
8138         * tabular-old.C (getTokenValue):
8139         * tabular.C (getTokenValue):
8140         (write_attribute): new versions for LyXLength
8141         (everywhere): adjust the use of widths
8142
8143         * tabular.h: change the type of widths from string to LyXLength
8144
8145 2001-12-11  Ben Stanley <bds02@uow.edu.au>
8146
8147         * paragraph.C: fixed missing line number count when exporting
8148         Environments to LaTeX file
8149
8150         * buffer.C: added informational message for checking line numbers.
8151
8152 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8153
8154         * text2.C (deleteEmptyParagraphMechanism): if there is only one
8155         paragraph, do the 'double space' part, but not the 'empty
8156         paragraph' one.
8157
8158         * text.C (workWidth): small optimization
8159         (getLengthMarkerHeight): use minimal size for negative lengths.
8160
8161 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
8162
8163         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
8164
8165         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
8166
8167 2001-12-11  André Pönitz <poenitz@gmx.net>
8168
8169         * FontLoader.C:
8170         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
8171
8172 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
8173
8174         * text2.C: keep selection on a setFont()
8175
8176 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
8177
8178         * lyx_cb.C: another bv->text misuse, from insert label
8179
8180 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
8181
8182         * kbsequence.h:
8183         * kbsequence.C: re-instate nmodifier mask
8184
8185 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
8186
8187         * lyx_main.h: make lyxGUI private.
8188
8189 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
8190
8191         * lyxfind.C: place the cursor correctly on failed search
8192
8193 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8194
8195         * text.C (getLengthMarkerHeight): for small heights, the arrows
8196         are not always on top/bottom of the text
8197         (drawLengthMarker): smaller arrows; take the left margin in
8198         account; draw also vfills.
8199         (paintFirstRow):
8200         (paintLastRow): remove special code for vfill and standard spaces,
8201         since everything is handled in drawLengthMarker now.
8202
8203 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8204
8205         * buffer.C (insertErtContents): try to handle font and language
8206         interaction a bit better.g
8207
8208         * ColorHandler.C (updateColor): change the hash to cover the whole
8209         LColor enum, ws cleanup
8210         (getGCLinepars): ditto
8211         (getGCLinepars): only lookup in the linecache once.
8212
8213 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
8214
8215         * iterators.C (operator++): Make the iterator more robust
8216
8217         * BufferView2.C (removeAutoInsets): Use paragraph iterators
8218         (John's patch)
8219         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
8220
8221 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8222
8223         * lyxtext.h:
8224         * text.C: better added space drawing
8225
8226 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8227
8228         * LyXView.C:
8229         * BufferView2.C: fix layout combo update on inset unlock
8230
8231 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8232
8233         * Makefile.am: don't compile unused files
8234
8235 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8236
8237         * lyxfunc.C:
8238         * commandtags.h:
8239         * LyXAction.C: remove old LFUN_LAYOUTNO
8240
8241 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8242
8243         * paragraph_pimpl.h:
8244         * paragraph_pimpl.C: isTextAt() doesn't need font param
8245
8246 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8247
8248         * lyxlex.h:
8249         * lyxlex.C: little cleanup
8250
8251 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8252
8253         * BufferView_pimpl.C: fix insertAscii for insets
8254
8255 2001-12-05  Juergen Vigna  <jug@sad.it>
8256
8257         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
8258         set the right font on the "multi" paragraph paste!
8259
8260 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8261
8262         * trans_decl.h:
8263         * trans_mgr.[Ch]:
8264         * trans.[Ch]:
8265         * lyxgluelength.C:
8266         * lyxlength.C: remove out-commented code.
8267
8268         * BufferView_pimpl:
8269         * CutAndPaste.C:
8270         * DepTable.C:
8271         * buffer.C:
8272         * chset.C:
8273         * lastfiles.C:
8274         * lyxlex.C:
8275         * lyxlex_pimpl.C:
8276         * lyxserver.C:
8277         * screen.C:
8278         * tabular-old.C:
8279         * tabular.C:
8280         * text.C:
8281         * trans_mgr.C:
8282         * vc-backend.C: change "while(" to "while ("
8283
8284         * lyxlength.[Ch]: add zero function to check if length is zero or
8285         not
8286         * lyxgluelength.C: use it
8287
8288 2001-12-05  Allan Rae  <rae@lyx.org>
8289
8290         * lyxlength.C: Attempted a fix for the abs(int) header selection.
8291         Works for 2.95.3, from what I understand of Garst's reports this should
8292         work for other g++ versions.  We're screwed if the abs(int) definition
8293         changed between bugfix releases of gcc.
8294
8295 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
8296
8297         * text.C: fix chapter label offset !
8298
8299 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
8300
8301         * lyxtext.h:
8302         * text.C: fix hfill at end of line, clean up
8303
8304 2001-12-04  Juergen Vigna  <jug@sad.it>
8305
8306         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
8307         that we force an update of the inset and it's owners if neccessary.
8308
8309 2001-12-03  Juergen Vigna  <jug@sad.it>
8310
8311         * text.C (rowLast): simplified code
8312
8313 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
8314
8315         * lyxfunc.C: fix show options on timeout
8316
8317 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8318
8319         * screen.C (topCursorVisible): scroll half a page when the cursor
8320         reached top of bottom of screen
8321
8322 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
8323
8324         * minibuffer.C: deactivate on loss of focus
8325
8326 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8327
8328         * vspace.[Ch] (operator!=): add operator.
8329
8330 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
8331
8332         * BufferView_pimpl.C: refuse to open an inset when
8333         there's a selection.
8334
8335 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
8336
8337         * BufferView_pimpl.C: allow to click on RHS of full row insets
8338
8339 2001-11-30  Juergen Vigna  <jug@sad.it>
8340
8341         * tabular.C (LyXTabular): add a same_id to set the same id's in the
8342         insets for undo reasons.
8343
8344 2001-11-28  André Pönitz <poenitz@gmx.net>
8345
8346         * vspace.[Ch]: cosmetical changes
8347
8348 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8349
8350         * LyXAction.h:
8351         * LyXAction.C:
8352         * lyxfunc.h:
8353         * lyxfunc.C:
8354         * kbmap.h:
8355         * kbmap.C:
8356         * lyxrc.C:
8357         * kbsequence.h:
8358         * kbsequence.C: part re-write of old kb code
8359
8360         * Painter.C:
8361         * WorkArea.C: remove Lgb_bug_find_hack
8362
8363 2001-11-30  José Matos <jamatos@fep.up.pt>
8364
8365         * buffer.C (makeDocBookFile): add a comment to point a hack.
8366         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
8367         Fixed a double write of labels.
8368
8369 2001-11-29 Ben Stanley <bds02@uow.edu.au>
8370
8371         * LaTeX.C:
8372         * LaTeX.h Fixed bug in LaTeX class where it would not
8373         re-run latex if no depfiles were changed, but the .dvi was removed.
8374
8375 2001-11-28  André Pönitz <poenitz@gmx.net>
8376
8377         * all the files from the change on 2001/11/26:
8378         use lyx::layout_type instead of LyXTextClass::size_type
8379         use lyx::textclass_type instead of LyXTextClassList::size_type
8380
8381 2001-11-29  Juergen Vigna  <jug@sad.it>
8382
8383         * text.C: added support for paragraph::isFreeSpacing()
8384
8385         * buffer.C: same as above
8386
8387         * paragraph.h: inserted isFreeSpacing() function to enable
8388         FreeSpacing inside InsetERT.
8389
8390         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
8391         of the paragraph's in the cut/copy buffer to 0!
8392
8393         * text2.C (removeRow): remove the assert as it can!
8394
8395         * lyxtext.h: added helper function firstRow returning firstrow and
8396         made firstrow private again.
8397
8398         * BufferView2.C (lockInset): don't relock if we're already locked!
8399
8400         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
8401         the only paragraph.
8402         (removeRow): added Assert::(firstrow)
8403
8404         * debug.C: forgot to add INSETTEXT here.
8405
8406 2001-11-28  Juergen Vigna  <jug@sad.it>
8407
8408         * sp_spell.C (initialize): changed error text to more general
8409         spellchecker command use (not only ispell!)
8410
8411         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
8412
8413         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
8414
8415 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8416
8417         * vspace.C: initialise lyxgluelength on failure
8418
8419 2001-11-28  Allan Rae  <rae@lyx.org>
8420
8421         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
8422         declaration & definition that looks like a function declaration.
8423
8424 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8425
8426         * BufferView2.C (copy):
8427         (copyEnvironment): do not clear the selection when doing a copy.
8428
8429         * text.C (paintFirstRow): compilation fix
8430
8431 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
8432
8433         * tabular.C (Latex): correct line count when writing latex.
8434
8435 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
8436
8437         * paragraph_pimpl.h:
8438         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
8439           bug a bit
8440
8441 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8442
8443         * text.C:
8444         * LColor.h:
8445         * LColor.C: change vfillline->added_space
8446
8447         * text.C: add markers and text for added space
8448
8449         * vspace.C: fix comment
8450
8451 2001-11-28  André Pönitz <poenitz@gmx.net>
8452
8453         * paragraph.C: whitespace changes
8454         * all the other files from the change on 2001/11/26:
8455         change *::pos_type into lyx::pos_type
8456
8457 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
8458
8459         * buffer.C (parseSingleLyXformat2Token): Set the language to the
8460         language of the document when inserting error insets.
8461
8462 2001-11-26  André Pönitz <poenitz@gmx.net>
8463
8464         * BufferView_pimpl.[Ch]:
8465         *       CutAndPaste.C:
8466         * buffer.[Ch]:
8467         * lyxcursor.[Ch]:
8468         * lyxfind.C:
8469         * lyxfunc.C:
8470         * lyxrow.[Ch]:
8471         * paragraph.[Ch]:
8472         * paragraph_pimpl.[Ch]:
8473         * sp_spell.C:
8474         * text.C:
8475         * text2.C: reduce header dependencies, introduce type for positions
8476
8477 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
8478
8479         * <various>: change to use Alert.h
8480
8481 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
8482
8483         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
8484         when encountering an unknown token.
8485         (readLyXformat2): Show an error message if there were unknown tokens.
8486
8487 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
8488
8489         * BufferView2.C:
8490         * BufferView_pimpl.C:
8491         * buffer.C:
8492         * paragraph.h:
8493         * text.C:
8494         * text2.C: use par->isInset()
8495
8496 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
8497
8498         * paragraph_pimpl.h:
8499         * paragraph_pimpl.C: cleanup
8500
8501 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8502
8503         * text2.C (removeRow):
8504         * text.C (setHeightOfRow): remove useless (and costly) call to
8505         getRow.
8506
8507 2001-11-20  Allan Rae  <rae@lyx.org>
8508
8509         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
8510         Now need Inset*::checkInsertChar() to return true for appropriate
8511         cases so that the characters in the minibuffer will actually be
8512         inserted.
8513
8514 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8515
8516         * text.C: change the order of the includes.
8517         (workWidth): initialize it at once.
8518         (workWidth): make maxw unsigned
8519         (setHeightOfRow): remove unused variable (inset)
8520         (selectSelectedWord): remove unused variable (inset)
8521         (paintRowText): fix drawing of hfill characters, and clean up a bit.
8522
8523 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8524
8525         * lyxserver.C (emergencyCleanup): do not try to close pipes if
8526         server is not running.
8527         (openConnection):
8528         (closeConnection): add debug info when server is disabled.
8529
8530         * ColorHandler.C (getGCForeground): send debug message to GUI
8531         channel.
8532
8533         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
8534
8535         * kbmap.C (bind): modify because return conventions of
8536         kb_sequence::parse have changed.
8537
8538         * kbsequence.C (parse): only ignore spaces and not any stupid
8539         control character. This avoids tests like s[i] <= ' ', which are
8540         guaranteed to fail with 8bit characters and signed chars.
8541         Change return code to string::npos when there have been no error
8542         (0 was a bad idea when error is at first character)
8543
8544 2001-11-14  José Matos  <jamatos@fep.up.pt>
8545
8546         * buffer.h:
8547         * buffer.C (simpleDocBookOnePar): removed unused argument.
8548
8549 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8550
8551         * text.C (selectNextWordToSpellcheck): do not test explicitely for
8552         insets which are part of a word. Paragraph::isLetter takes care of
8553         that now. Use Paragraph::isInset to identify insets.
8554         (selectSelectedWord): do not test for hyphenation break.
8555
8556         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
8557         that protected spaces are considered as spaces.
8558
8559         * paragraph.C (isLetter): cleanup the code for ispell extras; use
8560         Inset::isLetter.
8561
8562 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
8563
8564         * lyxserver.h:
8565         * lyxserver.C: fix it. and small cleanup.
8566
8567 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
8568
8569         * BufferView_pimpl.C: use inline helpers
8570
8571         * LaTeXFeatures.h:
8572         * LaTeXFeatures.C: fix typos
8573
8574         * Spacing.h:
8575         * Spacing.C: move spacing_string into class
8576
8577         * ToolbarDefaults.C: move stuff into namespace anon
8578
8579         * layout.h: update enum
8580
8581         * lyxfunc.C: use better debug
8582
8583         * minibuffer.h: fix typo
8584
8585         * debug.h:
8586         * debug.C:
8587         * WorkArea.C: add and use Debug::WORKAREA
8588
8589         * lyxtext.h:
8590         * text.C:
8591         * text2.C: code re-organisation, inline helpers
8592
8593 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
8594
8595         * Layout.C: replaced a few cases of std::vector.size() == 0 with
8596         std::vector.empty().
8597
8598 2001-11-09  Allan Rae  <rae@lyx.org>
8599
8600         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
8601         '\n's after tables.  Tabular and ERT inset work now makes this no
8602         longer necessary.
8603
8604 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
8605
8606         * minibuffer.h:
8607         * minibuffer.C: fix crash, improve drop-down completion
8608
8609 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
8610
8611         * lyxserver.h:
8612         * lyxserver.C: invalidate fd's when doing endPipe()
8613
8614 2001-11-08  José Matos  <jamatos@fep.up.pt>
8615
8616         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
8617         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
8618
8619         * paragraph.h:
8620         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
8621
8622 2001-11-07  José Matos  <jamatos@fep.up.pt>
8623
8624         * buffer.h:
8625         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
8626         const qualifier.
8627
8628         * buffer.C (sgmlOpenTag):
8629         * buffer.C (sgmlCloseTag): removed debug info.
8630
8631         * buffer.h (sgmlOpenTag):
8632         * buffer.h (sgmlCloseTag): made public.
8633
8634 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8635
8636         * buffer.C (saveParamsAsDefaults):
8637         * lyx_cb.C (MenuLayoutSave): remove
8638
8639         * LyXAction.C (init):
8640         * commandtags.h:
8641         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
8642
8643 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8644
8645         * buffer.C (setPaperStuff): removed from here...
8646
8647         * bufferparams.C (setPaperStuff): ... and moved there.
8648
8649 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
8650
8651         * minibuffer.h:
8652         * minibuffer.C:
8653         * XFormsView.C: add support for drop-down completion
8654
8655 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
8656
8657         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
8658         commands.
8659
8660 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8661
8662         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
8663         disabled.
8664
8665 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
8666
8667         * lyx_main.C: change ref to known bugs
8668
8669 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
8670
8671         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
8672         to work around older babel problems.
8673
8674 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
8675
8676         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
8677
8678 2001-10-24  Juergen Vigna  <jug@sad.it>
8679
8680         * tabular-old.C (ReadOld): below variable changes reflected.
8681
8682         * tabular.[Ch]: added ltType struct for longtable header/footer
8683         defines and changed all instances where they are used. Added
8684         future support for double top/bottom rows.
8685
8686 2001-10-24  José Matos  <jamatos@fep.up.pt>
8687
8688         * buffer.h (docbookHandleCaption):
8689         * buffer.C (docbookHandleCaption): removed unused function.
8690         (makeDocBookFile): moved docbook supported version to v4.1.
8691
8692 2001-10-24  José Matos  <jamatos@fep.up.pt>
8693
8694         * tabular.h:
8695         * tabular.C (docbookRow): new function to export docbook code of a row.
8696         (DocBook): now honors the longtable flags.
8697
8698 2001-10-23  José Matos  <jamatos@fep.up.pt>
8699
8700         * LaTeXFeatures.h:
8701         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
8702         of the lyx defined sgml entities used in a docbook/linuxdoc document.
8703
8704         * buffer.C (makeLinuxDocFile):
8705         (makeDocBookFile): reworked the preamble, more clean, and with
8706         support for lyx defined entities. Changed the document declaration
8707         to be more XML friendly.
8708
8709         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
8710         if we need to output XML that should be done with a filter.
8711
8712 2001-10-22  Juergen Vigna  <jug@sad.it>
8713
8714         * sp_pspell.h (class PSpell): add alive function needed in the
8715         controller to see if the spellchecker could be started.
8716
8717 2001-10-22  Juergen Vigna  <jug@sad.it>
8718
8719         * buffer.C (insertStringAsLines): modify the font for inserting
8720         chars in certain conditions by calling checkInsertChar(font).
8721
8722 2001-10-19  Juergen Vigna  <jug@sad.it>
8723
8724         * text.C (workWidth): use getRow instead of wrong algorithm.
8725         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
8726
8727 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
8728
8729         * lyxserver.h:
8730         * lyxserver.C:
8731         * lyx_main.h:
8732         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
8733
8734 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8735
8736         * text.C (workWidth): do not search for the exact row when
8737         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
8738         optimization for big documents.
8739
8740 2001-10-18  Juergen Vigna  <jug@sad.it>
8741
8742         * text.C (workWidth): new function with added Inset * parameter.
8743
8744 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8745
8746         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
8747
8748         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
8749         change return type of getColumnNearX.
8750
8751
8752         * text.C (changeRegionCase): use uppercase/lowercase instead of
8753         toupper/tolower.
8754         (leftMargin):
8755         (rightMargin): simplify code by factoring out the uses of
8756         textclasslist.
8757         (labelFill):
8758         (numberOfHfills):
8759         (setHeightOfRow):
8760         (appendParagraph): use Paragraph::size_type
8761
8762 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8763
8764         * vspace.C (asLatexString): add a missing break
8765
8766 2001-10-15  Herbert Voss  <voss@perce.de>
8767
8768         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
8769
8770 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8771
8772         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
8773         is not available.
8774
8775 2001-10-10  André Pönitz <poenitz@gmx.net>
8776
8777         * lyxfunc.C: removed greek_kb_flag.
8778
8779 2001-10-10  Herbert Voss  <voss@perce.de>
8780
8781         * lyx_main.C: delete global string help_lyxdir.
8782
8783 2001-10-09  Herbert Voss  <voss@perce.de>
8784
8785         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
8786
8787         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
8788
8789         * lyx_main.C: added global string help_lyxdir.
8790
8791         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
8792
8793 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
8794
8795         * lyxrc.C (set_font_norm_type): support iso8859-4
8796
8797 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
8798
8799         * LaTeX.C (deplog): add another regex for MikTeX
8800
8801 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
8802
8803         * lyxrc.C (set_font_norm_type): support iso8859-3
8804
8805 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8806
8807         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
8808
8809         * LaTeXFeatures.C: remove special case of french and index
8810
8811         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
8812         before \begin{document}). This solves several incompatibilities.
8813
8814 2001-10-03  Garst Reese  <reese@isn.net>
8815
8816         * lyx_cb.C: change CheckTex error msg.
8817
8818 2001-10-03  José Matos  <jamatos@fep.up.pt>
8819
8820         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
8821
8822 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8823
8824         * .cvsignore: update
8825
8826         * lyx_main.C (commandLineVersionInfo): use new style version info.
8827
8828         * buffer.C (writeFile):
8829         (makeLaTeXFile):
8830         (makeLinuxDocFile):
8831         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
8832
8833         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
8834
8835         * version.h: update to use stuff in version.C
8836
8837         * version.C.in: new file. Contains version information determined
8838         at compile time. This is a merging of version.h and
8839         version_info.h.in.
8840
8841 2001-10-03  Juergen Vigna  <jug@sad.it>
8842
8843         * BufferView_pimpl.C (update): don't change "dirty" status in
8844         updateInset call.
8845
8846 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
8847
8848         * WorkArea.C (c-tor): re-position version string slightly.
8849
8850 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
8851
8852         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
8853         revert to previous code.
8854
8855         WorkArea.[Ch]: (show, destroySplash): methods removed.
8856
8857         WorkArea.C: rework code so that it's an amalgam of the codes before and
8858         after the splash screen was moved to WorkArea.
8859
8860 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8861
8862         * lyxrc.C (read):
8863         * vspace.C (inPixels):
8864         (lyx_advance):
8865         * kbmap.C (bind):
8866         * buffer.C (insertStringAsLines):
8867         (asciiParagraph): fix types to be large enough
8868
8869         * lyxlex_pimpl.h: change member status from short to int
8870
8871         * layout.h: fix type of endlabeltype
8872
8873         * kbmap.C (bind):
8874         * kbsequence.C (parse): change return type to string::size_type
8875
8876         * LaTeX.C (updateBibtexDependencies): comment out unneeded
8877         variable
8878
8879         * Bullet.C (bulletSize):
8880         (bulletEntry): do not use short ints as parameters
8881
8882         * BufferView2.C (insertLyXFile): change a char to an int.
8883
8884         * WorkArea.C (WorkArea): remove unneeded floats in computation
8885
8886 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
8887
8888         * buffer.C (asciiParagraph): Treat '\\' as other chars.
8889
8890         * paragraph.C (asString): Do not ignore newline/hfill chars when
8891         copying to the clipboard.
8892
8893 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
8894
8895         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
8896         after a multi-line inset.
8897
8898 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
8899
8900         * paragraph.C (validate): Set NeedLyXFootnoteCode
8901
8902 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
8903
8904         * lyxfont.C (LyXSizeNames): changed increase-error to increase
8905         and decrease-error to decrease.
8906
8907 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8908
8909         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
8910         it more readable (should be equivalent)
8911
8912 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
8913
8914         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
8915
8916 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8917
8918         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
8919         of a cursor (row, etc.) after a character has been deleted
8920         (deleteEmptyParagraphMechanism): call the method above on _all_
8921         cursors held by the LyXText when a double space has been
8922         detected/deleted.
8923
8924 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
8925
8926         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
8927         pixmap.
8928         (resizeCurrentBuff): remove code to destroy the old splash dialog.
8929
8930         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
8931         background. Use greyOut() and the new show() methods to toggle between
8932         the foreground and background. Add code to remove the splash after
8933         its initial showing.
8934
8935         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
8936         (create_forms): no longer call Dialogs::showSplash.
8937
8938 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8939
8940         * .cvsignore: add version_info.h
8941
8942 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8943
8944         * version_info.h.in: new file
8945
8946         * Makefile.am: add version_info.h.in
8947
8948         * lyx_main.C (commandLineVersionInfo): use version_info defined in
8949         version_info.h instead of VERSION_INFO
8950
8951 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
8952
8953         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
8954         The ERT inset now returns string().
8955
8956 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
8957
8958         * lyxtext.h, text.C (selectNextWord): renamed as
8959         selectNextWordToSpellcheck.
8960
8961         * text.C (selectNextWordToSpellcheck): Modified to not select
8962         words inside an ERT inset.
8963
8964 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8965
8966         * lyx_cb.C (MenuLayoutSave): change a bit the question
8967
8968         * sp_base.h: include <sys/types.h>
8969
8970 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
8971
8972         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
8973
8974 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
8975
8976         * several files: fix typos in user-visible strings
8977
8978 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8979
8980         * text2.C (pasteSelection): do not set the selection, since it
8981         will be cleared later. Actually, the intent was to fix the way the
8982         selection was set, but I figured rmoving the code was just as good.
8983
8984 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
8985
8986         * FontLoader.C (available): Check if font is available without
8987         loading the font.
8988
8989 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
8990
8991         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
8992
8993 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
8994
8995         * lyxrc.[Ch]: added display_graphics variable and associated code.
8996
8997 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8998
8999         * bufferparams.C (hasClassDefaults): new method. Returns true if
9000         the buffer parameters correspond to known class defaults
9001
9002 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
9003
9004         * XFormsView.C (show): set minimum size to the main window.
9005
9006 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9007
9008         * text2.C (copySelection):
9009         (cutSelection):
9010         * lyxfind.C (LyXReplace):
9011         * BufferView_pimpl.C (Dispatch): pass the correct flag to
9012         LyXText::selectionAsString.
9013
9014         * paragraph.C (asString): add "label" argument to the second form
9015
9016         * text2.C (selectionAsString): add "label" argument and pass it to
9017         Paragraph::asString.
9018
9019 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9020
9021         * lyx_main.C (commandLineHelp): remove version information
9022
9023 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
9024
9025         * lyx_main.C: add -version commandline option
9026
9027 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9028
9029         * paragraph.h: make the optional constructor arg required instead.
9030         some modifications to other files because of this.
9031
9032         * minibuffer.C (C_MiniBuffer_peek_event): make it static
9033
9034         * lyxserver.C (C_LyXComm_callback): make it static
9035
9036         * lyx_main.C (error_handler): make it static
9037
9038         * lyx_gui.C (LyX_XErrHandler): make it static
9039
9040         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
9041
9042         * WorkArea.C: make the extern "C" methods static.
9043
9044         * Makefile.am (lyx_LDADD): simplify
9045
9046 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9047
9048         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
9049         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
9050
9051         * LyXAction.C (init):
9052         * lyxfunc.C (dispatch): associated code removal.
9053
9054 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9055
9056         * lyxfont.h (isSymbolFont): shut off warning
9057
9058         * text.C (setHeightOfRow):
9059         (getVisibleRow): fix crash with empty paragraphs which have a
9060         bottom line
9061
9062 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
9063
9064         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
9065         code.
9066
9067 2001-09-04  José Matos  <jamatos@fep.up.pt>
9068         * buffer.C
9069         * buffer.h
9070         * tabular.C (docbook): rename docBook method to docbook.
9071
9072 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9073
9074         * Makefile.am: add dependencies to main.o.
9075
9076 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
9077
9078         * FontLoader.C (available): Return false if !lyxrc.use_gui
9079
9080 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
9081
9082         * FontInfo.C (query):
9083         * converter.C (view):
9084         * importer.C (Import):
9085         * exporter.C (Export): Can not -> cannot.
9086
9087 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
9088
9089         * BufferView_pimpl.C: allow to create index inset even if
9090           string is empty
9091
9092 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9093
9094         * buffer.C (getLists): replace boost::tie code with an explicit pair
9095         as boost::tie can break some compilers.
9096
9097         * iterators.h: Added a std:: declaration to the return type of
9098         ParIterator::size.
9099
9100 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
9101
9102         * lyxrc.C: add help for view_dvi_paper_option, default to safe
9103           case.
9104
9105 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
9106
9107         * iterators.[Ch]: New files. Provide paragraph iterators.
9108
9109         * buffer.C (changeLanguage): Use paragraph iterators.
9110         (isMultiLingual): ditto
9111
9112         * BufferView2.C (ChangeInsets): Use paragraph iterators.
9113
9114 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
9115
9116         * FontLoader.C: Support for cmr font.
9117
9118 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
9119
9120         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
9121         (available): New method.
9122
9123         * FontInfo.C (getFontname): Use scalable fonts even when
9124         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
9125         found.
9126
9127 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
9128
9129         * converter.C (Formats::view): reverted! Incorrect fix.
9130
9131 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
9132
9133         * converter.C (Formats::view): only output the -paper option
9134         if the dvi viewer is xdvi, thereby fixing bug #233429.
9135
9136 2001-08-23  Herbert Voss  <voss@perce>
9137
9138         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
9139
9140 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
9141
9142         * Spacing.h (Spacing): Set space to Default on in the default
9143         constructor.
9144
9145 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9146
9147         * vc-backend.h (RCS::versionString): add RCS to version
9148         (CVS::versionString): add CVS to version
9149
9150         * vc-backend.C (scanMaster): do not add CVS to version.
9151         (scanMaster): do not add RCS to version
9152
9153         * lyxvc.C (versionString): new method
9154
9155         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
9156
9157 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9158
9159         * Spacing.C (set): initialize fval
9160
9161 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
9162
9163         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
9164         " or \.
9165
9166 2001-08-16  Juergen Vigna  <jug@sad.it>
9167
9168         * lyxfunc.C (dispatch): implemented the new FINISHED states.
9169
9170 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
9171
9172         * BufferView_pimpl.C:
9173         * figureForm.C:
9174         * lyxtext.h:
9175         * text2.C: setParagraph takes linespacing now
9176
9177 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
9178
9179         * LyxAction.C: add internal LFUN_CITATION_INSERT
9180
9181         * LyXView.C: actually apply fix
9182
9183         * bufferlist.C: fix open non-existent file
9184
9185         * lyxfind.C: fix indentation
9186
9187         * lyxfunc.C: remove unneeded assert, fix typo
9188
9189 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
9190
9191         * MenuBackend.C: use "Floatname List"
9192
9193 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
9194
9195         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
9196         when converting LaTeX layout to insetERT.
9197         Generate a non-collapsed float when reading old float
9198
9199 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
9200
9201         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
9202         ERT insets.
9203
9204 2001-08-13  Juergen Vigna  <jug@sad.it>
9205
9206         * text.C (fill): return 0 instead of 20 as this seems to be the more
9207         correct value.
9208
9209 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
9210
9211         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
9212         lyxrc.font_norm.
9213
9214 2001-08-13  Juergen Vigna  <jug@sad.it>
9215
9216         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
9217         casesensitive off.
9218         (SearchBackward): comment out the unlocking of the inset_owner this
9219         should not be needed!
9220
9221 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
9222
9223         * Many files: Remove inherit_language, and add latex_language
9224
9225         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
9226         collapsible insets.
9227
9228 2001-08-10  Juergen Vigna  <jug@sad.it>
9229
9230         * text.C (prepareToPrint): fixed hfill-width in draw!
9231
9232         * BufferView2.C (selectLastWord): save the selection cursor as this
9233         now is cleared in the function LyXText::clearSelection!
9234
9235 2001-08-08  Juergen Vigna  <jug@sad.it>
9236
9237         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
9238         BACKSPACE type functions.
9239
9240         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
9241         is only cutted from the document but not put in the cut-buffer, where
9242         still the old stuff should be.
9243
9244         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
9245
9246         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
9247
9248         * tabular.C (SetWidthOfCell): fixed special case where the width
9249         was not updated!
9250         (LeftLine): handle '|' in align_special.
9251         (RightLine): ditto
9252         (LeftAlreadyDrawed): ditto
9253         (SetWidthOfCell): ditto
9254
9255 2001-08-07  Juergen Vigna  <jug@sad.it>
9256
9257         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
9258
9259 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9260
9261         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
9262         * lyxlex.[hC]: ditto
9263
9264 2001-08-06  Juergen Vigna  <jug@sad.it>
9265
9266         * text.C (getVisibleRow): fix up row clearing a bit.
9267
9268 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9269
9270         * minibuffer.C: make sure the X server sees the changes in the input.
9271
9272 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9273
9274         * paragraph.C (getFont): split into...
9275         (getLabelFont): this
9276         (getLayoutFont): and this
9277         * paragraph_pimpl.C (realizeFont): calling this
9278
9279         * text2.C (getFont): split into...
9280         (getLayoutFont): this
9281         (getLabelFont): and this
9282         (realizeFont): all three calling this
9283
9284         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
9285         files where used.
9286
9287 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9288
9289         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
9290
9291 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
9292
9293         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
9294         layouts from the Quote inset insertion.
9295
9296 2001-08-03  Juergen Vigna  <jug@sad.it>
9297
9298         * BufferView_pimpl.C (update): do the fitCursor only at the end!
9299
9300         * screen.C (drawFromTo): don't call fitcursor here and do the loop
9301         only if status not is already CHANGED_IN_DRAW (second level).
9302
9303         * text.C (draw): don't set the need_break_row when inside an
9304         InsetText LyXText.
9305
9306 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9307
9308         * buffer.C (parseSingleLyXformat2Token): handle more latex
9309         conversion cases.
9310
9311         * bufferview_funcs.[hC]: change function names to
9312         begin with small char, adjust other files.
9313
9314 2001-08-02  André Pönitz <poenitz@gmx.net>
9315
9316         * lyxfunc.C:
9317         BufferView_pimpl.C: remove broken special code for math-greek
9318
9319 2001-08-02  Juergen Vigna  <jug@sad.it>
9320
9321         * BufferView_pimpl.C (update): redone this function so that we
9322         update the text again if there was a CHANGE_IN_DRAW.
9323
9324         * screen.C (cursorToggle): removed LyXText parameter and recoded.
9325         (drawFromTo): added a new internal bool which is used by draw() and
9326         redraw() function.
9327         (general): some cursor drawing problems fixed.
9328
9329 2001-08-01  Juergen Vigna  <jug@sad.it>
9330
9331         * lyxfind.C (LyXFind): fixed
9332         (SearchForward): ditto
9333         (SearchBackward): ditto
9334
9335         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
9336         spurius drawing of the cursor in the main area.
9337
9338         * text2.C (status): small fix which could lead to a segfault!
9339         (clearSelection): remove unneeded BufferView param.
9340
9341 2001-08-01  André Pönitz <poenitz@gmx.net>
9342
9343         * lyxfunc.C: small change due to changed mathed interface
9344
9345 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9346
9347         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
9348
9349 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
9350
9351         * lyxfunc.c: fail gracefully if file doesn't exist
9352
9353         * LyXSendto.C:
9354         * buffer.C:
9355         * lyxfunc.C:
9356         * BufferView_pimpl.C: IsDirWriteable() proto changed
9357
9358         * LyXView.C: fix updateWindowTitle() to store the last title
9359
9360 2001-07-31  Juergen Vigna  <jug@sad.it>
9361
9362         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
9363         the font (wrong since using of Paragraph::highestFontInRange).
9364
9365         * paragraph.C (highestFontInRange): added a default_size parameter.
9366
9367         * text.C (getVisibleRow): minor clear row changes (still not perfect).
9368         (setHeightOfRow): reformat
9369
9370 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9371
9372         * converter.[hC] + affected files: move to (inital-char)lowercase
9373         function names.
9374
9375         * ParagraphParameters.C (ParagraphParameters): remove commented code
9376
9377         * PainterBase.[Ch]: remove commented code
9378
9379         * LaTeXFeatures.h: add "bool floats" for float.sty
9380
9381         * LaTeXFeatures.C (LaTeXFeatures): init floats
9382         (require): handle float
9383         (getPackages): do it with floats
9384
9385 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9386
9387         * BufferView_pimpl.C (Dispatch): improve handling of
9388         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
9389
9390         * commandtags.h: #include lyxfont.h here temporarily to avoid
9391         keybinding bug.
9392
9393         * bufferlist.h: include LString.h here.
9394
9395 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9396
9397         * text2.C (getStringToIndex): new method.
9398
9399 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
9400
9401         * *: Reduced header file dependencies all over.
9402
9403 2001-07-30  Baruch Even  <baruch@lyx.org>
9404
9405         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
9406
9407 2001-07-29  Baruch Even  <baruch@lyx.org>
9408
9409         * buffer.C (readInset): Changed GRAPHICS to Graphics.
9410
9411 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9412
9413         * ParameterStruct.h (endif): add a default constructor to make
9414         sure that all variables is initialized.
9415
9416         * ParagraphParameters.C (ParagraphParameters): adjust
9417
9418 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9419
9420         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
9421         index; also, check that there is something to index, and that it
9422         does not span over several paragraphs.
9423         (doubleClick): use WHOLE_WORD_STRICT for double click.
9424
9425         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
9426
9427         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
9428         scheme.
9429
9430 2001-07-26  Baruch Even  <baruch@lyx.org>
9431
9432         * buffer.C (readInset): Changed to call up InsetGraphics when reading
9433         an InsetFig figure, backwards compatible reading of old figure code.
9434
9435 2001-07-27  Juergen Vigna  <jug@sad.it>
9436
9437         * text2.C: font.realize function adaption.
9438
9439         * text.C (draw): add a warnings lyxerr text if needed.
9440
9441         * layout.C: font.realize function adaption.
9442
9443         * language.C: add inherit_language and implement it's handlings
9444
9445         * bufferview_funcs.C (StyleReset): remove language parameter from
9446         font creation (should be language_inherit now).
9447
9448         * bufferparams.C (writeFile): handle ignore_language.
9449
9450         * paragraph.C (getFontSettings): the language has to be resolved
9451         otherwise we have problems in LyXFont!
9452
9453         * lyxfont.C (lyxWriteChanges): added document_language parameter
9454         (update): removed unneeded language parameter
9455
9456         * paragraph.C (validate): fixed wrong output of color-package when
9457         using interface colors for certain fonts in certain environments,
9458         which should not seen as that on the final output.
9459
9460 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
9461
9462         * BufferView_pimpl.C:
9463         * Thesaurus.h:
9464         * Thesaurus.C:
9465         * Makefile.am:
9466         * commandtags.h:
9467         * LyXAction.C: add thesaurus support
9468
9469         * lyxfind.h:
9470         * lyxfind.C: add "once" parameter, for thesaurus, to not
9471           move to the next match
9472
9473 2001-07-26  Juergen Vigna  <jug@sad.it>
9474
9475         * lyxfont.C (realize): honor ignore_language too!
9476         (resolved): ditto.
9477
9478         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
9479
9480         * text.C (draw): one place more for ignore_language to not draw
9481         itself!
9482
9483 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
9484
9485         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
9486
9487 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9488
9489         * buffer.C (parseSingleLyXformat2Token): a more general fix for
9490         the minipage conversion problem.
9491
9492 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9493
9494         * buffer.C (parseSingleLyXformat2Token): check minipage if we
9495         insert an inset.
9496
9497 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9498
9499         * BufferView.h: don't forward declare WorkArea
9500
9501         * BufferView.C: don't include WorkArea.h
9502
9503 2001-07-25  André Pönitz <poenitz@gmx.net>
9504
9505         * commandtags.h:
9506         * LyXAction.C:
9507         * lyxfunc.C:  new LFUN 'math-space'
9508
9509         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
9510
9511 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9512
9513         * text2.C (toggleInset): call open/close
9514
9515 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9516
9517         * lyxfunc.C (dispatch): add debug for the disabled case
9518
9519         * font.C (buttonText): make similar to rectText
9520
9521         * buffer.C (readInset): comment out parsing of insetlist and
9522         insttheorem
9523
9524         * PainterBase.C (rectText): small correction
9525
9526         * BufferView_pimpl.C: comment out insettheorem and insetlist
9527         * LyXAction.C: ditto
9528         * commandtags.h: ditto
9529
9530 2001-07-24  Juergen Vigna  <jug@sad.it>
9531
9532         * text.C (draw): honor the ignore_language.
9533
9534         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
9535
9536 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9537
9538         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
9539         char inset.
9540
9541 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9542
9543         * lyxtext.h: remove unused (and unimplemented) methods
9544
9545 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9546
9547         * text.C (getVisibleRow): honor background color
9548
9549         * PainterBase.h:
9550         * Painter.h: remove default color argument for fillRectangle
9551
9552         * text.C (backgroundColor): new method
9553
9554 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9555
9556         * text.C (getVisibleRow): adjust
9557
9558         * font.[Ch] (rectText): new method, metrics
9559         (buttonText): new method, metrics
9560
9561         * PainterBase.[hC]: make rectText and buttonText always draw and take
9562         fewer paramteres.
9563
9564 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9565
9566         * ToolbarDefaults.C (read):
9567         * MenuBackend.C (read): allow escaping in all strings
9568
9569         * BufferView_pimpl.C (insertAndEditInset): new method.
9570         (Dispatch): use insertAndEditInset whenever appropriate.
9571
9572         * BufferView_pimpl.C (insertNote): removed
9573
9574         * BufferView_pimpl.C (smartQuote): new method, moved from
9575         BufferView; if an insetquote cannot be inserted, insert a '"'
9576         character instead.
9577
9578         * BufferView2.C: remove insertCorrectQuote();
9579
9580         * lyxfunc.C (getStatus): Add support for all remaingin
9581         inset-insert lfuns.
9582
9583         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
9584
9585         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
9586         command (necessary to pass " as parameter of self-insert.
9587
9588         * text.C (selectWordWhenUnderCursor):
9589         (selectWord): add word_location parameter
9590         (selectWordWhenUnderCursor): same + remove special code for word
9591         boundary.
9592         (selectNextWord): use kind() to guess type of insetspecialchar,
9593         not latex().
9594
9595         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
9596         (insertErtContents): create ert insets as collapsed.
9597         (readInset): better compatibility code for Info inset.
9598
9599 2001-07-20  Juergen Vigna  <jug@sad.it>
9600
9601         * lyxfunc.C (dispatch): use always LyXFind now!
9602
9603         * text2.C (init): add a reinit flag so that the LyXText can be
9604         reinited instead of deleted and reallocated (used in InsetText).
9605
9606         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
9607
9608         * text.C: ditto
9609
9610         * text2.C: ditto
9611
9612 2001-07-18  Juergen Vigna  <jug@sad.it>
9613
9614         * text.C (selectNextWord): handle insets inside inset by calling
9615         always the bv->text functions so that we can go up the_locking_inset!
9616
9617         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
9618         in strange locations when inside an inset!
9619
9620         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
9621         handling to include insets.
9622
9623         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
9624
9625 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9626
9627         * LyXAction.C (init):
9628         * commandtags.h:
9629         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
9630         LIGATURE_BREAK, since the name is so stupid.
9631
9632 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
9633
9634         * buffer.C (readInset): enable reading of new InsetNotes as well as old
9635         InsetInfos.
9636
9637         * FontLoader.C: remove FORMS_H_LOCATION cruft.
9638
9639         * sp_form.[Ch]: remove.
9640
9641         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
9642
9643         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
9644         InsetInfo.
9645
9646         * src/buffer.C (readInset): ditto.
9647
9648 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9649
9650         * BufferView_pimpl.C (specialChar): new method. Obsoletes
9651         menuSeparator(), endOfSentenceDot(), ldots() and
9652         hyphenationPoint(), which are therefore removed.
9653         (Dispatch): handle LFUN_HYPHENATION_BREAK.
9654
9655         * LyXAction.C (init):
9656         * commandtags.h: add LFUN_HYPHENATION_BREAK.
9657
9658         * paragraph.C (getWord): removed.
9659
9660         * BufferView_pimpl.C (Dispatch): use last word or selection for
9661         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
9662
9663         * lyx_main.C (queryUserLyXDir): do not ask before creating
9664         user_dir, except if it has been named explicitely.
9665
9666 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
9667
9668         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
9669         a document of zero size.
9670
9671 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
9672
9673         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
9674         approriately in the c-tor and in require().
9675         (getPackages): output the appropriate LaTeX for natbib support.
9676
9677         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
9678         variables "use_natbib" and "use_numerical_citations" when reading the
9679         LyX file.
9680         (readInset): read the various natbib cite commands.
9681         (validate): white-space change.
9682
9683         * bufferparams.[Ch]: new variables "bool use_natbib" and
9684         "bool use_numerical_citations".
9685         (writeFile): output them in the LyX file.
9686
9687 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9688
9689         * lyxfunc.C (getStatus): add support for all the inset insertion
9690         commands.
9691
9692         * text2.C (insertInset):
9693         * paragraph.C (insetAllowed):
9694         * BufferView_pimpl.C (insertInset): update to take in account the
9695         renaming of insertInsetAllowed
9696
9697         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
9698
9699         * text2.C (getInset): new method. returns inset at cursor position.
9700
9701         * BufferView_pimpl.C (Dispatch): changes because of this.
9702
9703         * LyXAction.C (init): rename open-stuff to inset-toggle.
9704
9705         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
9706
9707         * text2.C (toggleInset): renamed from openStuff; use
9708         Inset::open().
9709
9710 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
9711
9712         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
9713
9714         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
9715
9716 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
9717
9718         * buffer.C (readLyXformat2): Add filename to the error dialog
9719
9720 2001-07-18  Juergen Vigna  <jug@sad.it>
9721
9722         * tabular.C (GetCellNumber): put an assert here instead of the check!
9723
9724 2001-07-17  Juergen Vigna  <jug@sad.it>
9725
9726         * BufferView_pimpl.C (toggleSelection): adapted too.
9727
9728         * text.C (selectNextWord): adapted for use with insets.
9729         (selectSelectedWord): ditto
9730
9731 2001-07-17  Juergen Vigna  <jug@sad.it>
9732
9733         * sp_spell.C (PSpell): fix initialitation order.
9734
9735 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9736
9737         * paragraph.C: spacing
9738
9739 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
9740
9741         * sp_spell.C: repair language selection for pspell
9742
9743 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9744
9745         * lyxfunc.h: change more methods to begin with lower char.
9746
9747 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
9748
9749         * buffer.C (parseSingleLyXformat2Token): Generate error insets
9750         for unknown layouts.
9751
9752 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9753
9754         * buffer.C (readLyXformat2): Generate an error dialog if there are
9755         unknown layouts.
9756
9757 2001-07-16  Juergen Vigna  <jug@sad.it>
9758
9759         * sp_spell.C: always compile ISpell part.
9760
9761         * lyxrc.C: added use_pspell entry and it's handling.
9762
9763 2001-07-13  Juergen Vigna  <jug@sad.it>
9764
9765         * sp_spell.C: removed double includes.
9766
9767 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
9768
9769         Consistent use of Lsstream.h:
9770         * Lsstream.h: added using std::stringstream for consistencies sake.
9771
9772         * buffer.C: removed using std::stringstream
9773
9774         * lyxfont.C (stateText):
9775         * paragraph.C (asString):
9776         * text.C (selectNextWord, selectSelectedWord):
9777         * text2.C (setCounter):
9778         * vspace.C (asString, asLatexString):
9779         std::ostringstream -> ostringstream.
9780
9781 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
9782
9783         * LyXAction.C: add LFUN_HELP_ABOUTLYX
9784         * commandtags.h: add LFUN_HELP_ABOUTLYX
9785         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
9786
9787 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
9788
9789         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
9790         cursorToggle()
9791         * lyx_gui_misc.C: remove spellchecker
9792         * lyxfunc.C: showSpellchecker
9793         * sp_base.h: added
9794         * sp_ispell.h: added
9795         * sp_pspell.h: added
9796         * sp_spell.C: added
9797         * sp_form.[Ch]: removed
9798         * spellchecker.[Ch]: removed
9799
9800 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
9801
9802         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
9803         is set.
9804         (simpleTeXSpecialChars): Simply print the input character without
9805         any special translation if pass_thru is set.
9806
9807         * layout.h: Added bool pass_thru to layout class for being able to
9808         implement pass through of a paragraph for Literate Programming.
9809
9810         * layout.C: add LT_PASS_THRU to LayoutTags enum.
9811         * layout.C (LyXLayout): set pass_thru to flase in constructor.
9812         * layout.C (Read): add "passthru" to list of layout tags and add
9813         code to set the pass_thru boolean when it is read.
9814
9815 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9816
9817         * trans_decl.h: remove allowed from KmodInfo
9818
9819         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
9820         remove allowed code
9821         (Load): adjust
9822
9823         * paragraph_pimpl.C (erase): use boost::prior
9824
9825         * Painter.C (text): use data() instead of c_str() when length is
9826         also provided.
9827         * WorkArea.C (putClipboard): ditto
9828         * font.h (width): ditto
9829
9830         * BufferView2.C: use it-> instead of (*it). for iterators
9831         * texrow.C: ditto
9832         * paragraph_pimpl.C: ditto
9833         * paragraph.C: ditto
9834         * minibuffer.C: ditto
9835         * language.C: ditto
9836         * kbmap.C: ditto
9837         * encoding.C: ditto
9838         * counters.C: ditto
9839         * converter.C: ditto
9840         * chset.C: ditto
9841         * Variables.C: ditto
9842         * TextCache.C: ditto
9843         * MenuBackend.C: ditto
9844         * LyXAction.C: ditto
9845         * LColor.C: ditto
9846         * FloatList.C: ditto
9847         * DepTable.C: ditto
9848         * ColorHandler.C (LyXColorHandler): ditto
9849
9850 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9851
9852         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
9853
9854         * text2.C (openStuff): reintroduce this method (which had been
9855         nuked in NEW_INSETS frenzy).
9856
9857         * lyxfunc.C (Dispatch): when an action has not been handled, use
9858         its name in the error message, not its number.
9859
9860         * paragraph.C (inInset): change method name to begin with lowercase.
9861
9862         * undo_funcs.C:
9863         * text2.C: updates because of this.
9864
9865 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9866
9867         * ToolbarDefaults.C (add): add spaces in error message
9868
9869 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9870
9871         * buffer.C (readLyXformat2): initialize the ert comp. variables.
9872         (readLyXformat2): rename return_par to first_par, use lyxlex's
9873         pushToken and remove the manual push handling.
9874         (parseSingleLyXformat2Token): add another ert comp. variable:
9875         in_tabular, rename return_par to first_par. handle newlines better
9876
9877 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9878
9879         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
9880
9881 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9882
9883         * text2.C (getParFromID): removed
9884
9885         * buffer.C (getParFromID): new method moved form lyxtext.
9886         * BufferView2.C (insertErrors): adjust
9887         (setCursorFromRow): adjust
9888         * BufferView_pimpl.C (restorePosition): adjust
9889         * lyxfunc.C (Dispatch): adjust
9890         * undo_funcs.C (textUndo): adjust
9891         (textRedo): adjust
9892         (textHandleUndo): adjust
9893         (textHandleUndo): adjust
9894
9895 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9896
9897         * buffer.C: up' the LYX_FORMAT
9898
9899         * lyxfont.h: turn NO_LATEX on as default
9900
9901         * buffer.C (insertErtContents): new methods of tex style compability.
9902         (parseSingleLyXformat2Token): use it several places.
9903         * tabular.C (OldFormatRead): and here
9904
9905 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9906
9907         * text2.C: remove some commented code.
9908         reindent file.
9909
9910         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
9911         * trans.C: changes because of the above.
9912
9913 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
9914
9915         * text2.C (setCounter): Fix counters bug with bibliography layout.
9916
9917 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9918
9919         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
9920         own member functions
9921         (simpleTeXSpecialChars): ditto
9922
9923 2001-07-06  Juergen Vigna  <jug@sad.it>
9924
9925         * a lot of files: changed the access to LyXText::status and the
9926         call of undo-functions.
9927
9928         * undo.[Ch]: added a inset_id to the undo informations.
9929
9930         * undo_funcs.[Ch]: added and moved here all undo functions.
9931
9932         * lyxtext.h: give the status enum a weight, made status_ a private
9933         variable and made accessor functions for it, removed the whole bunch
9934         of undo-functions as they are now in their own file, make some
9935         functions publically available. Added function ownerParagraph with
9936         int parameter.
9937
9938         * paragraph.[Ch]: added "bool same_ids" to the constructor,
9939         made InInset() a const function, added getParFromID() function.
9940
9941         * buffer.[Ch]: added const version for inset_iterator functions,
9942         added getInsetFromID() function.
9943
9944         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
9945         changed undo functions for new version.
9946
9947 2001-07-05  Juergen Vigna  <jug@sad.it>
9948
9949         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
9950         unknow mechanism does not call the proper constructor but only this
9951         one also if I request the other!?
9952
9953 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9954
9955         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
9956
9957         * text2.C (LyXText): use initialization lists.
9958
9959         * lyxtext.h (Selection): initialize set_ and mark_
9960         (init): remove method
9961
9962 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
9963
9964         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
9965
9966 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9967
9968         * screen.[Ch]: change method names to begin with lowercase
9969
9970         * BufferView_pimpl.C (updateScrollbar): simplify further and
9971         hopefully make it a bit faster.
9972
9973 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9974
9975         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
9976         calling directly xforms functions.
9977
9978         * Painter.C (Painter):
9979         * lyx_cb.C (MenuWrite):
9980         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
9981         fl_display.
9982
9983         * lyx_gui.C: remove bogus guiruntime extern declaration.
9984
9985 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9986
9987         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
9988         in NEW_INSETS
9989         (redoDrawingOfParagraph): ditto
9990         (redoParagraphs): ditto
9991         (cutSelection): don't create a object for CutAndPaste use the
9992         static method directly
9993         (pasteSelection): ditto
9994
9995         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
9996         LyXview (+ rename)
9997
9998 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9999
10000         * modifications to some other files because of this.
10001
10002         * Makefile.am (lyx_SOURCES): add XFormsView
10003
10004         * XFormsView.[Ch]: new files
10005
10006         * LyXView.[Ch]: make LyXView a base class for the gui handling for
10007         the main window. Move the gui dependent stuff to XFormsView
10008
10009 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10010
10011         * tabular.C (GetCellInset): update cur_cell also in the row/col
10012         version of this function.
10013
10014         * lyxfunc.C: no need to include figure_form.h here.
10015
10016         * FontLoader.h:
10017         * lyxfunc.h:
10018         * lyxscreen.h:
10019         * text2.C:
10020         * lyxvc.C: no need to include forms.h here.
10021
10022 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10023
10024         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
10025
10026         * lyxfunc.C (Dispatch):
10027         * Spacing.C (set):
10028         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
10029         constructor argument.
10030
10031 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10032
10033         * paragraph.C (Paragraph): dont't clear, and just set layout.
10034         (makeSameLayout): use params's copy contructor.
10035
10036         * ParagraphParameters.[Ch] (makeSame): delete method
10037
10038 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
10039
10040         * Variables.[Ch]: fix indentation, rename set to isSet
10041
10042 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10043
10044         * lyxfunc.C (Dispatch): fix typo
10045
10046 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10047
10048         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
10049         upper_bound.
10050
10051         * bufferlist.C: include assert.h for emergencyWrite().
10052
10053 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10054
10055         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
10056           give up at last (bug #425202) !
10057
10058 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
10059
10060         * lyx_gui_misc.C:
10061         * sp_form.h:
10062         * sp_form.C:
10063         * spellchecker.h:
10064         * spellchecker.C: strip spellchecker options and bring up
10065           preferences tab instead
10066
10067 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10068
10069         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
10070         the istringstream constructor
10071
10072 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10073
10074         * paragraph.C (getLayout): fix return value
10075
10076         * paragraph.h: do not declare getLayout as inline.
10077
10078         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
10079
10080 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10081
10082         * lyxcursor.h (operator<): new func
10083         (operator>): new func
10084         (operator>=): new func
10085         (operator<=): new func
10086
10087         * text.C (changeCase): use selection.start and selection.end
10088         (changeRegionCase): require from to be <= to. Require par to be a
10089         valid paragraph.
10090
10091         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
10092
10093 2001-06-27  Juergen Vigna  <jug@sad.it>
10094
10095         * text.C (cursorLeftOneWord): changed to return the cursor and added
10096         overlay with BufferView * parameter which calls this one.
10097         (getWord): added
10098         (selectWord): use new getWord function.
10099         (changeCase): renamed from changeWordCase as and extended to work
10100         also on selections.
10101
10102         * lyxtext.h: added enum word_location
10103
10104         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
10105         changeCase as this operates now also on selections.
10106
10107 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
10108
10109         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
10110
10111         * many files: send debug output to Debug::INFO instead of
10112         Debug::ANY.
10113
10114         * converter.C (View):
10115         (Convert):
10116         (Move): send debug output to Debug::FILES instead of console.
10117
10118 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
10119
10120         * lyxfunc.C (getStatus): use func_status
10121
10122         * func_status.h: new header, describing the results of
10123         LyXFunc::getStatus;
10124
10125         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
10126         LFUN_MATH_HALIGN.
10127
10128 2001-06-25  The LyX Project  <jug@sad.it>
10129
10130         * buffer.C (sgmlOpenTag):
10131         (sgmlCloseTag):
10132         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
10133
10134 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10135
10136         * text2.C: remove some dead code
10137
10138         * tabular.C (GetCellInset): store the last cell checked (gotten)
10139
10140         * tabular.h: add the helper for the speedup
10141
10142         * lyxtext.h: remove some dead code
10143
10144 2001-06-26  The LyX Project  <Asger>
10145
10146         * paragraph.C: Change export to LaTeX of alignment to
10147         \begin{center} and family for better roundtrip work with reLyX.
10148
10149         * Tune the math drawing a bit.
10150
10151 2001-06-25  The LyX Project  <Asger>
10152
10153         * LColor.C (LColor): New color for math background. New color
10154         for buttons.
10155
10156 2001-06-25  The LyX Project  <jug@sad.it>
10157
10158         * lyxfunc.C (MenuNew): remove extra check for .lyx file
10159
10160         * lyxfunc.C (Open):
10161         * bufferlist.C (newFile): do not restrict to files ending with
10162         .lyx
10163
10164         * BufferView_pimpl.C (MenuInsertLyXFile):
10165
10166 2001-06-24  The LyX Project  <jug@sad.it>
10167
10168         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
10169         of compare_no_case
10170
10171 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10172
10173         * lyxtext.h: rename most methods to begin with a small char.
10174         Lots of changes because of this.
10175
10176         * paragraph.C (Paragraph): do not call fitToSize
10177         (erase): call Pimpl::erase
10178         (insertChar): call Pimpl::insertChar
10179         (insertInset): call Pipl::insertInset
10180         (breakParagraph): do not call fitToSize
10181         (breakParagraphConservative): do not call fitToSize
10182         (fitToSize): remove method
10183
10184         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
10185
10186 2001-06-24  The LyX Project  <Asger>
10187
10188         * Fix Qt compilation^2
10189
10190 2001-06-24  The LyX Project  <jug@sad.it>
10191
10192         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
10193         depthHook(getDepth()-1).
10194
10195         * paragraph.h:
10196         * ParagraphParameters.h:
10197         * ParameterStruct.h: change type of depth to unsigned int ==
10198         depth_type. Many adaptations to other files before of that.
10199
10200 2001-06-24  The LyX Project  <Asger>
10201
10202         * Fix Qt compilation.
10203
10204 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10205
10206         * paragraph.h: renamed several methods to begin with small letter.
10207         several changes to many parts of the code because of this.
10208
10209 2001-06-23  The LyX Project  <jug@sad.it>
10210
10211         * text2.C (InsertStringAsLines): renamed from InsertStringA;
10212         rewritten to discard all double spaces when KeepEmpty is off
10213         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
10214         to only handle newlines but not fiddle with spaces and friends.
10215
10216         * lyxfunc.C (MenuNew): when doing 'new from template', use
10217         template_path as default directory
10218
10219 2001-06-23  The LyX Project  <Asger>
10220
10221         * Clean-up of header file includes all over
10222         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
10223
10224 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10225
10226         * paragraph.h: renamed from lyxparagraph.h
10227
10228 2001-06-23  Asger  <lyx@violet.home.sad.it>
10229
10230         * Buffer.h: Removed Buffer::resize
10231         * BufferList.h: Removed BufferList::resize
10232         * LyXView.h: Added LyXView::resize. This way, we will only reflow
10233         the document lazily when we change the width, or the font settings.
10234
10235 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10236
10237         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
10238
10239 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10240
10241         * buffer.h: remove out of date comment
10242
10243 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10244
10245         * lyxscreen.h:
10246         * screen.C: fix "theoretical" GC leak
10247
10248 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10249
10250         * LaTeX.C (scanAuxFile):
10251         (deplog): remove trailing \r when reading stream (useful under
10252         win32)
10253
10254 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
10255
10256         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
10257         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
10258         and BufferView::theLockingInset(Inset*), so should use them and not
10259         access bv_->text->the_locking_inset directly.
10260
10261         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
10262
10263 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
10264
10265         * Makefile.am:
10266         * tex-defs.h: remove old unused file
10267
10268 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
10269
10270         * BufferView_pimpl.C: fix typo, remove minibuffer message
10271           when buffer has loaded
10272
10273 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10274
10275         * lyxfunc.C (Dispatch): use stringstream
10276         (MenuNew): use stringstream
10277         (Open): use stringstream
10278
10279         * importer.C (Import): use stringstream
10280
10281         * bufferview_funcs.C (CurrentState): use stringstream
10282
10283         * LaTeX.C (run): use stringstream
10284
10285         * BufferView_pimpl.C (savePosition): use stringstream
10286         (restorePosition): use stringstream
10287         (MenuInsertLyXFile): use stringstream
10288
10289 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
10290
10291         * BufferView.C:
10292         * Bullet.C:
10293         * ColorHandler.C:
10294         * FontInfo.C:
10295         * FontLoader.C:
10296         * LColor.C:
10297         * LaTeXFeatures.C:
10298         * Painter.C:
10299         * gettext.C:
10300         * lyx_gui_misc.C:
10301         * lyxserver.C:
10302         * vspace.C: removed // -*- C++ -*- as first line.
10303
10304         * lyxfind.h:
10305         * version.h: added // -*- C++ -*- as first line.
10306
10307 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10308
10309         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
10310
10311         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
10312         of string
10313
10314 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10315
10316         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
10317         of floats.
10318
10319 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10320
10321         * gettext.C: include LString.h even when --disable-nls is on.
10322
10323 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
10324
10325         * converter.h (Get): changed argument type from int to
10326         FormatList::size_type to avoid unnecessary conversion.
10327
10328         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
10329         before using it.
10330
10331 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10332
10333         * gettext.h: include LString.h even when --disable-nls is on.
10334
10335 2001-06-07  Juergen Vigna  <jug@sad.it>
10336
10337         * text.C (BreakAgain): subst spaces with tabs.
10338
10339         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
10340         (resizeInsetsLyXText): set force on resizeLyXText.
10341
10342 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10343
10344         * gettext.h (gettext_init):
10345         (locale_init): use a real definition instead of a macro
10346
10347 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
10348
10349         * Bufferview_pimpl.C:
10350         * LColor.h:
10351         * LColor.C: further lcolor tidies
10352
10353 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10354
10355         * BufferView_pimpl.C (updateScrollbar): simplify.
10356
10357         * BufferView2.C: don't include insets/insetinfo.h, change
10358         prototype for insertInset and call the Pimpl version. let
10359         updateInset call Pimpl version.
10360
10361         * BufferView.h: move inset_slept to BufferView::Pimpl, move
10362         gotoInset to BufferView::Pimpl
10363
10364 2001-06-01  Juergen Vigna  <jug@sad.it>
10365
10366         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
10367         inside a LockingInset (is the update needed at all?).
10368
10369 2001-05-31  Juergen Vigna  <jug@sad.it>
10370
10371         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
10372         here not the old one otherwise how should we compare it afterwards
10373         if it's the same!
10374
10375 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10376
10377         * lyxfont.C:
10378         * tabular.C:
10379         * tabular-old.C:
10380         * FontInfo.C: bring C functions into global namespace when
10381         necessary
10382
10383 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10384
10385         * LString.h: make sure config.h has been loaded before LString.h.
10386
10387         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
10388         (one for each char read by EatLine!).
10389
10390         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
10391         variables.
10392
10393 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10394
10395         * paragraph.C (BreakParagraph): set the inset_owner in the new par
10396         to the same as the par we break from
10397
10398 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10399
10400         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
10401
10402         * MenuBackend.C (expand): also create menu entries for wide
10403         versions of the floats.
10404
10405         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
10406
10407         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
10408
10409         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
10410         frontends/Makefile.am
10411
10412         * text2.C: adjust
10413         * text.C: adjust
10414
10415
10416         * tabular.C (getTokenValue): add std::
10417
10418         * tabular-old.C (getTokenValue): add std::
10419         (getTokenValue): ditto
10420         (getTokenValue): ditto
10421
10422         * screen.C (ToggleSelection): adjust
10423
10424         * lyxtext.h: put selection cursors inside a Selection struct.
10425
10426         * lyxfunc.C (moveCursorUpdate): adjust
10427
10428         * lyxfont.C (latexWriteStartChanges): add std::
10429
10430         * lyxfind.C: adjust
10431
10432         * font.h: delete with(char const *, LyXFont const &)
10433
10434         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
10435
10436         * FontInfo.C (getFontname): add std::
10437
10438         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
10439         (workAreaButtonPress): adjust
10440         (tripleClick): adjust
10441         (update): adjust
10442         (moveCursorUpdate): adjust
10443         (Dispatch): adjust
10444
10445         * BufferView2.C (gotoInset): adjust
10446
10447 2001-05-30  Juergen Vigna  <jug@sad.it>
10448
10449         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
10450         to check pspell I add this as default as I now have new pspell
10451         libraries and they seem to use this.
10452
10453 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10454
10455         * text2.C (CutSelection): make the cursor valid before the call to
10456         ClearSelection.
10457
10458 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10459
10460         * kbsequence.C (parse): de-uglify a bit the parsing code, which
10461         relied on 0 terminated strings and other horrors. Bug found due to
10462         the new assert in lyxstring!
10463
10464         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
10465         KP_ keys.
10466
10467 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10468
10469         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
10470         to latinkeys.bind.
10471
10472         * lyxfunc.C (processKeySym): change method of getting to the
10473         self-insert char.
10474
10475         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
10476         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
10477         * BufferView_pimpl.[Ch]: here as private methods.
10478
10479 2001-05-28  Juergen Vigna  <jug@sad.it>
10480
10481         * text.C (SetHeightOfRow): added the update() call again as it is
10482         needed to initialize inset dimensions!
10483
10484 2001-05-16  Juergen Vigna  <jug@sad.it>
10485
10486         * text2.C (SetCharFont): Add new function with BufferView * and
10487         bool toggleall parameters for setting insets internal fonts.
10488         (SetFont): Freeze the undo as we may change fonts in Insets and
10489         all this change should be inside only one Undo!
10490
10491         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
10492         setting font's in insets as for them we have the SetFont function!
10493
10494 2001-05-15  Juergen Vigna  <jug@sad.it>
10495
10496         * text2.C (ClearSelection): to be sure we REALLY don't have any
10497         selection anymore!
10498
10499         * tabular.C (TeXCellPreamble): fixed the left border problem for
10500         multicolumn cells.
10501
10502 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
10503
10504         * LaTeX.C (deplog): Make sure that the main .tex file is in the
10505         dependancy file
10506
10507 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10508
10509         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
10510         LFUN_BREAKPARAGRAPH.
10511
10512         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
10513         help test to "internal only", similar for LFUN_INSERT_URL
10514
10515         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
10516         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
10517         auto_region_delete and deadkeys.
10518
10519 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
10520
10521         * LColor.h:
10522         * LColor.C: remove some dead entries, tidy a little
10523
10524 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10525
10526         * lyxfunc.C (processKeySym): comment the Escape handling, remove
10527         commented code.
10528         (Dispatch): implement LFUN_ESCAPE
10529
10530         * commandtags.h: add LFUN_ESCAPE
10531
10532         * LyXAction.C (init): add entry for LFUN_ESCAPE
10533
10534         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
10535         Remove commented code.
10536         (insertNote): moved here
10537         (open_new_inset): moved here
10538
10539         * BufferView[2].[Ch]: move insertNote and open_new_inset to
10540         BufferView_pimpl
10541
10542 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10543
10544         * kbmap.C (findbinding): clean it up and make it work correctly.
10545
10546         * lyx_main.C (init): do not pass argc and argv as parameters
10547
10548 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
10549
10550         * buffer.C: fix path for OS/2 & Win32
10551
10552         * lyx_gui.C:
10553         * lyx_main:
10554         * lyx_main.C: Added os:: class.
10555
10556         * os2_defines.h: update
10557
10558 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10559
10560         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
10561         better by trying again with reduced state.
10562
10563 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10564
10565         * lyxrc.C (read): print error about invalid key sequence only when
10566         debugging (because not all latinX keysyms are known to some X
10567         servers)
10568
10569         * kbsequence.C (getiso): add a few std:: qualifiers
10570         (getiso): comment out extra return statement.
10571
10572 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10573
10574         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
10575         handling.
10576         (Dispatch): enhance the accent inset a bit. (not perfect)
10577
10578 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10579
10580         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
10581
10582 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10583
10584         * bufferlist.C (emergencyWrite): fix assert() call
10585
10586 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
10587
10588         * text.C (InsertChar): Added trivial patch to only send the "you
10589         can not do multiple spaces this way" message once during a
10590         session.
10591
10592 2001-05-08  Baruch Even  <baruch@lyx.org>
10593
10594         * Makefile.am: Changed order of libraries to get LyX to link properly
10595         with the gnome frontend.
10596
10597 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10598
10599         * LaTeXFeatures.h: add a std:: qualifier
10600
10601 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10602
10603         * paragraph.C (String): use stringstream
10604
10605 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10606
10607         * paragraph.C (writeFile): remove footflag arg
10608
10609         * buffer.C (makeLaTeXFile): use stringstream
10610         (latexParagraphs): remove footnot gurba
10611
10612         * LaTeXFeatures.C (getPackages): use stringstream
10613         (getMacros): likewise
10614         (getTClassPreamble): likewise
10615         (getFloatDefinitions): new method
10616
10617         * paragraph.C (writeFile): reindent
10618         (Erase): reindent
10619
10620         * WorkArea.h: revert the xpos + etc changes.
10621
10622         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
10623
10624         * lyxparagraph.[Ch]: add copy constructor, remove Clone
10625
10626         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
10627         (pasteSelection): likewise
10628         * text2.C (CreateUndo): likewise
10629
10630 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10631
10632         * minibuffer.C (peek_event): temporarily reduce the functionality
10633         of the minibuffer (to allow args on lfuns)
10634
10635         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
10636         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
10637
10638         * buffer.C (readInset): add compability reading of old float
10639         lists, add reading of new style float list.
10640         (readInset): avoid reevaluation of inscmd.getCmdName()
10641         (getLists): reindent
10642
10643         * MenuBackend.C (MenuItem): implement parsing of
10644         md_floatlistinsert and md_floatinsert.
10645         (expand::LastFiles): move initalizaton of iterators out of loop,
10646         avoid reevaluation.
10647         (expand::Documents): introduce typdedef vector<string> Strings,
10648         and use it.
10649         (expand::ExportFormats): introduce typedef vector<Format const *>
10650         Formats, and use it.
10651         (expand): implement FloatListInsert and FloatInsert.
10652
10653         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
10654         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
10655         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
10656
10657         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
10658         handling.
10659         (Dispatch::LFUN_FLOAT_LIST): implement
10660
10661 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10662
10663         * LaTeX.C (run): Fix problem with --export code.
10664
10665 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
10666
10667         * BufferView.[Ch] (workarea): removed.
10668         (getClipboard) new method; wrapper for workarea()->getClipboard()
10669
10670         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
10671         bug.
10672
10673         * WorkArea.h (width, height, xpos, ypos): These methods all
10674         returned the dimensions of the work_area sub-area of WorkArea,
10675         resulting in a position error if the WorkArea were resized. Now
10676         return the dimensions of the entire WorkArea.
10677
10678         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
10679
10680 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10681
10682         * LaTeX.C (deplog): correct the syntax of regex reg1
10683
10684 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10685
10686         * undo.C: remove !NEW_INSETS cruft
10687
10688 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10689
10690         * text2.C: remove !NEW_INSETS cruft
10691
10692         * text.C: remove !NEW_INSETS cruft
10693
10694         * tabular.C: remove !NEW_INSETS cruft
10695
10696         * spellchecker.C: remove !NEW_INSETS cruft
10697
10698         * lyxtext.h: remove !NEW_INSETS cruft
10699
10700         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
10701
10702         * lyxfunc.C: remove !NEW_INSETS cruft
10703
10704         * lyxfind.C: remove !NEW_INSETS cruft
10705
10706         * lyx_cb.C: remove !NEW_INSETS cruft
10707
10708         * figureForm.C: remove  !NEW_INSETS cruft
10709
10710         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
10711
10712         * buffer.[Ch]: remove !NEW_INSETS cruft
10713
10714         * ToolbarDefaults.C: remove !NEW_INSETS cruft
10715
10716         * CutAndPaste.C: remove !NEW_INSETS cruft
10717
10718         * BufferView_pimpl.C: remove !NEW_INSETS cruft
10719
10720         * BufferView2.C: remove !NEW_INSETS cruft
10721
10722         * BufferView.h: remove !NEW_INSETS cruft
10723
10724 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10725
10726         * Lsstream.h: include LString.h before the sstream headers to
10727         fix problem with gcc 2.95.3 and lyxstring
10728
10729 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10730
10731         * lyx_main.C: add using directives when needed for C functions
10732         declared in std:: namespace.
10733
10734 2001-04-27  Juergen Vigna  <jug@sad.it>
10735
10736         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
10737         (SetHeightOfRow): comment out the update call should not be needed!
10738
10739 2001-04-13  Juergen Vigna  <jug@sad.it>
10740
10741         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
10742         (LyXTabular): tried to minimize operator= operations (and realized
10743         hopfully Lars wish).
10744
10745 2001-04-27  Juergen Vigna  <jug@sad.it>
10746
10747         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
10748
10749 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10750
10751         * lyxfunc.C (Dispatch): hack to make listof algorithm work
10752
10753         * buffer.C (readInset): hack to make listof algorithm work
10754
10755         * BufferView_pimpl.C: hack to make listof algorithm work
10756
10757 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10758
10759         * LyXAction.C: removed all !NEW_INSETS cruft
10760         (init): moved lfun_item in method
10761
10762         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
10763
10764 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
10765
10766         * BufferView2.C (theLockingInset): white space.
10767
10768 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10769
10770         * minibuffer.C: include <iostream>
10771
10772         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
10773
10774         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
10775
10776         * commandtags.h: add LFUN_TRANSPOSE_CHARS
10777
10778         * text.[Ch] (TransposeChars): new method
10779
10780 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10781
10782         * call message directly through LyXView instead of through LyXFunc
10783         * BufferView2.C: adjust
10784         * BufferView_pimpl.C: adjust
10785         * FontLoader.C: adjust
10786         * buffer.C: adjust
10787         * bufferview_funcs.C: adjust
10788         * converter.C: adjust
10789         * figureForm.C: adjust
10790         * importer.C: adjust
10791         * lyx_cb.C: adjust
10792         * lyx_gui_misc.C: adjust
10793         * lyxfunc.C: adjust
10794         * lyxvc.C: adjust
10795         * text2.C: adjust
10796         + more files in subdirs
10797
10798         * lyxparagraph.h (size): move up int file
10799         (GetLayout): ditto
10800
10801         * adjust all uses of Assert to lyx::Assert.
10802
10803         * BufferView2.C (ChangeCitationsIfUnique): adjust for
10804         lyxfunctional in namespace lyx
10805         * layout.C (hasLayout): ditto
10806         (GetLayout): ditto
10807         (GetLayout): ditto
10808         (delete_layout): ditto
10809         (NumberOfClass): ditto
10810         * converter.C (GetFormat): ditto
10811         (GetNumber): ditto
10812         (Add): ditto
10813         (Delete): ditto
10814         (SetViewer): ditto
10815         * bufferlist.C (getFileNames): ditto
10816         (emergencyWriteAll): ditto
10817         (exists): ditto
10818         (getBuffer): ditto
10819         * MenuBackend.C (hasSubmenu): ditto
10820         (hasMenu): ditto
10821         (getMenu): ditto
10822         * BufferView_pimpl.C (getInsetByCode): ditto
10823
10824 2001-04-18  Juergen Vigna  <jug@sad.it>
10825
10826         * vspace.C (asLatexString): fixed the 100% problem.
10827
10828 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10829
10830         * lyxfunc.C (Dispatch):
10831         * minibuffer.C:
10832         * minibuffer.h: add a few std:: qualifiers
10833
10834 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10835
10836         * minibuffer.[Ch]: reimplement so that commands is initiated and
10837         run from lyxfunc, simplified som handling, and made the completion
10838         and history code for complete. wip.
10839
10840         * lyxfunc.C (processKeySym): call message
10841         (miniDispatch): new temporary method
10842         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
10843         (LFUN_MESSAGE): implement
10844         (LFUN_MESSAGE_PUSH): implement
10845         (LFUN_MESSAGE_POP): implement
10846         (initMiniBuffer): the initial/defualt minibuffer message.
10847
10848         * lyxfont.[Ch]: inline some more getters
10849
10850         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
10851
10852         * lyx_gui_misc.[Ch] (WriteStatus): remove method
10853
10854         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
10855         (AutoSave): use LFUN_MESSAGE
10856         (Reconfigure): ditto
10857
10858         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
10859
10860         * figureForm.C: use LFUN_MESSAGE
10861
10862         * converter.C (runLaTeX): use LFUN_MESSAGE
10863
10864         * bufferview_funcs.C: use LFUN_MESSAGE
10865         (Melt): ditto
10866         (changeDepth): ditto
10867
10868         * bufferparams.h: use boost::
10869
10870         * bufferlist.h: inherit privately from noncopyable
10871
10872         * bufferlist.C (loadLyXFile): remove some commented code.
10873
10874         * buffer.C (runChktex): use LFUN_MESSAGE
10875
10876         * ShareContainer.h: inherit privately from noncopyable
10877
10878         * ParagraphParameters.[hC] (depth): inline it.
10879
10880         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
10881         methods.
10882         (message): new method
10883         (messagePush): ditto
10884         (messagePop): ditto
10885         (show): init minibuffer
10886         (showState): direct call
10887
10888         * LaTeX.[Ch]: inherit privately from noncopyable
10889         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
10890         instead of WriteStatus.
10891
10892         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
10893
10894         * BufferView_pimpl.C (buffer): don't init minibuffer
10895         (workAreaButtonPress): use LFUN_MESSAGE
10896         (workAreaButtonRelease): ditto
10897         (savePosition): ditto
10898         (restorePosition): ditto
10899         (MenuInsertLyXFile): ditto
10900         (workAreaExpose): don't init minibuffer
10901         (update): remove commented code, simplify
10902
10903         * BufferView2.C (openStuff): use LFUN_MESSAGE
10904         (toggleFloat): ditto
10905         (menuUndo): ditto
10906         (menuRedo): ditto
10907         (copyEnvironment): ditto
10908         (pasteEnvironment): ditto
10909         (copy): ditto
10910         (cut): ditto
10911         (paste): ditto
10912         (gotoInset): ditto
10913         (updateInset): remove some commented code
10914
10915         * lastfiles.h: inherit privately from noncopyable
10916         * layout.h: ditto
10917         * lyx_gui.h: ditto
10918         * lyx_main.h: ditto
10919         * lyxlex.h: ditto
10920         * lyxlex_pimpl.h: ditto
10921
10922         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
10923         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
10924         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
10925
10926         * LyXAction.h: inherit privately from noncopyable, add methods
10927         func_begin, func_end, returning iterators to the func map.
10928
10929         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
10930         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
10931         (func_begin): new method
10932         (func_end): new method
10933
10934         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
10935         and not)
10936         (copySelection): ditto
10937         (pasteSelection): ditto
10938
10939         * BufferView.C: whitespace change
10940         * BufferView.h: inherit privately from noncopyable
10941
10942 2001-04-16  Allan Rae  <rae@lyx.org>
10943
10944         * tabular-old.C (l_getline):
10945         * spellchecker.C (sc_check_word):
10946         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
10947         an unrecognised preprocessor directive.  So ensure they're wrapped.
10948
10949 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
10950
10951         * src/exporter.C (Export): Give an error message when path to file
10952         contains spaces.
10953
10954 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
10955
10956         * LaTeX.C (deplog): Always check that foundfile exists.
10957
10958 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10959
10960         * lyx_main.h:
10961         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
10962
10963 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10964
10965         * tabular.[Ch] (getLabelList): implement new method
10966
10967         * minibuffer.h: comment ouf setTiimer
10968
10969         * minibuffer.C (ExecutingCB): constify res
10970         (peek_event): constify s
10971         (Set): constify ntext
10972         (Init): constify nicename
10973
10974         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
10975
10976         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
10977         (savePosition): use two params to Minibuffer::Set
10978         (restorePosition): ditto
10979
10980 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10981
10982         * lyx_main.C: include language.h
10983
10984         * Makefile.am (lyx_main.o): add language.h
10985
10986 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10987
10988         * exporter.C:
10989         * paragraph.C:
10990         * screen.C:
10991         * tabular.C:
10992         * CutAndPaste.C: include gettext.h
10993
10994         * lyxfont.h: remove old hack with ON and OFF.
10995
10996         * lyxparagraph.h:
10997         * lyxfont.h: do not include language.h...
10998
10999         * BufferView2.C:
11000         * LaTeXFeatures.C:
11001         * Painter.C:
11002         * bufferview_funcs.C:
11003         * font.C:
11004         * lyxfont.C:
11005         * text.C:
11006         * text2.C:
11007         * trans_mgr.C:
11008         * paragraph.C: ... but do it here instead
11009
11010 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11011
11012         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
11013
11014         * tabular.C: small reformat
11015
11016         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
11017         NEW_INSETS version
11018         (GetChar): ditto
11019         (BreakParagraph): ditto
11020         (SetOnlyLayout): ditto
11021         (SetLayout): ditto
11022
11023         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
11024         with one arg less.
11025
11026         * lastfiles.C: removed most using decl, add std:: where needed
11027
11028         * buffer.C: ws changes
11029
11030         * MenuBackend.C (class compare_format): put into anon namespace
11031         (expand): constify label, names, action, action2
11032         (expand):
11033
11034         * text.C (SingleWidth): constify font
11035         (IsBoundary): constify rtl2
11036         (GetVisibleRow): constify ww
11037
11038         * LaTeX.C (deplog): constify logfile
11039
11040         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
11041         start_x, end_x
11042         (workAreaExpose): constify widthChange, heightChange
11043
11044         * lyxrow.C (par): moved
11045         (height): moved
11046         (next): moved
11047         * lyxrow.h: as inlines here
11048
11049         * lyxfont.h (shape): moved from lyxfont.C
11050         (emph): moved from lyxfont.C
11051
11052         * lyxfont.C (LyXFont): use initialization list for all
11053         constructors
11054         (shape): move to lyxfont.h as inline
11055         (emph): move to lyxfont.h as inline
11056
11057
11058 2001-04-04  Juergen Vigna  <jug@sad.it>
11059
11060         * vspace.C: had to include stdio.h for use of sscanf
11061
11062 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
11063
11064         * BufferView.h:
11065         * BufferView_pimpl.h: remove xforms cruft. Both classes are
11066         independent of xforms.
11067
11068 2001-04-02  Juergen Vigna  <jug@sad.it>
11069
11070         * spellchecker.C: fixed namespace placing!
11071
11072 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
11073
11074         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
11075         the LyXParagraph * is 0.
11076
11077 2001-03-29  Juergen Vigna  <jug@sad.it>
11078
11079         * vspace.C: added support for %, c%, p%, l%.
11080         (stringFromUnit): added helper function.
11081         (asLatexString): changed to give right results for the %-values.
11082
11083         * buffer.C: convert the widthp in a width%.
11084
11085 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
11086
11087         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
11088         figureForm.[Ch].
11089
11090         * figureForm.[Ch]: stripped the FD_from_figure manipulation
11091         code out of lux_cb.[Ch], ready for its (imminent?) removal.
11092
11093         * lyx_cb.[Ch]: see above.
11094
11095         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
11096         form1.[Ch].
11097
11098         * form1.[Ch]:
11099         * lyx.[Ch]: replaced by figure_form.[Ch].
11100
11101         * lyx_gui.C:
11102         * lyx_gui_misc.C:
11103         * lyxfunc.C: changed headers associated with above changes.
11104
11105 2001-03-27  Juergen Vigna  <jug@sad.it>
11106
11107         * BufferView_pimpl.C: set the temporary cursor right!
11108
11109 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
11110
11111         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
11112
11113 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
11114
11115         * LString.h: removed "using std::getline"!
11116
11117         * BufferView_pimpl.C (Dispatch): changes due to changes in
11118         InsetInclude::Params.
11119
11120         * buffer.C (tag_name): removed redundant break statements as they were
11121         producing lots of warnings with my compiler.
11122
11123 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11124
11125         * LString.h: add "using std::getline" when using the real <string>.
11126
11127 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
11128
11129         * buffer.C: removed bitset usage.
11130         PAR_TAG moved to an anonymous name space.
11131         (tag_name): new funtion, also in the anonymous namespace.
11132         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
11133         (makeDocBookFile): clean code. Completed transition from string arrays
11134         to string vectors.
11135         (SimpleDocBookOnePar): code clean.
11136
11137 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11138
11139         * tabular.C: add some comments.
11140
11141 2001-03-22  Juergen Vigna  <jug@sad.it>
11142
11143         * buffer.C (parseSingleLyXformat2Token): redone the minipage
11144         compatibility read a bit and fixed bug with minipage in different
11145         depth.
11146
11147 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
11148
11149         * buffer.C (pop_tag): removed.
11150         (push_tag): removed.
11151         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
11152         array replaced with vector. Added support for CDATA sections.
11153         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
11154         at any nest level.
11155         (makeDocBookFile): XML conformant declaration of CDATA section,
11156         fixed bug related to <emphasis> in the first paragraph char.
11157         (sgmlOpenTag): exclude empty tags.
11158         (sgmlCloseTag): ditto.
11159
11160         * buffer.h (pop_tag): removed.
11161         (push_tag): removed.
11162
11163 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
11164
11165         * language.h (Languages): added size_type and size().
11166
11167 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11168
11169         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
11170         response on compability reading of minipages. One probliem is that
11171         the old usage of minipages was «flertydig»
11172
11173         * several files here and in subdirs: don't use static at file
11174         scope use anon namespaces instead.
11175
11176 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
11177
11178         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
11179         LaTeX output. This is necessary for Literate document
11180         processing.
11181
11182 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11183
11184         * buffer.C: insert hfill when needed.
11185
11186         * tabular.C (l_getline): use string::erase, small whitespace change.
11187
11188         * BufferView_pimpl.C: try the anon namespace.
11189         * WorkArea.C: ditto
11190
11191 2001-03-16  Juergen Vigna  <jug@sad.it>
11192
11193         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
11194         otherwise it won't open options-dialogs.
11195
11196         * buffer.C: honor pextraWidth(p) on converting minipages.
11197
11198         * tabular.C (l_getline): changed the functions to strip trailing \r.
11199
11200 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
11201
11202         * BufferView_pimpl.C:
11203         * minibuffer..C: added "using SigC::slot" declaration.
11204
11205 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11206
11207         * lyxlex_pimpl.h: noncopyable is in namespace boost.
11208
11209         * text2.C: ditto
11210
11211         * text.C: ditto
11212
11213         * paragraph.C: ditto
11214
11215         * lyxtext.h: NO_PEXTRA
11216
11217         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
11218
11219         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
11220         * ParameterStruct.h: ditto
11221         * ParagraphParameters.h: ditto
11222         * lyxparagraph.h: ditto
11223
11224 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11225
11226         * buffer.C: add compability for minipage alignment.
11227         (latexParagraphs): remove unwanted pextra check.
11228
11229         * several files: remove CXX_WORKING_NAMESPACES
11230
11231         * buffer.C (pop_tag): tie is in namespace boost
11232
11233         * BufferView.h: noncopyable is in namespace boost
11234         * lyxlex.h: ditto
11235         * lyx_main.h: ditto
11236         * lyx_gui.h: ditto
11237         * layout.h: ditto
11238         * lastfiles.h: ditto
11239         * bufferlist.h: ditto
11240         * ShareContainer.h: ditto
11241         * LyXView.h: ditto
11242         * LyXAction.h: ditto
11243         * LaTeX.h: ditto
11244
11245 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
11246
11247         * Merging changes from BRANCH_MVC back into HEAD.
11248
11249         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
11250
11251 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
11252
11253         * BufferView_pimpl.C: change from intl.C
11254
11255         * combox.h:
11256         * combox.C:
11257         * Makefile.am: move combox.*
11258
11259         * form1.h:
11260         * form1.C:
11261         * lyx_gui.C:
11262         * intl.h:
11263         * intl.C: remove dialog (covered by prefs)
11264
11265 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
11266
11267         * lyxfunc.C (Dispatch): removed redundant break statement.
11268
11269 2001-03-14  Juergen Vigna  <jug@sad.it>
11270
11271         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
11272
11273 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11274
11275         * buffer.C: add hack to fix compability reading of minipages.
11276
11277 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
11278
11279         * buffer.C (getLists): Cleanup.
11280
11281 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11282
11283         * lyxfont.C (update): don't honor toggleall on font size.
11284
11285 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
11286
11287         * bmtable.c:
11288         * bmtable.h:
11289         * Makefile.am: moved to frontends/xforms/
11290
11291         * lyx_gui_misc.C:
11292         * lyxfunc.C:
11293         * BufferView_pimpl.C: changes for moved mathpanel
11294
11295 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
11296
11297         * gettext.h: fix gettext_init() in --disable-nls
11298
11299 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11300
11301         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
11302
11303 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
11304
11305         * lyx.C:
11306         * lyx.h: strip external form
11307
11308 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
11309
11310         * BufferView_pimpl.C: add comment, destroySplash()
11311
11312 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
11313
11314         * BufferView_pimpl.C:
11315         * LyXAction.C:
11316         * buffer.C:
11317         * commandtags.h:
11318         * lyxfunc.C: use re-worked insetinclude
11319
11320 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11321
11322         * buffer.C: add using std::stringstream.
11323
11324         * lyx_cb.C: readd using std::ios.
11325
11326         * buffer.C: add using std::map.
11327
11328         * BufferView_pimpl.C: add using std::vector.
11329
11330         * ShareContainer.h: add std:: to swap.
11331
11332         * buffer.h: add some typedefs
11333         * buffer.C (getLists): use them
11334         (getLists): renamed from getTocList.
11335         add a counter for the different float types and use it in the
11336         generated string.
11337         (getLists): use the same counter for the NEW_INSETS and the "non"
11338         NEW_INSETS
11339
11340         * lyx_cb.h: remove unused items, includes, using etc.
11341
11342         * ShareContainer.h: remove some commented code, add more comments
11343         and "documentation".
11344
11345 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11346
11347         * buffer.C (getTocList): make the list also when NEW_INSETS is
11348         defined.
11349
11350         * buffer.h: remove TocType
11351
11352         * buffer.C (getTocList): change to return a map<string,
11353         vector<TocItem> >, implement for dynamic number of list.
11354
11355         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
11356         * text2.C (PasteSelection): adjust
11357         * CutAndPaste.C (pasteSelection): adjust
11358
11359         * FloatList.C (FloatList): update from the new_insets branch.
11360         * Floating.[Ch]: ditto
11361         * LaTeXFeatures.C: ditto
11362         * buffer.C: ditto
11363         * lyxlex_pimpl.C: ditto
11364
11365         * paragraph.C (Last): remove when NEW_INSETS is defined.
11366
11367         * other file: changes because of the above.
11368
11369 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11370
11371         * lyxparagraph.h: rename next to next_, previous to previous_,
11372         make them private for NEW_INSETS. Rename Next() to next(),
11373         Previous() to previous().
11374
11375         * other files: changes because of the above.
11376
11377 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
11378
11379         * BufferView.h:
11380         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
11381         problem.
11382
11383 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11384
11385         * main.C (main): pass lyx_localedir to gettext_init().
11386
11387         * gettext.h: remove locale_init and gettext_init macros
11388
11389         * gettext.C (locale_init): new function
11390         (gettext_init): new function
11391
11392         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
11393         setlocale().
11394
11395 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
11396
11397         * Moved credits to frontends:
11398         * credits.[Ch]: removed
11399         * credits_form.[Ch]: removed
11400         * lyx_gui_misc.C: remove credits stuff
11401         * Makefile.am:
11402
11403 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11404
11405         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
11406
11407         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
11408         unneeded destructor.
11409
11410         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
11411         a standalone pointer again.
11412
11413         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
11414
11415 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
11416
11417         * Makefile.am:
11418         * filedlg.h:
11419         * filedlg.C:
11420         * LyXAction.C:
11421         * ToolbarDefaults.C:
11422         * bufferlist.C:
11423         * commandtags.h:
11424         * form1.C:
11425         * form1.h:
11426         * lyx_cb.C:
11427         * lyx_cb.h:
11428         * lyxfunc.h:
11429         * lyxfunc.C:
11430         * BufferView_pimpl.C: use new file dialog in GUII
11431
11432         * lyx_cb.h:
11433         * lyx_cb.C: remove LayoutsCB to Toolbar
11434
11435 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11436
11437         * ShareContainer.h (get): add std:: qualifier
11438
11439 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11440
11441         * ShareContainer.h: define a proper ShareContainer::value_type
11442         type (and use typename to please compaq cxx)
11443
11444 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11445
11446         * lyxparagraph.h: move serveral local vars to
11447         ParameterStruct/ParagraphParameters., use ShareContainer in
11448         FontTable., make vars in FontTable private and add getter and
11449         setter.
11450
11451         * paragraph.C: changes because of the above.
11452
11453         * lyxfont.h: remove copy constructor and copy assignment. (the
11454         default ones is ok), move number inside FontBits. move inlines to
11455         lyxfont.C
11456
11457         * lyxfont.C: add number to initializaton of statics, move several
11458         inlines here. constify several local vars. some whitespace
11459         cleanup. Dont hide outerscope variables.
11460
11461         * Spacing.h: add two new constructors to match the set methods.
11462
11463         * ShareContainer.h: new file, will perhaps be moved to support
11464
11465         * ParameterStruct.h: new file
11466
11467         * ParagraphParameters.h: new file
11468
11469         * ParagraphParameters.C: new file
11470
11471         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
11472         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
11473
11474         * BufferView_pimpl.C: ParagraphParameter changes.
11475         * buffer.C: Likewise.
11476         * bufferview_funcs.C: Likewise.
11477         * text.C: Likewise.
11478         * text2.C: Likewise.
11479
11480 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11481
11482         * lyxfind.C (LyXReplace): do not redefine default argument in
11483         implementation.
11484         (IsStringInText): ditto
11485         (SearchForward): ditto
11486         (SearchBackward): ditto
11487
11488 2001-03-06  Juergen Vigna  <jug@sad.it>
11489
11490         * lyxfind.C (IsStringInText): put parentes around expressions.
11491
11492 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
11493
11494         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
11495
11496 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
11497
11498         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
11499
11500         * stl_string_fwd.h: add comment
11501
11502         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
11503
11504         * tabular.h:
11505         * tabular.C: remove unused DocBook methods
11506
11507         * intl.C:
11508         * language.C:
11509         * paragraph.C:
11510         * buffer.C:
11511         killed DO_USE_DEFAULT_LANGUAGE
11512
11513 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11514
11515         * lyx_gui.C: do not include language.h.
11516
11517         * bufferview_funcs.C (ToggleAndShow): do not provide optional
11518         arguments in function implementation.
11519
11520 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11521
11522         * BufferView_pimpl.C: add <ctime>
11523
11524 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11525
11526         * BufferView_pimpl.C: add using std::find_if
11527
11528 2001-02-27  José Matos  <jamatos@fep.up.pt>
11529
11530         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
11531         by OnlyPath.
11532
11533 2001-02-11  José Matos  <jamatos@fep.up.pt>
11534
11535         * buffer.C (makeDocBookFile): command styles now have a parameter as
11536         "title" by default.
11537
11538 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
11539
11540         * layout_forms.[Ch]: removed
11541         * lyx_cb.[Ch]: out character
11542         * lyx_gui.C: out character
11543         * lyx_gui_misc.C: out character
11544         * bufferview_funcs.C: : out character,
11545         added toggleall as parameter in ToggleAndShow
11546
11547 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
11548
11549         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
11550
11551         * text2.C (SetCurrentFont): Disable number property at boundary.
11552
11553 2001-02-26  Juergen Vigna  <jug@sad.it>
11554
11555         * lyxfunc.C (getStatus): added a string argument override function so
11556         that this is correctly called from LyXFunc::Dispatch if it contains a
11557         do_not_use_argument which is used!
11558         (Dispatch): added check for "custom" export and call appropriate func.
11559
11560 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
11561
11562         * lyxrc.C: Add language_command_local, language_use_babel and
11563         language_global_options.
11564
11565         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
11566
11567         * buffer.C (makeLaTeXFile): Use language_use_babel and
11568         language_global_options.
11569
11570 2001-02-23  Juergen Vigna  <jug@sad.it>
11571
11572         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
11573         which works with LyXText and putted it inside BufferView. Here now we
11574         only call for that part the BufferView::Dispatch() function.
11575
11576         * BufferView.C (Dispatch): added.
11577
11578         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
11579         functions which needs to use a LyXText over from LyXFunc.
11580         (MenuInsertLyXFile): added
11581         (getInsetByCode): added
11582         (moveCursorUpdate): added
11583         (static TEXT): added
11584
11585 2001-02-22  Juergen Vigna  <jug@sad.it>
11586
11587         * BufferView_pimpl.C (update): call a status update to see if LyXText
11588         needs it.
11589
11590 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11591
11592         * vc-backend.C (revert): implement for CVS
11593         (getLog): implement for CVS
11594
11595 2001-02-20  Juergen Vigna  <jug@sad.it>
11596
11597         * text2.C (ClearSelection): added BufferView param for inset_owner call
11598
11599         * lyxfunc.C (TEXT): added this function and use it instead of
11600         directly owner->view()-text of getLyXText().
11601
11602 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
11603
11604         * src/layout_forms.C: out preamble
11605         * src/layout_forms.h: out preamble
11606         * src/lyx_cb.C: out preamble
11607         * src/lyx_cb.h: out preamble
11608         * src/lyx_gui.C: out preamble
11609         * src/lyx_gui_misc.C: out preamble
11610         * src/lyxfunc.C: connect with guii preamble
11611
11612 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
11613
11614         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
11615
11616 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
11617
11618         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
11619         whether to run bibtex.
11620
11621 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
11622
11623         * Makefile.am (lyx_SOURCES): Remove BackStack.h
11624
11625 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11626
11627         * Makefile.am (lyx_SOURCES): removed bibforms.h
11628
11629         * vspace.h: doxygen
11630
11631         * text.C (GetVisibleRow): make several local vars const
11632
11633         * tabular.C: small cleanup.
11634
11635         * lyxserver.C (callback): use compare instead of strncmp
11636
11637         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
11638         inlines to after class or to paragraph.C
11639
11640         * lyxfont.h: remove friend operator!=
11641
11642         * converter.h: move friend bool operator< to non friend and after
11643         class def.
11644
11645         * combox.h: small cleanup
11646
11647         * buffer.h: doxygen, remove unused constructor, move inclas inlies
11648         to inlines after class def.
11649
11650         * buffer.C (pop_tag): use string operations instead of strcmp
11651
11652         * bmtable.c: doxygen, small cleanup
11653
11654         * LaTeX.h: remove friend operator==
11655
11656 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
11657
11658         * screen.C:
11659         * lyxrc.[Ch]:
11660         * lyxfunc.C:
11661         * lyxfont.[Ch]:
11662         * lyx_cb.C:
11663         * intl.[Ch]:
11664         * commandtags.h:
11665         * buffer.C:
11666         * WorkArea.[Ch]:
11667         * LyXAction.C:
11668         * BufferView_pimpl.C:
11669         * BufferView.[Ch]: remove cruft
11670
11671 2001-02-14  Juergen Vigna  <jug@sad.it>
11672
11673         * lyxfunc.C: removed #if 0 unused code
11674
11675         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
11676
11677         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
11678
11679         * text2.C (SetSelection): added a BufferView * parameter
11680
11681 2001-02-13  Juergen Vigna  <jug@sad.it>
11682
11683         * lyxfunc.C (Dispatch): fixed protected blank problem.
11684         * BufferView2.C (protectedBlank): added LyxText * parameter.
11685
11686         * tabular.C (AppendRow): forgot to set row_info of newly added row.
11687         (AppendColumn): same as above for column_info.
11688
11689         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
11690         (moveCursorUpdate): use a LyXText param for support of InsetText.
11691
11692         * BufferView_pimpl.C (doubleClick): added support for InsetText.
11693         (tripleClick): ditto
11694
11695         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
11696
11697         * BufferView_pimpl.C (update): added LyXText param to honor insets.
11698
11699         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
11700
11701         * text2.C (SetSelection): set correct update status if inset_owner
11702         (ToggleFree): ditto
11703
11704 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
11705
11706         * tabular.C: remove some commented code.
11707
11708 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
11709
11710         * BufferView_pimpl.C: call hideSplash()
11711
11712         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
11713
11714         * include_form.h:
11715         * bibforms.h: remove
11716
11717         * lyxfunc.C:
11718         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
11719           add LFUN_CHILD_CREATE
11720
11721         * counters.h: fix tiny typo
11722
11723         * lyx_cb.C:
11724         * lyx.h:
11725         * lyx_gui.C:
11726         * lyx.C: move splash to frontends/xforms/
11727
11728         * lyx_gui_misc.C: move Include and Bibform to frontends
11729
11730         * lyxvc.h: clarify comment
11731
11732         * vspace.C: tiny housekeeping
11733
11734 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
11735
11736         * text.C (PrepareToPrint): RTL Fix.
11737
11738         * paragraph.C (GetUChar): New method.
11739         (String):  Use GetUChar.
11740
11741         * buffer.C (asciiParagraph): Use GetUChar.
11742
11743 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
11744
11745         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
11746
11747 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
11748
11749         * buffer.h:
11750         * buffer.C: rename to getLogName(), handle
11751           build log / latex log nicely
11752
11753 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11754
11755         * MenuBackend.C:
11756         * MenuBackend.h: remove support for reference menuitem type.
11757
11758 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
11759
11760         * BufferView_pimpl.C: housekeeping
11761         * BufferView_pimpl.h:
11762         * LyXView.h:
11763         * Makefile.am:
11764         * Timeout.C:
11765         * Timeout.h:
11766         * minibuffer.h: move Timeout GUI-I
11767
11768 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
11769
11770         * lyxrc.C (read): Update converters data-structures.
11771
11772 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
11773
11774         * LaTeX.h (operator!=): add operator != for Aux_Info
11775
11776 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
11777
11778         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
11779
11780         * LaTeXLog.C: deleted, useful code moved to Buffer
11781
11782         * buffer.h:
11783         * buffer.C: new function getLatexLogName()
11784
11785         * lyx_gui_misc.C:
11786         * lyx_gui.C:
11787         * lyxvc.C:
11788         * lyxvc.h:
11789         * lyxfunc.C: use frontends for LaTeX and VC logs
11790
11791 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11792
11793         * LaTeX.h: yet another std:: that Allan forgot.
11794
11795         * Variables.C (set): renamed from isset(), because this clashes
11796         with some HP-UX macros (grr).
11797
11798 2001-02-06  Allan Rae  <rae@lyx.org>
11799
11800         * LaTeX.h: Another bug fix.  Missing std:: this time.
11801
11802 2001-02-04  Allan Rae  <rae@lyx.org>
11803
11804         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
11805         floats problem. I've left it commented out because it's not quite
11806         correct.  It should also test that the current object is a table or
11807         figure inset.  But I haven't gotten around to figuring out how to do
11808         that.  I *think* it'll be something like: "table" == inset.type()
11809
11810         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
11811         bool.
11812
11813 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
11814
11815         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
11816         all the citation/databases/styles in the auxilary file.
11817         (run): Rerun latex if there was a babel language error.
11818
11819 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
11820
11821         * text.C (Backspace): Preserve the font when changing newline char
11822         with a space.
11823         (BreakParagraph): If the cursor is before a space, delete the space.
11824
11825         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
11826
11827 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
11828
11829         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
11830         new argument (code).
11831         (ChangeCitationsIfUnique): New method.
11832
11833         * paragraph.C (GetPositionOfInset): Handle bibkey.
11834
11835 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11836
11837         * BufferView_pimpl.h: change type of Position::par_pos to
11838         LyXParagraph::size_type.
11839
11840 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
11841
11842         * BufferView_pimpl.C (savePosition, restorePosition): Write
11843         messages to minibuffer.
11844
11845 2001-01-28  José Matos  <jamatos@fep.up.pt>
11846
11847         * buffer.C (makeDocBookFile): adds support for document language.
11848         A silly restriction on the name of LatexCommand types where removed.
11849         Added support for CDATA sections, allows to chars unescaped, used
11850         among others in code, to avoid escape < and >.
11851
11852 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
11853
11854         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
11855         saved positions instrad of a stack. Furthermore, a position is
11856         stored using paragraph id/paragraph position.
11857
11858         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
11859         Remove LFUN_REF_BACK.
11860
11861 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
11862
11863         * converter.C (dvipdfm_options): New method.
11864
11865 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11866
11867         * vspace.C (isValidLength): Fix for empty input string.
11868
11869 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11870
11871         * LyXAction.C (init): change description of LFUN_FIGURE to
11872         "Insert Graphics"
11873
11874 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11875
11876         * LaTeX.C: add using directive
11877
11878 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
11879
11880         * MenuBackend.C (expand): Fix the sorting of the formats.
11881
11882 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
11883
11884         * lyx_main.C: tiny error message fix
11885
11886 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11887
11888         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
11889         calling fl_initialize(). This fixes the problem with ',' as
11890         decimal separator in text files.
11891
11892 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
11893
11894         * trans.C (process): Fix the keymap bug.
11895
11896 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
11897
11898         * LaTeX.C (scanAuxFiles): New method. Provides support for
11899         multiple bibliographies (when using the bibtopic/bibunits pacakges).
11900         (scanLogFile) Scan for "run BibTeX" messages.
11901
11902         * buffer.C (makeLaTeXFile): Do not load the ae package when using
11903         OT1 font encoding. Also, load the aecompl package if the ae
11904         package is loaded.
11905
11906         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
11907
11908 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11909
11910         * texrow.C (increasePos): turn two error messages into debug
11911         messages.
11912
11913 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
11914
11915         * LaTeX.C (scanAux): Handle the \@input macro.
11916         (runBibTeX): Use scanAux().
11917
11918         * language.C (latex_options_): New field.
11919
11920         * LaTeXFeatures.C (getMacros): Add language macros.
11921
11922         * buffer.C (makeLaTeXFile): Small fix.
11923
11924 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11925
11926         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
11927
11928         * text2.C: add a using directive.
11929
11930 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
11931
11932         * BufferView2.C:
11933         * lyx_gui_misc.h:
11934         * lyxfr1.C:
11935         * lyxfunc.C: kill LyXBell.
11936
11937 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
11938
11939         * text.C (IsBoundary): Remove the error message
11940
11941         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
11942
11943         * lyxrc.C (setDefaults): Correct initialization value for
11944         font_norm_type.
11945
11946 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
11947
11948         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
11949         gotoError().
11950
11951         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
11952         and GotoNextNote().
11953
11954         * src/LyXAction.C: Added reference-next.
11955
11956         * text.C (InsertChar): Use contains instead of strchr.
11957
11958         * lyx_cb.C (MenuInsertLabel): Enable default value code.
11959
11960 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
11961
11962         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
11963         alignment commands (when needed).
11964
11965         * text.C (InsertChar): Add ':' to number separator chars.