]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
make dispatch_result_t ctor of DispatchResult explicit
[lyx.git] / src / ChangeLog
1 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2
3         * text3.C (dispatch): 
4         * lyxfunc.C (dispatch): 
5         * cursor.C (dispatch): 
6         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
7
8         * dispatchresult.h: make the dispatch_result_t ctor explicit
9
10 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
11
12         * sgml.[Ch]:
13         * buffer.C: small refactoring of docbook stuff
14
15 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
16
17         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
18         meaning.
19
20 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
21
22         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
23         operator dispatch_result_t, and operators for == != and >=
24
25         * cursor.C (dispatch): adjust for operator dispatch_result_t
26         removal. comment out call to update
27
28         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
29
30 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
31
32         * text3.C:
33         * text2.C:
34         * text.C:
35         * lyxtext.h:
36         * lyxfunc.C:
37         * cursor.C:
38         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
39         (dispatch):
40
41         * dispatchresult.h: new file, DispatchResult broken out of
42         insets/insetbase.h
43
44         * Makefile.am (lyx_SOURCES): add dispatchresult.h
45
46 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
47
48         * text.C (rowBreakPoint): put a hack inside #if 0
49
50 2003-10-28  André Pönitz  <poenitz@gmx.net>
51
52         * lyxtext.h:
53         * metricsinfo.C:
54         * paragraph_funcs.C:
55         * rowpainter.C:
56         * text.C:
57         * text2.C: general cleanup (lots of small stuff)
58
59 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
60
61         * text2.C (cursorEnd): simple fix to the "end key goes to one
62         before the end on last row" bug
63
64 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
65
66         * text.C (backspace): fix the "zombie characters"
67
68 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
69
70         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
71
72 2003-10-27  André Pönitz  <poenitz@gmx.net>
73
74         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
75
76         * factory.C: handle new InsetPagebreak, InsetLine
77
78         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
79         and move handling into new InsetPagebreak, InsetLine
80
81         * BufferView_pimpl.C:
82         * LyXAction.C:
83         * ParagraphParameters.C:
84         * ParameterStruct.h:
85         * lyxfunc.C:
86         * lyxtext.h:
87         * paragraph.C:
88         * paragraph.h:
89         * paragraph_funcs.C:
90         * paragraph_pimpl.C:
91         * rowpainter.C:
92         * text.C:
93         * text2.C:
94         * text3.C: adjust
95
96 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
97
98         * text.C:
99         * lyxrow_funcs.[Ch]:
100         * Bidi.C:
101         * paragraph.C:
102         * lyxtext.h:
103         * rowpainter.C:
104         * text2.C:
105         * text3.C: remove lastPos uses in favour of Row::endpos
106
107 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
108
109         * undo.C (performUndoOrRedo): fix two crashes by setting a
110         cursor by hand and reordering some calls. Use bv->lockInset instead
111         of inset->edit because the latter loses cursor information
112
113 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
114
115         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
116         by Martin
117         (rowBreakPoint): fix width. change point to point + 1.
118         Add a missing check.
119
120 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
121
122         * MenuBackend.C:
123         * lyxfunc.C: fix (at least partly) the problems
124         with the Nav menu and headers inside branch insets
125         reported by Kayvan
126
127 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
128
129         * paragraph.C (getChar): add strong asserts
130
131         * lyxrow_funcs.C (lastPos): remove hideous hack
132
133         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
134         (fill): adjust to that (avoid an infinite loop)
135
136 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
137
138         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
139
140 2003-10-23  André Pönitz  <poenitz@gmx.net>
141
142         * RowList_fwd.h: change list<> to vector<> to gain speed
143         after suggestion from Alfredo
144
145 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
146
147         * lyxtext.h: move the bidi stuff from here...
148         * text.C: and here
149         * text2.C: and here
150         * Bidi.[Ch]: ... to here
151
152 2003-10-23  André Pönitz  <poenitz@gmx.net>
153
154         * lyxtext.h:
155         * text.C (isLastRow, isFirstRow): new functions
156
157         * paragraph.h: new width cache member
158
159         * rowpainter.C: replace RowList::iterator with Row & where possible
160
161         * lyxfunc.C: replace several view()->text with a single call
162
163         * toc.C: fix 'unused' warning
164
165 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
166
167         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
168         when woring with stream::pos_type
169         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
170
171 2003-10-22  André Pönitz  <poenitz@gmx.net>
172
173         * lyxtext.h:
174         * text.C: use Row & instead of RowList::iterator
175
176         * lyxrow.h: rename end() to endpos()
177
178         * rowpainter.C:
179         * text.C:
180         * text2.C: adjust
181
182 2003-10-22  Angus Leeming  <leeming@lyx.org>
183
184         * buffer.[Ch] (fully_loaded): new member function, returning true
185         only when the file has been loaded fully.
186         Used to prevent the premature generation of previews and by the
187         citation inset to prevent computation of the natbib-style label.
188
189         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
190         templates are all set up.
191
192         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
193
194 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
195
196         * text.C: fixed an "oops" in the "is a bit silly"
197         bug fix
198
199 2003-10-21  André Pönitz  <poenitz@gmx.net>
200
201         * FuncStatus.[Ch]: small stuff, whitespace
202
203         * lyxfont.[Ch]: operator<<() for debug reasons
204
205         * lyxfunc.C:
206         * lyxrow_funcs.C:
207         * lyxtext.h: whitespace, spelling
208
209         * paragraph.C: naming of variables
210
211         * text.C:
212         * text2.C: small stuff
213
214
215 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
216
217         * text.C: (1) finish off the inset display() work;
218         (2) fix the "is a bit silly" bug (accessing char
219         past end of par).
220
221 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
222
223         * text.C: re-introduce display() for insets, fixing the
224         various bugs (stretch of line above, math inset
225         positioning, ...)
226
227 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
228
229         * text.C (rightMargin): remove spurious semicolon
230
231         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
232         1415)
233
234 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
235
236         * text3.C: fix one crash due to wrong cursor def
237
238 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
239
240         * vc-backend.C (scanMaster): make the regex static
241
242         * LaTeX.C (scanAuxFile): make the regexs static
243
244         * text3.C (doInsertInset, dispatch, dispatch):
245         * text2.C (cursorUp, cursorDown):
246         * text.C (selectNextWordToSpellcheck):
247         * BufferView_pimpl.C (dispatch):
248         * lyxfunc.C (dispatch):  localDispatch -> dispatch
249
250 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
251
252         * lyxsocket.C: include <cerrno>
253
254 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
255
256         * lyxfunc.C (dispatch): remove textcache stuff
257
258         * bufferlist.C (release): remove textcache stuff
259         (closeAll): ditto
260
261         * TextCache.C: delete file
262         * TextCache.h: delete file
263
264         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
265
266         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
267         delete of the bv_->text.
268         (resizeCurrentBuffer): remove texcache stuff
269         (workAreaResize): ditto
270
271 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
272
273         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
274         action.
275
276 2003-10-16  André Pönitz  <poenitz@gmx.net>
277
278         * lyxrow.[Ch]:
279         * paragraph.h:
280         * rowpainter.C:
281         * text.C:
282         * text2.C:
283         * text3.C: speed up by storing y positions per paragraph plus per-row
284         offset instead of having a 'full' y position in the row.
285
286 2003-10-15  André Pönitz  <poenitz@gmx.net>
287
288         * iterators.[Ch]:
289         * iterators.[Ch]:
290         * undo.[Ch]: make undo aware of inner insets
291
292 2003-10-14  Angus Leeming  <leeming@lyx.org>
293
294         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
295         static member functions LyX::ref() and LyX::cref.
296         (lastfiles): new accessor functions for the new lastfiles_ member var.
297         (addLyXView, views_): add a new LyXView to the list of views_.
298         (updateInset): loop over all LyXViews to call their own updateInset
299         member function, returning a pointer to the Buffer owning the inset.
300
301         * BufferView_pimpl.C (loadLyXFile):
302         * MenuBackend.C (expandLastfiles):
303         * bufferlist.C (MenuWrite, QuitLyX):
304         lastfiles is no longer a global variable.
305         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
306
307         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
308         static function. Access through LyX::cref().emergencyCleanup().
309
310 2003-10-14  André Pönitz  <poenitz@gmx.net>
311
312         * iterators.[Ch]: new direct access to innermost LyXText and Inset
313
314         * undo.[Ch]: restoring part of 'undo in insets'
315
316         * Makefile.am:
317         * undo_funcs.[Ch]: merge with undo.[Ch]
318
319         * tabular.C: small cleansing stuff
320
321 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
322
323         * paragraph_funcs.C (readParToken): report unknown insets as error
324         boxes. Use the outer paragraph as location (also for unknown
325         tokens).
326
327         * factory.C (readInset): do not abort on reading an unknown inset.
328         Eat it and return 0.
329
330 2003-10-13  Angus Leeming  <leeming@lyx.org>
331
332         * lyx_main.C (LyX): remove call to setDisplayTranslator().
333
334         * lyxrc.C: displayTranslator is now a function,
335         declared in GraphicsTypes.h.
336
337 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
338
339         * format.C: new placeholder $$a to pass the socket address.
340
341         * bufferlist.[Ch]: new function getBufferFromTmp.
342
343         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
344           files in the temporary dir.
345
346 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
347
348         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
349
350         * Makefile.am: add lyxsocket.[Ch].
351
352         * lyx_main.C (error_handler): handle SIGPIPE.
353
354 2003-10-13  André Pönitz  <poenitz@gmx.net>
355
356         * BufferView_pimpl.C:
357         * lyxtext.h:
358         * text.C:
359         * text2.C:
360         * text3.C:
361         * undo_funcs.[Ch]: use paroffset_type instead of
362           ParagraphList::iterators to prevent multiple conversion
363           (and get a more robust interface)
364
365 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
366
367         * lyxfunc.C (dispatch): RESULT -> dispatch_result
368         * lyxtext.h: ditto
369         * text3.C (dispatch): ditto
370
371 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
372
373         * LaTeX.C (handleFoundFile): move the static to smaller scope,
374         move the onlyfile, use onlyfile instead of foundfile in a couple
375         of places.
376
377         * DepTable.C (update): flush the error stream a bit more
378
379 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
380
381         * lyxserver.C (callback): adjust
382
383         * lyxfunc.C (getStatus): add a missing brace in commented code
384         (ensureBufferClean): reindent
385         (dispatch): delete version taking a string
386
387 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
388
389         * LaTeX.C (deplog): move found file handlig from here...
390         (handleFoundFile): .. to new function here.
391         (deplog): make sure to discover several files mentioned on the
392         same log line.
393
394 2003-10-10  André Pönitz  <poenitz@gmx.net>
395
396         * lyxfunc.C:
397         * lyxtext.h:
398         * tabular.C:
399         * text.C:
400         * text2.C:
401         * text3.C: fix some of the tabular crashes
402
403 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
404
405         * MenuBackend.C (binding): put debug message into Debug::KBMAP
406
407         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
408
409 2003-10-09  André Pönitz  <poenitz@gmx.net>
410
411         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
412
413         * BufferView.C:
414         * BufferView_pimpl.C:
415         * bufferview_funcs.C:
416         * lyx_cb.C:
417         * lyxcursor.C:
418         * lyxfind.C:
419         * lyxfunc.C:
420         * lyxtext.h:
421         * text.C:
422         * text2.C:
423         * text3.C:
424         * text_funcs.[Ch]:
425         * textcursor.[Ch]:
426         * undo_funcs.C: adjust
427
428 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
429
430         * text2.C (incrementItemDepth): new function, use a backtracking
431         algorithm to discover the correct item depth.
432         (resetEnumCounterIfNeeded): new function, use a backtracking
433         algorithm to discover if counter reset is needed.
434         (setCounter): use them. Simplify a bit. Add different labels for
435         different item depths for itemize.
436
437         * paragraph.C (Paragraph): remove initialization of enumdepth
438         (operator=): ditto
439
440         * paragraph.h: get rid of enumdepth, and use itemdepth both for
441         enumerate and itemize. Change the type of itemdepth to signed char.
442
443 2003-10-08  André Pönitz  <poenitz@gmx.net>
444
445         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
446           thing assignable.
447         * text.C:
448         * text2.C: adjust
449
450         * tabular.[Ch]: fix crash after 'row-insert'
451
452 2003-10-08  Angus Leeming  <leeming@lyx.org>
453
454         Fix doxygen warnings.
455
456         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
457         Remove CutAndPaste:: prefix from header file declaration.
458
459         * LColor.h (fill): remove LColor:: prefix from declaration.
460
461         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
462         use lyx::depth_type rather than Paragraph::depth_type so that
463         header file and .C file match.
464
465         * converter.h (intToFormat): remove Converters:: prefix from declaration.
466
467         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
468         * aspell.C: \file aspell_local.C -> \file aspell.C
469         * gettext.C: \file gettext.C -> \file src/gettext.C
470         * gettext.h: \file gettext.h -> \file src/gettext.h
471         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
472         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
473         * text.C: \file text.C -> \file src/text.C
474
475         * toc.C: move comment so that doxygen is not confused.
476
477 2003-10-07  Angus Leeming  <leeming@lyx.org>
478
479         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
480
481 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
482
483         * aspell.C:
484         * aspell_local.h: add forgotten std::string's.
485
486 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
487
488         * LaTeXFeatures.C:
489         * LyXAction.C:
490         * factory.C:
491         * lfuns.h:
492         * lyxfunc.C:
493         * text3.C: The Box patch. Fancybox support, minipage, parbox
494
495 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
496
497         * CutAndPaste.h:
498         * DepTable.h:
499         * FloatList.h:
500         * LaTeXFeatures.h:
501         * ParagraphParameters.h:
502         * TextCache.h:
503         * Thesaurus.h:
504         * bufferlist.h:
505         * exporter.h:
506         * importer.h:
507         * lastfiles.h:
508         * lyxfind.h:
509         * lyxfont.h:
510         * lyxlex.h:
511         * lyxtextclasslist.h:
512         * messages.h:
513         * paragraph.h:
514         * paragraph_pimpl.C:
515         * textcursor.h: add <string> and other small fixes to make Lars'
516         std::string patch compile with STLport.
517
518 2003-10-06  Angus Leeming  <leeming@lyx.org>
519
520         * LColor.h: Add missing #include <string>.
521
522 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
523
524         * All most all file in all subdirs: Make <string> be the prefered
525         way of getting to std::string, add using declarations.
526
527 2003-10-06  André Pönitz  <poenitz@gmx.net>
528
529         * metricsinfo.C: initialize LyXFont before changing attribute.
530         (fixes the 'math in \emph is upright' bug)
531
532 2003-10-06  André Pönitz  <poenitz@gmx.net>
533
534         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
535
536 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
537
538         * graph.C:
539         * paragraph_pimpl.C: Small fixes to build using STLport
540
541 2003-10-02  André Pönitz  <poenitz@gmx.net>
542
543         * lyxfunc.C:
544         * text3.C: move handling of LFUN_DEPTH *; fix #1360
545
546 2003-10-01  André Pönitz  <poenitz@gmx.net>
547
548         * factory.C: assert early
549
550 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
551
552         * lyx_main.C: remove the global debug object
553
554         * debug.h: adjust for new debugstream
555
556         * debug.C: adjust for new debugstream and keep the global debug
557         object here.
558
559 2003-09-22  Angus Leeming  <leeming@lyx.org>
560
561         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
562         of g++ which otherwise complain that the scoped_ptr destructor can't delete
563         an incomplete class LyXFont.
564
565 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
566
567         * factory.C: bug fix in branches
568
569 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
570
571         * lyxfunc.C (processKeySym): adjust
572         (dispatch): adjust
573         (dispatch): change arg name from ev to func, adjust
574         (sendDispatchMessage): ditto
575
576         * lyx_main.C (defaultKeyBindings): adjust keybindings
577         (deadKeyBindings): ditto
578
579         * kbsequence.C (addkey): return a FuncRequest
580
581         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
582
583         * kbmap.C (bind): take a FuncRequest as arg, adjust
584         (read): adjust
585         (lookup): adjust
586         (defkey): change to take a FuncRequest as arg, adjust
587         (findbinding): take a FuncRequest as arg, adjust.
588
589         * funcrequest.h (operator=): added
590
591         * funcrequest.C (FuncRequest): default kb_action changed from
592         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
593
594         * buffer.C (dispatch): simplify
595         (dispatch): adjust to take a FuncRequest as arg, adjust
596
597         * boost.C (assertion_failed): change assertion message slightly
598
599         * ToolbarBackend.C (read): simplify
600
601         * MenuBackend.C (binding): adjust call to findbinding, add a
602         message if no binding is found.
603         (read): simplify
604         (expandToc): correct by adding a empty FuncRequest
605
606         * LyXAction.C: include <boost/assert.hpp>
607         (isPseudoAction): delete function
608         (LookupFunc): change name to...
609         (lookupFunc): this. change return type to FuncRequest.
610         (getActionName): take kb_action as arg, simplify
611         (funcHasFlag): add an assert, simplify.
612
613 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
614
615         * toc.C (action): return a FuncRequest, simplify
616
617         * lyxfunc.C (processKeySym): adjust
618         (getStatus): delete version that takes an int.
619         (getStatus): adjust
620         (dispatch): delete version that takes action as int
621         (dispatch): adjust
622         (sendDispatchMessage): simplify and adjust
623
624         * funcrequest.C (getArg): take unsigned int as arg
625
626         * ToolbarBackend.C (read): adjust
627         (add): delete version that takes func as a string.
628         (getIton): take a FuncRequest as arg
629
630         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
631         action.
632
633         * MenuBackend.C (MenuItem): add a new construct that only takes a
634         Kind, simplify the constructor use for submenus.
635         (add): adjust
636         (expandLastfiles): adjust
637         (expandDocuments): adjust
638         (expandFormats): adjust
639         (expandFloatListInsert): adjust
640         (expandFloatInsert): adjust
641         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
642
643         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
644         Remove class variables lyx_pseudo_map and lyx_arg_map
645
646         * LyXAction.C (searchActionArg): delete function
647         (getPseudoAction): delete function
648         (retrieveActionArg): delete function
649         (LookupFunc): make it return kb_action, simplify.
650         (getActionName): simplify
651
652         * factory.C (createInset): fix new bug
653
654 2003-09-19  Angus Leeming  <leeming@lyx.org>
655
656         * CutAndPaste.C (pasteSelection): remove fudge used to set the
657         masterFilename_ parameter in the include inset.
658
659         * factory.C (createInset): changes due to the changes to InsetInclude.
660
661 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
662
663         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
664
665 2003-09-18  Angus Leeming  <leeming@lyx.org>
666
667         * buffer.C:
668         * BufferView.C: pass the buffer when calling Inset::getLabelList,
669         Inset::fillWithBibKeys.
670         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
671
672 2003-09-18  Angus Leeming  <leeming@lyx.org>
673
674         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
675         variables.
676         (ctor): pass and store a 'Buffer const &'
677         (buffer): new member function.
678
679         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
680         '*this' to the LaTeXFeatures ctor.
681
682 2003-09-18  Angus Leeming  <leeming@lyx.org>
683
684         * LColor.h:
685         * lyxfont.C:
686         * lyxfont.h:
687         * lyxtext.h:
688         * text.C: rename EnumLColor as LColor_color.
689
690 2003-09-18  Angus Leeming  <leeming@lyx.org>
691
692         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
693         remove #include "insets/insetbase.h" from cursor.h.
694
695 2003-09-18  Angus Leeming  <leeming@lyx.org>
696
697         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
698         InsetOld_code to remove #include "inset.h".
699
700         * iterators.C: add #include "insets/inset.h"
701
702 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
703
704         * BufferView.C: remove more locking stuff that apparently doesn't
705         do anything sensible.
706
707 2003-09-16  André Pönitz  <poenitz@gmx.net>
708
709         * paragraph.[Ch]:
710         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
711           performance boost.
712
713 2003-09-16  Angus Leeming  <leeming@lyx.org>
714
715         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
716
717         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
718         arg/return type.
719
720         * paragraph.h: remove #include "lyxfont.h". Forward declare
721         LyXFont_size.
722
723 2003-09-16  Angus Leeming  <leeming@lyx.org>
724
725         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
726         of support/textutils.h.
727         (isWord): move the contents of support/textutils.h's IsWordChar here.
728
729         * buffer.C:
730         * lyxfind.C:
731         * rowpainter.C:
732         * text.C:
733         * text2.C: add #include "paragraph.h".
734
735         * rowpainter.C:
736         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
737
738 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
739
740         * main.C:
741         * lyx_main.C:
742         * lyx_cb.C:
743         * buffer.C:
744         * LaTeX.C: use namespace alias for lyx::support::os
745
746 2003-09-16  Angus Leeming  <leeming@lyx.org>
747
748         * bufferparams.C:
749         * bufferview_funcs.C:
750         * factory.C:
751         * lyxfunc.C:
752         * paragraph_pimpl.C:
753         * rowpainter.C:
754         * text.C: add #include "LColor.h".
755
756 2003-09-16  Angus Leeming  <leeming@lyx.org>
757
758         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
759         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
760         return LyXFont &.
761         Store the FontBits::color variable as an int rather than as an
762         LColor::colorso that we can move LColor.h out of the lyxfont.h header
763         file.
764
765         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
766         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
767         string calls together.
768
769         * lyxrc.C: add #include "LColor.h".
770
771 2003-09-15  Angus Leeming  <leeming@lyx.org>
772
773         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
774         a cow_ptr.
775
776 2003-09-15  Angus Leeming  <leeming@lyx.org>
777
778         * LColor.h: add an EnumLColor wrapper for LColor::color.
779
780         * lyxfont.[Ch] (color, setColor, realColor):
781         * lyxtext.h, text.C (backgroundColor):
782         pass EnumLColor args to/from the functions, rather than LColor::color
783         ones.
784
785         * lyxfont.h:
786         * lyxtext.h: forward declare EnumLColor.
787
788         * lyx_main.C: add #include "LColor.h".
789
790 2003-09-15  Angus Leeming  <leeming@lyx.org>
791
792         * .cvsignore: add lyx-gtk.
793
794 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
795
796         * Chktex.C
797         * LaTeX.C
798         * LaTeXFeatures.C
799         * ParagraphParameters.C
800         * Spacing.C
801         * buffer.C
802         * bufferparams.C
803         * bufferview_funcs.C
804         * chset.C
805         * counters.C
806         * funcrequest.C
807         * lyxfont.C
808         * lyxgluelength.C
809         * lyxlength.C
810         * paragraph.C
811         * paragraph_funcs.C
812         * text3.C
813         * vc-backend.C: remove usage of STRCONV
814
815 2003-09-15  Angus Leeming  <leeming@lyx.org>
816
817         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
818         explicitly define the color passed to the painter.
819
820 2003-09-15  Angus Leeming  <leeming@lyx.org>
821
822         * bufferparams.C (BufferParams): reorder member initializers to avoid
823         compiler warning.
824
825 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
826
827         * CutAndPaste.C (pasteSelection): remove an outdated #warning
828         * text.C (updateRowPositions): remove an unusual nop
829
830 2003-09-12  André Pönitz  <poenitz@gmx.net>
831
832         * BufferView_pimpl.C:
833         * Bullet.C:
834         * layout.h:
835         * lyxfunc.C:
836         * lyxlayout.[Ch]:
837         * lyxtextclass.C:
838         * rowpainter.C:
839         * text.C:
840         * text2.C:
841         * Counters.[Ch]: finish the 'automatic counters' job
842
843 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
844
845         * aspell.C: include <boost/assert.cpp> (compile fix)
846
847 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
848
849         * boost.C (assertion_failed): use lyx::support::abort instead of
850         assert.
851
852 2003-09-10  Angus Leeming  <leeming@lyx.org>
853
854         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
855         with their _fwd progeny.
856
857 2003-09-09  Angus Leeming  <leeming@lyx.org>
858
859         134 files throughtout the source tree: replace 'using namespace abc;'
860         directives with the appropriate 'using abc::xyz;' declarations.
861
862 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
863
864         * boost.C (emergencyCleanup): moved here from LAssert.c
865         (assertion_failed): new function, called by BOOST_ASSERT
866
867         * several files: change Assert to BOOST_ASSERT
868
869 2003-09-09  Angus Leeming  <leeming@lyx.org>
870
871         * buffer.[Ch]: Add an Impl class and move Buffer's member
872         variables into it. As a result move several header files out of
873         buffer.h.
874
875         Add header files to lots of .C files all over the tree as a result.
876
877 2003-09-09  Angus Leeming  <leeming@lyx.org>
878
879         * buffer.[Ch]: make Buffer's member variables private. Add
880         accessor functions.
881
882         Lots of changes all over the tree as a result.
883
884 2003-09-08  Angus Leeming  <leeming@lyx.org>
885
886         * graph.C: #include <config.h>.
887
888 2003-09-08  Angus Leeming  <leeming@lyx.org>
889
890         * BranchList.C:
891         * BufferView.C:
892         * BufferView_pimpl.C:
893         * CutAndPaste.C:
894         * DepTable.C:
895         * LaTeX.C:
896         * LaTeXFeatures.C:
897         * LyXAction.C:
898         * MenuBackend.C:
899         * TextCache.C:
900         * aspell.C:
901         * buffer.C:
902         * bufferlist.C:
903         * changes.C:
904         * chset.C:
905         * converter.C:
906         * counters.C:
907         * debug.C:
908         * graph.C:
909         * ispell.C:
910         * lyx_cb.C:
911         * lyxfind.C:
912         * lyxfunc.C:
913         * lyxlex_pimpl.C:
914         * lyxrc.C:
915         * lyxrow.C:
916         * paragraph.C:
917         * rowpainter.C:
918         * texrow.C:
919         * text.C:
920         * text2.C:
921         * toc.C: remove redundant using directives.
922
923 2003-09-07  Angus Leeming  <leeming@lyx.org>
924
925         * LaTeXFeatures.h: remove #include "support/types.h".
926         * ToolbarBackend.h: remove #include <algorithm>.
927         * changes.h: remove #include <ctime>.
928         * debug.h: remove #include <iosfwd>.
929         * graph.h: remove #include "support/std_string.h".
930         * lyx_main.h: remove #include <csignal>.
931         * lyxlex_pimpl.h: remove #include <fstream>.
932         * sgml.h: remove #include <algorithm>, <utility>.
933         * toc.h: remove #include "support/std_ostream.h".
934         Add #include <iosfwd>.
935
936 2003-09-07  Angus Leeming  <leeming@lyx.org>
937
938         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
939
940         * converter.h: forward declare LatexRunParams.
941         * encoding.h: remove #include "lyxrc.h".
942         * lyxtext.h: remove #include "LColor.h".
943         * lyxtextclass.h: remove #include "support/types.h".
944         * trans.h: remove #include "tex-accent.h".
945         * trans_mgr.h: remove #include "tex-accent.h".
946         * insets/inset.h: remove #include "support/types.h", <vector>.
947         * insets/insetcollapsable.h: remove #include "LColor.h".
948         * insets/insetinclude.h: remove #include "dimension.h".
949         * insets/insetlatexaccent.h: remove #include "dimension.h".
950         * insets/insetoptarg.h:: remove #include "insettext.h".
951         * insets/insettext.h: remove #include "dimension.h",
952         <boost/shared_ptr.hpp>
953
954         * insets/renderers.h: add #include "dimension.h".
955         * insets/updatableinset.h: add #include "support/types.h".
956
957         * many .C files: Associated changes.
958
959 2003-09-06  Angus Leeming  <leeming@lyx.org>
960
961         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
962         one, inside testInvariant.
963
964         * PrinterParams.C: new file.
965         * PrinterParams.[Ch]: move the function bodies out of line.
966
967 2003-09-06  Angus Leeming  <leeming@lyx.org>
968
969         * ParagraphParameters.h: forward declare ParameterStruct rather than
970         including its header file.
971         (depth): moved out-of-line.
972
973 2003-09-06  Angus Leeming  <leeming@lyx.org>
974
975         * BufferView_pimpl.h:
976         * kbmap.h:
977         * kbsequence.h:
978         * lyxfunc.h: forward declare LyXKeySym rather than
979         #include "frontends/LyXKeySym.h".
980
981         * BufferView_pimpl.C:
982         * kbmap.C:
983         * kbsequence.C:
984         * lyxfunc.C: associated changes.
985
986 2003-09-06  Angus Leeming  <leeming@lyx.org>
987
988         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
989         As a result, can remove the #include "insets/inset.h" from BufferView.h
990
991 2003-09-06  Angus Leeming  <leeming@lyx.org>
992
993         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
994         As a result, can remove the #include "insets/inset.h" from BufferView.h
995
996 2003-09-06  Angus Leeming  <leeming@lyx.org>
997
998         * buffer_funcs.C:
999         * buffer.h:
1000         * bufferlist.C:
1001         * BufferView.C:
1002         * bufferview_funcs.C:
1003         * BufferView_pimpl.C:
1004         * CutAndPaste.C:
1005         * lyx_cb.C:
1006         * lyxfunc.C:
1007         * paragraph.h:
1008         * ParagraphParameters.C:
1009         * tabular.C:
1010         * text3.C:
1011         * toc.C:
1012         * undo_funcs.C:
1013         * frontends/controllers/ControlDocument.C:
1014         * insets/insetcaption.C: rearrange the #includes into some sort of
1015         coherent order.
1016
1017         * buffer.h: remove #includes ErrorList.h, undo.h
1018
1019 2003-09-06  Angus Leeming  <leeming@lyx.org>
1020
1021         * support/types.h: add a 'depth_type' typedef, used to store the
1022         nesting depth of a paragraph.
1023
1024         * paragraph.h:
1025         * ParameterStruct.h: use this lyx::depth_type typedef rather than
1026         defining explicitly.
1027
1028         * buffer.h:
1029         * paragraph_funcs.h:
1030         * ParagraphParameters.h:
1031         * sgml.h: use lyx::depth_type rather than Paragraph or
1032         ParameterStruct's depth_type.
1033
1034         * buffer.h
1035         * paragraph_funcs.h: no need to #include paragraph.h anymore.
1036
1037         * BufferView.C:
1038         * BufferView_pimpl.C:
1039         * CutAndPaste.C:
1040         * ParagraphParameters.C:
1041         * buffer_funcs.C:
1042         * bufferlist.C:
1043         * bufferview_funcs.C:
1044         * lyx_cb.C:
1045         * lyxfunc.C:
1046         * tabular.C:
1047         * text3.C:
1048         * toc.C:
1049         * undo_funcs.C:
1050         * frontends/LyXView.C:
1051         * frontends/controllers/ControlDocument.C:
1052         * frontends/controllers/ControlErrorList.C:
1053         * insets/insetbibitem.C:
1054         * insets/insetbranch.C:
1055         * insets/insetcaption.C:
1056         * insets/insetcollapsable.C:
1057         * insets/insetenv.C:
1058         * insets/insetert.C:
1059         * insets/insetfloat.C:
1060         * insets/insetfoot.C:
1061         * insets/insetfootlike.C:
1062         * insets/insetnewline.C:
1063         * insets/insetquotes.C:
1064         * insets/insettabular.C:
1065         * insets/insettext.C:
1066         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
1067
1068         * frontends/controllers/ControlChanges.C: #include "changes.h".
1069
1070 2003-09-06  Angus Leeming  <leeming@lyx.org>
1071
1072         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
1073         than #including paragraph.h.
1074
1075         * ParagraphList.h:
1076         * RowList.h: deleted. Superfluous.
1077
1078         * CutAndPaste.h:
1079         * iterators.h:
1080         * lyxcursor.h:
1081         * lyxtext.h:
1082         * text_funcs.h:
1083         * undo.h:
1084         * undo_funcs.h:
1085         * insets/inset.h:
1086         * insets/insettext.h: use ParagraphList_fwd.h rather than
1087         ParagraphList.h.
1088
1089         * paragraph.h: don't forward declare ParagraphList.
1090
1091         * buffer.h:
1092         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
1093         rather than ParagraphList.h. paragraph.h is still needed for the
1094         Paragraph::depth_type parameters.
1095
1096         * textcursor.h: enable it to compile stand-alone in light of the
1097         above changes.
1098
1099         * bufferview_funcs.C:
1100         * iterators.C:
1101         * lyxfunc.C:
1102         * lyxrow_funcs.C:
1103         * paragraph.C:
1104         * rowpainter.C:
1105         * text.C:
1106         * text2.C:
1107         * text3.C:
1108         * text_funcs.C:
1109         * textcursor.C:
1110         * undo.C:
1111         * frontends/controllers/ControlParagraph.C:
1112         * frontends/controllers/ControlTabular.C:
1113         * insets/insetmarginal.C:
1114         * insets/insetminipage.C:
1115         * insets/insetnote.C:
1116         * insets/insetoptarg.C: add header files needed to compile again.
1117
1118 2003-09-06  Angus Leeming  <leeming@lyx.org>
1119
1120         * RowList_fwd.h: new file, forward-declaring Row rather than
1121         #including lyxrow.h.
1122
1123         * lyxrow_funcs.h:
1124         * lyxtext.h:
1125         * paragraph.h:
1126         * insets/insettext.h: use it instead of RowList.h
1127
1128         * bufferview_funcs.C:
1129         * lyxfunc.C:
1130         * lyxrow_funcs.C:
1131         * paragraph.C:
1132         * rowpainter.C:
1133         * text.C:
1134         * text2.C:
1135         * text3.C: #include "RowList.h".
1136
1137 2003-09-05  Angus Leeming  <leeming@lyx.org>
1138
1139         * factory.C (createInset):
1140         * vspace.C (c-tor): replace sscanf call with an istringstream.
1141         * ispell.C: re-add missing HP/UX headers.
1142         * lyxserver.C: re-add missing  os2 headers.
1143
1144 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
1145
1146         * BranchList.C:
1147         * graph.C:
1148         * ispell.C:
1149         * lastfiles.C:
1150         * lyx_cb.C:
1151         * lyxserver.C:
1152         * texrow.C:
1153         * text3.C: re-add missing system headers, needed for 2.95.2.
1154
1155 2003-09-05  Angus Leeming  <leeming@lyx.org>
1156
1157         Changes most place everywhere due to the removal of using directives
1158         from support/std_sstream.h.
1159
1160 2003-09-05  Angus Leeming  <leeming@lyx.org>
1161
1162         Replace LString.h with support/std_string.h,
1163         Lsstream.h with support/std_sstream.h,
1164         support/LIstream.h with support/std_istream.h,
1165         support/LOstream.h with support/std_ostream.h.
1166
1167         Changes resulting throughout the tree.
1168
1169 2003-09-05  Angus Leeming  <leeming@lyx.org>
1170
1171         * sgml.h: ensure that the header file can be compiled stand-alone.
1172         * *.C: strip out redundant #includes. (320 in total.)
1173
1174 2003-09-04  Angus Leeming  <leeming@lyx.org>
1175
1176         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
1177         here (from getPackages).
1178
1179         * debug.[Ch]: add a new EXTERNAL tag.
1180
1181 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1182
1183         * text2.C (cursorEnd): simplify
1184         (setCursor): adjust
1185         (getColumnNearX): adjust
1186
1187         * text.C (computeBidiTables): adjust
1188         (fill): adjust
1189
1190         * rowpainter.C (paintChars): adjust
1191         (paintSelection): adjust
1192         (paintChangeBar): adjust
1193         (paintText): adjust
1194
1195         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
1196         lastPos instead.
1197         (numberOfSeparators): adjust
1198
1199 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1200
1201         * LyXAction.C:
1202         * box.[Ch]:
1203         * lfuns.h:
1204         * lyxfunc.C:
1205         * text3.C: Restricts the mouse click functionality
1206         of insets like bibtex, include, toc and floatlist to the visible
1207         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
1208         up the dialogs. Cursor has to be in front of the inset (i.e.
1209         start of row) for this to function.
1210
1211 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1212
1213         * bufferview_funcs.C (currentState): output row information
1214
1215 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1216
1217         * bufferview_funcs.C (currentState): output paragraph position
1218
1219 2003-09-04  Angus Leeming  <leeming@lyx.org>
1220
1221         * FloatList.h: move out #include "Floating.h".
1222         * LaTeX.h: move out #include "DepTable.h".
1223         * LyXAction.h: move out #include "funcrequest.h".
1224         * buffer.h: move out #include "author.h", "iterators.h".
1225         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
1226         * lyx_main.h: move out #include "errorlist.h".
1227         * lyxfunc.h: move out #include "FuncStatus.h".
1228         * lyxtext: move out #include "lyxcursor.h".
1229         * paragraph_pimpl.h: move out #include "counters.h".
1230
1231 2003-09-03  Angus Leeming  <leeming@lyx.org>
1232
1233         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
1234         preamble_snippets list, enabling us to add snippets to the preamble
1235         only if the snippet was not there already.
1236
1237 2003-09-04  Angus Leeming  <leeming@lyx.org>
1238
1239         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
1240
1241 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1242
1243         * lyxfunc.C (dispatch): if fitCursor did something be sure to
1244         update
1245
1246 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1247
1248         * BranchList.C: point fix, earlier forgotten
1249
1250 2003-09-02  Angus Leeming  <leeming@lyx.org>
1251
1252         * box.C (contains): renamed from 'contained' after a fantastic
1253         amount of hot air.
1254
1255 2003-09-02  John Levon  <levon@movementarian.org>
1256
1257         * BufferView.C:
1258         * lyxcursor.h:
1259         * lyxcursor.C:
1260         * lyxfunc.C:
1261         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
1262
1263 2003-09-02  John Levon  <levon@movementarian.org>
1264
1265         * text2.C: simplification of cursorEnd(), including partial
1266         fix for bug 1376
1267
1268 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1269
1270         * buffer.C (readFile): add a space
1271
1272 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
1273
1274         * BufferView_pimpl.C (update): remove bogus fitCursor() call
1275
1276 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1277
1278         * buffer.C (readFile): new function, take a filename and a
1279         ParagraphList::iterator
1280         (readFile): adjust
1281         (readFile): adjust, make it private. don't use setStream, make
1282         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
1283         always contain the filename.
1284
1285         * BufferView.C (insertLyXFile): simplify and make it work for
1286         gzipped files.
1287
1288 2003-08-30  John Levon  <levon@movementarian.org>
1289
1290         * Makefile.am: fix dist (from Kayvan)
1291
1292 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1293
1294         * most files: change to use const Buffer refs
1295
1296 2003-08-27  André Pönitz  <poenitz@gmx.net>
1297
1298         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
1299         on top of ownerPar().
1300
1301 2003-08-27  John Levon  <levon@movementarian.org>
1302
1303         * funcrequest.C: properly initialise POD members
1304
1305 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1306
1307         * lyxtext.h (top_y): move top_y from here
1308         * text.C:
1309         * text2.C:
1310         * text3.C:
1311         * BufferView.[Ch]:
1312         * BufferView_pimpl.[Ch]: to here
1313         * frontends/screen.C:
1314         * insets/insettabular.C:
1315         * insets/insettext.C: adjust
1316         * rowpainter.[Ch] (paintRows): remove LyXText & argument
1317
1318 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1319
1320         * BufferView.[Ch]:
1321         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
1322
1323 2003-08-26  André Pönitz  <poenitz@gmx.net>
1324
1325         * paragraph_func.[Ch] (outerPar): new function
1326
1327         * paragraph.C:
1328         * paragraph_funcs.C:
1329         * paragraph_funcs.h:
1330         * paragraph_pimpl.C:
1331         * text2.C: remove Inset::par_owner
1332
1333 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1334
1335         * lyxrow_funcs.C:
1336         * lyxtext.h:
1337         * text.C:
1338         * text2.C: eliminates the needFullRow/display() stuff
1339         altogether, putting the logic in metrics/draw in the insets.
1340
1341 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
1342
1343         * text2.C (redoParagraphInternal, redoParagraphs):
1344         * text.C (redoParagraph): add a call to updateRowPositions at the
1345         end of each 'metrics-like' call. Remove all others.
1346         (getRow): remove the 'y-computing' version.
1347         (getRowNearY): do not compute nor return the real y. Solve the
1348         'y < 0' problem and simplify.
1349
1350 2003-08-22  Angus Leeming  <leeming@lyx.org>
1351
1352         * *.[Ch]: clean-up of licence and author blurbs.
1353         Also move config.h out of a few .h files and into a few .C files.
1354
1355 2003-08-22  André Pönitz  <poenitz@gmx.net>
1356
1357         * lyxrow.[Ch]: add x_ and *fill_ members
1358
1359         * lyxtext.h:
1360         * text.C:
1361         * rowpainter.C:
1362         * text2.C: adjust/remove prepareToPrint() calls
1363
1364 2003-08-22  André Pönitz  <poenitz@gmx.net>
1365
1366         * lyxrow.[Ch]: add  end_ member
1367
1368         * lyxrow_funcs.C: use LyXRow::end_
1369
1370         * lyxtext.h (singleWidth): add LyXFont parameter
1371
1372         * rowpainter.C:
1373         * text2.C: adjust LyXText::singleWidth() calls
1374
1375         * text.C (redoParagraph): simplify row breaking logic
1376
1377
1378 2003-08-19  André Pönitz  <poenitz@gmx.net>
1379
1380         * funcrequest.C: initialize button_ member
1381
1382         * text3.C:
1383         * rowpainter.[Ch]: interface consolidation
1384
1385 2003-08-18  André Pönitz  <poenitz@gmx.net>
1386
1387         * BufferView.C:
1388         * BufferView_pimpl.C:
1389         * lyxfind.C:
1390         * paragraph_funcs.C:
1391         * rowpainter.C:
1392         * text3.C: remove LyXScreen::draw() and fitCursor calls
1393
1394         * BranchList.h: remove spurious semicolons
1395
1396         * MenuBackend.C: fix branchlist related crash
1397
1398 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1399
1400         * BranchList.[Ch]:
1401         * InsetList.[Ch]:
1402         * LColor.[Ch]:
1403         * LyXAction.C:
1404         * Makefile.am:
1405         * MenuBackend.[Ch]:
1406         * bufferparams.[Ch]:
1407         * factory.C:
1408         * lfuns.h:
1409         * lyxfunc.C:
1410         * text3.C: implements the 'branch inset'
1411         idea. This allows the output of various versions of a document
1412         from a single source version, selectively outputing or suppressing
1413         output of parts of the text.
1414         This implementation contains a 'branch list editor' in a separate
1415         tab of the document settings dialog. Branches are user definable
1416         and have a "display colour" to distinguish them on-screen.
1417
1418         ColorHandler was somewhat cleaned up.
1419         (1) make possible a dynamically growing LColor list by allowing
1420         the graphic context cache to grow along (vector);
1421         (2) eliminate an IMHO unnecessary step in colour allocation.
1422
1423 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1424
1425         * BufferView_pimpl.C: compile fix
1426
1427 2003-08-15  André Pönitz  <poenitz@gmx.net>
1428
1429         * rowpainter.C: remove extra metrics calls
1430
1431         * lyxtext.h: merge the two constructors into a single one,
1432           pass reference to owner's par list
1433
1434         * BufferView_pimpl.C:
1435         * text.C:
1436         * text2.C: adjust
1437
1438 2003-08-15  André Pönitz  <poenitz@gmx.net>
1439
1440         * lyxrow_funcs.[Ch]:
1441         * lyxtext.h:
1442         * paragraph.h:
1443         * paragraph_funcs.C:
1444         * rowpainter.C:
1445         * text.C:
1446         * text2.C:
1447         * text3.C:
1448         * text_funcs.C: split LyXText::rowlist_ into individual
1449         Paragraph::rows_ chunks
1450
1451         * BufferView.[Ch]:
1452         * BufferView_pimpl.[Ch]:
1453         * lyxfind.C:
1454         * lyxtext.h:
1455         * text3.C: remove toggleSelection()
1456
1457 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1458
1459         * bufferlist.C: beautify two alerts (shorter text of buttons)
1460         * buffer.C: Remove redundant ' ' from message
1461         * tabular.h:
1462         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1463         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1464         rename VALIGN_CENTER to VALIGN_MIDDLE
1465
1466 2003-08-11  André Pönitz  <poenitz@gmx.net>
1467
1468         * lyxtext.h (getPar):
1469         * text.C: new function
1470
1471 2003-08-11  André Pönitz  <poenitz@gmx.net>
1472
1473         * Makefile.am:
1474         * tracer.[Ch]: remove unneeded files
1475
1476         * InsetList.[Ch]: remove resizeInsetsLyXText()
1477
1478         * lyxtext.h:
1479         * text.C:
1480         * text2.C:
1481         * text3.C: merge insertParagraphs() and appendParagraph()
1482         remove breakAgain(), update()
1483
1484         * BufferView_pimpl.[Ch]:
1485         * bufferview_funcs.[Ch]:
1486         * lyxfunc.C:
1487         * paragraph.[Ch]:
1488         * rowpainter.C:
1489         * tabular.C: adjust after text & InsetList changes.
1490
1491 2003-08-08  André Pönitz  <poenitz@gmx.net>
1492
1493         * text.C (insertChar, backspace): replace rowlist fiddling
1494         with rebreak of full par
1495
1496         * lyxtext.h:
1497         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1498         checkParagraph, updateInset): removed
1499
1500 2003-08-07  André Pönitz  <poenitz@gmx.net>
1501
1502         * paragraph.C:
1503         * text3.C: merge some LFUN handlers, remove dead code
1504
1505 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1506
1507         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1508
1509 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1510
1511         * text2.C (DEPM): fix part of bug 1255 and 1256
1512
1513 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1514
1515         * BufferView_pimpl.C (workAreaDispatch): change to use
1516         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1517         that are no mouse related.
1518
1519 2003-08-05  André Pönitz  <poenitz@gmx.net>
1520
1521         * BufferView.[Ch]:
1522         * BufferView_pimpl.[Ch]:
1523         * bufferview_funcs.C:
1524         * text2.C:
1525         * text3.C: rip out "deep update"
1526
1527         * textcursor.[Ch] (last_sel_cursor): remove unused member
1528
1529 2003-08-04  André Pönitz  <poenitz@gmx.net>
1530
1531         * BufferView.[Ch]:
1532         * BufferView_pimpl.[Ch]:
1533         * ParagraphParameters.C:
1534         * bufferview_funcs.C:
1535         * lyx_cb.C:
1536         * lyxfind.C:
1537         * lyxfunc.C:
1538         * text.C:
1539         * text2.C:
1540         * text3.C: replace "complicated" BufferView::update(...) calls with
1541         simpler ones.
1542
1543         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1544
1545 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1546
1547         * Makefile.am (lyx_SOURCES): add paper.h
1548
1549 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1550
1551         * Makefile.am: move things around so that both lyx-qt and
1552         lyx-xforms can be built (according to --with-frontend). Then lyx
1553         is a symbolic link to lyx-[firstfrontend]
1554
1555 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1556
1557         * Always use std::endl with lyxerr
1558
1559 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1560
1561         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1562
1563 2003-08-01  André Pönitz  <poenitz@gmx.net>
1564
1565         * BufferView.[Ch]:
1566         * BufferView_pimpl.[Ch]:
1567         * lyxfunc.C:
1568         * text3.C: merge BufferView::repaint() and BufferView::update()
1569
1570 2003-08-01  José Matos  <jamatos@lyx.org>
1571
1572         * buffer.[Ch]: file_format is no longer a buffer data element.
1573
1574 2003-08-01  André Pönitz  <poenitz@gmx.net>
1575
1576         * BufferView.C:
1577         * lyxtext.h:
1578         * text.C:
1579         * text2.C: make redoParagraph more independent of current cursor
1580
1581         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1582         * text.C:
1583         * text2.C: remove unneeded members
1584
1585 2003-07-30  André Pönitz  <poenitz@gmx.net>
1586
1587         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1588
1589         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1590           create a single function...
1591
1592         * paragraph_funcs.C (moveItem): ... here.
1593
1594         * text.C:
1595           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1596
1597 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1598
1599         * LColor.[Ch]: Add comment and greyedout logical colors.
1600
1601 2003-07-30  André Pönitz  <poenitz@gmx.net>
1602
1603         * tabular.C: don't use Assert too heavily. This crashes where it
1604           shouldn't
1605
1606 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1607
1608         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1609         is disabled (bug 1232)
1610
1611 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1612
1613         * factory.C: limited 'arg' scope
1614
1615 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1616
1617         * factory.C: fixed Note submenu issues
1618
1619 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1620
1621         * factory.C: submenu for Note/Comment/Greyedout
1622
1623 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1624
1625         * lyx_main.C (LyX):
1626         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1627
1628 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1629
1630         * LaTeXFeatures.C:
1631         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1632         greyedout. Patch provided by Jürgen Spitzmüller.
1633
1634 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1635
1636         * kbmap.C (read): fix error message when reading bind files
1637
1638 2003-07-29  Angus Leeming  <leeming@lyx.org>
1639
1640         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1641         certainly does not do what it purports to do. I am doing it, and
1642         us, a favour by killing it.
1643
1644 2003-07-28  José Matos  <jamatos@lyx.org>
1645
1646         * buffer.C (readBody, do_writeFile):
1647         * paragraph.C(readParagraph): \end_document replaces \the_end.
1648
1649 2003-07-29  André Pönitz  <poenitz@gmx.net>
1650
1651         * BufferView.[Ch]:
1652         * BufferView_pimpl.[Ch]:
1653         * lyxfunc.C:
1654         * text2.C:
1655         * text3.C:
1656         * textcursor.[Ch]: remove toggleToggle & Co
1657
1658 2003-07-28  José Matos  <jamatos@fep.up.pt>
1659
1660         * buffer.C (readParagraph):
1661         * params_func (readParToken, readParagraph):
1662         * paragraph.C (write): \layout -> \begin_layout.
1663
1664 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1665
1666         * lyxlex_pimpl.C (setFile): clean up slightly.
1667
1668         * bufferparams.h: add compressed var
1669
1670         * buffer_funcs.C (readFile): adjust for LyXLex change
1671         (newFile): ditto + simplify
1672
1673         * buffer.C (writeFile): handle writing of compressed files
1674
1675         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1676         Check if the file is compressed and set a bufferparm if so.
1677
1678         * Makefile.am (lyx_LDADD): remove explicit -lz
1679
1680 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1681
1682         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1683         makeDocBookFile): put the real LyX version in the first line of
1684         the file
1685
1686         * version.h:
1687         * version.C.in: remove lyx_docversion
1688
1689         * tabular.C (write_attribute): add a template-based version to
1690         write enums properly
1691
1692 2003-07-28  André Pönitz  <poenitz@gmx.net>
1693
1694         * lyxtext.h:
1695         * text.C:
1696         * text2.C:
1697         * text3.C: use doubles again for x-coordinates. They are needed.
1698
1699 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1700
1701         * messages.C (getLocaleDir): use lyx_localedir()
1702
1703         * lyxlex_pimpl.C (setFile): compress stuff
1704
1705         * buffer.C (writeFile): add some compression stuff
1706         (do_writeFile): new func, dont call expliti close... will this
1707         breake anything?
1708
1709         * Makefile.am (lyx_LDADD): add -lz
1710
1711 2003-07-28  José Matos  <jamatos@fep.up.pt>
1712
1713         * buffer.C: increment file format.
1714         * paragraph_funcs (readParagraph, readParToken):
1715         * paragraph.C (readParagraph): add \end_layout.
1716
1717 2003-07-27  Angus Leeming  <leeming@lyx.org>
1718
1719         * Makefile.am: remove special casing for configure-time setting of
1720         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1721
1722         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1723         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1724
1725 2003-07-26  André Pönitz  <poenitz@gmx.net>
1726
1727         * paragraph_func.[Ch]:
1728         * paragraph.C (realizeFont): inline it whereever it is used
1729
1730         * rowpainter.C:
1731         * text.C:
1732         * text2.C:
1733         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1734
1735
1736 2003-07-26  André Pönitz  <poenitz@gmx.net>
1737
1738         *       lyxtext.h:
1739         * text.C:
1740         * text2.C: get rid of LyXText::need_break_row
1741
1742 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1743
1744         * toc.[Ch]: put namespace toc inside namespace lyx
1745
1746         * MenuBackend.C (expandToc2): adjust for lyx::toc
1747         (expandToc): ditto
1748
1749         * lyxfunc.C (dispatch): adjust for lyx::find
1750
1751         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1752         lyx::find instead. Reorganize a bit.
1753         (LyXReplace): rename to replace
1754         (LyXFind): rename to find
1755
1756         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1757         (dispatch): ditto
1758
1759 2003-07-26  André Pönitz  <poenitz@gmx.net>
1760
1761         * text.C (setHeightOfRow): restrict scope of temporary variable
1762
1763         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1764           code (never has been used?)
1765
1766 2003-07-27  Asger Alstrup  <alstrup@local>
1767
1768         * text.C (fill): Optimise algorithm to exploit that we can reuse
1769         the LyXFont for many characters.
1770         (setHeightOfRow): Same thing.
1771         (rowBreakPoint): Same thing.
1772
1773 2003-07-26  Asger Alstrup  <alstrup@local>
1774
1775         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1776
1777         * text.C (singleWidth): Spurious font copying in hot-spot
1778         singleWidth avoided. Reorder tests for arabic for efficiency.
1779
1780         * text.C (fill): handle empty paragraphs better.
1781
1782 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1783
1784         * ispell.C:
1785         * encoding.h: add includes
1786
1787         * lyxrc.C: remove reading of bind files
1788
1789         * lyx_main.C (init): setup bindings and menus only if we have a
1790         gui.
1791
1792         * kbmap.C (read): new method. Do the actual reading of bind
1793         files.
1794
1795         * converter.C (dvipdfm_options):
1796         * bufferparams.C:
1797         * lyxrc.C (read):
1798         (output): adapt PAPER_* enums.
1799
1800         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1801
1802         * bufferparams.h: remove paper-related enums from there
1803
1804         * paper.h: New file. A trivial header file to hold paper-related
1805         enums. It should later expand to contain many paper-related
1806         horrors access.
1807
1808         * lyxrc.C: declare extern displayTranslator
1809
1810 2003-07-27  José Matos  <jamatos@fep.up.pt>
1811
1812         * tabular.[Ch] (linuxdoc): add support for tables and figures
1813         (linuxdoc).
1814
1815 2003-07-27  José Matos  <jamatos@fep.up.pt>
1816
1817         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1818         consistency in both functions.
1819         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1820
1821 2003-07-26  Asger Alstrup  <alstrup@local>
1822
1823         * rowpainter.C (paintRows): Change algorithm to work directly on
1824         the insets rather than asking every character in the document
1825         whether its an inset.
1826
1827 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1828
1829         * buffer.C (openFileWrite): factorize some code
1830
1831 2003-07-26  Angus Leeming  <leeming@lyx.org>
1832
1833         * lyx_cb.C:
1834         * lyx_main.[Ch]: replace occurances of system_tempdir with
1835         os::getTmpDir().
1836
1837 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1838
1839         * rename Inset to InsetOld
1840
1841 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1842
1843         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1844         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1845         which I think is a bit clearer. EDIT is gone, since it was
1846         premature optimisation, and broken for mathed anyway.
1847         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1848         with cursor positioning in insets as well (math insets still do not
1849         work, but that's a different story anyway.) It mysteriously
1850         crashes sometimes with undo in the first paragraph, but I'm fairly
1851         confident that this is a compiler bug.
1852
1853 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1854
1855         * paragraph.C (Paragraph): adjust for new clone return type
1856         (operator==): ditto
1857         (copyIntoMinibuffer): ditto
1858
1859 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1860
1861         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1862         by not having a special case, and always doing a full rebreak of
1863         the document after undo.
1864
1865 2003-07-23  Angus Leeming  <leeming@lyx.org>
1866
1867         * factory.C (createInset): InsetExternal::setParams now takes a
1868         Buffer const * arg.
1869
1870 2003-07-23  Angus Leeming  <leeming@lyx.org>
1871
1872         * factory.C (createInset): changed interface to the external and
1873         graphics mailers' string2params functions.
1874
1875 2003-07-23  Angus Leeming  <leeming@lyx.org>
1876
1877         * factory.C (createInset): pass a
1878         Buffer const * parameter to InsetExternalMailer's string2params.
1879
1880 2003-07-22  John Levon  <levon@movementarian.org>
1881
1882         * Thesaurus.h: include the right aiksaurus header
1883
1884 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1885
1886         * MenuBackend.C (expand): check menu shortcuts unconditionally
1887
1888 2003-07-21  Angus Leeming  <leeming@lyx.org>
1889
1890         * factory.C (createInset): pass a
1891         buffer_path parameter to InsetGraphicsMailer's string2params.
1892
1893 2003-07-21  Angus Leeming  <leeming@lyx.org>
1894
1895         * BufferView_pimpl.C (buffer):
1896         * buffer.C (d-tor):
1897         * lyx_main.C (LyX):
1898         * lyxfunc.C (dispatch):
1899         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1900         rather than the grfx shortcut.
1901
1902 2003-07-21  André Pönitz  <poenitz@gmx.net>
1903
1904         * rowpainter.C: remove unused variables
1905
1906         * tabular_funcs.C:
1907         * tabular_funcs.h: move to tabular.C
1908         * Makefile.am: adjust
1909
1910         * tabular.[Ch]: basic optical cleaning
1911
1912         * author.h: pass references, not values
1913
1914 2003-07-18  André Pönitz  <poenitz@gmx.net>
1915
1916         * lyxtext.h:
1917         * metricsinfo.C:
1918         * metricsinfo.h:
1919         * rowpainter.C:
1920         * text.C:
1921         * text2.C:
1922         * text3.C: two-phase drawing for InsetText and InsetTabular
1923         some float -> int changes.
1924
1925 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1926
1927         * lyx_main.C: fix the fix
1928
1929 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1930
1931         * lyx_main.C: fix a crash in batch mode if no files specified
1932         * converter.C: ws
1933
1934 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1935
1936         * format.[Ch] (papersize): moved to BufferParams
1937         * converter.[Ch] (dvips_options): moved to BufferParams
1938         (dvipdfm_options): moved to anon namespace
1939         * bufferparams.[Ch]: added above functions.
1940
1941 2003-07-17  André Pönitz  <poenitz@gmx.net>
1942
1943         * lyxtext.h:
1944         * rowpainter.C:
1945         * text2.C: don't call inset->update() anymore
1946
1947         * metricsinfo.[Ch]: add convenience constructor
1948
1949 2003-07-16  André Pönitz  <poenitz@gmx.net>
1950
1951         * lyxcursor.[Ch]:
1952         * lyxfunc.[Ch]:
1953         * text.C:
1954         * text2.C: replace the LyXCursor::irow_ member with
1955          on-demand computation of the value
1956
1957 2003-07-16  John Levon  <levon@movementarian.org>
1958
1959         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1960
1961 2003-07-15  André Pönitz  <poenitz@gmx.net>
1962
1963         * text.C:
1964         * text2.C: remove no more needed refresh_row
1965
1966 2003-07-15  André Pönitz  <poenitz@gmx.net>
1967
1968         * lyxtext.h:
1969         * rowpainter.C:
1970         * text2.C:
1971         * text3.C: refresh_status tristate -> need_update bool
1972
1973 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1974
1975         * lyxtext.h (init): remove reinit argument (act as if always true)
1976         * text2.C: adjust to that
1977
1978 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1979
1980         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1981         * text3.C: use it to delete selections in some cases
1982         (bugs 441, 673, 702, 954).
1983
1984 2003-07-14  André Pönitz  <poenitz@gmx.net>
1985
1986         * rowpainter.[Ch]: reduce interface
1987
1988 2003-07-14  André Pönitz  <poenitz@gmx.net>
1989
1990         * BufferView_pimpl.C:
1991         * text2.C: adjust after removing unused BufferView * argument
1992
1993 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1994
1995         * text2.C (init): fix a crash fired on resize
1996
1997 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1998
1999         * buffer.[Ch]: added new closing signal
2000         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
2001         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
2002         BufferView::Pimpl via the closing the signal
2003
2004 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
2005
2006         * buffer.[Ch]: take out all bv-related from buffer
2007         * BufferView.C:
2008         * BufferView_pimpl.[Ch]: connect to new signals
2009         * CutAndPaste.C: removed useless asserts
2010         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
2011         * lyxvc.[Ch]:
2012         * vc-backend.[Ch]:
2013         * lyxfunc.C: moved view-related funciontality from vc here
2014         * paragraph.C: removed outdated comments
2015         * text.C: ws
2016
2017 2003-07-10  André Pönitz  <poenitz@gmx.net>
2018
2019         * BufferView_pimpl.C:
2020         * tabular.h:
2021         * tabular_funcs.C:
2022         * text.C:
2023         * text2.C: remove InsetText::InnerCache, clean up consequences
2024
2025 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2026
2027         * ispell.C: fix two typos in error messages
2028
2029 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
2030
2031         * Extend Note inset to other forms of annotation like Comment
2032         and Greyedout. Right button click gives dialog.
2033
2034         Files modified or added (+):
2035
2036         * insetnote.[Ch]
2037         * FormNote.[Ch]      +
2038         * ControlNote.[Ch]   +
2039         * form_note.fd       +
2040         * Makefile.am in frontends/xforms, frontends/xforms/forms,
2041         frontends/controllers
2042         * xforms/Dialogs.C
2043         * factory.C
2044
2045 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2046
2047         * aspell.C: add missing namespace lyx::support
2048
2049 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
2050
2051         * BufferView.[Ch] (newFile): Add
2052         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
2053         * LaTeX.[Ch] (message): added this signal and use it
2054         * buffer.[Ch] (busy, message): added these signals and use them
2055         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
2056         * converter.C:
2057         * exporter.C:
2058         * format.C:
2059         * importer.C: use buffer signals instead of direct bv calling
2060         * lyx_cb.[Ch] (ShowMessage): removed
2061         * lyx_main.C:
2062         * lyxfunc.C:
2063         * paragraph_funcs.C:
2064         * text2.C: use buffer signals
2065
2066 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2067
2068         * introduce namespace lyx::graphics
2069
2070 2003-07-02  André Pönitz  <poenitz@gmx.net>
2071
2072         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
2073
2074 2003-07-01  André Pönitz  <poenitz@gmx.net>
2075
2076         * text.C:
2077         * text2.C:
2078         * text3.C:
2079         * text_funcs.[Ch]:
2080         * textcursor.h:
2081         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
2082           text*.C to text_func.C
2083
2084 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2085
2086         * introduce namespace lyx::support
2087
2088 2003-06-30  André Pönitz  <poenitz@gmx.net>
2089
2090         * Chktex.C:
2091         * funcrequest.C:
2092         * lyxtext.h:
2093         * text.C: re-enable --with-included-string
2094
2095 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2096
2097         * textcursor.C: add <config.h>
2098
2099         * text.C (getWord): remove const from word_location arg
2100
2101         * lyxvc.C (getLogFile): fix const type order
2102
2103         * lyxtext.h: remove const from word_location arg, add arg name
2104
2105         * lyxlayout.h: currect type on labeltype.
2106
2107         * importer.C: correct \file
2108
2109         * converter.C (intToFormat): use std:: on ret val, ws changes
2110
2111         * bufferlist.h: correct \file
2112
2113         * buffer.C (makeLinuxDocFile): fix const type order
2114         (makeDocBookFile): ditto
2115         (fillWithBibKeys): use std:: on stdlib args.
2116
2117         * CutAndPaste.C: fix authors.
2118         (availableSelections): use std:: on return vector
2119
2120 2003-06-27  André Pönitz  <poenitz@gmx.net>
2121
2122         * BufferView_pimpl.C:
2123         * bufferview_funcs.C:
2124         * lyxcursor.C:
2125         * lyxcursor.h:
2126         * lyxfunc.C:
2127         * lyxtext.h:
2128         * rowpainter.C:
2129         * text.C:
2130         * text2.C:
2131         * text3.C: remove LyXCursor::row_ member
2132
2133         * lyxtext.h:
2134         * text.C: rename fullRebreak() to partialRebreak() and implement
2135           a fullRebreak() that really bereks fully
2136
2137         * textcursor.h: new struct for cursor-related data
2138
2139 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
2140
2141         * lyx_main.C (LyX): get full path of document loaded on the
2142         command line
2143
2144 2003-06-26  André Pönitz  <poenitz@gmx.net>
2145
2146         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
2147           remove unused/broken operator>,<,>=.
2148
2149         *       text.C: remove only use of broken operator<= in an Assert().
2150
2151 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2152
2153         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
2154         moved errorlist_.clear to showErrorList
2155
2156 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2157
2158         * converter.C (scanLog, runLaTeX):
2159         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
2160         move the bv->showErrorList call to the callers
2161         * lyxfunc.C: i.e. here...
2162         * text2.C: and here
2163         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
2164         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
2165         namespace, the second to...
2166         * buffer_funcs (BufferFormat, parseErrors): added
2167         * errorlist.C (ErrorList(TeXErrors const &)): removed
2168
2169 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2170
2171         * ToolbarBackend.C (getIcon): complain when icon cannot be found
2172
2173 2003-06-24  "Garst R. Reese" <reese@isn.net>
2174
2175         * debug.C: fix typo
2176
2177 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2178
2179         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
2180
2181         * version.C.in: change docversion to 1.4
2182
2183 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
2184
2185         * buffer.C: fix a bug just introduced
2186
2187 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
2188
2189         * buffer.[Ch]: added the parseError signal and use it, removed
2190         sgmlError
2191         * BufferView.[Ch] (addError): moved to ...
2192         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
2193         to the Buffer::parseError signal to catch (guess what) parse errors
2194         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
2195
2196 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
2197
2198         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
2199         ability to create a buffer and to return an existing one from
2200         the list. Moved these functions to...
2201         * buffer_funcs.[Ch]: added
2202         * BufferView.[Ch] (loadLyXFile): added
2203         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
2204         job removed from bufferlist::loadLyXFile.
2205         * buffer.C (setReadOnly): make it work without view
2206         (i.e added an if (users))
2207
2208 2003-06-19  Angus Leeming  <leeming@lyx.org>
2209
2210         * lfuns.h:
2211         * LyXAction.C (init):
2212         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
2213         with LFUN_DIALOG_SHOW <name> <data>.
2214
2215 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2216
2217         * CutAndPaste.C (availableSelections): small compilation fix for
2218         ancient (gcc 2.9x) compilers
2219
2220 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2221
2222         * text3.C (cursorNext): add tmp var
2223
2224         * text2.C (updateCounters): for function calling out of for clause
2225         (replaceSelectionWithString): ditto
2226         (insertStringAsParagraphs): ditto
2227         (getColumnNearX): add tmp var
2228         (setCursorFromCoordinates): add tmp var
2229         (cursorDownParagraph): add tmp var
2230         (deleteEmptyParagraphMechanism): add tmp var
2231
2232         * text.C (insertChar): add tmp var
2233
2234         * rowpainter.C (paintDepthBar): add tmp var
2235
2236         * CutAndPaste.C (availableSelections): potentially check all
2237         paragraphs in a cut to fill the shown strings.
2238
2239 2003-06-18  André Pönitz  <poenitz@gmx.net>
2240
2241         * kbmap.[Ch]: use vector<> instead of list<>
2242
2243 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2244
2245         * text3.C (dispatch): handle arg to LFUN_PASTE, call
2246         pasteSelection with index
2247
2248         * text2.C (pasteSelection): modify, call pasteSelection with index
2249
2250         * paragraph.C (asString): reimplement version with no interval to
2251         call the one with interval.
2252
2253         * lyxtext.h: add index arg to pasteSelection
2254
2255         * MenuBackend.C (MenuItem): handle PasteRecent
2256         (Menu::read::Menutags): add md_pasterecent
2257         (read): handle it
2258         (expandPasteRecent): new function
2259         (expand): use it
2260
2261         * MenuBackend.h: add PasteRecent to MenuItem::Kind
2262
2263         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
2264         the limited stack
2265         (availableSelections): new function
2266
2267 2003-06-17  Angus Leeming  <leeming@lyx.org>
2268
2269         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
2270
2271 2003-06-17  Angus Leeming  <leeming@lyx.org>
2272
2273         * lfuns.h:
2274         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
2275
2276         * lyxfunc.C (dispatch): invoke it.
2277
2278 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2279
2280         * iterators.C (operator++, ParPosition): reintroduce some
2281         const_cast for the benefit of older compilers.
2282
2283 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2284
2285         * text3.C (dispatch): do not modify clipboard when doing
2286         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
2287         LFUN_DELETE_SKIP on a selection selection
2288
2289 2003-06-16  André Pönitz  <poenitz@gmx.net>
2290
2291         * BufferView.C:
2292         * buffer.C:
2293         * buffer.h:
2294         * paragraph.C:
2295         * tabular.[Ch]: IU of clone() and getLabelList();
2296
2297 2003-06-13  André Pönitz  <poenitz@gmx.net>
2298
2299         * tabular.h: compactification
2300
2301 2003-06-12  André Pönitz  <poenitz@gmx.net>
2302
2303         * tabular.C:
2304         * tabular.h:
2305         * tabular_funcs.h: some renaming plus whitespace
2306
2307 2003-06-12  André Pönitz  <poenitz@gmx.net>
2308
2309         * BufferView.C:
2310         * BufferView_pimpl.C:
2311         * CutAndPaste.C:
2312         * buffer.C:
2313         * iterators.[Ch]:
2314         * lyxfunc.C:
2315         * text.C:
2316         * toc.C: Return a Paragraph & for ParIterator::operator*()
2317
2318 2003-06-11  John Levon  <levon@movementarian.org>
2319
2320         * lyx_main.C:
2321         * ToolbarBackend.h:
2322         * ToolbarBackend.C: add "Toolbars" section and
2323         put the flags there
2324
2325 2003-06-10  Angus Leeming  <leeming@lyx.org>
2326
2327         * lfuns.h:
2328         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
2329
2330         * lyxfunc.C (dispatch): invoke it.
2331
2332 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2333
2334         * main.C: protect <ios> with HAVE_IOS
2335         (main): protect sync_with_stdio with HAVE_IOS
2336
2337 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2338
2339         * text2.C (cutSelection): adjust
2340         (pasteSelection): adjust
2341
2342         * messages.C: handle get of empty string
2343
2344         * main.C (main): use sync_with_stdio(false)
2345
2346         * lyxfunc.C (dispatch): adjust
2347
2348         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
2349         (WriteAs): remove unneeded BufferView arg.
2350
2351         * bufferparams.h: use correct types on papersize, papersize2 and
2352         paperpackage.
2353
2354         * bufferparams.C (readToken): adjust for type
2355         (writeLaTeX): add missing cases to switch.
2356
2357         * bufferlist.C (quitWriteBuffer): adjust
2358         (close): adjust
2359
2360         * buffer.C (asciiParagraph): remove some commented code.
2361
2362         * CutAndPaste.C: remove current_view extern variable.
2363         (cutSelection): add BufferParams arg.
2364         (eraseSelection): add BufferParams arg.
2365         (pasteSelection): add Buffer const & arg
2366
2367 2003-06-07  John Levon  <levon@movementarian.org>
2368
2369         * buffer.C:
2370         * paragraph_funcs.C:
2371         * paragraph_pimpl.C:
2372         * text.C:
2373         * text2.C:
2374         * paragraph.h:
2375         * paragraph.C: allow InsetERT to freely space lines,
2376         and some consolidation of code
2377
2378 2003-06-06  José Matos  <jamatos@fep.up.pt>
2379
2380         * buffer.C (makeDocBookFile): fix bug #821
2381
2382 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2383
2384         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2385
2386 2003-06-04  Angus Leeming  <leeming@lyx.org>
2387
2388         * buffer.C: bump format to 224.
2389
2390 2003-06-05  André Pönitz  <poenitz@gmx.net>
2391
2392         * text2.C (redoParagraphs): remove two const_cast<>
2393
2394 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2395
2396         * ParagraphList.h: remove last remnants of NO_STD_LIST
2397
2398 2003-06-03  Angus Leeming  <leeming@lyx.org>
2399
2400         * factory.C (createInset): small change to the way InsetExternal's params
2401         are set.
2402
2403 2003-06-04  André Pönitz  <poenitz@gmx.net>
2404
2405         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2406
2407         * paragraph_pimpl.h:
2408         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2409
2410         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2411
2412         * undo_funcs.C: make some simple cases of undo work again
2413
2414 2003-06-03  John Levon  <levon@movementarian.org>
2415
2416         * ispell.C: HPUX doesn't have sys/select.h
2417         (from Albert Chin)
2418
2419 2003-06-03  John Levon  <levon@movementarian.org>
2420
2421         * CutAndPaste.C: update tabular and include inset
2422         buffer references
2423
2424         * buffer.h:
2425         * paragraph.h:
2426         * paragraph.C: remove owningBuffer(), don't pass Buffer
2427         to clone()
2428
2429         * factory.C: insetGraphicsParams changed
2430
2431 2003-06-02  John Levon  <levon@movementarian.org>
2432
2433         * LyXAction.C:
2434         * factory.C:
2435         * lfuns.h:
2436         * lyxfunc.C:
2437         * text3.C: remove insetparent
2438
2439 2003-06-02  John Levon  <levon@movementarian.org>
2440
2441         * buffer.h:
2442         * buffer.C: fix inset_iterator.end(), move out of line
2443         (bug 1149)
2444
2445 2003-06-01  John Levon  <levon@movementarian.org>
2446
2447         * text3.C: use a proper cut/paste when doing inset
2448         insert (from Jürgen Spitzmüller)
2449
2450 2003-06-01  John Levon  <levon@movementarian.org>
2451
2452         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2453
2454 2003-05-30  André Pönitz  <poenitz@gmx.net>
2455
2456         * rowpainter.C: unify second drawing phase
2457
2458 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2459
2460         * trans_mgr.C: remove one case of current_view
2461
2462         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2463
2464         * paragraph_funcs.h: remove paragraph.h include
2465
2466         * paragraph.h: delete NO_STD_LIST stuff
2467
2468         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2469
2470         * buffer.h: remove paragraph.h include
2471
2472         * ParagraphList.C: delete file
2473
2474         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2475
2476         * toc.C (getTocList): adjust
2477
2478         * paragraph_pimpl.C (validate): adjust
2479
2480         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2481
2482         * paragraph.C (Paragraph): adjust
2483         (getPositionOfInset): use const_iterator, adjust
2484         (bibitem): use const_iterator, adjust
2485         (setInsetOwner): adjust
2486
2487         * iterators.C (operator++): adjust
2488
2489         * InsetList.[Ch]: Replace selfmade iterator with standard
2490         vector::iterator also introduce const_iterator. Remove getPos,
2491         getInset and setInset from InsetTable. Adjust accordingly.
2492
2493         * BufferView.C (lockInset): adjust
2494         (ChangeInsets): adjust
2495
2496         * tabular.[Ch]: delete commented same_id functions
2497
2498 2003-05-28  John Levon  <levon@movementarian.org>
2499
2500         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2501
2502 2003-05-28  André Pönitz  <poenitz@gmx.net>
2503
2504         * metricsinfo.[Ch]: remove 'fullredraw' member
2505
2506 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2507
2508         * lyxtextclass.C (operator): remove caching.
2509
2510 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2511
2512         * text3.C: adjust
2513
2514         * text2.C (cursorBottom): adjust
2515         (setCounter): use ParagraphList::find, adjust
2516
2517         * text.C (workWidth): use ParagraphList::find, adjust
2518
2519         * lyxcursor.C (LyXCursor): adjust
2520
2521         * buffer.C (inset_iterator): adjust
2522
2523         * ParagraphList.h: make iterator(value_type) private, make
2524         ParagraphList a friend of iterator.
2525
2526         * ParagraphList.C (find): new function
2527
2528         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2529
2530 2003-05-27  André Pönitz  <poenitz@gmx.net>
2531
2532         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2533
2534 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2535
2536         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2537
2538 2003-05-26  John Levon  <levon@movementarian.org>
2539
2540         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2541
2542 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2543
2544         * remove same_id from function signatures, adjust.
2545
2546 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2547
2548         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2549
2550         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2551
2552         * paragraph.C (Paragraph): get rid of same_ids parameter
2553
2554         * ParagraphList.C (insert): adjust
2555         (push_back): adjust
2556
2557 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2558
2559         * paragraph_funcs.C (breakParagraph): adjust
2560         (breakParagraphConservative): adjust
2561
2562         * buffer.C (readParagraph): adjust
2563
2564         * ParagraphList.C (insert): take a reference instead of a pointer
2565         (insert): adjust
2566
2567         * paragraph.[Ch] (id): new function
2568
2569         * bufferlist.C (newFile): adjust
2570
2571         * ParagraphList.C (ParagraphList): adjust
2572         (assign): adjust
2573         (push_back): take a reference instead of a pointer.
2574
2575         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2576
2577         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2578         instead.
2579
2580         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2581         set else use old code.
2582
2583         * ParagraphList.C: remove all NO_NEXT code and only compile this
2584         code of NO_STD_LIST is set.
2585
2586 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2587
2588         * BufferView_pimpl.C:
2589         * TextCache.C:
2590         * TextCache.h:
2591         * bufferlist.C:
2592         * errorlist.h:
2593         * format.C:
2594         * format.h:
2595         * graph.C:
2596         * lyxfunc.C:
2597         * lyxrc.C:
2598         * graphics/GraphicsConverter.C:
2599         * graphics/PreviewLoader.C: header adjustment
2600
2601 2003-05-23  Angus Leeming  <leeming@lyx.org>
2602
2603         * LaTeXFeatures.[Ch] (useBabel): new method.
2604         * bufferparams.C (writeLaTeX): use it.
2605
2606 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2607
2608         * ParagraphList.h (set): remove unused function.
2609
2610 2003-05-23  André Pönitz  <poenitz@gmx.net>
2611
2612         * BufferView.C:
2613         * BufferView_pimpl.C:
2614         * buffer.C:
2615         * buffer.h:
2616         * lyxfunc.C:
2617         * undo_funcs.C: setUndo reworked
2618
2619         * iterators.[Ch]: add access to topmost ParagraphList
2620
2621         * lyxtext.[Ch] (workWidth): add a const
2622
2623 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2624
2625         * texrow.[Ch] (increasePos): remove function
2626         * exporter.C (export): removed unused var and outdated comment
2627
2628 2003-05-23  Angus Leeming  <leeming@lyx.org>
2629
2630         * latexrunparams.h: rename fragile as moving_arg.
2631         * paragraph.C (simpleTeXOnePar): ditto.
2632         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2633
2634 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2635
2636         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2637         (createUndo): ditto
2638         (textUndoOrRedo): comment out a currently unused var.
2639
2640         * paragraph.h (NO_NEXT): enable NO_NEXT
2641
2642         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2643
2644         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2645
2646         * exporter.C (Export): adjust for removeAutoInsets removal.
2647
2648         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2649
2650         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2651
2652         * BufferView.[Ch] (removeAutoInsets): delete function
2653
2654 2003-05-22  Angus Leeming  <leeming@lyx.org>
2655
2656         * latexrunparams.h: add a free_spacing variable.
2657
2658         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2659         to pass moving_arg, as the data is stored in runparams.fragile.
2660
2661         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2662         to Inset::latexOptional or to simpleTeXOnePar.
2663
2664         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2665         free_spacing arg to Inset::latexOptional.
2666
2667         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2668         free_spacing arg.
2669
2670 2003-05-22  Angus Leeming  <leeming@lyx.org>
2671
2672         * latexrunparams.h: add fragile and use_babel variables.
2673
2674         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2675         * buffer.C (makeLaTeXFile): store this returned value in
2676         runparams.use_babel, thus passing it to the inset::latex methods.
2677
2678         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2679         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2680
2681         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2682         longer has a fragile arg, as it is stored in runparams.fragile.
2683
2684         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2685         moving_arg parameter as the data is stored in runparams.fragile.
2686
2687         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2688         a fragile parameter as the data is stored in runparams.fragile.
2689
2690 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2691
2692         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2693
2694 2003-05-22  Angus Leeming  <leeming@lyx.org>
2695
2696         * latexrunparams.h: add a 'bool nice' which defaults to false.
2697
2698         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2699         now encapsulated within runparams.
2700
2701         * bufferlist.C (updateIncludedTeXfiles):
2702         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2703
2704 2003-05-22  Angus Leeming  <leeming@lyx.org>
2705
2706         * latexrunparams.h: new file containing struct LatexRunParams.
2707         * Makefile.am: add new file.
2708
2709         * LaTeX.[Ch] (c-tor, run):
2710         * buffer.[Ch] (makeLaTeXFile):
2711         * bufferlist.[Ch] (updateIncludedTeXfiles):
2712         * converter.C (convert, scanLog):
2713         * converter.[Ch] (runLaTeX):
2714         * exporter.C (Export):
2715         * paragraph.[Ch] (simpleTeXOnePar):
2716         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2717         * paragraph_funcs.[Ch] (latexParagraphs):
2718         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2719         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2720         pass around a LatexRunParams parameter.
2721
2722 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2723
2724         * paragraph.[Ch]: remove unused constructor
2725
2726         * ParagraphList.C (erase): new function, taking two iterators
2727
2728 2003-05-22  André Pönitz  <poenitz@gmx.net>
2729
2730         * undo_funcs.C: remove duplicated code
2731
2732         * iterator.[Ch]: operator=
2733
2734 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2735
2736         * tabular.C (SetMultiColumn): ws changes
2737
2738         * rowpainter.C (paintFirst): get rid of a ->previous
2739
2740         * lyx_cb.C (getPossibleLabel): parlist simplification
2741
2742         * BufferView.C (ChangeInsets): simplify slightly.
2743
2744 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2745
2746         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2747         * lfuns.h: new LFUN_SPACE
2748         * lyxfunc.C: protected space has a new lfun
2749         * paragraph_funcs.C: read new space insets
2750         * text3.C:
2751         * factory.C: handle new space insets
2752
2753 2003-05-22  André Pönitz  <poenitz@gmx.net>
2754
2755         * BufferView.C:
2756         * BufferView_pimpl.C:
2757         * buffer.[Ch]:
2758         * lyxfunc.C:
2759         * undo_funcs.C: return a ParIterator from getParFromID.
2760
2761         * iterators.[Ch]: add two const's
2762
2763 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2764
2765         * toc.C (getTocList): adjust
2766
2767         * iterators.[Ch]: rework for parlist
2768
2769         * buffer.C (par_iterator_begin): adjust
2770         (par_iterator_end): adjust
2771
2772         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2773
2774         * BufferView.C (removeAutoInsets): adjust
2775         (ChangeInsets): adjust
2776
2777 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2778
2779         * text.C (top_y): fix bug 1110
2780
2781 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2782
2783         * errorlist.[Ch]: added
2784         * buffer.C:
2785         * BufferView.[Ch]:
2786         * BufferView_pimpl.C:
2787         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2788         instead
2789
2790 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2791
2792         * Makefile.am: ensure that lyx is relinked upon changes to the
2793         various "convenience" libs.
2794
2795 2003-05-20  Angus Leeming  <leeming@lyx.org>
2796
2797         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2798         files are compiled in alphabetical order again.
2799
2800         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2801
2802 2003-05-19  Angus Leeming  <leeming@lyx.org>
2803
2804         * gettext.[Ch]: remove "char const * _(char const *)".
2805
2806 2003-05-19  André Pönitz  <poenitz@gmx.net>
2807
2808         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2809
2810         * Makefile.am:
2811         * BufferView.C:
2812         * DepTable.h:
2813         * LaTeXFeatures.C:
2814         * buffer.C:
2815         * lyxfont.C:
2816         * lyxlex.h:
2817         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2818
2819 2003-05-19  André Pönitz  <poenitz@gmx.net>
2820
2821         * buffer.C:
2822         * lyxlayout.[Ch]:
2823         * lyxtextclass.[Ch]:
2824         * paragraph.C:
2825         * paragraph_funcs.[Ch]:
2826         * text2.C:
2827         * text3.C: more insetenv work
2828
2829 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2830
2831         * ParagraphParameters.C (params2string): small bug fixed
2832
2833 2003-05-16  André Pönitz  <poenitz@gmx.net>
2834
2835         * debug.C:
2836         * bufferview_funcs.C: patch from Kornel Benko to prevent
2837           crash when _(...) is called twice in a statement
2838
2839 2003-05-16  André Pönitz  <poenitz@gmx.net>
2840
2841         * BufferView.C:
2842         * lyxfunc.C:
2843         * text.C:
2844         * text2.C:
2845         * text3.C:
2846         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2847
2848 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2849
2850         * lyx_main.C (init): remove spurious static_cast
2851
2852 2003-05-14  André Pönitz  <poenitz@gmx.net>
2853
2854         * BufferView.C: fix format string
2855
2856 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2857
2858         * BufferView.[Ch] (insertErrors): removed
2859         * BufferView.[Ch] (showErrorList): added
2860         * buffer.C (runChkTeX):
2861         * converter.C (scanLog): call showErrorList instead of inserterrors
2862
2863 2003-05-13  André Pönitz  <poenitz@gmx.net>
2864
2865         * BufferView_pimpl.C:
2866         * buffer.C:
2867         * bufferview_func.C:
2868         * MenuBackend.C:
2869         * lyxfunc.C:
2870         * lyxrc.C:
2871         * tex-accent.C:
2872         * text3.C:
2873         * toc.C:
2874         * tabular_funcs.h: tostr() from its own header
2875
2876         * ParagraphParameters.C:
2877         * ToolbarBackend.C:
2878         * bufferparams.C:
2879         * format.C:
2880         * lyxlex_pimpl.C:
2881         * text3.C: STRCONV()
2882
2883 2003-05-12  André Pönitz  <poenitz@gmx.net>
2884
2885         * BufferView.C:
2886         * BufferView_pimpl.C:
2887         * CutAndPaste.C:
2888         * LaTeX.C:
2889         * LaTeXFeatures.C:
2890         * ParagraphParameters.C:
2891         * buffer.C:
2892         * bufferlist.C:
2893         * bufferparams.C:
2894         * bufferview_funcs.C:
2895         * converter.C:
2896         * counters.C:
2897         * debug.C:
2898         * exporter.C:
2899         * format.C:
2900         * importer.C:
2901         * lyx_cb.C:
2902         * lyx_main.C:
2903         * lyxfont.C:
2904         * lyxfunc.C:
2905         * lyxvc.C:
2906         * paragraph.C:
2907         * paragraph_funcs.C:
2908         * tabular.C:
2909         * tabular_funcs.C:
2910         * text2.C:
2911         * text3.C:  boost::format -> bformat  all over the place
2912
2913
2914 2003-05-09  André Pönitz  <poenitz@gmx.net>
2915
2916         * LColor.[Ch]: Pimpl the #include <map> away
2917
2918 2003-05-09  John Levon  <levon@movementarian.org>
2919
2920         * bufferlist.C: never remove emergency saves
2921
2922 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2923
2924         * Makefile.am: better lib building
2925
2926 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2927
2928         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2929         instead.
2930         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2931         (simpleTeXSpecialChars): adjust
2932         (simpleTeXSpecialChars): adjust
2933         * paragraph.C (simpleTeXOnePar): adjust
2934         * buffer.C (makeLaTeXFile): adjust
2935
2936         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2937
2938         * text2.C (changeDepth): parlist cleanup
2939         (getColumnNearX): ditto
2940
2941         * rowpainter.C (getLabelFont): parlist cleanup
2942
2943         * bufferlist.C (newFile): parlist cleanup
2944
2945         * CutAndPaste.C (eraseSelection): parlist cleanup
2946
2947         * BufferView_pimpl.C (trackChanges): parlist cleanup
2948         (dispatch): ditto
2949
2950         * BufferView.C (lockInset): parlist cleanup.
2951         (ChangeInsets): ditto
2952
2953 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2954
2955         * CutAndPaste.h: Update file header.
2956
2957         * CutAndPaste.C: Update file header.
2958         Store the parts cut out of the Document in a limited_stack.
2959         (copySelection): adjust
2960         (pasteSelection): new function, takes the index in the limited stack.
2961         (nrOfParagraphs): adjust
2962         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2963         simplify error inset insertion.
2964         (checkPastePossible): adjust
2965
2966 2003-05-06  John Levon  <levon@movementarian.org>
2967
2968         * text2.C: don't cast wrap inset to float
2969
2970 2003-05-05  André Pönitz  <poenitz@gmx.net>
2971
2972         * iterator.C:
2973         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2974
2975         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2976           few naked Paragraph *.
2977
2978 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2979
2980         * bufferparams.C: Output warning if a document with missing
2981         TeX document class is loaded
2982         * exporter.C: Disable TeX exports if the document class is missing
2983         * lyxtextclass.C:
2984         * lyxtextclass.h:
2985         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2986         isTeXClassAvailable()
2987
2988 2003-05-03  John Levon  <levon@movementarian.org>
2989
2990         * BufferView.h:
2991         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2992         explicit cursor show/hide
2993
2994         * BufferView_pimpl.h:
2995         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2996         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2997
2998         * lyxfunc.C: hide cursor before dispatching.
2999
3000         * lyx_cb.C:
3001         * lyxfind.C:
3002         * text.C:
3003         * text3.C: remove explicit cursor hides
3004
3005 2003-05-02  André Pönitz  <poenitz@gmx.net>
3006
3007         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
3008
3009         * undo_funcs.C:
3010         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
3011           linked lists
3012
3013         * text2.C: tiny whitespace
3014
3015 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3016
3017         * undo_funcs.C: almost only ws changes.
3018
3019         * ParagraphList.C (splice): just return if pl is empty.
3020
3021 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3022
3023         * ParagraphList.C (splice): new function.
3024
3025         * CutAndPaste.C (pasteSelection): use it
3026
3027 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3028
3029         * CutAndPaste.C (pasteSelection): remove the last next and
3030         previous from this file.
3031
3032 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3033
3034         * CutAndPaste.C (pasteSelection): more clean up, user proper
3035         ParagraphList functions for pasteing.
3036
3037         * ParagraphList.C (insert): new function, three arg insert
3038
3039 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3040
3041         * ParagraphList.C (insert): new function, three arg insert
3042
3043         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
3044         not on paragraphs.
3045
3046 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3047
3048         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
3049
3050 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3051
3052         * CutAndPaste.C (pasteSelection): remove some unneeded code.
3053
3054 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3055
3056         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
3057         (copySelection): clean up a bit.
3058         (pasteSelection): use make_pair
3059
3060         * ParagraphList.C (ParagraphList): implement copy constructor
3061         (operator=): implement, base on copy constructor.
3062         (assign): new func
3063
3064         * paragraph.C (erase): return a bool
3065
3066         * paragraph_pimpl.C (erasePos): remove function, move contents...
3067         (erase): ... here. Return a bool.
3068         (erase): call erase instead of erasePos.
3069
3070 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
3071
3072         * ParagraphList.h: define PitPosPair
3073         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
3074         ParagraphList, fix a bug on pasting multiple pars
3075         * text2.C: change interface to C&P
3076
3077 2003-04-30  André Pönitz  <poenitz@gmx.net>
3078
3079         * undo_func.C: revert part of yesterday's patch 2
3080
3081 2003-04-30  John Levon  <levon@movementarian.org>
3082
3083         * LColor.C: s/tabular/table/
3084
3085 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3086
3087         * text3.C (dispatch): do not convert iterator -> pointer
3088         * undo_funcs.C (setCursorParUndo): ditto
3089         * text_funcs.C (transposeChars): ditto
3090
3091         * text2.C (setLayout): ws changes only
3092
3093         * text.C (breakParagraph): do not convert iterator -> pointer
3094         (insertChar): ditto
3095         (acceptChange): ditto
3096         (rejectChange): ditto
3097         (changeCase): ditto
3098         (Delete): ditto
3099         (backspace): ditto
3100
3101         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
3102         pointer
3103
3104 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3105
3106         * text3.C (gotoInset): YABG (yet another bad getChar)
3107
3108 2003-04-29  André Pönitz  <poenitz@gmx.net>
3109
3110         * paragraph.h: make operator= private unimplemented as long as
3111           it is unusable
3112
3113         * ParagraphList.C: whitespace
3114
3115         * paragraph.[Ch]:
3116         * paragraph_pimpl.[Ch]:
3117         * paragraph_funcs.C:
3118         * CutAndPaste.C:
3119         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
3120
3121         * text2.C:
3122           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
3123
3124 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3125
3126         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
3127         * paragraph.[Ch] (erase):
3128         * paragraph_pimpl.[Ch] (erase): change return type and value
3129         * text2.C (cutSelection): some rework
3130
3131 2003-04-28  John Levon  <levon@movementarian.org>
3132
3133         * bufferlist.C: changes for unsaved changes dialog
3134
3135 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3136
3137         * bufferlist.C (newFile): set language (messages_) for new
3138         documents also.
3139
3140         * buffer.C (readFile): ws changes only.
3141
3142 2003-04-28  André Pönitz  <poenitz@gmx.net>
3143
3144         * undo_funcs.C:
3145         * lyxfunc.C:
3146         * buffer.[Ch]:
3147         * BufferView_pimpl.C:
3148         * BufferView.C: getParFromID related ParagraphList::iterator changes
3149
3150 2003-04-28  André Pönitz  <poenitz@gmx.net>
3151
3152         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
3153           Changes
3154
3155 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3156
3157         * messages.C: remove one more localedir class variable.
3158
3159 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3160
3161         * messages.C (getLocaleDir): singleton generation function
3162         (Pimpl): use it.
3163         (Messages): add a default constructor.
3164
3165         * main.C (main): do not setup localedir here, do not call
3166         gettext_init.
3167
3168         * gettext.C (_): use it.
3169         (gettext_init): delete funciton
3170
3171 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3172
3173         * gettext.C (getLyXMessages): new singleton generating function.
3174
3175         * buffer.C (updateDocLang): adjust
3176
3177         * Makefile.am (messages.o): add target
3178         (main.o): remove target
3179
3180 2003-04-27  John Levon  <levon@movementarian.org>
3181
3182         * bufferlist.C:
3183         * lyx_cb.C:
3184         * lyxfunc.C:
3185         * lyxvc.C: specify cancel button in Alert::prompt
3186
3187 2003-04-26  John Levon  <levon@movementarian.org>
3188
3189         * text3.C:
3190         * lyxfunc.C:
3191         * lfuns.h:
3192         * LyXAction.C: add LFUN_INSET_SETTINGS
3193
3194         * lyxfunc.C: don't enable tabular-feature when there's
3195         just any locking inset
3196
3197 2003-04-26  John Levon  <levon@movementarian.org>
3198
3199         * bufferlist.C: re-add Cancel to buffer close question
3200
3201         * lyxfunc.C: fix import UI a bit
3202
3203 2003-04-25  John Levon  <levon@movementarian.org>
3204
3205         * gettext.C: remove the broken asserts for now
3206
3207 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3208
3209         * messages.C: make case where setlocale cannot comply work better.
3210
3211         * buffer.C (updateDocLang): new function
3212         (changeLanguage): use it
3213         (readFile): use it
3214
3215         * text2.C (setCounter): use B_ a bit.
3216
3217         * lyxlayout.C (Read): be sure to trim the label strings.
3218
3219         * messages.C (Messages): fix typo in comment
3220
3221         * buffer.C (readFile): set message_ after file is loaded.
3222         (makeDocBookFile): remove double return
3223         (changeLanguage): reset message_ upon language change.
3224         (B_): new func, use this to get translated buffer strings.
3225
3226         * main.C: add myself and Jean Marc as authors.
3227
3228 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3229
3230         * messages.[hC]: pimplify Messages, and three different pimpls to be
3231         used in different circumstances.
3232
3233         * gettext.[Ch]: change for use with new message code.
3234
3235 2003-04-24 André Pönitz <poenitz@gmx.net>
3236
3237         * factory.C: support for eqref
3238
3239 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3240
3241         * messages.[Ch]: add missing char
3242
3243         * Makefile.am (lyx_SOURCES): add messages.[Ch]
3244
3245         * messages.[Ch]: New files
3246
3247 2003-04-18  John Levon  <levon@movementarian.org>
3248
3249         * BufferView.h:
3250         * BufferView.C:
3251         * BufferView_pimpl.C:
3252         * lfuns.h:
3253         * LyXAction.C:
3254         * lyxtext.h:
3255         * text2.C: remove layout-copy/paste (bug 778)
3256
3257 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3258
3259         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
3260
3261 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3262
3263         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
3264         if they succeed. Act accordingly.
3265
3266 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3267
3268         * text2.C (setCharFont): adjust
3269         (setCounter): adjust
3270         (insertStringAsLines): adjust
3271
3272         * text.C (leftMargin): adjust
3273         (setHeightOfRow): adjust
3274
3275         * rowpainter.C (paintFirst): adjust
3276         (paintLast): adjust
3277
3278         * paragraph_funcs.C (depthHook): ParagraphList::iterators
3279         (outerHook): ditto
3280         (isFirstInSequence): ditto
3281         (getEndLabel): ditto
3282         (outerFont): adjust
3283
3284         * paragraph.C (getParLanguage): comment out some hard stuff.
3285
3286         * buffer.C (insertStringAsLines): take a ParagraphList as arg
3287         (sgmlError): ditto
3288         (simpleDocBookOnePar): ditto
3289         (makeDocBookFile): use ParagraphList::iterator
3290
3291         * CutAndPaste.C (pasteSelection): adjust
3292
3293 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3294
3295         * text2.C (getFont): adjust
3296         (getLayoutFont): adjust
3297         (getLabelFont): adjust
3298
3299         * paragraph_funcs.C (TeXOnePar): adjust
3300
3301         * buffer.C (simpleLinuxDocOnePar): adjust
3302         (simpleDocBookOnePar): adjust
3303
3304         * CutAndPaste.C (pasteSelection): adjust
3305
3306         * BufferView.C (getEncoding): adjust
3307
3308         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
3309
3310 2003-04-16  John Levon  <levon@movementarian.org>
3311
3312         * lyxfind.C: use parlist stuff for search/changes
3313
3314 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3315
3316         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
3317
3318         * text2.C (deleteEmptyParagraphMechanism): adjust
3319
3320         * text2.[Ch] (ownerParagraph): delete func (both of them
3321
3322 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3323
3324         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
3325
3326 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3327
3328         * ParagraphList.C: prepare for NO_NEXT
3329
3330 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3331
3332         * text2.C (getFont): adjust
3333         (getLayoutFont): adjust
3334         (getLabelFont): adjust
3335
3336         * paragraph.C (getFont): adjust
3337         (getLabelFont): adjust
3338         (getLayoutFont): adjust
3339
3340         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
3341
3342 2003-04-15  John Levon  <levon@movementarian.org>
3343
3344         From Angus Leeming
3345
3346         * lyx_main.C: handle Include in .ui files
3347
3348 2003-04-15  John Levon  <levon@movementarian.org>
3349
3350         * MenuBackend.C: make the doc files length shorter
3351
3352         * ToolbarBackend.h:
3353         * ToolbarBackend.C: handle toolbar placement flags,
3354         Minibuffer
3355
3356 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3357
3358         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3359         adjust
3360
3361         * paragraph_funcs.C (TeXOnePar): adjust
3362
3363         * paragraph.C (getLabelFont): add outerfont arg, adjust
3364         (getLayoutFont): ditto
3365         (simpleTeXOnePar): adjust
3366
3367         * paragraph_pimpl.C (realizeFont): delete func
3368
3369 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3370
3371         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3372         row argument, constify cur argument.
3373
3374 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3375
3376         * text2.C (getFont): adjust
3377         (getLayoutFont): adjust
3378         (getLabelFont): adjust
3379
3380         * paragraph_funcs.C (TeXOnePar): adjust
3381         (outerFont): new func...
3382         (realizeFont): ...moved out from here, changed this to facilitate
3383         transition
3384
3385         * paragraph.C (getFont): take outerfont as arg, adjust
3386         (simpleTeXOnePar): add outerfont arg, adjust
3387
3388         * buffer.C (simpleLinuxDocOnePar): adjust
3389         (simpleDocBookOnePar): adjust
3390
3391         * CutAndPaste.C (pasteSelection): adjust
3392
3393         * BufferView.C (getEncoding): adjust
3394
3395 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3396
3397         * text2.C (setCharFont): adjust
3398         (setCounter): adjust
3399
3400         * text.C (leftMargin): adjust
3401         (setHeightOfRow): adjust
3402
3403         * rowpainter.C (paintFirst): adjust
3404         (paintLast): adjust
3405
3406         * paragraph_pimpl.C (realizeFont): adjust
3407
3408         * paragraph.C (isFirstInSequence): move from here...
3409         * paragraph_funcs.C (isFirstInSequence): ...to here
3410
3411         * paragraph.C (outerHook): move from here...
3412         * paragraph_funcs.C (outerHook): ...to here
3413
3414         * paragraph.C (depthHook): move from here...
3415         * paragraph_funcs.C (depthHook): ...to here
3416
3417         * paragraph.C (getEndLabel): move from here...
3418         * paragraph_funcs.C (getEndLabel): ...to here
3419
3420         * text2.C (realizeFont): move from here...
3421         * paragraph_funcs.C (realizeFont): ...to here
3422
3423 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3424
3425         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3426
3427 2003-04-14  Angus Leeming  <leeming@lyx.org>
3428
3429         * LColor.[Ch]: scrap LColor mathcursor.
3430
3431 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3432
3433         * lyxlex.[Ch] (text): delete function
3434         * trans.C (Load): adjust
3435         * paragraph_funcs.C (readParToken): adjust
3436
3437 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3438
3439         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3440         vector<char> instead of a char[].
3441
3442         * lyxlex_pimpl.C (getString): adjust
3443         (next): adjust
3444         (lex): use getString
3445         (eatLine): adjust
3446         (nextToken): adjust
3447
3448         * lyxlex.C (text): use pimpl_->getString()
3449         (getBool): ditto
3450         (findToken): ditto
3451
3452 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3453
3454         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3455         (makeFontEntriesLayoutSpecific): temp var for par.size()
3456         (setLayout): temp var for ownerParagraphs().end()
3457         (fullRebreak): temp var for rows().end()
3458         (selectionAsString): temp var for boost::next(startpit), realize
3459         that the while really is a regular for loop.
3460         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3461         setCursor in one place.
3462         (setParagraph): temp vr for ownerParagraphs().end()
3463         (updateCounters): make the while loop a for loop
3464         (cutSelection): temp var for ownerParagraphs().end()
3465         (updateInset): make the do {} while() a regular for loop
3466         (getCursorX): use temp vars
3467         (setCurrentFont): use temp vars
3468         (getColumnNearX): use temp vars
3469
3470 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3471
3472         * text.C (transformChar): use temp var for getChar
3473         (computeBidiTables): use temp var for row->par()
3474         (fill): move temp vars for row->par() and pit->layout() earlier in
3475         the function.
3476         (labelFill): use temp var for row->par()
3477         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3478         asc and desc, realize that pit never changes and that firstpit is
3479         just a duplicate and not needed. Exchange rit->par() with pit in a
3480         lot of places.
3481         (breakAgain): use a temp var for boost::next(rit)
3482         (breakAgainOneRow): ditto
3483         (breakParagraph): use a temp var for rows().begin()
3484         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3485         (cursorRightOneWord): use temp var for cursor.par() and
3486         cursor.pos(), remove usage of tmpcursor.
3487         (cursorLeftOneWord): use temp var for cursor.par() and
3488         cursor.pos() only set cur at end of function.
3489
3490 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3491
3492         * text.C, text2.C: exchange all usage of Paragraph::next with
3493         boost::next(ParagraphList::iterator)
3494
3495         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3496
3497         * text2.C (cursorTop): simplify implementation
3498         (cursorBottom): ditto
3499         (setParagraph): use ParagraphList::iterator
3500         (setCurrentFont): adjust
3501         (getColumnNearX): adjust
3502         (cursorRight): adjust
3503         (cursorLeft): remove usage of Paragraph::previous
3504         (cursorUpParagraph): ditto
3505         (deleteEmptyParagraphMechanism): slight cleanup
3506
3507         * text.C (isBoundary): take a Paragraph const & instead of a
3508         pointer as arg.
3509         (addressBreakPoint): ditto
3510         (leftMargin): remove usage of Paragraph::previous.
3511         (setHeightOfRow): ditto
3512         (cursorLeftOneWord): ditto
3513         (selectNextWordToSpellcheck): ditto
3514         (Delete): ditto
3515         (backspace): ditto
3516         (breakParagraph): remove one usage of Paragraph::next
3517         (redoParagraph): ditto
3518         (acceptChange): ditto
3519         (insertChar): adjust
3520         (rowBreakPoint): adjust
3521
3522         * bufferview_funcs.C (toggleAndShow): adjust
3523
3524 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3525
3526         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3527         methods to access it.
3528         * lyxtext.h:
3529         * text.C: Added updateRowPositions to compute all row positions.
3530         Make top_y and getRowNearY() to use the cached y position
3531
3532 2003-04-11  John Levon  <levon@movementarian.org>
3533
3534         * text.C (rowBreakPoint): reintroduce the labelEnd
3535         checks, code copied from the row fill stuff. Deep voodoo.
3536
3537         * text.C (fill): add a comment and debugging for the
3538         next poor soul.
3539
3540 2003-04-11  John Levon  <levon@movementarian.org>
3541
3542         * text.C: make sure fullrow insets get wrapped to the next line,
3543         even when they're in a manual label
3544
3545 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3546
3547         * text2.C (insertParagraph): make it take ParagraphList::iterator
3548         as arg.
3549         (setLayout): make it return ParagraphList::iterator
3550         (redoParagraphs): ditto
3551         (setCounter): ditto
3552         (checkParagraph): ditto
3553
3554         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3555
3556         * text2.C: adjust several funcs.
3557         (realizeFont): take a ParagraphList::iterator as arg.
3558         (getLayoutFont): ditto
3559         (getLabelFont): ditto
3560         (setCharFont): ditto
3561
3562         * text.C: adjust several funcs.
3563
3564 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3565
3566         * text.C (selectNextWordToSpellcheck): don't accidentally
3567         skip insets
3568
3569 2003-04-10  John Levon  <levon@movementarian.org>
3570
3571         * ToolbarBackend.C (getIcon): special handling for
3572         LFUN_MATH_DELIM
3573
3574 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3575
3576         * text2.C (cursorRight): a getChar assert fixed
3577
3578 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3579
3580         * text2.C (getFont): change to take a ParagraphList::iterator
3581         instead of Paragraph*
3582         Adjust several functions.
3583
3584         * text.C (transformChar): change to take a ParagraphList::iterator
3585         instead of Paragraph*
3586         (singleWidth): ditto
3587         Adjust several functions.
3588
3589         * rowpainter.C: adjust several functions
3590         * rowpainter.h:store a ParagraphList::iterator and not a
3591         Paragraph&.
3592
3593
3594 2003-04-09  John Levon  <levon@movementarian.org>
3595
3596         * lyxfunc.C:
3597         * lfuns.h:
3598         * LyXAction.h:
3599         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3600         and the "help" bits as well
3601
3602 2003-04-09  John Levon  <levon@movementarian.org>
3603
3604         * ToolbarBackend.h:
3605         * ToolbarBackend.C: allow multiple toolbars
3606
3607 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3608
3609         * undo_funcs.C (setCursorParUndo): adjust
3610
3611         * text_funcs.C (transposeChars): adjust
3612
3613         * text3.C (gotoNextInset): adjust
3614         (dispatch): adjust
3615
3616         * text2.C (setLayout): adjust
3617         (changeDepth): adjust
3618         (setFont): adjust
3619         (redoParagraphs): adjust
3620         (selectionAsString): adjust
3621         (setParagraph): adjust
3622         (insertInset): adjust
3623         (cutSelection): adjust
3624         (copySelection): adjust
3625         (pasteSelection): adjust
3626         (insertStringAsLines): adjust
3627         (updateInset): adjust
3628         (setCursor): change to take a ParagraphList::iterator parameter
3629         (setCursorIntern): change to take a ParagraphList::iterator parameter
3630         (setCurrentFont): adjust
3631         (cursorLeft): adjust
3632         (cursorRight): adjust
3633         (deleteEmptyParagraphMechanism): adjust
3634
3635         * text.C (breakParagraph): adjust
3636         (insertChar): adjust
3637         (acceptChange): adjust
3638         (rejectChange): adjust
3639         (selectNextWordToSpellcheck): adjust
3640         (changeCase): adjust
3641         (Delete): adjust
3642         (backspace): adjust
3643
3644         * lyxfind.C (SearchForward): adjust
3645         (SearchBackward): adjust
3646         (nextChange): adjust
3647
3648         * lyxcursor.C (par): adjust
3649
3650         * lyxcursor.h: store a ParagraphList::iterator instead of a
3651         Paragraph*
3652
3653         * lyx_cb.C (getPossibleLabel): adjust
3654
3655         * bufferview_funcs.C (toggleAndShow): adjust
3656
3657         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3658         (dispatch): adjust
3659
3660         * BufferView.C (removeAutoInsets): adjust
3661         (lockedInsetStoreUndo): adjust
3662
3663 2003-04-09  John Levon  <levon@movementarian.org>
3664
3665         * ToolbarBackend.C: try icon without argument
3666         if with argument fails
3667
3668 2003-04-08  John Levon  <levon@movementarian.org>
3669
3670         * ToolbarBackend.h:
3671         * ToolbarBackend.C: add getIcon(), handle tooltip,
3672         and change from "Icon" to "Item".
3673
3674 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3675
3676         * BufferView.C (lockInset): another bad getchar crunched
3677
3678 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3679
3680         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3681         again)
3682
3683 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3684
3685         * lyxfind.C (searchForward, searchBackwards): bug 782
3686
3687 2003-04-07  John Levon  <levon@movementarian.org>
3688
3689         * paragraph.C: remove dead comment
3690
3691         * text.C: remove troublesome depth-fiddling code
3692         in leftMargin() and rightMargin() (bug 1017)
3693
3694         * text.C: fix breaking of rows in nested lists
3695         (bug 1004)
3696
3697         * text2.C (updateCounters): fix up depth values
3698         (bug 1013)
3699
3700 2003-04-07  John Levon  <levon@movementarian.org>
3701
3702         * BufferView_pimpl.C: clear message when doc finishes resizing,
3703         and after a mouse event
3704
3705         * lyxfunc.C: clear message after exiting inset
3706
3707 2003-04-07  John Levon  <levon@movementarian.org>
3708
3709         * bufferview_funcs.C: show math status not outside
3710         status in the statusbar
3711
3712 2003-04-07  John Levon  <levon@movementarian.org>
3713
3714         * lyxfunc.C: note status changed after a depth change
3715
3716 2003-04-04  Angus Leeming  <leeming@lyx.org>
3717
3718         * LaTeX.h: move AuxInfo operator==, != out of line.
3719         Remove LaTeX virtual destructor; nothing derives from it.
3720         Move operator()() out of public area and rename it startscript().
3721         Change protected for private.
3722
3723 2003-04-04  Angus Leeming  <leeming@lyx.org>
3724
3725         * lyxfunc.C:
3726         * text2.C: remove unneeded #includes.
3727
3728 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3729
3730         * text2.C (dEPM): fix the heigth of the next row
3731
3732 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3733
3734         * text.C: squashed an invalid getChar requester + some ws changes
3735
3736 2003-04-03  John Levon  <levon@movementarian.org>
3737
3738         * bufferview_funcs.h:
3739         * bufferview_funcs.C:
3740         * lyxfunc.C:
3741         * lyxtext.h:
3742         * text2.C: make getStatus work for the env depth lfuns
3743
3744 2003-04-03  John Levon  <levon@movementarian.org>
3745
3746         * bufferview_funcs.h:
3747         * bufferview_funcs.C:
3748         * lyxfunc.C:
3749         * lyxtext.h:
3750         * text2.C: parlistize decDepth(), by merging it with incDepth()
3751
3752 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3753
3754         * lyxrow.h: store a ParagraphList::iterator instead of a
3755         Paragraph* and adjust other class functions to suit.
3756
3757         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3758         above.
3759
3760 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3761
3762         * text2.C (setCursor): do not anchor to cursor row for the time being
3763
3764 2003-04-02  John Levon  <levon@movementarian.org>
3765
3766         * LyXAction.C:
3767         * lfuns.h:
3768         * lyx_main.C:
3769         * lyxtext.h:
3770         * text.C:
3771         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3772
3773 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3774
3775         * paragraph.h: make ParagraphList and ParagraphList::iterator
3776         friends of Paragraph.
3777
3778         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3779
3780         * ParagraphList.C: Use the private next_ and previous_ from
3781         Paragraph.
3782
3783 2003-04-01  John Levon  <levon@movementarian.org>
3784
3785         * ToolbarBackend.h:
3786         * ToolbarBackend.C:
3787         * Makefile.am: rename, remove defaults gunk
3788
3789         * MenuBackend.h:
3790         * MenuBackend.C: remove defaults gunk
3791
3792         * Languages.h:
3793         * Languages.C: remove defaults gunk
3794
3795         * lyx_main.h:
3796         * lyx_main.C: error out if files couldn't be found.
3797
3798 2003-04-02  John Levon  <levon@movementarian.org>
3799
3800         * text2.C: make incDepth() use parlist
3801
3802 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3803
3804         * undo_funcs.C (firstUndoParagraph): adjust
3805
3806         * text3.C (gotoInset): adjust
3807         (dispatch): adjust, and rewrite loop.
3808
3809         * text2.C (init): adjust, and rewrite loop.
3810         (redoParagraphs): adjust
3811         (updateInset): adjust, and rewrite loop.
3812         (deleteEmptyParagraphMechanism): adjust
3813
3814         * tabular.C (LyXTabular): adjust
3815         (SetMultiColumn): adjust
3816         (TeXRow): adjust
3817
3818         * lyxtext.[Ch] (ownerParagraph): delete function
3819         (ownerParagraphs): new function returns a ParagraphList.
3820
3821         * BufferView.C (removeAutoInsets): adjust
3822         (insertErrors): adjust
3823         (setCursorFromRow): adjust
3824
3825 2003-04-01  Angus Leeming  <leeming@lyx.org>
3826
3827         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3828         in the frontends.
3829
3830 2003-04-02  John Levon  <levon@movementarian.org>
3831
3832         * lyxtext.h:
3833         * text.C:
3834         * Makefile.am:
3835         * text_funcs.h:
3836         * text_funcs.C: make transposeChars a free function
3837
3838         * lyxrow_funcs.C: remove wrong comment
3839
3840 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3841
3842         * lyxtext.h: adjust
3843         * rowpainter.C: adjust
3844         * text.C: adjust
3845         * text2.C: adjust
3846         * text3.C: adjust
3847
3848         * lyxrow_funcs. [Ch]: new files
3849
3850         * lyxrow.[Ch]: remove next and previous pointers
3851         (next,previous): remove accessor functions
3852         (isParEnd): move to lyxrow_funcs
3853         (lastPos): move to lyxrow_funcs
3854         (nextRowIsAllInset): move to lyxrow_funcs
3855         (lastPrintablePos): move to lyxrow_funcs
3856         (numberOfSeparators): move to lyxrow_funcs
3857         (numberOfHfills): move to lyxrow_funcs
3858         (numberOfLabelHfills): move to lyxrow_funcs
3859         (hfillExpansion): move to lyxrow_funcs
3860
3861         * lyxfunc.C: adjust
3862
3863         * bufferview_funcs.C (toggleAndShow): adjust
3864
3865         * RowList.h: Remove class RowList from file leave just a
3866         std::list<Row>.
3867
3868         * RowList.C: delete file
3869
3870         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3871         and lyxrow_funcs.h
3872
3873 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3874
3875         * text3.C (cursorPrevious): adjust
3876         (cursorNext): adjust
3877         (dispatch): adjust
3878
3879         * text2.C (redoHeightOfParagraph): adjust
3880         (redoDrawingOfParagraph): adjust
3881         (setCursor): adjust
3882
3883         * text.C (breakParagraph): adjust
3884         (insertChar): adjust
3885         (backspace): adjust
3886
3887         * rowpainter.C (RowPainter): adjust
3888         (leftMargin): simplify and adjust
3889         (most rowpainter functions): adjust.
3890
3891         * rowpainter.h: store the row as RowList::iterator not as Row*
3892
3893         * lyxcursor.C (row): taka RowList::iterator as arg
3894         (irow): ditto
3895
3896         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3897         of Row*.
3898
3899 2003-04-01  Angus Leeming  <leeming@lyx.org>
3900
3901         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3902         stuff like bool Bool.
3903
3904 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3905
3906         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3907         rewrite a loop
3908
3909 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3910
3911         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3912         RowList::iterator.
3913
3914         * lyxtext.h (rows): drop one version and leve a const variant that
3915         returns a RowList::iterator.
3916
3917 2003-03-31  Angus Leeming  <leeming@lyx.org>
3918
3919         * text.C (fill): ensure that the signature is the same as that in the
3920         header file.
3921
3922 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3923
3924         * text2.C (redoParagraphs): adjust
3925         (updateCounters): adjust
3926         (checkParagraph): adjust
3927         (getColumnNearX): adjust and reformat a bit.
3928
3929         * text.C (top_y): adjust
3930         (workWidth): adjust
3931         (leftMargin): adjust
3932         (prepareToPrint): adjust
3933         (getRow): adjust
3934         (getRowNearY): adjust
3935
3936         * lyxtext.h: make rowlist_ mutable.
3937
3938         * RowList.h: add const_iterator
3939         * RowList.C: adjust for RowList::const_iterator.
3940
3941         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3942         adjust.
3943
3944 2003-03-31  John Levon  <levon@movementarian.org>
3945
3946         * lyxrc.h:
3947         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3948
3949         * lyx_main.C: set default fonts from using lyx_gui funcs
3950
3951         * exporter.C: pdf_mode moved from lyxrc
3952
3953         * lyx_cb.C:
3954         * lyxfunc.C: changes from above
3955
3956 2003-03-31  John Levon  <levon@movementarian.org>
3957
3958         * lyx_main.C: fix to the last fix
3959
3960 2003-03-31  John Levon  <levon@movementarian.org>
3961
3962         * bufferlist.C: "Load original" -> "Load Original"
3963
3964         * converter.C:
3965         * exporter.C:
3966         * importer.C:
3967         * lyx_main.C:
3968         * format.C: more Alert cleanups
3969
3970 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3971
3972         * text2.C (removeParagraph): make it take a RowList::iterator as
3973         arg, adjust.
3974         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3975         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3976
3977         * text.C (anchor_row): make it take a RowList::iterator as arg,
3978         adjust.
3979         (computeBidiTables): make it take a const reference to Row instead
3980         of Row pointer, adjust.
3981         (leftMargin): make it take a RowList::iterator as arg, adjust.
3982         (rowBreakPoint): adjust
3983         (breakAgainOneRow): make it take a RowList::iterator as arg,
3984         adjust.
3985         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3986
3987         * bufferview_funcs.C (toggleAndShow): adjust
3988
3989 2003-03-30  John Levon  <levon@movementarian.org>
3990
3991         * Makefile.am:
3992         * BoostFormat.h:
3993         * boost-inst.C: moved to support
3994
3995         * several files: changes as a result
3996
3997 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3998
3999         * text2.C (LyXText): adjust.
4000         (init): adjust
4001         (removeRow): make it take a RowList::iterator as arg, adjust.
4002         (fullRebreak): adjust
4003         (deleteEmptyParagraphMechanism): adjust
4004         (clearPaint): adjust
4005         (postPaint): adjust
4006
4007         * text.C (top_y): adjust
4008         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
4009         (breakAgain): make it take a RowList::iterator as arg, adjust.
4010         (breakParagraph): adjust
4011         (insertChar): adjust
4012         (backspace): adjust
4013
4014         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
4015         need_break_row, and refresh_row.
4016
4017         * text3.C (dispatch): adjust
4018
4019         * text2.C (checkParagraph): adjust
4020         (setCursor): adjust
4021         (setCursorFromCoordinates): adjust
4022
4023         * text.C (top_y): adjust
4024         (workWidth): adjust
4025         (getRow): make it return a RowList::iterator, adjust
4026         (getRowNearY): make it return a RowList::iterator, adjust
4027
4028         * text2.C (init): adjust
4029         (insertRow): remove function
4030         (insertParagraph): adjust
4031         (redoParagraphs): adjust
4032         (fullRebreak): adjust
4033         (updateCounters): adjust
4034
4035         * text.C (top_y): rewrite to use RowList iterators.
4036         (top_y): adjust
4037         (setHeightOfRow): rewrite to sue RowList iterators.
4038         (appendParagraph): adjust
4039         (breakAgain): adjust
4040         (breakAgainOneRow): adjust
4041         (breakParagraph): adjust
4042         (getRow): adjust
4043         (getRowNearY): adjust, and remove commented code.
4044
4045         * lyxtext.h (firstRow): delete function
4046         (lastRow): delete function
4047         (rows): new function (const and non-const versions.)
4048         (insertRow): delete function
4049
4050         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
4051
4052 2003-03-29  John Levon  <levon@movementarian.org>
4053
4054         * BufferView_pimpl.C: always update scrollbar top
4055         because pasting text when we're anchored could mean we
4056         miss an update altogether
4057
4058 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4059
4060         * text2.C (init): use rowlist_.end() and not 0.
4061         (insertRow): change to take a RowList::iterator as arg, adjust
4062         for this.
4063         (insertParagraph): change to take a RowList::iterator as arg,
4064         adjust for this.
4065         (redoParagraphs): remove some debug msgs.
4066
4067         * text.C (appendParagraph): change to take a RowList::iterator
4068         arg, adjust for this.
4069         (breakAgain): add an assert
4070         (breakAgainOneRow): ditto
4071
4072 2003-03-29  John Levon  <levon@movementarian.org>
4073
4074         * text2.C: do not clear selection after inc/decDepth
4075         (bug 550)
4076
4077 2003-03-29  John Levon  <levon@movementarian.org>
4078
4079         * BufferView.C:
4080         * buffer.C: fix broken strerrors according to Lars
4081
4082 2003-03-29  John Levon  <levon@movementarian.org>
4083
4084         * converters.C: more Alert cleanups
4085
4086 2003-03-29  John Levon  <levon@movementarian.org>
4087
4088         * bufferview_funcs.C: remove pointless Alert
4089
4090         * buffer.C: fix confusing error message when
4091         a template is chmoded 000
4092
4093 2003-03-29  John Levon  <levon@movementarian.org>
4094
4095         * BufferView.C:
4096         * BufferView.h:
4097         * BufferView_pimpl.C: Alert fixes
4098
4099         * Makefile.am:
4100         * tabular.C:
4101         * tabular-old.C: remove unused table compat reading
4102
4103 2003-03-29  John Levon  <levon@movementarian.org>
4104
4105         * BufferView.C:
4106         * buffer.C:
4107         * lyx_cb.h:
4108         * lyx_cb.C: more Alert cleanups
4109
4110         * lyxfunc.C: don't allow chktex if not latex document
4111
4112 2003-03-29  John Levon  <levon@movementarian.org>
4113
4114         * lyx_cb.C:
4115         * BufferView.C:
4116         * buffer.C: warnings pushed down from support/,
4117         kill err_alert
4118
4119 2003-03-29  John Levon  <levon@movementarian.org>
4120
4121         * lyxfunc.C: safety check for C-r (revert)
4122
4123 2003-03-29  John Levon  <levon@movementarian.org>
4124
4125         * bufferlist.h:
4126         * bufferlist.C: several UI fixes using Alert::prompt.
4127         Fix the pointless looping quit code. Fix stupid revert
4128         behaviour (bug 938)
4129
4130         * lyxvc.h:
4131         * lyxvc.C:
4132         * lyx_cb.C: use Alert::prompt
4133
4134         * lyx_main.C: remove a silly question
4135
4136         * lyxfunc.C: remove a couple of silly questions,
4137         use Alert::prompt
4138
4139 2003-03-28  John Levon  <levon@movementarian.org>
4140
4141         * text2.C: fix bug 974 (End on empty par)
4142
4143 2003-03-28  John Levon  <levon@movementarian.org>
4144
4145         * BufferView_pimpl.C:
4146         * LyXAction.C:
4147         * lfuns.h: remove do-nothing math greek lfuns
4148
4149 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4150
4151         * lyxgluelength.h (isValidGlueLength): add default arg on
4152         parameter 2. Remove default arg from friend in class.
4153
4154         * lyxlength.h (isValidLength): add default arg on parameter 2.
4155         Remove default arg from friend in class.
4156
4157         * text2.C (LyXText): adjust, initialize refresh_row.
4158         (init): adjust
4159         (removeRow): adjust
4160         (insertRow): adjust
4161         (insertParagraph): adjst
4162         (redoParagraphs): adjust
4163         (fullRebreak): adjust
4164         (updateCounters): adjust
4165         (deleteEmptyParagraphMechanism): first attempt at fixing a
4166         crashing bug.
4167
4168         * text.C (top_y): adjust
4169         (setHeightOfRow): adjust
4170         (getRow): adjust
4171         (getRowNearY): adjust
4172
4173         * lyxtext.h: include RowList.h
4174         (~LyXText): not needed anymore, deleted.
4175         (firstRow): modify for RowList
4176         (lastRow): new function
4177         Delete firstrow and lastrow class variables, add a Rowlist
4178         rowlist_ class variable.
4179
4180         * lyxrow.C (lastPos): use empty() and not !size() to check if a
4181         paragraph is empty.
4182
4183         * RowList.C (insert): fix case where it == begin().
4184
4185 2003-03-26  Angus Leeming  <leeming@lyx.org>
4186
4187         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
4188         the thesaurus dialog.
4189
4190 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4191
4192         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
4193
4194         * RowList.[Ch]: new files
4195
4196         * ParagraphList.C (erase): handle the case where it == begin
4197         correctly.
4198
4199 2003-03-25  John Levon  <levon@movementarian.org>
4200
4201         * Makefile.am:
4202         * aspell_local.h:
4203         * aspell.C: add new aspell support
4204
4205         * lyxrc.h:
4206         * lyxrc.C: Make use_pspell be use_spell_lib. Always
4207         have it accessible.
4208
4209 2003-03-25  Angus Leeming  <leeming@lyx.org>
4210
4211         * lfuns.h:
4212         * LyXAction.C (init): new LFUN_INSET_INSERT.
4213
4214         * BufferView_pimpl.C (dispatch): split out part of the
4215         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
4216
4217         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
4218         LFUN_INSET_APPLY.
4219
4220 2003-03-25  Angus Leeming  <leeming@lyx.org>
4221
4222         * lyxfunc.C (dispatch): changes to the Dialogs interface.
4223
4224 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
4225
4226         * text2.C:
4227         * text3.C: remove useless row->height(0)
4228
4229 2003-03-25  John Levon  <levon@movementarian.org>
4230
4231         * lyxtext.h:
4232         * text2.C:
4233         * text3.C: rename the refreshing stuff to better names
4234
4235 2003-03-24  John Levon  <levon@movementarian.org>
4236
4237         * BufferView_pimpl.h:
4238         * BufferView_pimpl.C: update layout choice on a mouse
4239         press/release
4240
4241 2003-03-23  John Levon  <levon@movementarian.org>
4242
4243         * Makefile.am: fix commandtags.h reference
4244
4245 2003-03-22  John Levon  <levon@movementarian.org>
4246
4247         * BufferView_pimpl.C:
4248         * lyxtext.h:
4249         * rowpainter.C:
4250         * rowpainter.h:
4251         * text.C:
4252         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
4253
4254 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
4255
4256         * lyxtext.h:
4257         * text.C: take the rtl methods out of line
4258
4259 2003-03-21 André Pönitz <poenitz@gmx.net>
4260
4261         * metricsinfo.[Ch]: new files containing structures to be passed around
4262         during the two-phase-drawing...
4263
4264 2003-03-21 André Pönitz <poenitz@gmx.net>
4265
4266         * lyxtextclass.C: read 'environment' tag.
4267
4268 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
4269
4270         * text2.C (removeRow): fix bug 964
4271
4272 2003-03-20  John Levon  <levon@movementarian.org>
4273
4274         * rowpainter.C:
4275         * text.C:
4276         * text2.C: paint cleanups. Inset::update() dropped font
4277         parameter
4278
4279 2003-03-19  John Levon  <levon@movementarian.org>
4280
4281         * lyxfunc.C: only fitcursor/markDirty if available()
4282
4283 2003-03-19  John Levon  <levon@movementarian.org>
4284
4285         * commandtags.h: rename to ...
4286
4287         * lfuns.h: ... this, and renumber / cleanup
4288
4289 2003-03-19  John Levon  <levon@movementarian.org>
4290
4291         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
4292         fit the cursor after an lfun
4293
4294         * BufferView.h:
4295         * BufferView.C:
4296         * BufferView_pimpl.h:
4297         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
4298
4299         * LyXAction.C: layout-character should have ReadOnly
4300
4301         * ParagraphParameters.C:
4302         * buffer.C:
4303         * bufferview_funcs.C:
4304         * lyx_cb.C:
4305         * lyxfind.C:
4306         * lyxtext.h:
4307         * text.C:
4308         * text2.C:
4309         * text3.C:
4310         * undo_funcs.C: changes from above
4311
4312 2003-03-18  John Levon  <levon@movementarian.org>
4313
4314         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
4315         remove it from update()
4316
4317         * lyxfunc.C: update layout choice after an lfun
4318
4319         * text3.C: remove extra updateLayoutChoice()s
4320
4321 2003-03-18  John Levon  <levon@movementarian.org>
4322
4323         * text.C: top_y change means full repaint, fix
4324         a drawing bug with cursor movement
4325
4326 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4327
4328         * lyxtext.h:
4329         * text.C:
4330         * text2.C: anchor row on setCursor
4331
4332 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4333
4334         * lyxtext.h: remove almost all mutable keywords
4335         * text.C:
4336         * text2.C:
4337         * text3.C: remove const keywords accordingly
4338
4339 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4340
4341         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
4342         anon namespace
4343         (TeXEnvironment): ditto
4344         (TeXOnePar): ditto
4345
4346 2003-03-17  John Levon  <levon@movementarian.org>
4347
4348         * text.C (rowBreakPoint): remove attempt to fix displayed
4349         math insets inside a manual label
4350
4351 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4352
4353         * lyxtext.h: remove BufferView* as first arg from almost all class
4354         functions.
4355         * other files: adjust.
4356
4357 2003-03-17  John Levon  <levon@movementarian.org>
4358
4359         * lyxtext.h:
4360         * undo_funcs.C:
4361         * text2.C: more paint cleanups
4362
4363         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4364
4365         * rowpainter.h:
4366         * rowpainter.C: remove "smart" background painting code
4367
4368 2003-03-16  John Levon  <levon@movementarian.org>
4369
4370         * lyxtext.h:
4371         * text.C:
4372         * text2.C:
4373         * text3.C: add helper functions for setting refresh_row/y
4374
4375 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4376
4377         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4378         newline inset which *can* get inserted in the pass_thru layouts.
4379         This is primarily for literate documents.
4380
4381 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4382
4383         * buffer.C: increment LYX_FORMAT to 223
4384
4385 2003-03-14 André Pönitz <poenitz@gmx.net>
4386
4387         * textclass.h: prepare for environment handling, ws changes
4388         * lyxlayout.C: read latexheader and latexfooter tags
4389
4390 2003-03-14  John Levon  <levon@movementarian.org>
4391
4392         * text2.C: rewrite ::status() a bit
4393
4394 2003-03-13  John Levon  <levon@movementarian.org>
4395
4396         * lyxtext.h: add some docs
4397
4398 2003-03-13  John Levon  <levon@movementarian.org>
4399
4400         * lyxtext.h:
4401         * text.C:
4402         * text2.C:
4403         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4404
4405 2003-03-13  John Levon  <levon@movementarian.org>
4406
4407         * text3.C: fix appendix redrawing
4408
4409 2003-03-13  John Levon  <levon@movementarian.org>
4410
4411         * text.C (setHeightOfRow):
4412         * rowpainter.h:
4413         * rowpainter.C: make appendix mark have the text
4414           "Appendix" so the user knows what it is
4415
4416         * LColor.h:
4417         * LColor.C: s/appendixline/appendix/ from above
4418
4419 2003-03-13  John Levon  <levon@movementarian.org>
4420
4421         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4422
4423         * text.C: fix a getChar(pos) bug properly
4424
4425 2003-03-13  Angus Leeming  <leeming@lyx.org>
4426
4427         * commandtags.h:
4428         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4429         Probably only temporary. Let's see how things pan out.
4430
4431         * BufferView.C (unlockInset):
4432         * BufferView_pimpl.C (fitCursor):
4433         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4434
4435         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4436         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4437
4438         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4439         new functions that convert ParagraphParameters to and from a string.
4440
4441         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4442         BufferView::Pimpl's dispatch.
4443         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4444
4445 2003-03-13 André Pönitz <poenitz@gmx.net>
4446
4447         * lyxfunc.C:
4448         * text3.C:
4449         * factory.C: make it aware of InsetEnv
4450
4451 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4452
4453         * text2.C (setCursor): never ask for one past last
4454         (setCursor): add some debugging messages.
4455
4456         * text.C (singleWidth): never ask for one past last
4457         (singleWidth): ditto
4458         (leftMargin): ditto
4459         (rightMargin): ditto
4460         (rowBreakPoint): ditto
4461         (setHeightOfRow): ditto
4462         (prepareToPrint): ditto
4463
4464         * rowpainter.C (paintBackground): never ask for one past last
4465         (paintText): never ask for one past last
4466
4467         * paragraph_pimpl.C (getChar): make the assert stricter, never
4468         allow the one past last pos to be taken
4469
4470         * paragraph.C (getChar): ws changes only
4471
4472         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4473         (numberOfSeparators): ditto
4474         (numberOfHfills): ditto
4475
4476 2003-03-12  John Levon  <levon@movementarian.org>
4477
4478         * author.h:
4479         * author.C:
4480         * bufferparams.h:
4481         * bufferparams.C:
4482         * paragraph_funcs.C: fix per-buffer authorlists
4483
4484 2003-03-12  John Levon  <levon@movementarian.org>
4485
4486         * text.C: fix newline in right address
4487
4488 2003-03-12  Angus Leeming  <leeming@lyx.org>
4489
4490         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4491         duplicate those in LyXFunc::dispatch.
4492
4493         * commandtags.h:
4494         * LyXAction.C:
4495         * ToolbarDefaults.C:
4496         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4497         Add LFUN_FONTFREE_UPDATE.
4498
4499         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4500         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4501
4502         * bufferview_func.[Ch]: several new functions to facilliate
4503         transfer of data to and from the character dialog.
4504
4505 2003-03-12  John Levon  <levon@movementarian.org>
4506
4507         * buffer.C:
4508         * paragraph.h:
4509         * paragraph.C:
4510         * paragraph_funcs.C:
4511         * paragraph_pimpl.C:
4512         * sgml.C:
4513         * tabular.C:
4514         * text.C:
4515         * text3.C: remove META_NEWLINE in favour of an inset
4516
4517         * rowpainter.h:
4518         * rowpainter.C: remove paintNewline (done by inset)
4519
4520 2003-03-12  John Levon  <levon@movementarian.org>
4521
4522         * paragraph_pimpl.C: complain about bad getChar()s
4523         for a while at least
4524
4525 2003-03-12  John Levon  <levon@movementarian.org>
4526
4527         * buffer.h:
4528         * buffer.C: move paragraph read into a separate function,
4529         a little renaming to reflect that.
4530
4531         * bufferparams.h:
4532         * bufferparams.C: remove the author_ids map, not necessary now
4533
4534         * factory.h:
4535         * factory.C: moved Buffer::readInset to here
4536
4537         * paragraph_funcs.h:
4538         * paragraph_funcs.C: readParagraph free function moved from
4539         buffer.C
4540
4541         * tabular.C: name change
4542
4543 2003-03-12  John Levon  <levon@movementarian.org>
4544
4545         * buffer.C:
4546         * ParagraphParameters.C: move par params input to
4547         a read() method
4548
4549         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4550         behave like a normal read from the stream wrt reading
4551         a line vs. a \\token
4552
4553 2003-03-12  John Levon  <levon@movementarian.org>
4554
4555         * paragraph.C:
4556         * ParagraphParameters.h:
4557         * ParagraphParameters.C: move output code to a
4558         ::write() method
4559
4560 2003-03-12  John Levon  <levon@movementarian.org>
4561
4562         * BufferView.C (insertLyXFile):
4563         * buffer.h:
4564         * buffer.C:
4565         * tabular.C: use a parlist iterator for creating the
4566           document.
4567
4568 2003-03-12  John Levon  <levon@movementarian.org>
4569
4570         * buffer.C: make current_change static local not
4571           static file-scope
4572
4573 2003-03-12  John Levon  <levon@movementarian.org>
4574
4575         * buffer.C: fix insertStringAsLines for change tracking
4576
4577 2003-03-12  John Levon  <levon@movementarian.org>
4578
4579         * BufferView.C:
4580         * tabular.C:
4581         * buffer.h:
4582         * buffer.C:
4583         * bufferparams.h:
4584         * bufferparams.C: move author list into params. Rename some
4585           functions. Move the header reading into a separate token
4586           loop. Move the header token reading into BufferParams.
4587
4588 2003-03-12  John Levon  <levon@movementarian.org>
4589
4590         * changes.C: put debug inside lyxerr.debugging() checks
4591
4592 2003-03-11 André Pönitz <poenitz@gmx.net>
4593
4594         * factory.C: make it aware of InsetHFill
4595
4596 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4597
4598         * buffer.C (latexParagraphs): move function from here...
4599         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4600         args.
4601
4602 2003-03-10  Angus Leeming  <leeming@lyx.org>
4603
4604         * LyXAction.C (init): fix bug in poplating array with multiple entries
4605         with the same LFUN (spotted by JMarc).
4606
4607 2003-03-10  John Levon  <levon@movementarian.org>
4608
4609         * text.C:
4610         * text2.C: move getColumnNearX() near its
4611         only call site
4612
4613 2003-03-10  John Levon  <levon@movementarian.org>
4614
4615         * text.C: fix break before a minipage
4616
4617 2003-03-10  John Levon  <levon@movementarian.org>
4618
4619         * text.C: fix the last commit
4620
4621 2003-03-09  John Levon  <levon@movementarian.org>
4622
4623         * lyxtext.h:
4624         * text.C:
4625         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4626         bug 365 (don't break before insets unless needed). Don't
4627         return a value > last under any circumstances.
4628
4629 2003-03-09  Angus Leeming  <leeming@lyx.org>
4630
4631         * BufferView_pimpl.C (trackChanges, dispatch): call
4632         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4633
4634 2003-03-09  Angus Leeming  <leeming@lyx.org>
4635
4636         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4637         than Dialogs::showAboutlyx().
4638
4639 2003-03-09  Angus Leeming  <leeming@lyx.org>
4640
4641         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4642         than Dialogs::showTabularCreate().
4643
4644 2003-03-09  John Levon  <levon@movementarian.org>
4645
4646         * lyxtext.h:
4647         * text.C:
4648         * text2.C: 3rd arg to nextBreakPoint was always the same.
4649           Use references.
4650
4651 2003-03-08  John Levon  <levon@movementarian.org>
4652
4653         * lyxrow.C:
4654         * paragraph.C:
4655         * paragraph.h:
4656         * rowpainter.C:
4657         * text.C:
4658         * text2.C: Remove the "main" bit from the "main body"
4659           notion.
4660
4661 2003-03-08  John Levon  <levon@movementarian.org>
4662
4663         * text.C (leftMargin): The left margin of an empty
4664         manual label paragraph should not include the label width
4665         string length.
4666
4667         * text.C (prepareToPrint): don't attempt to measure hfills
4668         for empty manual label paragraphs - the answer should be 0
4669
4670 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4671
4672         * CutAndPaste.C: remove commented code and reindent.
4673
4674 2003-03-08  John Levon  <levon@movementarian.org>
4675
4676         * lyxfunc.h:
4677         * lyxfunc.C: move reloadBuffer()
4678
4679         * BufferView.h:
4680         * BufferView.C: to here
4681
4682         * lyxvc.C: add comment
4683
4684         * vc-backend.h:
4685         * vc-backend.C: call bv->reload() to avoid
4686           getStatus() check on MENURELOAD
4687
4688 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4689
4690         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4691         to an old format .dep file.
4692
4693 2003-03-07  Angus Leeming  <leeming@lyx.org>
4694
4695         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4696         when the LFUN_MOUSE_RELEASE should have been handled by
4697         inset->localDispatch.
4698
4699 2003-03-07  Angus Leeming  <leeming@lyx.org>
4700
4701         * BufferView_pimpl.C (dispatch):
4702         * LyXAction.C (init):
4703         * ToolbarDefaults.C (init):
4704         * commandtags.h:
4705         * lyxfunc.C (getStatus):
4706         remove LFUN_INSET_GRAPHICS.
4707
4708         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4709
4710 2003-03-07  Angus Leeming  <leeming@lyx.org>
4711
4712         * commandtags.h:
4713         * LyXAction.C (init):
4714         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4715
4716         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4717
4718         * commandtags.h:
4719         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4720
4721         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4722         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4723
4724 2003-03-07  Angus Leeming  <leeming@lyx.org>
4725
4726         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4727         remove "ert".
4728
4729 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4730
4731         * ParagraphList.C (front): new function
4732         (back): implement
4733
4734 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4735
4736         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4737         and top_row_offset_. removed var first_y.
4738         * text.C (top_y):
4739         * text2.C (LyXText, removeRow):
4740         * text3.C:
4741         * BufferView_pimpl.C:
4742         use these methods instead of using first_y
4743
4744 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4745
4746         * text2.C (pasteSelection): adjust for checkPastePossible
4747
4748         * CutAndPaste.C: remove Paragraph * buf and replace with
4749         ParagraphList paragraphs.
4750         (DeleteBuffer): delete
4751         (cutSelection): change the tc type to textclass_type
4752         (copySelection): change the tc type to textclass_type
4753         (copySelection): adjust for ParagraphList
4754         (pasteSelection): change the tc type to textclass_type
4755         (pasteSelection): adjust for Paragraphlist
4756         (nrOfParagraphs): simplify for ParagraphList
4757         (checkPastePossible): simplify for ParagraphList
4758         (checkPastePossible): remove unused arg
4759
4760         * ParagraphList.C (insert): handle the case where there are no
4761         paragraphs yet.
4762
4763         * CutAndPaste.h: make CutAndPaste a namespace.
4764
4765         * text3.C (dispatch): adjust
4766
4767         * text.C (breakParagraph): add a ParagraphList as arg
4768
4769         * paragraph_funcs.C (breakParagraph): change to take a
4770         BufferParams and a ParagraphList as args.
4771         (breakParagraphConservative): ditto
4772         (mergeParagraph): ditto
4773         (TeXDeeper): add a ParagraphList arg
4774         (TeXEnvironment): ditto
4775         (TeXOnePar): ditto
4776
4777         * buffer.C (readLyXformat2): adjust
4778         (insertStringAsLines): adjust
4779         (latexParagraphs): adjust
4780
4781         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4782         (cutSelection): adjust
4783         (pasteSelection): adjust
4784
4785         * BufferView_pimpl.C (insertInset): adjust
4786
4787 2003-03-05  Angus Leeming  <leeming@lyx.org>
4788
4789         * commandtags.h:
4790         * LyXAction.C (init):
4791         * BufferView_pimpl.C (dispatch):
4792         * lyxfunc.C (getStatus):
4793         remove LFUN_CHILD_INSERT.
4794
4795         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4796
4797 2003-03-05  Angus Leeming  <leeming@lyx.org>
4798
4799         * commandtags.h:
4800         * LyXAction.C (init):
4801         * src/factory.C (createInset):
4802         * lyxfunc.C (getStatus):
4803         * text3.C (dispatch):
4804         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4805
4806         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4807
4808 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4809
4810         * ParagraphList.C (insert): handle insert right before end()
4811         (erase): fix cases where it can be first or last paragraph.
4812
4813 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4814
4815         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4816         Paragraph::next and Paragraph::previous
4817         (TeXOnePar): ditto
4818
4819         * text.C (breakParagraph): adjust
4820
4821         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4822         BufferParams& as arg.
4823         (breakParagraph): use ParagraphList::insert
4824         (breakParagraphConservative): take a Buffer* instead of a
4825         BufferParams& as arg.
4826         (breakParagraphConservative): use ParagraphList::insert.
4827
4828         * buffer.C (insertStringAsLines): un-const it
4829         (insertStringAsLines): adjust
4830
4831         * ParagraphList.C (insert): new function
4832
4833         * CutAndPaste.C (pasteSelection): adjust
4834
4835         * text.C (backspace): adjust
4836
4837         * tabular.C (SetMultiColumn): adjust
4838
4839         * CutAndPaste.C (cutSelection): adjust
4840         (pasteSelection): adjust
4841
4842         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4843         Buffer const * as arg
4844
4845         * ParagraphList.C (erase): new function
4846         * paragraph_funcs.C (mergeParagraph): use it
4847         (mergeParagraph): make it take a Buffer* instead of a
4848         BufferParams* as arg
4849
4850         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4851         as arg
4852         (breakParagraphConservative): ditto
4853
4854         * paragraph.h: remove the breakParagraph friend
4855
4856         * paragraph.C (eraseIntern): new function
4857         (setChange): new function
4858
4859         * paragraph_funcs.C (mergeParagraph): make it take a
4860         ParagraphList::iterator instead of a Paragraph *, adjust
4861         accordingly.
4862
4863         * paragraph.h: move an #endif so that the change tracking stuff
4864         also works in the NO_NEXT case.
4865
4866 2003-03-04  Angus Leeming  <leeming@lyx.org>
4867
4868         * commandtags.h:
4869         * LyXAction.C: new LFUN_INSET_MODIFY.
4870
4871         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4872         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4873
4874 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4875
4876         * several files: ws changes only
4877
4878         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4879         (TeXEnvironment): ditto
4880         (TeXDeeper): ditto
4881
4882         * buffer.C (makeLaTeXFile): adjust
4883         (latexParagraphs): make it take ParagraphList::iterator as args
4884
4885 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4886
4887         * buffer.C (latexParagraphs): adjust
4888
4889         * paragraph.C (TeXOnePar): move function...
4890         (optArgInset): move function...
4891         (TeXEnvironment): move function...
4892         * paragraph_pimpl.C (TeXDeeper): move function...
4893         * paragraph_funcs.C: ...here
4894
4895         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4896
4897 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4898
4899         * buffer.C (readInset): remove compability code for old Figure and
4900         InsetInfo insets
4901
4902 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4903
4904         * buffer.C: ws changes
4905         (readInset):
4906
4907         * BufferView_pimpl.C: ditto
4908         * author.C: ditto
4909         * buffer.h: ditto
4910         * bufferlist.h: ditto
4911         * changes.h: ditto
4912         * lyxfunc.C: ditto
4913
4914 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4915
4916         * converter.[Ch]: split into itself +
4917         * graph.[Ch]
4918         * format.[Ch]
4919         * Makefile.am: += graph.[Ch] + format.[Ch]
4920         * MenuBackend.C
4921         * buffer.C
4922         * exporter.C
4923         * importer.C
4924         * lyx_main.C
4925         * lyxfunc.C
4926         * lyxrc.C: added #include "format.h"
4927
4928 2003-02-27  Angus Leeming  <leeming@lyx.org>
4929
4930         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4931           a label.
4932
4933         * factory.C (createInset): add "label" to the factory.
4934
4935         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4936           string and do no more.
4937
4938 2003-02-27  Angus Leeming  <leeming@lyx.org>
4939
4940         * commandtags.h:
4941         * LyXAction.C (init):
4942         * factory.C (createInset):
4943         * BufferView_pimpl.C (dispatch):
4944           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4945
4946         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4947
4948         * lyxfunc.C (dispatch):
4949         * text3.C (dispatch): pass name to params2string.
4950
4951 2003-02-26  Angus Leeming  <leeming@lyx.org>
4952
4953         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4954           blocks together.
4955           Rearrange the ~includes. Strip out the unnecessary ones.
4956
4957         * factory.C (createInset): reformat.
4958           create new insets for the various LFUN_XYZ_APPLY lfuns.
4959
4960 2003-02-26  John Levon  <levon@movementarian.org>
4961
4962         * lyxrow.h:
4963         * lyxrow.C: add isParStart,isParEnd helpers
4964
4965         * paragraph.h: make isInserted/DeletedText take refs
4966
4967         * paragraph_funcs.h:
4968         * paragraph_funcs.C: remove #if 0'd code
4969
4970         * lyxtext.h:
4971         * text3.C:
4972         * text2.C:
4973         * text.C: use lyxrow helpers above.
4974           Move draw and paint routines to RowPainter.
4975           Make several methods use refs not pointers.
4976           Make backgroundColor() const.
4977           Add markChangeInDraw(), isInInset().
4978           Merge changeRegionCase into changeCase.
4979           Make workWidth() shouldn't-happen code into an Assert.
4980
4981         * rowpainter.h:
4982         * rowpainter.C: new class for painting a row.
4983
4984         * vspace.h:
4985         * vspace.C: make inPixels take a ref
4986
4987 2003-02-26  Angus Leeming  <leeming@lyx.org>
4988
4989         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4990         LFUN_REF_APPLY.
4991
4992 2003-02-25  John Levon  <levon@movementarian.org>
4993
4994         * ispell.C: give the forked command a more accurate name
4995
4996 2003-02-22  John Levon  <levon@movementarian.org>
4997
4998         * toc.h:
4999         * toc.C: make TocItem store an id not a Paragraph *
5000           (bug #913)
5001
5002 2003-02-21  Angus Leeming  <leeming@lyx.org>
5003
5004         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
5005           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
5006           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
5007           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
5008           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
5009           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
5010
5011         * BufferView_pimpl.C (dispatch):
5012         * LyXAction.C (init):
5013         * factory.C (createInset):
5014         * lyxfunc.C (getStatus, dispatch):
5015         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
5016
5017 2003-02-21  Angus Leeming  <leeming@lyx.org>
5018
5019         * BufferView_pimpl.C (MenuInsertLyXFile):
5020         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
5021         * lyxfunc.C (menuNew, open, doImport):
5022           no longer pass a LyXView & to fileDlg.
5023
5024 2003-02-21  Angus Leeming  <leeming@lyx.org>
5025
5026         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
5027         * LyXAction.C: change, BIBKEY to BIBITEM.
5028         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
5029         Change InsetBibKey to InsetBibitem.
5030         Change BIBKEY_CODE to BIBITEM_CODE.
5031         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5032         * factory.C: replace insetbib.h with insetbibitem.h.
5033         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5034         * paragraph.C: replace insetbib.h with insetbibitem.h.
5035         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
5036         Change bibkey() to bibitem().
5037         * text.C: remove insetbib.h.
5038         * text2.C: replace insetbib.h with insetbibitem.h.
5039         change bibkey() to bibitem().
5040         * text3.C: remove insetbib.h.
5041         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5042
5043 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5044
5045         * lyxrc.C (output): enclose user email in quotes (in case there are
5046         several words)
5047
5048 2003-02-18  John Levon  <levon@movementarian.org>
5049
5050         * buffer.h: add std::
5051
5052 2003-02-17  John Levon  <levon@movementarian.org>
5053
5054         * SpellBase.h:
5055         * ispell.h:
5056         * ispell.C:
5057         * pspell.h:
5058         * pspell.C: reworking. Especially in ispell, a large
5059           number of clean ups and bug fixes.
5060
5061         * lyxfunc.C: fix revert to behave sensibly
5062
5063 2003-02-17 André Pönitz <poenitz@gmx.net>
5064
5065         * LyXAction.C:
5066         * commandtags.h: new LFUN_INSERT_BIBKEY
5067
5068         * layout.h:
5069         * lyxlayout.C:
5070         * buffer.C:
5071         * factory.C:
5072         * text.C:
5073         * text2.C:
5074         * text3.C:
5075         * paragraph.[Ch]:
5076         * paragraph_func.C: remove special bibkey handling
5077
5078 2003-02-17  John Levon  <levon@movementarian.org>
5079
5080         * text.C (Delete): fix case where delete at the end of
5081           the very first paragraph would not merge the pars
5082
5083 2003-02-17  John Levon  <levon@movementarian.org>
5084
5085         * lyxrow.C: fix lastPrintablePos()
5086
5087 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5088
5089         * bufferparams.C (writeLaTeX): add a std:here
5090
5091         * buffer.C: and remove a using directive there
5092
5093 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5094
5095         * buffer.C (makeLaTeXFile): move the code that generates the
5096           preamble...
5097
5098         * bufferparams.C (writeLaTeX): ... in this new method
5099
5100         * LaTeXFeatures.C (getEncodingSet): make const
5101           (getLanguages): make const
5102
5103         * MenuBackend.C (binding): returns the binding associated to this
5104           action
5105           (add): sets the status of each item by calling getStatus. Adds
5106           some intelligence.
5107           (read): add support for OptSubMenu
5108           (expand): remove extra separator at the end of expanded menu
5109
5110 2003-02-15  John Levon  <levon@movementarian.org>
5111
5112         * BufferView.C:
5113         * BufferView_pimpl.C:
5114         * bufferlist.h:
5115         * bufferlist.C: remove pointless BufferStorage bloat. Remove
5116           inset code that had no actual effect. Remove unneeded status
5117           code.
5118
5119 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5120
5121         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
5122           in preamble
5123
5124 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
5125
5126         * text.C (drawLengthMarker): also draw an arrow marker for
5127           symbolic lengths (medskip...)
5128
5129 2003-02-14  John Levon  <levon@movementarian.org>
5130
5131         * tabular.h:
5132         * tabular.C: better method names
5133
5134 2003-02-14  John Levon  <levon@movementarian.org>
5135
5136         * BufferView_pimpl.C:
5137         * bufferlist.C:
5138         * buffer.C:
5139         * converter.C:
5140         * lyx_cb.C:
5141         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
5142           it's a more accurate name. Remove some pointless uses.
5143
5144 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5145
5146         * text2.C (LyXText): change order of initilizers to shut off
5147           warnings
5148
5149 2003-02-14  John Levon  <levon@movementarian.org>
5150
5151         * buffer.C: use ParIterator for getParFromID()
5152
5153         * paragraph.h:
5154         * paragraph.C:
5155         * paragraph_pimpl.h:
5156         * paragraph_pimpl.C: remove unused getParFromID()
5157
5158 2003-02-14  John Levon  <levon@movementarian.org>
5159
5160         * buffer.C: remove some very old #if 0'd parse code
5161
5162 2003-02-13  John Levon  <levon@movementarian.org>
5163
5164         * text.h:
5165         * text.C:
5166         * text2.C: move hfillExpansion(), numberOfSeparators(),
5167           rowLast(), rowLastPrintable(), numberofHfills(),
5168           numberOfLabelHfills() ...
5169
5170         * lyxrow.h:
5171         * lyxrow.C: ... to member functions here.
5172
5173         * paragraph.h:
5174         * paragraph.C:
5175         * lyxtext.h:
5176         * text.C: remove LyXText::beginningOfMainBody(), and call
5177           p->beginningOfMainBody() directly. Move the check for
5178           LABEL_MANUAL into the latter.
5179
5180         * text.h:
5181         * text.C:
5182         * text2.C:
5183         * vspace.C:
5184         * BufferView.h:
5185         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
5186
5187         * text.h:
5188         * text.C:
5189         * text2.C:
5190         * text3.C:
5191         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
5192           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
5193
5194 2003-02-13  John Levon  <levon@movementarian.org>
5195
5196         * CutAndPaste.C: remove debug
5197
5198 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5199
5200         * paragraph.C (asString): remove two unused variables
5201
5202         * lyxtextclass.C (readTitleType):
5203           (Read):
5204           (LyXTextClass): handle new members titletype_ and titlename_
5205
5206         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
5207
5208 2003-02-09  John Levon  <levon@movementarian.org>
5209
5210         * buffer.h:
5211         * buffer.C: replace hand-coded list with a map for the dep clean
5212
5213 2003-02-08  John Levon  <levon@movementarian.org>
5214
5215         * LaTeX.C: consolidate code into showRunMessage() helper
5216
5217 2003-02-08  John Levon  <levon@movementarian.org>
5218
5219         * lyxfind.C:
5220         * lyxtext.h:
5221         * text2.C:
5222         * BufferView.C: change setSelectionOverString() to setSelectionRange()
5223           and pass the size in explicitly
5224
5225         * BufferView_pimpl.h:
5226         * BufferView_pimpl.C:
5227         * BufferView.h:
5228         * BufferView.C: add getCurrentChange()
5229
5230         * BufferView_pimpl.h:
5231         * BufferView_pimpl.C: handle change lfuns
5232
5233         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
5234           for changes. Mark pasted paragraphs as new.
5235
5236         * support/lyxtime.h:
5237         * support/lyxtime.C:
5238         * DepTable.C: abstract time_t as lyx::time_type
5239
5240         * LColor.h:
5241         * LColor.C: add colours for new text, deleted text, changebars
5242
5243         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
5244           package use "usenames" option.
5245
5246         * commandtags.h:
5247         * lyxfunc.C:
5248         * LyXAction.C: add change lfuns
5249
5250         * Makefile.am:
5251         * author.h:
5252         * author.C: author handling
5253
5254         * buffer.h:
5255         * buffer.C: add a per-buffer author list, with first entry as
5256           current author. Handle new .lyx tokens for change tracking. Output
5257           author list to .lyx file. Output dvipost stuff to .tex preamble.
5258           Bump lyx format to 222.
5259
5260         * bufferlist.h:
5261         * bufferlist.C: add setCurrentAuthor() to reset current author details
5262           in all buffers.
5263
5264         * bufferparams.h:
5265         * bufferparams.C: add param for tracking
5266
5267         * bufferview_funcs.C: output change info in minibuffer
5268
5269         * Makefile.am:
5270         * changes.h:
5271         * changes.C: add change-tracking structure
5272
5273         * debug.h:
5274         * debug.C: add CHANGES debug flag
5275
5276         * lyxfind.h:
5277         * lyxfind.C: add code for finding the next change piece
5278
5279         * lyxrc.h:
5280         * lyxrc.C: add user_name and user_email
5281
5282         * lyxrow.h:
5283         * lyxrow.C: add a metric for the top of the text line
5284
5285         * lyxtext.h:
5286         * text.C: implement accept/rejectChange()
5287
5288         * lyxtext.h:
5289         * text.C: paint changebars. Paint new/deleted text in the chosen
5290         colours. Strike through deleted text.
5291
5292         * paragraph.h:
5293         * paragraph.C:
5294         * paragraph_pimpl.h:
5295         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
5296           in the current change to the insert functions. Rework erase to
5297           mark text as deleted, adding an eraseIntern() and a range-based
5298           erase(). Implement per-paragraph change lookup and
5299           accept/reject.
5300
5301         * paragraph_funcs.C: Fixup paste for change tracking.
5302
5303         * tabular.C: mark added row/columns as new.
5304
5305         * text.C: fix rowLast() to never return -1. Don't allow
5306           spellchecking of deleted text. Track transpose changes. Don't
5307           allow paragraph break or merge where appropriate.
5308
5309         * text2.C: leave cursor at end of selection after a cut.
5310
5311 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5312
5313         * text.C (getLengthMarkerHeight):
5314         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
5315         visible on screen too.
5316
5317 2003-02-07  John Levon  <levon@movementarian.org>
5318
5319         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
5320
5321 2003-02-05  Angus Leeming  <leeming@lyx.org>
5322
5323         * lyxserver.C (read_ready): revert my patch of 11 September last year
5324         as it sends PC cpu through the roof. Presumably this means that
5325         the lyxserver will no longer run on an Alpha...
5326
5327 2003-01-30  Angus Leeming  <leeming@lyx.org>
5328
5329         * factory.C (createInset): create an InsetCommandParam of type "index"
5330         and use it to 'do the right thing'.
5331
5332         * text2.C (getStringToIndex): ensure that cursor position is always
5333         reset to the reset_cursor position.
5334
5335 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5336
5337         * lyxfunc.C (getStatus): "buffer-export custom" should never be
5338         disabled.
5339
5340 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
5341
5342         * bufferview.C:
5343         * lyxcb.C:
5344         * lyxfunc.C: Output messages with identical spelling, punctuation,
5345         and spaces
5346
5347 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
5348
5349         * MenuBackend.C (expandFormats): List only viewable export formats
5350         in "View" menu
5351
5352         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5353         message
5354
5355         * lyxfunc.C (getStatus): Make sure that formats other than
5356         "fax" can also be disabled
5357
5358 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5359
5360         * text3.C (dispatch): put the lfuns that insert insets in 3
5361         groups, and call doInsertInset with appropriate arguments.
5362         (doInsertInset): new function, that creates an inset and inserts
5363         it according to some boolean parameters.
5364
5365 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5366
5367         * buffer.C (readFile): remember to pass on 'par' when calling
5368         readFile recursively.
5369
5370 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5371
5372         * MenuBackend.C (expandFormats): add "..." to import formats.
5373
5374 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5375
5376         * paragraph.C (asString): Remove XForms RTL hacks.
5377
5378 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5379         * buffer.C: fix typo
5380
5381 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5382
5383         * Makefile.am (LIBS): delete var
5384         (lyx_LDADD): add @LIBS@ here instead.
5385
5386 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5387
5388         * Clarify the meaning of "wheel mouse jump"
5389
5390 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5391
5392         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5393         tabular in a float
5394
5395 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5396
5397         * importer.C (Loaders): do not preallocate 3 elements in the
5398         vector, since one ends up with 6 elements otherwise
5399
5400 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5401
5402         * DepTable.C (write): write the file name as last element of the
5403         .dep file (because it may contain spaces)
5404         (read): read info in the right order
5405
5406 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5407
5408         * paragraph_pimpl.C (simpleTeXBlanks):
5409         (simpleTeXSpecialChars):
5410         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5411
5412         * tabular.C (latex): add some missing case statements. Reindent.
5413
5414         * MenuBackend.C (expandToc): remove unused variable.
5415
5416 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5417
5418         * LColor.C:
5419         * LaTeX.C:
5420         * LyXAction.C:
5421         * MenuBackend.C:
5422         * buffer.C:
5423         * exporter.C:
5424         * lyxfunc.C:
5425         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5426         and the like.
5427
5428 2003-01-05  John Levon  <levon@movementarian.org>
5429
5430         * BufferView.h:
5431         * BufferView.C: add getEncoding()
5432
5433         * kbsequence.h:
5434         * kbsequence.C: do not store last keypress
5435
5436         * lyxfunc.h:
5437         * lyxfunc.C: store last keypress here instead. Pass encoding
5438           to getISOEncoded()
5439
5440 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5441
5442         * lyx_main.C (init): remove annoying error message when following
5443         symbolic links (bug #780)
5444
5445 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5446
5447         * text.C (insertChar):
5448         * lyxrc.C (getDescription): remove extra spaces
5449
5450 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5451
5452         * lyxrc.C (getDescription): remove extra spaces
5453
5454 2002-12-20  John Levon  <levon@movementarian.org>
5455
5456         * text3.C: hack fix for page up/down across tall rows
5457
5458 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5459
5460         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5461         not been invoked
5462
5463 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5464
5465         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5466         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5467         thesaurus is not compiled in
5468
5469 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5470
5471         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5472
5473 2002-12-16  Angus Leeming  <leeming@lyx.org>
5474
5475         * lyxrc.[Ch]:
5476         * lyx_main.C (init): remove override_x_deadkeys stuff.
5477
5478 2002-12-12  John Levon  <levon@movementarian.org>
5479
5480         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5481           insert. Only remove shift modifier under strict
5482           circumstances.
5483
5484 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5485
5486         * MenuBackend.C (expandToc): fix crash.
5487
5488 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5489
5490         * MenuBackend.C (expandToc): gettext on float names.
5491
5492 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5493
5494         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5495         implement bool empty() [bug 490]
5496
5497 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5498
5499         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5500
5501 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5502
5503         * several files: ws changes
5504
5505 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5506
5507         * text2.C (setCounter): clean up a bit, use boost.format.
5508         (updateCounters): initialize par upon declaration.
5509
5510         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5511         if the layout exists. We do not just store the layout any more.
5512         (SwitchLayoutsBetweenClasses): use boost.format
5513
5514 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5515
5516         * converter.C (convert): if from and to files are the same, use a
5517         temporary files as intermediary
5518
5519 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5520
5521         * commandtags.h:
5522         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5523
5524 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5525
5526         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5527
5528 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5529
5530         * tabular.C (asciiPrintCell): use string(size, char) instead of
5531         explicit loop.
5532
5533         * sgml.C (openTag): fix order of arguments to string constructor
5534         (closeTag): ditto
5535
5536         * lyxfunc.C (dispatch): use boost.format
5537
5538         * lots of files: change "c" -> 'c'
5539
5540 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5541
5542         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5543
5544 2002-11-25  Angus Leeming  <leeming@lyx.org>
5545
5546         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5547
5548         * lyx_main.C (init): compile fix.
5549
5550 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5551
5552         * lyx_cb.C (start): boost.formatify
5553         do not include <iostream>
5554
5555         * lengthcommon.C: ws only
5556
5557         * boost-inst.C,BoostFormat.h: add more explict instantations
5558
5559 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5560
5561         * lots of files: handle USE_BOOST_FORMAT
5562
5563 2002-11-21  John Levon  <levon@movementarian.org>
5564
5565         * pspell.C: fix compile
5566
5567 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5568
5569         * lyxfunc.C (dispatch): use boost::format
5570         (open): ditto
5571         (doImport): ditto
5572
5573         * lyxfont.C (stateText): use boost::format
5574
5575         * lyx_main.C (LyX): use boost::format
5576         (init): ditto
5577         (queryUserLyXDir): ditto
5578         (readRcFile): ditto
5579         (parse_dbg): ditto
5580         (typedef boost::function): use the recommened syntax.
5581
5582         * importer.C (Import): use boost::format
5583
5584         * debug.C (showLevel): use boost::format
5585
5586         * converter.C (view): use boost::format
5587         (convert): ditto
5588         (move): ditto
5589         (scanLog): ditto
5590
5591         * bufferview_funcs.C (currentState): use boost::format
5592
5593         * bufferlist.C (emergencyWrite): use boost::format
5594
5595         * buffer.C (readLyXformat2): use boost::format
5596         (parseSingleLyXformat2Token): ditto
5597
5598         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5599
5600         * LaTeX.C (run): use boost::format
5601
5602         * Chktex.C (scanLogFile): use boost::format
5603
5604         * BufferView_pimpl.C (savePosition): use boost::format
5605         (restorePosition): ditto
5606         (MenuInsertLyXFile): ditto
5607
5608         * BoostFormat.h: help file for explicit instation.
5609
5610 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5611
5612         * tabular.C (latex): Support for block alignment in fixed width
5613         columns.
5614
5615 2002-11-17  John Levon  <levon@movementarian.org>
5616
5617         * BufferView_pimpl.C:
5618         * lyx_cb.C:
5619         * lyxfunc.C: split filedialog into open/save
5620
5621 2002-11-08  Juergen Vigna  <jug@sad.it>
5622
5623         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5624         by my last patch (hopefully).
5625
5626 2002-11-08  John Levon  <levon@movementarian.org>
5627
5628         * iterators.h:
5629         * iterators.C:
5630         * buffer.h:
5631         * buffer.C:
5632         * paragraph.h:
5633         * paragraph.C:
5634         * toc.h:
5635         * toc.C: ParConstIterator, and use it (from Lars)
5636
5637 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5638
5639         * lyxtextclass.[Ch]: revise and add doxygen comments
5640
5641 2002-11-07  John Levon  <levon@movementarian.org>
5642
5643         * text.C: fix progress value for spellchecker
5644
5645         * toc.C: fix navigate menu for insetwrap inside minipage
5646
5647         * paragraph_funcs.C: added FIXME for suspect code
5648
5649 2002-11-07  John Levon  <levon@movementarian.org>
5650
5651         * BufferView_pimpl.C: fix redrawing of insets
5652           on buffer switch
5653
5654 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5655
5656         * text2.C (updateCounters): fix bug 668
5657
5658 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5659
5660         * text3.C (dispatch): Do not make the buffer dirty when moving the
5661         cursor.
5662
5663 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5664
5665         * vc-backend.C: STRCONV
5666         (scanMaster): ditto
5667
5668         * text2.C (setCounter): STRCONV
5669
5670         * paragraph.C (asString): STRCONV
5671
5672         * lyxlength.C (asString): STRCONV
5673         (asLatexString): ditto
5674
5675         * lyxgluelength.C (asString): STRCONV
5676         (asLatexString): ditto
5677
5678         * lyxfunc.C (dispatch): STRCONV
5679         (open): ditto
5680
5681         * lyxfont.C (stateText): STRCONV
5682
5683         * importer.C (Import): STRCONV
5684
5685         * counters.C (labelItem): STRCONV
5686         (numberLabel): ditto
5687         (numberLabel): remove unused ostringstream o
5688
5689         * chset.C: STRCONV
5690         (loadFile): ditto
5691
5692         * bufferview_funcs.C (currentState): STRCONV
5693
5694         * buffer.C (readFile): STRCONV
5695         (asciiParagraph): ditto
5696         (makeLaTeXFile): ditto
5697
5698         * Spacing.C (writeEnvirBegin): STRCONV
5699
5700         * LaTeXFeatures.C (getLanguages): STRCONV
5701         (getPackages): ditto
5702         (getMacros): ditto
5703         (getBabelOptions): ditto
5704         (getTClassPreamble): ditto
5705         (getLyXSGMLEntities): ditto
5706         (getIncludedFiles): ditto
5707
5708         * LaTeX.C: STRCONV
5709         (run): ditto
5710         (scanAuxFile): ditto
5711         (deplog): ditto
5712
5713         * LString.h: add the STRCONV macros
5714
5715         * BufferView_pimpl.C (savePosition): STRCONV
5716         (restorePosition): ditto
5717         (MenuInsertLyXFile): ditto
5718
5719         * vc-backend.C (scanMaster): change from submatch[...] to
5720         submatch.str(...)
5721
5722         * funcrequest.C: include config.h
5723
5724         * factory.C: include config.h
5725
5726         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5727
5728         * box.C: include config.h
5729
5730         * LaTeX.C (scanAuxFile): change from submatch[...] to
5731         submatch.str(...)
5732         (deplog): ditto
5733
5734 2002-10-25  Angus Leeming  <leeming@lyx.org>
5735
5736         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5737
5738         * ispell.[Ch] (setError): new method.
5739         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5740         Use setError() insetead of goto END.
5741
5742         * lyx_cb.C (AutoSave): move out child process into new class
5743         AutoSaveBuffer.
5744
5745 2002-10-30  John Levon  <levon@movementarian.org>
5746
5747         * text3.C: make start appendix undoable
5748
5749 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5750
5751         * lyxlength.C (inPixels): Fix returned value.
5752
5753         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5754         environment.
5755
5756 2002-10-24  Angus Leeming  <leeming@lyx.org>
5757
5758         * lyxgluelength.h: no need to forward declare BufferParams
5759         or BufferView, so don't.
5760
5761 2002-10-21  John Levon  <levon@movementarian.org>
5762
5763         * BufferView.C: menuUndo ->undo, redo
5764
5765         * BufferView.h: document, remove dead, make some methods private
5766
5767         * paragraph_funcs.h:
5768         * paragraph_funcs.C:
5769         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5770
5771         * buffer.h:
5772         * buffer.C:
5773         * sgml.h:
5774         * sgml.C: move sgml open/close tag into sgml.C
5775
5776         * bufferview_funcs.h: unused prototype
5777
5778         * lyxfunc.h:
5779         * lyxfunc.C: remove unused
5780
5781         * lyxtext.h:
5782         * text.C: remove unused
5783
5784 2002-10-21  John Levon  <levon@movementarian.org>
5785
5786         * BufferView.h:
5787         * BufferView.C:
5788         * BufferView_pimpl.h:
5789         * BufferView_pimpl.C: fix mouse wheel handling based on
5790           patch from Darren Freeman
5791
5792 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5793
5794         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5795
5796 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5797
5798         * lyxlength.C (inPixels): Fix hanfling of negative length.
5799         Fix LyXLength::MU case.
5800
5801 2002-10-16  John Levon  <levon@movementarian.org>
5802
5803         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5804
5805 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5806
5807         * converter.C (view): add support for $$i (file name) and $$p
5808         (file path) for the viewer command. If $$i is not specified, then
5809         it is appended to the command (for compatibility with old syntax)
5810
5811 2002-10-14  Juergen Vigna  <jug@sad.it>
5812
5813         * undo_funcs.C (textHandleUndo): alter the order in which the
5814         new undopar is added to the LyXText, as we have to set first
5815         the right prev/next and then add it as otherwise the rebuild of
5816         LyXText is not correct. Also reset the cursor to the right paragraph,
5817         with this IMO we could remove the hack in "redoParagraphs()".
5818
5819 2002-10-09  Angus Leeming  <leeming@lyx.org>
5820
5821         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5822         to turn off an optimisation if a new inset is to be inserted.
5823
5824 2002-10-11 André Pönitz <poenitz@gmx.net>
5825
5826         * lyxtext.h: make some functions public to allow access
5827         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5828
5829 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5830
5831         * text3.C (dispatch): when changing layout, avoid an infinite loop
5832         [bug #652]
5833
5834 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5835
5836         * lyxrc.C (read): treat a viewer or converter command of "none" as
5837         if it were empty.
5838
5839         * MenuBackend.C (expandFormats): for an update, also allow the
5840         formats that are not viewable
5841
5842         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5843         script if it is newer than the lyxrc.defaults in user directory
5844
5845 2002-10-07 André Pönitz <poenitz@gmx.net>
5846
5847         * text.C: Vitaly Lipatov's small i18n fix
5848
5849 2002-09-25  Angus Leeming  <leeming@lyx.org>
5850
5851         * ispell.h: doxygen fix.
5852
5853 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5854
5855         * buffer.h (readFile): Add a new argument to the method, to allow
5856         reading of old-format templates.
5857
5858 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5859
5860         * toc.C (getTocList): Get TOC from InsetWrap.
5861
5862 2002-09-16  John Levon  <levon@movementarian.org>
5863
5864         * lyxfunc.C: check tabular for cut/copy too
5865
5866 2002-09-12  John Levon  <levon@movementarian.org>
5867
5868         * LyXAction.C: tidy
5869
5870         * factory.h:
5871         * factory.C: add header
5872
5873         * paragraph_funcs.h:
5874         * paragraph_funcs.C: cleanup
5875
5876 2002-09-11  John Levon  <levon@movementarian.org>
5877
5878         * PrinterParams.h: odd/even default to true
5879
5880 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5881
5882         * PrinterParams.h: update printer parameters for new xforms dialog
5883
5884 2002-09-11  Angus Leeming  <leeming@lyx.org>
5885
5886         * lyxserver.C (read_ready): re-write to make it more transparent
5887         and to make it work in coherent fashion under Tru64 Unix.
5888
5889 2002-09-11  André Pönitz <poenitz@gmx.net>
5890
5891         * commandtags.h:
5892         * LyXAction.C:
5893         * text3.C: implement LFUN_WORDSEL
5894
5895 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5896
5897         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5898         make floatlist_ a boost::shared_ptr<FloatList>
5899
5900         * lyxtextclass.C: include FloatList.h
5901         (LyXTextClass): initialize floatlist_
5902         (TextClassTags): add TC_NOFLOAT
5903         (Read): match "nofloat" to TC_NOFLOAT and use it.
5904         (readFloat): modify call to floatlist_
5905         (floats): ditto
5906         (floats): ditto
5907
5908         * FloatList.[Ch] (FloatList): remove commented out float
5909         initialization.
5910         (erase): new function
5911
5912 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5913
5914         * MenuBackend.C (expandToc): fix crash when there is no document
5915         open
5916
5917 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5918
5919         * many files: Add insetwrap.
5920
5921 2002-09-09  John Levon  <levon@movementarian.org>
5922
5923         * text2.C: remove confusing and awkward depth wraparound
5924
5925 2002-09-09  John Levon  <levon@movementarian.org>
5926
5927         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5928
5929         * buffer.h:
5930         * buffer.C: remove getIncludeonlyList()
5931
5932         * paragraph.C:
5933         * lyxfunc.C: remove headers
5934
5935 2002-09-09  Juergen Vigna  <jug@sad.it>
5936
5937         * text.C (getColumnNearX): fix form Michael this is most
5938         probably a cut&paste bug.
5939
5940 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5941
5942         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5943
5944         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5945         references, ws changes.
5946
5947         * text2.C (init): update counters after init
5948         (insertParagraph): no need to set counter on idividual paragraphs.
5949         (setCounter): access the counters object in the textclass object
5950         on in the buffer object.
5951         (updateCounters): ditto
5952
5953         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5954         shared_ptr<Counters> to avoid loading counters.h in all
5955         compilation units.
5956         (LyXTextClass): initialize ctrs_
5957         (TextClassTags): add TC_COUNTER, and ...
5958         (Read): use it here.
5959         (CounterTags): new tags
5960         (readCounter): new function
5961         (counters): new funtion
5962         (defaultLayoutName): return a const reference
5963
5964         * counters.C (Counters): remove contructor
5965         (newCounter): remove a couple of unneeded statements.
5966         (newCounter): simplify a bit.
5967         (numberLabel): some small formatting changes.
5968
5969         * buffer.[Ch]: remove all traces of counters, move the Counters
5970         object to the LyXTextClass.
5971
5972 2002-09-06  Alain Castera  <castera@in2p3.fr>
5973
5974         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5975         package to set the horizontal alignment on fixed width columns.
5976
5977         * lyx_sty.C:
5978         * lyx_sty.h: added tabularnewline macro def.
5979
5980         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5981
5982 2002-09-06  John Levon  <levon@movementarian.org>
5983
5984         * LyXAction.C: tooltips for sub/superscript
5985
5986         * MenuBackend.C: a bit more verbose
5987
5988         * lyxfunc.C: tiny clean
5989
5990         * undo_funcs.C: document undo_frozen
5991
5992 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5993
5994         * counters.C (Counters): add missing algorithm counter.
5995
5996         * text2.C (setCounter): lookup the counter with layouts latexname
5997         instead of by section number.
5998         (setCounter): use a hackish way to lookup the correct enum
5999         counter.
6000         a float name->type change
6001         reset enum couners with counter name directly instead of depth value.
6002
6003         * counters.C (Counters): remove the push_backs, change to use the
6004         float type not the float name.
6005         (labelItem): remove unused string, float name->type change
6006
6007         * counters.h: don't include vector, loose the enums and sects vectors
6008
6009 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6010
6011         * lyxtextclass.C (TextClassTags): add TC_FLOAT
6012         (Read): add float->TC_FLOAT to textclassTags
6013         (Read): and handle it in the switch
6014         (readFloat): new function
6015
6016         * FloatList.C (FloatList): comment out the hardcoded float
6017         definitions.
6018
6019         * lyxlayout.h: ws change.
6020
6021 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
6022
6023         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
6024
6025 2002-09-03  Angus Leeming  <leeming@lyx.org>
6026
6027         * BufferView_pimpl.h: qualified name is not allowed in member
6028         declaration: WorkArea & Pimpl::workarea() const;
6029
6030         * factory.C: added using std::endl directive.
6031
6032         * text3.C: added using std::find and std::vector directives.
6033
6034 2002-08-29  André Pönitz <poenitz@gmx.net>
6035
6036         * lyxtext.h:
6037         * text2.C: remove unused member number_of_rows
6038
6039         * Makefile.am:
6040         * BufferView2.C: remove file, move contents to...
6041         * BufferView.C: ... here
6042
6043         * BufferView_pimpl.C:
6044         * factory.C: move more inset creation to factory
6045
6046         * vspace.C: avoid direct usage of LyXText, ws changes
6047
6048         * BufferView.[Ch]:
6049                 don't provide direct access to WorkArea, use two simple
6050                 acessors haveSelction() and workHeight() instead
6051
6052
6053 2002-08-29  John Levon  <levon@movementarian.org>
6054
6055         * BufferView_pimpl.C (dispatch): do not continue when
6056           no buffer
6057
6058 2002-08-28  André Pönitz <poenitz@gmx.net>
6059
6060         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
6061
6062         * BufferView.h:
6063         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
6064
6065 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
6066
6067         * buffer.C: increment LYX_FORMAT to 221
6068
6069         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
6070         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
6071
6072         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
6073
6074         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
6075
6076 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6077
6078         * factory.C (createInset): use LyXTextClass::floats
6079
6080         * MenuBackend.C (expandFloatListInsert):
6081         (expandFloatInsert):
6082         (expandToc):
6083
6084         * text2.C (setCounter):
6085
6086         * LaTeXFeatures.C (useFloat):
6087         (getFloatDefinitions):
6088
6089         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
6090
6091         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
6092         floatlist_, with accessor floats().
6093
6094         * FloatList.h: remove global FloatList
6095
6096 2002-08-26  André Pönitz <poenitz@gmx.net>
6097
6098         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
6099
6100         * BufferView.h:
6101         * BufferView2.C:
6102         * BufferView_pimpl.C:
6103         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
6104
6105 2002-08-25  John Levon  <levon@movementarian.org>
6106
6107         * LyXAction.C: fix margin note description
6108
6109 2002-08-24  John Levon  <levon@movementarian.org>
6110
6111         * buffer.C:
6112         * bufferlist.C:
6113         * bufferview_funcs.C:
6114         * lyxfont.C:
6115         * undo_funcs.C: cleanups
6116
6117         * lyxfunc.C: disable CUT/COPY when no selection
6118
6119 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
6120
6121         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
6122         in "enum UNIT"; e.g. PTW for Percent of TextWidth
6123
6124         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
6125         Add backward compatibility to "mono", "gray" and "no".
6126
6127 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
6128
6129         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
6130         (and file_format >= 200).
6131
6132 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6133
6134         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
6135
6136 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6137
6138         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
6139
6140 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
6141
6142         * BufferView_pimpl.C:
6143         * LyXAction.C:
6144         * buffer.C:
6145         * commandtags.h:
6146         * lyxfunc.C:
6147         * paragraph.[Ch]:
6148         * text2.C:
6149         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
6150         inset and code to make it  work with the paragraph code. The inset
6151         can be anywhere in the paragraph, but will only do the expected
6152         thing in LaTeX if the layout file contains the parameter line
6153                         OptionalArgs    1
6154         (or more generally, a nonzero value) for that layout.
6155
6156 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6157
6158         * paragraph.h: remove the declaration of undefined counters class
6159         function.
6160
6161 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
6162
6163         * text2.C (setCounter):  fixed enumeration mis-count as reported by
6164         Dr. Richard Hawkins.
6165
6166 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6167
6168         * paragraph_funcs.h: remove some unneeded includes
6169
6170         * text.C (backspace): pasteParagraph now in global scipe
6171
6172         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
6173         (pasteSelection): ditto
6174
6175         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
6176         * paragraph_funcs.C (pasteParagraph): ... here
6177
6178 2002-08-20  André Pönitz <poenitz@gmx.net>
6179
6180         * commandtags.h: new LFUNs for swapping/copying table row/colums
6181
6182         * LyXAction.C:
6183         * lyxfunc.C: support for new lfuns
6184
6185 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
6186
6187         * tabular.C:
6188         * buffer.[Ch]: remove NO_COMPABILITY stuff
6189
6190 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
6191
6192         * boost.C (throw_exception): new file, with helper function for
6193         boost compiled without exceptions.
6194
6195         * paragraph.h:
6196         * lyxlength.C:
6197         * buffer.C:
6198         * ParameterStruct.h:
6199         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
6200
6201         * bufferlist.C (emergencyWriteAll): use boost bind
6202
6203         * BufferView_pimpl.C (moveCursorUpdate): remove inline
6204
6205         * text.C: include paragraph_funcs.h
6206         (breakParagraph): breakParagraph is now in global scope
6207
6208         * paragraph_funcs.[Ch]: new files
6209
6210         * paragraph.C (breakParagraph,breakParagraphConservative): move to
6211         global scope
6212
6213         * buffer.C: include paragraph_funcs.h
6214         (insertStringAsLines): breakParagraph is now in global scope
6215
6216         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
6217         paragraph_funcs.C
6218
6219         * CutAndPaste.C: include paragraph_funcs.h
6220         (cutSelection): breakParagraphConservative is now in global scope
6221         (pasteSelection): ditto
6222
6223         * buffer.h: declare oprator== and operator!= for
6224         Buffer::inset_iterator
6225
6226         * bufferlist.C (emergencyWrite): don't use fmt(...)
6227
6228         * text3.C: add using std::endl
6229
6230         * BufferView.C (moveCursorUpdate): remove default arg
6231
6232 2002-08-20  André Pönitz <poenitz@gmx.net>
6233
6234         * buffer.[Ch]: move inline functions to .C
6235
6236         * BufferView2.C:
6237         * BufferView_pimpl.C:
6238         * text.C:
6239         * buffer.[Ch]: use improved inset_iterator
6240
6241         * buffer.C:
6242         * paragraph.[Ch]: write one paragraph at a time
6243
6244 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
6245
6246         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
6247         style if style is not specified.
6248
6249 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6250
6251         * text2.C (setCounter): when searching for right label for a
6252         caption, make sure to recurse to parent insets (so that a caption
6253         in a minipage in a figure float works) (bug #568)
6254
6255 2002-08-20  André Pönitz <poenitz@gmx.net>
6256
6257         * text3.C: new file for LyXText::dispatch() and helpers
6258
6259         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
6260
6261         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
6262
6263 2002-08-19  André Pönitz <poenitz@gmx.net>
6264
6265         * lyxtext.h:
6266         * text.C: new LyXText::dispatch()
6267
6268         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
6269
6270 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
6271
6272         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
6273
6274         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
6275         Hebrew text.
6276
6277 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6278
6279         * Makefile.am: use $(variables) instead of @substitutions@
6280
6281 2002-08-15  André Pönitz <poenitz@gmx.net>
6282
6283         * lyxfunc.C:
6284         * BufferView_pimpl.C: streamlining mathed <-> outer world
6285         interaction
6286
6287         * commandtags.h:
6288         * LyXAction.C: remove unused LFUN_MATH
6289
6290 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6291
6292         * paragraph.[Ch]: add some NO_NEXT ifdefs.
6293
6294 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6295
6296         * paragraph.C (Paragraph): reformat a bit
6297         (cutIntoMinibuffer): use builtin InsetList function instad of
6298         doing it manually.
6299         (getInset): ditto
6300
6301         * buffer.C: include boost/bind.hpp, add using std::for_each
6302         (writeFileAscii): use ParagraphList iterators
6303         (validate): use for_each for validate traversal of paragraphs
6304         (getBibkeyList): use ParagraphList iterators
6305         (resizeInsets): use for_each to resizeInsetsLyXText for all
6306         paragraphs.
6307         (getParFromID): use ParagraphList iterators
6308
6309         * BufferView2.C (lockInset): use paragraph list and iterators
6310
6311 2002-08-14  John Levon  <levon@movementarian.org>
6312
6313         * lyxserver.C: remove spurious xforms include
6314
6315 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6316
6317         * lyxfunc.C (getStatus): disable math-extern outside of math mode
6318
6319 2002-08-13  André Pönitz <poenitz@gmx.net>
6320
6321         * LyXAction.[Ch]:
6322         * lyxfunc.C: further cleaning
6323
6324 2002-08-13  André Pönitz <poenitz@gmx.net>
6325
6326         * funcrequest.h: new constructor
6327
6328         * funcrequest.C: move stuff here from .h
6329
6330         * Makefile.am:
6331         * BufferView_pimpl.C:
6332         * LyXAction.C:
6333         * toc.C:
6334         * lyxfunc.C: subsequent changes
6335
6336         * lyxfunc.h: new view() member function
6337
6338         * lyxfunc.C: subsequent changes
6339
6340 2002-08-13  Angus Leeming  <leeming@lyx.org>
6341
6342         * BufferView2.C:
6343         * BufferView_pimpl.C:
6344         * buffer.C:
6345         * converter.C:
6346         * importer.C:
6347         * lyxfunc.C:
6348         * lyxvc.C:
6349         * toc.C:
6350         * vc-backend.C:
6351         changes due to the changed LyXView interface that now returns references
6352         to member variables not pointers.
6353
6354 2002-08-13  Angus Leeming  <leeming@lyx.org>
6355
6356         * WordLangTuple (word, lang_code): return references to strings,
6357         not strings.
6358
6359         * BufferView.h:
6360         * SpellBase.h:
6361         * lyxtext.h: forward-declare WordLangTuple.
6362
6363         * BufferView2.C:
6364         * ispell.C:
6365         * pspell.C:
6366         * text.C: #include "WordLangTuple.h".
6367
6368         * lyxtext.h:
6369         * text.C: (selectNextWordToSpellcheck): constify return type.
6370
6371 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6372
6373         * buffer.C:
6374         * buffer.h:
6375         * lyxtext.h:
6376         * paragraph.C:
6377         * paragraph_pimpl.h:
6378         * text.C:
6379         * text2.C:
6380         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6381         suggested by Angus.
6382         Made updateCounter always count from start of buffer, and removed
6383         second argument (par).
6384         Reverted floats number display to '#'. Perhaps I'll try again when the
6385         code base is sanitized a bit.
6386
6387 2002-08-12  Angus Leeming  <leeming@lyx.org>
6388
6389         * buffer.[Ch] (getLabelList): constify.
6390
6391 2002-08-07  André Pönitz <poenitz@gmx.net>
6392
6393         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6394
6395         * funcrequest.h: extension to keep mouse (x,y) position
6396
6397 2002-08-12  Juergen Vigna  <jug@sad.it>
6398
6399         * BufferView2.C (insertErrors): forbid undo when inserting error
6400         insets.
6401
6402         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6403
6404 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6405
6406         * ParagraphList.[Ch]: new files
6407
6408         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6409
6410         * BufferView2.C (lockInset): ParagraphList changes
6411         * toc.C: ditto
6412         * text2.C: ditto
6413         * bufferlist.C: ditto
6414         * buffer.h: ditto
6415         * buffer.C: ditto
6416
6417 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6418
6419         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6420         unused class variable counter_,
6421
6422         * paragraph.[Ch] (getFirstCounter): delete unused function
6423
6424         * counters.C: include LAssert.h
6425         (reset): add a new function with no arg, change other version to
6426         not have def. arg and to not allow empty arg.
6427
6428         * text2.C (setCounter): remove empty arg from call to Counters::reset
6429
6430 2002-08-11  John Levon  <levon@movementarian.org>
6431
6432         * Makefile.am: add WordLangTuple.h
6433
6434 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6435
6436         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6437         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6438
6439         * insets/insettext.C: InsetList changes
6440
6441         * graphics/GraphicsSupport.C (operator()): InsetList changes
6442
6443         * toc.C (getTocList): InsetList changes
6444
6445         * paragraph_pimpl.[Ch]: InsetList changes
6446
6447         * paragraph.[Ch]: InsetList changes
6448
6449         * buffer.C (inset_iterator): InsetList changes
6450         (setParagraph): ditto
6451         * buffer.h (inset_iterator): ditto
6452         * iterators.C (operator++): ditto
6453         * iterators.h: ditto
6454
6455         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6456
6457         * InsetList.[Ch]: new files, most InsetList handling moved out of
6458         paragraph.C.
6459
6460         * BufferView2.C (removeAutoInsets): InsetList changes
6461         (lockInset): ditto
6462         (ChangeInsets): ditto
6463
6464 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6465
6466         * paragraph_pimpl.h (empty): new function
6467
6468         * paragraph.[Ch] (empty): new function
6469
6470         * other files: use the new Paragraph::empty function
6471
6472 2002-08-09  John Levon  <levon@movementarian.org>
6473
6474         * lyxtext.h: remove unused refresh_height
6475
6476 2002-08-09  John Levon  <levon@movementarian.org>
6477
6478         * Makefile.am:
6479         * sgml.h:
6480         * sgml.C:
6481         * buffer.C:
6482         * paragraph.h:
6483         * paragraph.C: move sgml char escaping out of paragraph
6484
6485         * paragraph.h:
6486         * paragraph.C: remove id setter
6487
6488         * buffer.C:
6489         * paragraph.C:
6490         * paragraph_pimpl.C: remove dead tex_code_break_column
6491
6492         * bufferview_funcs.C: small cleanup
6493
6494         * lyxfunc.C: remove dead proto
6495
6496         * lyxtext.h: make some stuff private. Remove some dead stuff.
6497
6498         * lyxgluelength.C: make as[LyX]String() readable
6499
6500 2002-08-08  John Levon  <levon@movementarian.org>
6501
6502         * LyXAction.h:
6503         * LyXAction.C:
6504         * MenuBackend.C:
6505         * ToolbarDefaults.C:
6506         * lyxfunc.C:
6507         * lyxrc.C:
6508         * toc.C: lyxaction cleanup
6509
6510 2002-08-08  John Levon  <levon@movementarian.org>
6511
6512         * BufferView2.C: small cleanup
6513
6514         * lyxfind.h:
6515         * lyxfind.C: move unnecessary header into the .C
6516
6517 2002-08-08  John Levon  <levon@movementarian.org>
6518
6519         * funcrequest.h: just tedious nonsense
6520
6521         * lyx_main.h:
6522         * lyx_main.C: cleanups
6523
6524         * buffer.C:
6525         * vspace.C: remove dead header lyx_main.h
6526
6527 2002-08-07  Angus Leeming  <leeming@lyx.org>
6528
6529         * Paragraph.[Ch]:
6530         * paragraph_pimpl.h:
6531         Forward declare class Counters in paragraph.h by moving the ctrs member
6532         variable into Paragraph::Pimpl.
6533         (counters): new method, returning a reference to pimpl_->ctrs.
6534
6535         * text2.C: ensuing changes.
6536
6537 2002-08-07  John Levon  <levon@movementarian.org>
6538
6539         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6540
6541         * BufferView_pimpl.C: announce X selection on double/triple
6542           click
6543
6544         * lyx_main.C: use correct bool in batch dispatch
6545
6546         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6547
6548 2002-08-07  André Pönitz <poenitz@gmx.net>
6549
6550         * funcrequest.h: new class to wrap a kb_action and its argument
6551
6552         * BufferView.[Ch]:
6553         * BufferView_pimpl[Ch]:
6554         * LaTeX.C:
6555         * LyXAction.[Ch]:
6556         * lyxfunc.[Ch]:
6557         * lyxrc.C: subsequent changes
6558
6559
6560 2002-08-07  John Levon  <levon@movementarian.org>
6561
6562         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6563           document options change.
6564
6565 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6566
6567         * counters.[Ch]
6568         * text2.C
6569         * paragraph.[Ch]
6570         * makefile.am: move counters functionality over from
6571         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6572
6573 2002-08-06  John Levon  <levon@movementarian.org>
6574
6575         * WordLangTuple.h: new file for word + language code tuple
6576
6577         * SpellBase.h:
6578         * pspell.h:
6579         * pspell.C:
6580         * ispell.h:
6581         * ispell.C:
6582         * lyxtext.h:
6583         * text.C:
6584         * text2.C:
6585         * BufferView.h:
6586         * BufferView2.C: use WordLangTuple
6587
6588         * layout.h:
6589         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6590
6591 2002-08-06  John Levon  <levon@movementarian.org>
6592
6593         * lyx_main.C: fix cmdline batch handling
6594
6595 2002-08-06  André Pönitz <poenitz@gmx.net>
6596
6597         * lyxrc.C: set default for show_banner to true
6598
6599 2002-08-06  John Levon  <levon@movementarian.org>
6600
6601         * pspell.C: fix a crash, and allow new aspell to work
6602
6603 2002-08-06  John Levon  <levon@movementarian.org>
6604
6605         * lyxfunc.C:
6606         * kbmap.C: small cleanup
6607
6608         * vspace.h:
6609         * vspace.C: add const
6610
6611 2002-08-05  John Levon  <levon@movementarian.org>
6612
6613         * LyXAction.C: back to tabular-insert
6614
6615 2002-08-04  John Levon  <levon@movementarian.org>
6616
6617         * BufferView.h:
6618         * BufferView.C: cosmetic change
6619
6620         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6621
6622         * bufferlist.C:
6623         * buffer.h:
6624         * buffer.C:
6625         * lyxcb.h:
6626         * lyxcb.C:
6627         * lyxserver.C:
6628         * lyxvc.C:
6629         * vc-backend.C:
6630         * BufferView2.C: purge all "Lyx" not "LyX" strings
6631
6632         * lyxcursor.h:
6633         * lyxcursor.C: attempt to add some documentation
6634
6635         * lyxfunc.C:
6636         * commandtags.h:
6637         * LyXAction.C:
6638         * ToolbarDefaults.C:
6639         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6640           merge with LFUN_TABULAR_INSERT
6641
6642         * Makefile.am:
6643         * SpellBase.h:
6644         * ispell.h:
6645         * ispell.C:
6646         * pspell.h:
6647         * pspell.C: split up i/pspell implementations into separate
6648           files, many cleanups
6649
6650         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6651
6652         * text2.C: some cleanup
6653
6654         * lyxfunc.C: don't check for isp_command == "none" any more, it
6655           didn't make any sense
6656
6657 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6658
6659         * counters.[Ch]
6660         * text2.C
6661         * paragraph.[Ch]
6662         * makefile.am: move counters functionality over
6663         from text2.C/paragraph.[Ch] to counters.[Ch], and
6664         make proper C++.
6665 2002-08-02  John Levon  <levon@movementarian.org>
6666
6667         * buffer.C: s/lyxconvert/lyx2lyx/
6668
6669 2002-08-02  Angus Leeming  <leeming@lyx.org>
6670
6671         * lyxlex.C: revert John's change as it breaks reading of the user
6672         preamble.
6673
6674 2002-08-02  Angus Leeming  <leeming@lyx.org>
6675
6676         * importer.C (Import):
6677         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6678         changes due to LyXView::view() now returning a boost::shared_ptr.
6679
6680 2002-08-02  John Levon  <levon@movementarian.org>
6681
6682         * lyxlex.C: small cleanup
6683
6684 2002-08-02  John Levon  <levon@movementarian.org>
6685
6686         * text2.C (status): small cleanup, no logic change
6687
6688 2002-08-01  John Levon  <levon@movementarian.org>
6689
6690         * buffer.h:
6691         * buffer.C (writeFile): don't output alerts, caller
6692           handles this
6693
6694         * bufferlist.C:
6695         * lyx_cb.C: from above
6696
6697         * lyxfunc.C: allow to open non-existent files
6698
6699 2002-07-31  John Levon  <levon@movementarian.org>
6700
6701         * lyxserver.C: don't let incidental errors get
6702           in the way (errno)
6703
6704 2002-07-30  John Levon  <levon@movementarian.org>
6705
6706         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6707
6708 2002-07-30  John Levon  <levon@movementarian.org>
6709
6710         * lyxserver.h:
6711         * lyxserver.C: remove I/O callback too
6712
6713 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6714
6715         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6716         log.
6717
6718 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6719
6720         * many files: strip,frontStrip -> trim,ltrim,rtrim
6721
6722 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6723
6724         * PrinterParams.h: remove extern containsOnly, and include
6725         support/lstrings.h instead.
6726
6727         * LaTeX.C (scanAuxFile): modify because of strip changes
6728         (deplog): ditto
6729         * buffer.C (makeLaTeXFile): ditto
6730         * bufferparams.C (writeFile): ditt
6731         * lyxfont.C (stateText): ditto
6732         * lyxserver.C (read_ready): ditto
6733         * vc-backend.C (scanMaster): ditto
6734
6735         * BufferView_pimpl.h: ws changes
6736
6737         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6738
6739 2002-07-26  André Pönitz <poenitz@gmx.net>
6740
6741         * kb_sequence.C: remove unnedred usings
6742
6743 2002-07-26  Juergen Vigna  <jug@sad.it>
6744
6745         * lyxfind.C (LyXReplace): we have to check better if the returned
6746         text is not of theLockingInset()->getLockingInset().
6747
6748 2002-07-25  Juergen Vigna  <jug@sad.it>
6749
6750         * lyxfind.C (LyXReplace): don't replace if we don't get the
6751         right LyXText.
6752
6753         * undo_funcs.C (createUndo): remove debugging code.
6754
6755 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6756
6757         * buffer.C (parseSingleLyXformat2Token): Use default placement
6758         when reading old floats.
6759
6760         * FloatList.C (FloatList): Change the default placement of figure
6761         and tables to "tbp".
6762
6763 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6764
6765         * MenuBackend.C: using std::max
6766
6767 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6768
6769         * MenuBackend.C (expandToc):
6770         (expandToc2): code moved from xforms menu frontend. It is now
6771         generic and TOCs are transparent to menu frontends.
6772
6773 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6774
6775         * toc.C (getTocList): protect against buf=0
6776
6777         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6778         Menu as first parameter. Now, this calls itself recursively to
6779         expand a whole tree (this will be useful for TOC handling)
6780         (expandFloatInsert): remove 'wide' version of floats
6781
6782         * MenuBackend.h (submenuname): returns the name of the submenu.
6783         (submenu): returns the submenu itself, provided it has been
6784         created by MenuBackend::expand
6785
6786 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6787
6788         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6789         insets which have noFontChange == true. (bug #172)
6790
6791 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6792
6793         * BufferView_pimpl.C: add connection objects and use them...
6794         (Pimpl): here.
6795
6796 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6797
6798         * MenuBackend.C (expandLastfiles):
6799         (expandDocuments):
6800         (expandFormats):
6801         (expandFloatListInsert):
6802         (expandFloatInsert):
6803         (expand): split expand in parts
6804
6805 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6806
6807         * lyx_gui.C: use lyx_gui::exit()
6808
6809 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6810
6811         * LyXAction.C: show the failing pseudo action
6812
6813 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6814
6815         * buffer.C (readFile): Run the lyxconvert script in order to read
6816         old files.
6817
6818 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6819
6820         * LyXAction.C:
6821         * commandtags.h:
6822         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6823
6824 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6825
6826         * LyXAction.C:
6827         * commandtags.h:
6828         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6829
6830 2002-07-22  Herbert Voss  <voss@lyx.org>
6831
6832         * lengthcommon.C:
6833         * lyxlength.[Ch]: add support for the vertical lengths
6834
6835 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6836
6837         * toc.[Ch]: std:: fixes
6838
6839 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6840
6841         * lyxrc.C: do not include lyx_main.h
6842
6843         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6844         for layouts
6845
6846         * lyxrc.C:
6847         * encoding.C:
6848         * bufferlist.C:
6849         * BufferView2.C: include "lyxlex.h"
6850
6851         * tabular.h:
6852         * bufferparams.h: do not #include "lyxlex.h"
6853
6854         * lyxtextclasslist.C (Add): remove method
6855         (classlist): renamed to classlist_
6856
6857         * paragraph_pimpl.C:
6858         * paragraph.C:
6859         * text2.C:
6860         * CutAndPaste.C:
6861         * bufferview_funcs.C:
6862         * bufferlist.C:
6863         * text.C:
6864         * LaTeXFeatures.C:
6865         * buffer.C:
6866         * toc.C (getTocList): use BufferParams::getLyXTextClass
6867
6868         * toc.C (getTocList): use InsetFloat::addToToc
6869
6870         * toc.[Ch]: new files, containing helper functions to handle table
6871         of contents
6872
6873         * lyxfunc.C (dispatch): no need to remove spaces around command
6874         given as a string
6875         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6876         first command of the sequence; it is not very clever, but I do not
6877         have a better idea, actually
6878
6879         * LyXAction.C (LookupFunc): make sure to remove space at the
6880         beginning and end of the command
6881
6882 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6883
6884         * MenuBackend.C (getMenubar): new method: return the menubar of
6885         this menu set
6886         (read): treat differently reading of menu and menubar (in
6887         particular, the menubar has no name now)
6888         (Menu::menubar): remove
6889
6890         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6891         saving is finished
6892
6893 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6894
6895         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6896         a bibitem inset in a RTL paragraph.
6897
6898 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6899
6900         * paragraph_pimpl.C: constify
6901
6902         * BufferView_pimpl.C:
6903         * LaTeX.C:
6904         * lyxfunc.C: fix dispatch in a nicer way
6905
6906 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6907
6908         * lyxfunc.C (dispatch):
6909         * BufferView_pimpl.C:
6910         * BufferView_pimpl.h:
6911         * BufferView.C:
6912         * BufferView.h: rename Dispatch() to dispatch()
6913
6914         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6915
6916         * lyxlayout.C (Read): honor DependsOn tag
6917
6918         * lyxlayout.[Ch] (depends_on): new method
6919
6920         * version.C.in: update lyx_docversion
6921
6922         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6923
6924         * paragraph.C (validate): remove from here...
6925         * paragraph_pimpl.C (validate): ... and move here
6926         (isTextAt): make it const
6927
6928         * buffer.C (getLists): ws cleanup
6929
6930 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6931
6932         * language.C (read): Use iso8859-1 encoding in latex_lang
6933         (this prevents LyX from crashing when using iso10646-1 encoding).
6934
6935 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6936
6937         * text2.C (toggleInset): if cursor is inside an inset, close the
6938         inset and leave cursor _after_ it
6939
6940 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6941
6942         * lyxfunc.C: move minibuffer completion handling out of here
6943
6944 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6945
6946         * BufferView_pimpl.C:
6947         * LaTeX.C: fix dispatch calls
6948
6949 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6950
6951         * text.C (drawChars): Fix Arabic text rendering.
6952
6953 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6954
6955         * LyXAction.C:
6956         * commandtags.h:
6957         * lyxfunc.C: remove message-push/pop
6958
6959         * lyxserver.C:
6960         * lyxfunc.h:
6961         * lyxfunc.C: rationalise some code by removing verboseDispatch
6962           in favour of a bool argument to dispatch()
6963
6964 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6965
6966         * lyx_main.C (init): make sure to read symlinks as absolute paths
6967
6968 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6969
6970         * lyxfunc.h:
6971         * lyxfunc.C: no need for commandshortcut to be a member
6972
6973 2002-07-15  André Pönitz <poenitz@gmx.net>
6974
6975         * converter.C: add support for $$s (scripts from lib/scripts dir)
6976         * lyx_main.C: white space
6977
6978 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6979
6980         * bufferlist.C:
6981         * lyxrc.h:
6982         * lyxrc.C: remove second exit confirmation
6983
6984 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6985
6986         * BufferView.h:
6987         * BufferView.C:
6988         * BufferView2.C:
6989         * BufferView_pimpl.h:
6990         * BufferView_pimpl.C:
6991         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6992
6993 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6994
6995         * MenuBackend.C (expand): add numeric shortcuts to document menu
6996
6997         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6998
6999 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7000
7001         * lyxfont.C (setLyXFamily):
7002         (setLyXSeries):
7003         (setLyXShape):
7004         (setLyXSize):
7005         (setLyXMisc):
7006         (lyxRead):
7007         * debug.C (value):
7008         * buffer.C (asciiParagraph): use ascii_lowercase
7009
7010 2002-07-15  Mike Fabian  <mfabian@suse.de>
7011
7012         * lyxlex_pimpl.C (search_kw):
7013         * lyxlex.C (getLongString):
7014         * converter.h (operator<):
7015         * converter.C (operator<):
7016         * buffer.C (parseSingleLyXformat2Token):
7017         (asciiParagraph):
7018         * ToolbarDefaults.C (read):
7019         * MenuBackend.C (checkShortcuts):
7020         (read):
7021         * LColor.C (getFromGUIName):
7022         (getFromLyXName): use the compare_ascii_no_case instead of
7023         compare_no_case, because in turkish, 'i' is not the lowercase
7024         version of 'I', and thus turkish locale breaks parsing of tags.
7025
7026 2002-07-16  Angus Leeming  <leeming@lyx.org>
7027
7028         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
7029         now takes a Buffer const & argument.
7030
7031 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
7032
7033         * BufferView.C (resize): check there's a buffer to resize
7034
7035 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
7036
7037         * lyxfunc.C: remove dead code
7038
7039         * lyxserver.h:
7040         * lyxserver.C: use lyx_guii::set_read_callback
7041
7042 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
7043
7044         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
7045         an inset in a RTL paragraph.
7046
7047 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7048
7049         * lyxfunc.C: repaint after a font size update
7050
7051 2002-07-15  André Pönitz <poenitz@gmx.net>
7052
7053         * lyxlength.C: inBP should be able to return negative values
7054
7055 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7056
7057         * lyxfunc.C: use lyx_gui::update_fonts()
7058
7059 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7060
7061         * lyxfunc.C: use lyx_gui::update_color()
7062
7063 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7064
7065         * bufferlist.C:
7066         * lyxfunc.h:
7067         * lyxfunc.C:
7068         * lyxrc.h:
7069         * lyxrc.C: remove file->new asks for name option, and let
7070           buffer-new take an argument
7071
7072 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7073
7074         * BufferView_pimpl.C: remove unneeded extra repaint()
7075
7076 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
7077
7078         * LyXAction.C: allow command-sequence with NoBuffer
7079
7080         * lyxfunc.C: don't insist on trailing ';' for command-sequence
7081
7082 2002-07-10  Angus Leeming  <leeming@lyx.org>
7083
7084         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
7085
7086 2002-07-09  Angus Leeming  <leeming@lyx.org>
7087
7088         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
7089
7090 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7091
7092         * lengthcommon.h: whitespace
7093
7094         * lyxfunc.C: update scrollbar after goto paragraph
7095
7096         * lyxtext.h: factor out page break drawing, and fix it so
7097           page break/added space paints as selected nicely
7098
7099 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7100
7101         * BufferView_pimpl.C: add FIXMEs, clean up a little
7102
7103 2002-07-09  André Pönitz <poenitz@gmx.net>
7104
7105         * lyxfont.[Ch]: support for wasy symbols
7106
7107 2002-07-08  André Pönitz <poenitz@gmx.net>
7108
7109         * BufferView_pimpl.C: apply John's patch for #93.
7110
7111 2002-07-05  Angus Leeming  <leeming@lyx.org>
7112
7113         * BufferView_pimpl.C (buffer): generate previews if desired.
7114
7115         * LColor.h: add "preview" to the color enum.
7116
7117         * LColor.C (LColor): add a corresponding entry to the items array.
7118
7119         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
7120         with this buffer.
7121
7122 2002-07-05  Angus Leeming  <leeming@lyx.org>
7123
7124         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
7125         The body of the code is now in the method that is passed an ostream &
7126         rather than a file name.
7127         Pass an additional only_preamble parameter, useful for the forthcoming
7128         preview stuff.
7129
7130 2002-07-03  André Pönitz <poenitz@gmx.net>
7131
7132         * lyxfunc.C: simplify getStatus() a bit for math stuff
7133
7134 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7135
7136         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
7137
7138 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7139
7140         * text.C (changeRegionCase): do not change case of all the
7141         document when region ends at paragraph end (bug #461)
7142
7143 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7144
7145         * paragraph.C (startTeXParParams):
7146         (endTeXParParams): add \protect when necessary
7147
7148 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7149
7150         * BufferView_pimpl.C (workAreaExpose): remove warning
7151
7152 2002-06-27  Angus Leeming  <leeming@lyx.org>
7153
7154         * Makefile.am: add lyxlayout_ptr_fwd.h.
7155
7156 2002-06-26  André Pönitz <poenitz@gmx.net>
7157
7158         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
7159
7160 2002-06-25  Angus Leeming  <leeming@lyx.org>
7161
7162         * lyxfunc.C (dispatch): Comment out the call to
7163         grfx::GCache::changeDisplay. The method no longer exists now that the
7164         pixmap generation part of the graphics loader has been moved into
7165         InsetGraphics.
7166
7167 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7168
7169         * text2.C: layout as layout
7170
7171         * text.C: layout as layout
7172
7173         * tabular.C (OldFormatRead): layout as layout
7174
7175         * paragraph_pimpl.C (TeXDeeper): layout as layout
7176         (realizeFont): layout as layout
7177
7178         * paragraph.C (writeFile): layout as layout
7179         (validate): layout as layout
7180         (getFont): layout as layout
7181         (getLabelFont): layout as layout
7182         (getLayoutFont): layout as layout
7183         (breakParagraph): layout as layout
7184         (stripLeadingSpaces): layout as layout
7185         (getEndLabel): layout as layout
7186         (getMaxDepthAfter): layout as layout
7187         (applyLayout): layout as layout
7188         (TeXOnePar): layout as layout
7189         (simpleTeXOnePar): layout as layout
7190         (TeXEnvironment): layout as layout
7191         (layout): layout as layout
7192         (layout): layout as layout
7193
7194         * lyxtextclass.C (compare_name): new functor to work with
7195         shared_ptr, layout as layout
7196         (Read): layout as layout
7197         (hasLayout): layout as layout
7198         (operator): layout as layout
7199         (delete_layout): layout as layout
7200         (defaultLayout): layout as layout
7201
7202         * lyxlayout_ptr_fwd.h: new file
7203
7204         * lyxlayout.C (Read): layout as layout
7205
7206         * lyx_cb.C (MenuInsertLabel): layout as layout
7207
7208         * bufferlist.C (newFile): layout as layout
7209
7210         * buffer.C (readLyXformat2): layout as layout
7211         (parseSingleLyXformat2Token): layout as layout
7212         (insertStringAsLines): layout as layout
7213         (asciiParagraph): layout as layout
7214         (latexParagraphs): layout as layout
7215         (makeLinuxDocFile): layout as layout
7216         (simpleLinuxDocOnePar): layout as layout
7217         (makeDocBookFile): layout as layout
7218         (simpleDocBookOnePar): layout as layout
7219         (getLists): layout as layout
7220
7221         * LaTeXFeatures.C (getTClassPreamble): layout as layout
7222
7223         * CutAndPaste.C (cutSelection): layout as layout
7224         (pasteSelection): layout as layout
7225         (SwitchLayoutsBetweenClasses): layout as layout
7226
7227         * BufferView_pimpl.C (Dispatch): layout as layout
7228         (smartQuote): layout as layout
7229
7230         * BufferView2.C (unlockInset): layout as layout
7231
7232 2002-06-24  André Pönitz <poenitz@gmx.net>
7233
7234         * lyxfunc.C: fix #487
7235
7236 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7237
7238         * lyxrc.h:
7239         * lyxrc.C:
7240         * lyxfunc.C: remove display_shortcuts, show_banner
7241
7242 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7243
7244         * Buffer_pimpl.C: oops, update on resize
7245
7246 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7247
7248         * buffer.C:
7249         * converter.C:
7250         * exporter.C:
7251         * lyxfunc.C:
7252         * BufferView.h:
7253         * BufferView.C: use repaint()
7254
7255         * BufferView_pimpl.h:
7256         * BufferView_pimpl.C: s/updateScreen()/repaint()/
7257           as it's a clearer description. Remove superfluous
7258           redraws.
7259
7260 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7261
7262         * text.C: fix bug 488. Not ideal, but getting
7263           getWord() to work properly for the insets that
7264           matter is more difficult ...
7265
7266 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7267
7268         * BufferView_pimpl.C:
7269         * LyXAction.C:
7270         * commandtags.h:
7271         * lyxfunc.C: remove the six million index lyxfuncs to just
7272           one, and DTRT (bug 458)
7273
7274 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7275
7276         * BufferView.h:
7277         * BufferView.C:
7278         * BufferView_pimpl.h:
7279         * BufferView_pimpl.C: clean up resize() stuff,
7280           and unnecessary updateScreen()s
7281
7282 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7283
7284         * BufferView.h:
7285         * BufferView.C:
7286         * BufferView_pimpl.h:
7287         * BufferView_pimpl.C:
7288         * lyxfind.h:
7289         * lyxfind.C:
7290         * minibuffer.C: remove focus management of workarea,
7291           not needed. Use screen's greyOut()
7292
7293 2002-06-17  Herbert Voss  <voss@lyx.org>
7294
7295         * converter.C: (convert) do not post a message, when converting
7296         fails, let the calling function decide what to do in this case
7297
7298 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
7299
7300         * lyxfunc.C: tidy up a little
7301
7302 2002-06-16    <alstrup@diku.dk>
7303
7304         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
7305         Got rid of FORMS_H_LOCATION include. Now we are
7306         GUII.
7307
7308 2002-06-15  LyX Development team  <lyx@rilke>
7309
7310         * buffer.[Ch] (sgmlOpenTag):
7311         (sgmlCloseTag): Added support for avoiding pernicious mixed
7312         content. Return number of lines written.
7313
7314         (makeLinuxDocFile):
7315         (makeDocBookFile): Fixed calls to sgml*Tag.
7316         Simple white space clean.
7317
7318         (simpleDocBookOnePar): Simple white space clean.
7319
7320         * tabular.[Ch] (docBook): Renamed to docbook and got another
7321         argument to related with the pernicious mixed content.
7322
7323         (docbookRow): Fixed calls for docbook inset method.
7324
7325 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
7326
7327         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
7328         so it's X11 independent.
7329
7330         * kb*.[Ch]: ditto.
7331
7332         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
7333
7334 2002-06-15  Lyx Development team  <lyx@electronia>
7335
7336         * intl.h: Renamed getTrans to getTransManager.
7337
7338 2002-06-14  Angus Leeming  <leeming@lyx.org>
7339
7340         * Makefile.am: nuke forgotten stl_string_fwd.h.
7341
7342 2002-06-12  Angus Leeming  <leeming@lyx.org>
7343
7344         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
7345
7346 2002-06-13  Angus Leeming  <leeming@lyx.org>
7347
7348         * LaTeX.C:
7349         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
7350
7351 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7352
7353         * kbmap.C (getiso): add support for cyrillic and greek
7354
7355 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7356
7357         * BufferView.h:
7358         * BufferView.C:
7359         * BufferView_pimpl.h:
7360         * BufferView_pimpl.C: move bogus scrolling logic
7361           to xforms
7362
7363 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7364
7365         * lyxfunc.C:
7366         * BufferView_pimpl.C: view->resize() change
7367
7368 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7369
7370         * BufferView_pimpl.C: topCursorVisible
7371           prototype change
7372
7373 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7374
7375         * Makefile.am:
7376         * lyx_gui.h:
7377         * lyx_gui.C: move to frontends/
7378
7379         * main.C:
7380         * lyx_main.h:
7381         * lyx_main.C: changes from above
7382
7383 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7384
7385         * intl.C:
7386         * intl.h:
7387         * kbmap.C:
7388         * kbsequence.C:
7389         * lyx_cb.C:
7390         * lyx_main.C: minor tidy
7391
7392 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7393
7394         * BufferView_pimpl.h:
7395         * BufferView_pimpl.C:
7396         * BufferView.h:
7397         * BufferView.C: make painter() const,
7398           remove dead code
7399
7400         * BufferView2.C: use screen() accessor
7401
7402         * lyx_main.h:
7403         * lyx_main.C: some minor cleanup
7404
7405 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7406
7407         * BufferView_pimpl.h:
7408         * BufferView_pimpl.C: remove enter/leaveView,
7409           use workHeight()
7410
7411 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7412
7413         * BufferView.h:
7414         * BufferView.C:
7415         * BufferView2.C:
7416         * BufferView_pimpl.h:
7417         * BufferView_pimpl.C: only construct screen once,
7418           rename
7419
7420         * lyxrc.C: remove pointless comment
7421
7422 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7423
7424         * BufferView.h:
7425         * BufferView.C: remove active() and belowMouse()
7426
7427         * BufferView_pimpl.h:
7428         * BufferView_pimpl.C: use workarea() not workarea_,
7429           and make it use a scoped_ptr instead
7430
7431 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7432
7433         * lyx_gui.C: add debug message on BadWindow
7434
7435 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7436
7437         * sp_spell.C: fdopen is not part of the C++ standard.
7438
7439         * paragraph.C (InsetIterator): use >= instead of ==
7440
7441 2002-06-07  Angus Leeming  <leeming@lyx.org>
7442
7443         Fixes needed to compile with Compaq cxx 6.5.
7444         * BufferView_pimpl.C:
7445         * DepTable.C:
7446         * buffer.C:
7447         * converter.C:
7448         * encoding.C:
7449         * lyx_gui.C:
7450         * lyx_main.C:
7451         * lyxtextclasslist.C:
7452         * minibuffer.C:
7453         * sp_spell.C:
7454         * tabular_funcs.C:
7455         * vc-backend.C:
7456         all c-library variables have been moved into namespace std. Wrap
7457         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7458
7459         * lyxlength.C:
7460         * tabular-old.C:
7461         * tabular.C:
7462         Add a using std::abs declaration.
7463
7464         * kbmap.h (modifier_pair):
7465         * paragraph.h (InsetTable, InsetList):
7466         * lyxfont.h (FontBits):
7467         type definition made public.
7468
7469         * bufferlist.C (emergencyWriteAll): the compiler complains that
7470         there is more than one possible lyx::class_fun template to choose from.
7471         I re-named the void specialisation as lyx::void_class_fun.
7472
7473         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7474
7475         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7476         the compiler is is unable to find tostr in write_attribute.
7477
7478 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7479
7480         * buffer.C (sgmlError): hide #warning
7481
7482 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7483
7484         * xtl/*: get rid of xtl, which is not in use anyway
7485
7486         * LyXAction.C (init):
7487         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7488         were unimplemented xtl experimentation
7489
7490 2002-06-04  André Pönitz <poenitz@gmx.net>
7491
7492         * lyxfunc.C: disable array operation on simple formulae
7493
7494 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7495
7496         * converter.C: constify a bit
7497
7498 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7499
7500         * lyx_gui.C: check xforms version correctly
7501
7502 2002-04-30  Herbert Voss  <voss@lyx.org>
7503
7504         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7505         "keep" option
7506
7507 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7508
7509         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7510           attempt to register it with a VCS)
7511
7512 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7513
7514         * lyx_main.C (init): honor variables LYX_DIR_13x and
7515         LYX_USERDIR_13x
7516
7517 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7518
7519         * buffer.h:
7520         * buffer.C:
7521         * lyx_main.C: fix a crash on bad command line,
7522           and give a useful exit status on error
7523
7524         * lyxfunc.C (doImport): allow -i lyx to work
7525
7526 2002-03-30  André Pönitz <poenitz@gmx.net>
7527
7528         * lyxfunc.C: mathed font changes
7529
7530 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7531
7532         * LaTeX.C:
7533         * importer.h:
7534         * importer.C:
7535         * lyx_sty.h:
7536         * lyx_sty.C:
7537         * lyxlex.C:
7538         * lyxrow.h:
7539         * lyxtext.h:
7540         * paragraph.h:
7541         * paragraph.C:
7542         * texrow.h:
7543         * texrow.C:
7544         * text.C:
7545         * trans_mgr.h: srcdocs, and some minor cleanups
7546
7547 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7548
7549         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7550         call getFont all the time)
7551
7552 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7553
7554         * switch from SigC signals to boost::signals
7555
7556 2002-05-29  André Pönitz <poenitz@gmx.net>
7557
7558         * paragraph_pimpl.C (getChar): don't call size() too often...
7559
7560 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7561
7562         * paragraph_pimpl.C (insertChar): do not try to update tables when
7563         appending (pos == size())
7564
7565         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7566         in order to reduce drastically the number of comparisons needed to
7567         parse a large document
7568
7569 2002-05-29  André Pönitz <poenitz@gmx.net>
7570
7571         * text.C:
7572         * text2.C:
7573         * lyxtextclass.C:
7574         * sp_pspell.h:
7575         * textclasslist.[Ch]:
7576         * sp_ispell.h: whitespace change
7577
7578 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7579
7580         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7581         lyxaction directly now.
7582
7583 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7584
7585         * trans.C:
7586         * lyxfont.C:
7587         * lyxvc.C: remove unused headers
7588
7589 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7590
7591         * Makefile.am:
7592         * buffer.h:
7593         * undostack.h:
7594         * undostack.C:
7595         * undo_funcs.h:
7596         * undo_funcs.C: some cleanups. Use shared_ptr
7597           and a template for the undo stacks.
7598
7599 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7600
7601         * BufferView_pimpl.h:
7602         * BufferView_pimpl.C:
7603         * kbmap.h:
7604         * kbmap.C:
7605         * kbsequence.h:
7606         * kbsequence.C:
7607         * lyxfunc.h:
7608         * lyxfunc.C:
7609         * text2.C: use key_state/mouse_state
7610
7611 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7612
7613         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7614         and LSubstring
7615
7616         * chset.C: change include order
7617         (loadFile): use boost regex and get rid of LRegex and LSubstring
7618
7619         * Makefile.am (BOOST_LIBS): new variable
7620         (lyx_LDADD): use it
7621
7622         * LaTeX.C: change include order.
7623         (scanAuxFile): use boost regex and get rid of LRegex and
7624         LSubstring
7625         (deplog): ditto
7626
7627 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7628
7629         * ColorHandler.h:
7630         * ColorHandler.C:
7631         * FontInfo.h:
7632         * FontInfo.C: moved to frontends/xforms/
7633
7634         * FontLoader.h:
7635         * FontLoader.C: moved into frontends for GUIIzation
7636
7637         * Makefile.am:
7638         * lyx_gui.C:
7639         * lyxfont.C:
7640         * lyxfunc.C: changes from above
7641
7642 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7643
7644         * LColor.C: remove spurious X include
7645
7646         * BufferView_pimpl.C:
7647         * Makefile.am:
7648         * font.h:
7649         * font.C:
7650         * text.C:
7651         * text2.C: move font metrics to frontends/
7652
7653 2002-05-24  Juergen Vigna  <jug@sad.it>
7654
7655         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7656         setting the undo_cursor.
7657
7658         * ParagraphParameters.h: include local includes first.
7659
7660 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7661
7662         * BufferView_pimpl.C:
7663         * BufferView_pimpl.h:
7664         * Makefile.am:
7665         * WorkArea.h:
7666         * WorkArea.C:
7667         * screen.C: move WorkArea into frontends/
7668
7669         * lyxscreen.h:
7670         * screen.C:
7671         * text.C:
7672         * BufferView.C:
7673         * BufferView2.C: move LyXScreen into frontends/
7674
7675         * lyxlookup.h:
7676         * lyxlookup.C:
7677         * lyx_gui.C: move lyxlookup into frontends/xforms/
7678
7679 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7680
7681         * BufferView2.C:
7682         * BufferView_pimpl.C:
7683         * FontLoader.C:
7684         * LyXView.h:
7685         * LyXView.C:
7686         * Makefile.am:
7687         * WorkArea.C:
7688         * XFormsView.h:
7689         * XFormsView.C:
7690         * buffer.C:
7691         * bufferlist.C:
7692         * bufferview_funcs.C:
7693         * converter.C:
7694         * importer.C:
7695         * lyx_cb.C:
7696         * lyx_gui.C:
7697         * lyx_main.C:
7698         * lyx_find.C:
7699         * lyxfunc.C:
7700         * lyxvc.C:
7701         * minibuffer.C:
7702         * text.C:
7703         * text2.C:
7704         * trans.C:
7705         * vc-backend.C: move LyX/XFormsView into frontends/
7706
7707 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7708
7709         * Makefile.am:
7710         * PainterBase.C:
7711         * PainterBase.h:
7712         * Painter.C:
7713         * Painter.h:
7714         * WorkArea.C:
7715         * WorkArea.h:
7716         * screen.C:
7717         * tabular.C:
7718         * text.C:
7719         * text2.C: move Painter to frontends/
7720
7721 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7722
7723         * buffer.C: comment out some some code that depend upon lyx_format
7724         < 220
7725
7726         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7727         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7728
7729         * buffer.h (NO_COMPABILITY): turn off compability
7730
7731         * ColorHandler.C: include scoped_array.hpp
7732
7733         * font.C: Use more specific smart_ptr header.
7734         * Painter.C: ditto
7735         * gettext.C: ditto
7736         * ShareContainer.h: ditto
7737         * lyx_main.h: ditto
7738         * kbmap.h: ditto
7739         * FontInfo.h: ditto
7740         * BufferView_pimpl.h: ditto
7741         * ColorHandler.h: ditto
7742
7743         * kbmap.C (defkey): change call to shared_ptr::reset
7744
7745 2002-05-21  Juergen Vigna  <jug@sad.it>
7746
7747         * buffer.C (insertErtContents): fix to insert ert asis if it is
7748         non empty. Skip it completely if it contains only whitespaces.
7749
7750 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7751
7752         * BufferView_pimpl.C:
7753         * BufferView2.C: clear selection on paste (bug 393)
7754
7755 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7756
7757         * DepTable.C: include ctime
7758
7759 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7760
7761         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7762
7763 2002-05-14  Juergen Vigna  <jug@sad.it>
7764
7765         * text.C (breakParagraph): fixed function to honor the keepempty
7766         layout in the right maner and also to permit the right breaking
7767         algorithm on empty or non empyt keepempty paragraphs.
7768
7769         * paragraph.C (breakParagraph): we have to check also if the par
7770         is really empty (!size()) for isempty otherwise we do the wrong
7771         paragraph break.
7772
7773 2002-05-10  Juergen Vigna  <jug@sad.it>
7774
7775         * buffer.[Ch] : The following are only changes to the ert
7776         compatibility read reading old LaTeX layout and font stuff and
7777         convert it to ERTInsets.
7778
7779         * buffer.h: added isErtInset().
7780
7781         * buffer.C (struct ErtComp): add a fromlayout bool to check
7782         if we're inside a LaTeX layout.
7783         (isErtInset): new helper function.
7784         (insertErtContents): look for other ert insets before this one
7785         and insert the contents there, so that we don't have subsequent
7786         ERT insets with nothing between them. This way we create only one
7787         inset with multiple paragraphs. Also check if we don't insert only
7788         spaces ' ' as they are ignored anyway afterwards in the .tex file
7789         so if we have only spaces we will ignore this latex part in the
7790         new file.
7791         (parseSingleLyXformat2Token \\layout): better compatibility when
7792         reading layout-latex stuff.
7793         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7794         language tag.
7795         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7796         stuff after reading the inset only get the information back from
7797         the stack.
7798
7799 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7800
7801         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7802
7803         * LaTeXFeatures.C (getBabelOptions): New method.
7804
7805 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7806
7807         * BufferView_pimpl.C (Dispatch): work around missing argument for
7808         'layout'
7809
7810 2002-05-08  Juergen Vigna  <jug@sad.it>
7811
7812         * text.C (leftMargin): handle paragraph leftindent.
7813
7814         * paragraph.C (writeFile): write the new \\leftindent tag.
7815         (validate): handle leftindent code.
7816         (TeXEnvironment): handle paragraphleftindent code again.
7817
7818         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7819
7820         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7821         for paragrap_extra indent code and new token \\leftindent.
7822         (latexParagraphs): handle the leftindent as environment.
7823
7824         * ParameterStruct.h: added leftindent support.
7825
7826         * ParagraphParameters.C (leftIndent): added support functions for
7827         the paragraph left indent.
7828
7829         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7830         more appropriate.
7831
7832 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7833
7834         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7835         inside insetERT.
7836
7837         * text.C (computeBidiTables): No bidi in insetERT.
7838
7839         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7840         in RTL documents.
7841
7842 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7843
7844         * version.C.in: pre 5
7845
7846 2002-05-02  José Matos  <jamatos@fep.up.pt>
7847         * buffer.C (makeDocBookFile): white space changes, add newline to
7848         command styles.
7849         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7850
7851         * tabular.C (docBook): fix typo.
7852
7853 2002-05-03  Juergen Vigna  <jug@sad.it>
7854
7855         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7856         change in LyXText as we can not be sure it was not freed.
7857         (drawOneRow): remove unused code.
7858
7859         * text.C (drawInset): redo the calculation of the need_break_row as
7860         it could have a row which was already freed.
7861         (draw): look at the return value of drawInset and return false if
7862         it also returned false.
7863         (paintRowText): look at the return value of draw and return false if
7864         it also returned false.
7865
7866         * lyxtext.h: added bool return type to drawInset() and draw() so that
7867         if we have a change in the row so that the rowbreak has to be redone
7868         we abort drawing as it will be called again.
7869
7870 2002-05-02  Juergen Vigna  <jug@sad.it>
7871
7872         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7873         a change in the maintext also if we're inside an inset.
7874         (Dispatch): set the cursor again after a break line and after the
7875         screen has been updated as it could be we're in a different row.
7876
7877         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7878         to set the cursor behind the pargraph with > size().
7879         (setCursor): check also for the same paragraph when checking where
7880         to put the cursor if we have a NFR inset.
7881
7882         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7883         parts of layout read further up as it still was in the wrong
7884         position.
7885
7886 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7887
7888         * screen.C (drawFromTo): change sine fullRebreak always return
7889         true.
7890
7891         * buffer.C (parseSingleLyXformat2Token): reindent some
7892
7893         * BufferView_pimpl.C (update): change since fullRebreak always
7894         return true.
7895         (Dispatch): git rid of the last hardcoded "Standard"s.
7896
7897 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7898
7899         * text2.[Ch] (fullRebreak): make it return void now that we always
7900         returned true.
7901
7902 2002-04-30  Juergen Vigna  <jug@sad.it>
7903
7904         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7905         ert compatibility check for "latex" layout.
7906
7907 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7908
7909         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7910         minipages: use col% instead of p%, and also use the current font.
7911         (makeLaTeXFile): Fix use babel condition.
7912         (parseSingleLyXformat2Token): Correct font when reading old floats.
7913
7914 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7915
7916         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7917         inserting list of floats.
7918
7919 2002-04-25  Herbert Voss  <voss@lyx.org>
7920
7921         * MenuBackend.C (expand): don't add the graphics extensions to the
7922         export menu
7923
7924 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7925
7926         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7927         non-existing layout, do not complain if it was the default layout
7928         of the original class (bug #342)
7929
7930 2002-04-24  Juergen Vigna  <jug@sad.it>
7931
7932         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7933         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7934
7935 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7936
7937         * buffer.C (getBibkeyList): If using \bibliography, return the
7938         option field with the reference itself. Enables us to provide natbib
7939         support when using \bibliography.
7940
7941 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7942
7943         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7944
7945         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7946         natbib is provided by the LaTeX class.
7947
7948 2002-04-23  Juergen Vigna  <jug@sad.it>
7949
7950         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7951         Wakeup functions.
7952
7953         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7954
7955 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7956
7957         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7958
7959         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7960         ensuremath around textordmasculine, textordfeminine and
7961         textdegree.
7962
7963 2002-04-19  Juergen Vigna  <jug@sad.it>
7964
7965         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7966         reinitializing the buffer otherwise row-dimensions may be wrong.
7967         (update): reset also the selection cursors if they do exits otherwise
7968         their x/y positions may be wrong.
7969
7970         * text2.C (cursorDown): don't enter the inset if we came from a row
7971         above and are one row over the inset.
7972
7973         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7974         really leaving an inset.
7975
7976 2002-04-18  Juergen Vigna  <jug@sad.it>
7977
7978         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7979         of the selected paragraph does not have the selected layout also if
7980         the last one had!
7981
7982         * text2.C (setLayout): fixed bug which did not change last selected
7983         paragraph.
7984
7985         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7986         changed the read and substituted \\end_float with \\end_inset!
7987
7988         * BufferView_pimpl.C (cursorPrevious):
7989         (cursorNext): fixed to make it work with rows heigher than the work
7990         area without moving the cursor only the draw of the row.
7991         (workAreaMotionNotify): fix jumping over high rows.
7992
7993 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7994
7995         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7996         Ressler.
7997
7998 2002-04-16  Juergen Vigna  <jug@sad.it>
7999
8000         * text2.C (setCursor): set also the irow().
8001         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
8002         (cursorUp):
8003         (cursorDown): support for locking an inset if the x_fix value goes
8004         inside it. That way I can transverse insets too with cursor up/down.
8005
8006         * lyxrow.h: added irow helper function same as other (i) functions.
8007
8008         * BufferView_pimpl.C (cursorPrevious):
8009         (cursorNext): fixed for insets!
8010
8011 2002-04-15  Juergen Vigna  <jug@sad.it>
8012
8013         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
8014         position otherwise it is wrong in some cases.
8015
8016         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
8017         inside the inset before the call.
8018
8019 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
8020
8021         * buffer.[Ch] (getBibkeyList): make it const.
8022
8023 2002-04-12  Juergen Vigna  <jug@sad.it>
8024
8025         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
8026
8027         * text2.C (getCursorX): new helper function
8028         (setCursor): compute also ix_
8029         (setCursorFromCoordinates): set also ix.
8030
8031         * lyxcursor.h: added ix_ and helper functions.
8032
8033         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
8034
8035         * buffer.C (insertStringAsLines): dont break paragraph if the this
8036         paragraph is inside an inset which does not permit it!
8037
8038         * text.C (breakParagraph): honor keepempty flag and break the paragraph
8039         also with no chars on this paragraph.
8040         (paintRowText): only paint stuff if it's inside the workarea!
8041
8042         * paragraph.C (breakParagraph): honor keepempty flag and break the
8043         paragraph always below not above.
8044
8045         * BufferView2.C (unlockInset): update the paragraph layout on inset
8046         unlock as we changed paragraph in such a case.
8047
8048         * lyxfind.C (LyXFind): clear the former selection if not found!
8049
8050         * text2.C (insertInset): freeze Undo after setUndo so that it is not
8051         again called in insertChar().
8052
8053         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
8054         an inset which uses the whole row!
8055         (rightMargin): ditto.
8056         (insertChar): force a rebreak if we inserted an inset!
8057
8058 2002-03-28  Herbert Voss  <voss@lyx.org>
8059
8060         * lyxlength.[Ch]: add inBP() to get the right PS-point
8061         units (BigPoint). With inPixels we have rounding errors
8062
8063 2002-04-11  Juergen Vigna  <jug@sad.it>
8064
8065         * text2.C (setCursorFromCoordinates): set iy to the right value.
8066         (setCursor): add check if row->previous exists!
8067
8068         * buffer.C (parseSingleLyXformat2Token): reset font after read of
8069         an old float_type as this was the case in the old code!
8070
8071         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
8072
8073         * BufferView2.C (showLockedInsetCursor): use iy
8074         (fitLockedInsetCursor): ditto
8075
8076         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
8077         locked insets as there we have the right value now.
8078
8079         * lyxcursor.C: added iy_ variable and iy functions to set to the
8080         baseline of cursor-y of the locked inset.
8081
8082         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
8083         (setCursor): fixed for insets which need a full row.
8084
8085         * text.C (rowLastPrintable): don't ignore the last space when before
8086         an inset which needs a full row.
8087         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
8088         as last character of a row when before a inset which needs a full row.
8089
8090 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8091
8092         * version.C.in: update date
8093
8094         * text2.C (fullRebreak): try to always return true and see what
8095         happens...
8096
8097 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8098
8099         * MenuBackend.C (expand): use Floating::listName
8100
8101         * FloatList.C (FloatList): add listName argument to the built-in
8102         floats
8103
8104         * Floating.[Ch]: add listName member, which is the 'List of XXX'
8105         text associated with the float.
8106
8107 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8108
8109         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
8110
8111 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8112
8113         * ShareContainer.h: add a couple of missing typenames.
8114
8115 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
8116
8117         * lyxrc.C (getDescription): use _() correctly rather than N_().
8118
8119 2002-03-28  Herbert Voss  <voss@lyx.org>
8120
8121         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
8122         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
8123
8124 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8125
8126         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
8127         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
8128
8129 2002-03-29  Juergen Vigna  <jug@sad.it>
8130
8131         * lyxfunc.C (dispatch): add a missing fitCursor call.
8132
8133         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
8134         it was scrolled by a cursor move, so return the bool status.
8135
8136         * BufferView.C (fitCursor): return the bool flag also to the outside
8137         world as this is needed.
8138
8139         * screen.C (toggleToggle): don't subtract the offset if it's positive.
8140
8141         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
8142         call the edit() as it is not needed (and wrong) IMO.
8143         (workAreaButtonPress): set the screen_first variable before evt.
8144         unlock the inset as this may change screen_first and then we have
8145         a wrong y position for the click!
8146
8147 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8148
8149         * MenuBackend.C (expand): another translation that I missed
8150
8151 2002-03-28  Juergen Vigna  <jug@sad.it>
8152
8153         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
8154
8155         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
8156
8157 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8158
8159         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
8160
8161         * MenuBackend.C (expand): fix export/view/update when there is no
8162         document open.
8163
8164 2002-03-27  Herbert Voss  <voss@lyx.org>
8165
8166         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
8167         and text%
8168
8169 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8170
8171         * bufferview_funcs.C (currentState): only show paragraph number
8172         for is DEVEL_VERSION is set.
8173
8174         * lyxfunc.C (dispatch): put warning in INFO channel
8175
8176         * MenuBackend.C (expand): translate the name of floats
8177
8178         * FloatList.C (FloatList): mark the float names for translation
8179
8180         * converter.C (convert): use LibScriptSearch
8181
8182 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8183
8184         * MenuBackend.C (defaults): fix default menu (we might as well get
8185         rid of it...)
8186
8187 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8188
8189         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
8190         directory.
8191
8192 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8193
8194         * lyxvc.C: reorder includes.
8195
8196 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
8197
8198         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
8199           properly
8200
8201 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
8202
8203         * CutAndPaste.C: change layouts earlier on paste
8204           to avoid crashing when calling getFont()
8205
8206 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
8207
8208         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
8209         irritating #error.
8210
8211 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8212
8213         * WorkArea.C: remove 'Pending' debug message.
8214
8215         * most files: ws cleanup
8216
8217         * buffer.[Ch]: ws changes
8218
8219         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
8220
8221 2002-03-21  Juergen Vigna  <jug@sad.it>
8222
8223         * tabular.C (SetMultiColumn): collapse also the contents of the
8224         cells and set the last border right. Added a Buffer const * param.
8225
8226 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8227
8228         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
8229         linking or not.
8230
8231 2002-03-19  Juergen Vigna  <jug@sad.it>
8232
8233         * text2.C (clearSelection): reset also xsel_cache.
8234
8235         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
8236         where it needs to be called (John tells us to do so too :)
8237         (selectionLost): reset sel_cache.
8238
8239         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
8240
8241 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8242
8243         * text2.C (setCursorIntern): put debuging code in INSETS channel
8244
8245 2002-03-19  André Pönitz <poenitz@gmx.net>
8246
8247         * lyxfunc.C: tiny whitespace change
8248
8249 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8250
8251         * ToolbarDefaults.C (init):
8252         * LyXAction.C (init):
8253         * commandtags.h:
8254         * BufferView_pimpl.C (Dispatch):
8255         * lyxfunc.C (dispatch): remove LFUN_DEPTH
8256
8257 2002-03-19  Allan Rae  <rae@lyx.org>
8258
8259         * exporter.C (Export): removeAutoInsets before doing anything else.
8260         While I've just introduced a dependency on BufferView this really is
8261         the best place to clean the buffer otherwise you need to cleanup in
8262         a dozen places before calling export or cleanup in a dozen functions
8263         that export calls.
8264
8265         * converter.C (runLaTeX):
8266         (scanLog): Better handling of removeAutoInsets and screen updates.
8267
8268         * lyxfunc.C (dispatch): small whitespace changes
8269
8270 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8271
8272         * WorkArea.C (C_WorkAreaEvent): return a value.
8273         (event_cb): return 1 if we handled the event, 0 otherwise.
8274
8275         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
8276
8277 2002-03-18  Juergen Vigna  <jug@sad.it>
8278
8279         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
8280         (GetAdditionalWidth): ditto.
8281         (RightLine): ditto.
8282         (LeftLine): ditto.
8283
8284         * BufferView2.C (copy): use getLyXText() so that we do it inside an
8285         inset if we're there actually (probably not used right now but this
8286         is the direction to go for unifying code).
8287         (paste): disable code to clear the selection.
8288
8289         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
8290         inside an InsetText and move the check further up as it is in the
8291         wrong place.
8292
8293         * text2.C (pasteSelection): set a selection over the pasted text.
8294
8295 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
8296
8297         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
8298         and libgraphics to build on Cygwin.
8299
8300 2002-03-15  Juergen Vigna  <jug@sad.it>
8301
8302         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
8303         inserting an Inset into the paragraph. I know this is not the best
8304         fix but we already use current_view in CutAndPaste so we will remove
8305         all of it's using at the same time.
8306
8307         * buffer.C (sgmlError): deactivated function till it is rewritten in
8308         the right mode, now it can create problems.
8309
8310         * paragraph.C (isLineSeparator): check if getInset returns != 0,
8311         before accessing it.
8312
8313 2002-03-14  Juergen Vigna  <jug@sad.it>
8314
8315         * undo_funcs.C (textHandleUndo): do the right thing when updating
8316         the inset after the undo/redo.
8317
8318         * text2.C (setCursor): just some testcode for #44 not ready yet.
8319
8320         * undo_funcs.C (textHandleUndo): set the next() and previous()
8321         pointers of the paragraph to 0 before deleting otherwise we have
8322         problems with the Paragraph::[destructor].
8323
8324         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
8325         on a paragraph insertion.
8326
8327 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8328
8329         * buffer.C (asciiParagraph): use += operator for char append to
8330         string.
8331
8332         * paragraph.C (getFontSettings): compare >= not just >
8333         (highestFontInRange): ditto
8334         (setFont): ditto
8335
8336 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8337
8338         * paragraph.C: change several algorithm to be more appripriate for
8339         the problem domain. This is lookip in FontList and in the InsetList.
8340
8341 2002-03-13  André Pönitz <poenitz@gmx.net>
8342
8343         * commandtags.h:
8344         * LyXAction.C: remove unused LFUN_MATH_MACROARG
8345
8346 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
8347
8348         * commandtags.h:
8349         * LyXAction.C:
8350         * lyxfunc.C:
8351         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8352
8353 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8354
8355         * Painter.C (display): anon helper function, adjust code for this
8356         change.
8357         (pixmap): remove function.
8358
8359         * Painter.h: remove private display variable.
8360
8361         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8362
8363 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8364
8365         * WorkArea.[Ch]: remove figinset_canvas cruft.
8366
8367 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8368
8369         * lyxtextclass.C (operator): add one item cache optimization.
8370
8371         * bufferlist.h: doxy changes
8372
8373         * bufferlist.C: ws changes
8374
8375         * DepTable.[Ch] (ext_exist): place const in the right spot.
8376
8377         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8378         call resizeInsets.
8379         (workAreaExpose): call resizeInsets when the with BufferView changes.
8380         (Dispatch): adjust for protectedBlank removal
8381         (specialChar): call updateInset if the insert went ok.
8382
8383         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8384         specialChar instead.
8385
8386         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8387
8388         * BufferView.h: doxy change
8389
8390         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8391
8392         * lyxtextclass.C (operator[]): remove non-const version
8393         (defaultLayout): remove non-const version
8394
8395 2002-03-12  Juergen Vigna  <jug@sad.it>
8396
8397         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8398         did resize the LyXText too.
8399
8400         * buffer.C (readLyXformat2): set layout information on newly allocated
8401         paragraphs.
8402
8403         * tabular.C (OldFormatRead): set layout information on the paragraph.
8404
8405 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8406
8407         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8408
8409 2002-03-11  Juergen Vigna  <jug@sad.it>
8410
8411         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8412         plainly wrong.
8413         (resizeCurrentBuffer): force also the insets to resize themselfes.
8414         (moveCursorUpdate): fixed up for InsetText.
8415
8416 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8417
8418         * commandtags.h:
8419         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8420         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8421         value of Dialogs::tooltipsEnabled().
8422         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8423
8424 2002-03-08  Juergen Vigna  <jug@sad.it>
8425
8426         * BufferView_pimpl.C (updateInset): update inset inside inset also
8427         if it isn't inside theLockingInset().
8428
8429 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8430
8431         * buffer.C (asciiParagraph): redo some of the word and line length
8432         handling.
8433         (getLists): look for Caption instead of caption.
8434
8435 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8436
8437         * buffer.C (Buffer): initialize niceFile to true
8438         (makeLaTeXFile):
8439         (makeLinuxDocFile):
8440         (makeDocBookFile): make sure niceFile is true on exit
8441
8442 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8443
8444         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8445
8446 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8447
8448         * LyXSendto.C: remove.
8449         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8450         * lyx_gui.C: remove now-redundant comment.
8451         * ColorHandler.h: remove forward declaration of class WorkArea.
8452         * lyxfunc.C: remove #include "WorkArea.h".
8453
8454 2002-03-07  Juergen Vigna  <jug@sad.it>
8455
8456         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8457         got moved away with the DEPM and also set the inset_owner always
8458         right which before could have been omitted.
8459
8460 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8461
8462         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8463         wanted layout is not found.
8464
8465 2002-03-07  Juergen Vigna  <jug@sad.it>
8466
8467         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8468
8469 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8470
8471         * paragraph.C (breakParagraph): use default layout not layout of
8472         prev paragraph.
8473         (Paragraph): clear ParagraphParameters.
8474
8475 2002-03-06  Juergen Vigna  <jug@sad.it>
8476
8477         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8478         otherwise it would not be a valid lenght. Fixed a special case in
8479         the minipage compatibility read where we end the document with a
8480         minipage.
8481
8482         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8483         was set as it could be 0 for InsetTexts first entry.
8484
8485 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8486
8487         * paragraph.C (writeFile): if layout is empty write out
8488         defaultLayoutName().
8489
8490         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8491         file without named layout we set layout to defaultLayoutName().
8492
8493 2002-03-06  Juergen Vigna  <jug@sad.it>
8494
8495         * CutAndPaste.C (copySelection): set layout for new paragraph.
8496
8497         * text.C (prepareToPrint): leave ERT inset left aligned
8498         (leftMargin): don't indent paragraphs inside ERT insets
8499
8500 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8501
8502         * paragraph.C (breakParagraph): dont call clear do the work manually
8503
8504         * paragraph.[Ch] (clear): remove function
8505
8506 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8507
8508         * paragraph.C (Paragraph): dont call clear, the work has already
8509         been done.
8510
8511         * lyxtextclass.C (operator): assert if n is empty
8512
8513         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8514         work manually instead.
8515
8516 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8517
8518         * BufferView_pimpl.C: protect selectionLost against text == 0
8519
8520 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8521
8522         * text.C (breakParagraph): fix a setting layout to '0' problem.
8523
8524 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8525
8526         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8527         final location of file, for the included files, and graphics.
8528
8529 2002-03-05  Juergen Vigna  <jug@sad.it>
8530
8531         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8532
8533 2002-03-04  Juergen Vigna  <jug@sad.it>
8534
8535         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8536
8537         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8538         last column of multicolumn cells.
8539         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8540
8541 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8542
8543         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8544         file if it doesn't go to a temporary file.
8545
8546         * buffer.C (sgmlOpenTag):
8547         (sgmlCloseTag):  remove extra newline insertion.
8548
8549 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8550
8551         * text.C (getRowNearY): comment out debug msg
8552
8553 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8554
8555         * text2.C: first -> first_y
8556
8557         * text.C (getRowNearY): add some attemts at a possible
8558         optimization, not working.
8559
8560         * tabular.[Ch]: add BufferParams to several function so that newly
8561         created paragraph can be initialized to he default layotu for the
8562         buffers textclass.
8563
8564         * tabular-old.C (ReadOld): add buf->params to call of Init
8565
8566         * screen.C: rename text->first to text->first_y
8567
8568         * paragraph.C (breakParagraph): always set layout in the broken
8569         paragraph
8570
8571         * lyxtextclass.C (Read): remove lowercase
8572         (hasLayout): ditto
8573         (operator): ditto
8574         (delete_layout): ditto
8575
8576         * lyxtext.h: rename first -> first_y
8577
8578         * lyxlayout.C (Read): remove lowercase
8579         (name): ditto
8580         (setName): ditto
8581         (obsoleted_by): ditto
8582
8583         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8584
8585         * buffer.C (insertErtContents): add params are to InsetERT
8586         (parseSingleLyXformat2Token): add code to check if a paragraphs
8587         layout really exist.
8588         (parseSingleLyXformat2Token): add params to several inset
8589         constructors
8590         (asciiParagraph): remove lowercase, do the layout comparisons with
8591         no_case
8592
8593         * BufferView_pimpl.C (cursorNext): first -> first_y
8594         (resizeCurrentBuffer): first -> first_y
8595         (updateScrollbar): first -> first_y
8596         (scrollCB): first -> first_y
8597         (workAreaMotionNotify): first -> first_y
8598         (workAreaButtonPress): first -> first_y
8599         (checkInsetHit): first -> first_y
8600         (cursorPrevious): first -> first_y
8601         (cursorNext): first -> first_y
8602         (Dispatch): add buffer_->params to severl inset contructors
8603
8604 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8605
8606         * lyxlayout.C (Read): remove some debug info that I forgot.
8607
8608         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8609         clean up the code slightly.
8610         (makeLinuxDocFile): ditto
8611         (makeDocBookFile): ditto
8612
8613         * text2.C: layout as string
8614
8615         * text.C: layout as string
8616
8617         * paragraph_pimpl.C: layout as string
8618
8619         * paragraph.[Ch]: layout as string
8620
8621         * lyxtextclasslist.[Ch]: layout as string
8622
8623         * lyxtextclass.[Ch]: layout as string
8624
8625         * lyxtext.h: layout as string
8626
8627         * lyxlayout.[Ch]: layout as string
8628
8629         * lyx_cb.C: layout as string
8630
8631         * bufferview_funcs.C: layout as string
8632
8633         * bufferparams.C: layout as string
8634
8635         * buffer.C: layout as string
8636
8637         * LyXView.[Ch]: layout as string
8638
8639         * LaTeXFeatures.[Ch]: layout as string
8640
8641         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8642
8643         * BufferView_pimpl.C: change current_layout to string, remove
8644         lyx::layout_type.
8645         (Dispatch):
8646         (smartQuote):
8647         (insertInset):
8648         (workAreaButtonRelease): layout as string
8649
8650         * BufferView2.C (unlockInset): adjust
8651
8652         * vspace.C (asLatexCommand): use an explict temp variable.
8653
8654 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8655
8656         * Makefile.am: use FRONTEND_*
8657
8658 2002-03-01  Juergen Vigna  <jug@sad.it>
8659
8660         * tabular.C (SetWidthOfMulticolCell): changed to something better
8661         I hope but still work in progress.
8662         (recalculateMulticolumnsOfColumn): renamed function from
8663         recalculateMulticolCells as it is more appropriate now.
8664         (SetWidthOfCell): calculate multicols better.
8665
8666 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8667
8668         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8669
8670         * lyxfunc.C (processKeySym): print sequence also if it is
8671         `deleted' (complete)
8672
8673         * kbsequence.C (print): print sequence even if it is deleted
8674         (complete would be a better word, actually).
8675
8676         * lyxfunc.C (dispatch): print complete options after a prefix key
8677
8678         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8679
8680 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8681
8682         * text2.C (setCharFont): eliminate setCharFont code duplication.
8683
8684 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8685
8686         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8687         LFUN_TABULAR_FEATURE (bug #177)
8688
8689 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8690
8691         * Makefile.am: remove figure.h
8692
8693 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8694
8695         * Bufferview_pimpl.C:
8696         * CutAndPasteC:
8697         * LaTeX.C:
8698         * LyXSendto.C:
8699         * buffer.C:
8700         * bufferlist.C:
8701         * converter.C:
8702         * language.C:
8703         * lyxfunc.C:
8704         * lyxvc.C:
8705         * paragraph.C:
8706         * text.C:
8707         * text2.C: remove #include "lyx_gui_misc.h".
8708
8709         * LaTeX.C: added #include <cstdio>
8710
8711 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8712
8713         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8714         that the paragraph following this one can have.
8715
8716         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8717
8718         * vspace.C (asLatexCommand): fix bogus gcc warning
8719
8720         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8721
8722 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8723
8724         * text2.C (setLayout): get rid of redundant code
8725
8726 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8727
8728         * text2.C (incDepth): make sure depth cannot be increased beyond
8729         reasonable values.
8730
8731 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8732
8733         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8734         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8735
8736         * PainterBase.h (image):
8737         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8738         a LyXImage const *.
8739
8740 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8741
8742         * BufferView.C:
8743         * BufferView.h:
8744         * BufferView_pimpl.C:
8745         * BufferView_pimpl.h:
8746         * LaTeXFeatures.C:
8747         * LyXAction.C:
8748         * LyXView.C:
8749         * Makefile.am:
8750         * UpdateList.h:
8751         * UpdateList.C:
8752         * buffer.C:
8753         * figure.h:
8754         * figureForm.C:
8755         * figureForm.h:
8756         * figure_form.C:
8757         * figure_form.h:
8758         * lyx_cb.C:
8759         * lyx_gui.C:
8760         * lyx_gui_misc.C:
8761         * lyxfunc.C:
8762         * sp_base.h:
8763         * sp_ispell.h:
8764         * sp_pspell.h:
8765         * sp_spell.C: remove fig inset, and the crap house of
8766           cards that follows it
8767
8768 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8769
8770         * Makefile.am:
8771         * lyxserver.C:
8772         * os2_defines.h:
8773         * os2_errortable.h:
8774         * nt_defines.h: move .h into support/
8775
8776         * vms_defines.h: remove
8777
8778         * WorkArea.C: add space in debug output
8779
8780         * text2.C:
8781         * paragraph.C:
8782         * buffer.C: add WITH_WARNINGS
8783
8784         * vc-backend.h:
8785         * vc-backend.C:
8786         * bufferlist.C: s/retrive/retrieve/, add docs
8787
8788         * vspace.h:
8789         * vspace.C:
8790         * kbmap.h:
8791         * lyxlength.h:
8792         * lyxgluelength.h:
8793         * length_common.h:
8794         * chset.h:
8795         * chset.C: add docs
8796
8797         * lyxgui.C: add ID to X error handler
8798
8799         * lyxtestclass.c: fix typo
8800
8801 2002-02-26  Juergen Vigna  <jug@sad.it>
8802
8803         * tabular_funcs.C (write_attribute): changed so that some default
8804         attributes are not written at all.
8805         (getTokenValue): set default values before trying to read the
8806         value so we have the return value always set as default if we don't
8807         find the token we search for.
8808
8809         * tabular.C (Write): write bools as bools not as strings!
8810
8811 2002-02-22  Juergen Vigna  <jug@sad.it>
8812
8813         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8814         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8815
8816         * text.C (leftMargin): don't add an indent for paragraphs inside
8817         tabular cells (fix #208).
8818
8819 2002-02-21  José Matos  <jamatos@fep.up.pt>
8820
8821         * tabular.C (docBook): fixed support for long tables.
8822
8823 2002-02-20  Juergen Vigna  <jug@sad.it>
8824
8825         * text2.C (getFont): get the drawing font of the Inset if this
8826         paragraph is inside an inset (only important for InsetERT for now).
8827
8828         * buffer.C (insertErtContents): use new lanugage params in ERT
8829         constructor.
8830
8831         * CutAndPaste.C: commenting out seemingly uneeded code.
8832
8833 2002-02-19  Allan Rae  <rae@lyx.org>
8834
8835         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8836         Iterators might be simple to use but they also get invalidated.
8837         (removeAutoInsets): renamed saved cursor tracking variables and added
8838         some comments to clarify what everything does.
8839
8840 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8841
8842         * Chktex.C:
8843         * LaTeX.C:
8844         * LyXSendto.C:
8845         * converter.C:
8846         * lyx_cb.C:
8847         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8848         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8849
8850         * lyxfunc.C:
8851         * vc-backend.h: remove #include "support/syscall.h"
8852
8853         * LaTeX.C:
8854         * LyXSendto.C:
8855         * converter.C: rearrange #includes in Lars' approved fashion.
8856
8857         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8858         forward declare class Timeout in the header file.
8859
8860         * XFormsView.C: changes due to the above.
8861
8862         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8863         similar to LyXView.
8864
8865         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8866         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8867
8868 2002-02-18  José Matos  <jamatos@fep.up.pt>
8869
8870         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8871         insets contents.
8872
8873 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8874
8875         * a lot of small ws changes
8876         * add a lot of using std::XXX
8877         * use std construcs some places where approp.
8878         * use some exisint stuff from lyxfunctional where approp.
8879         * Make file changes to use partial linking (lets test this now...)
8880
8881 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8882
8883         * Chktex.C:
8884         * buffer.C:
8885         remove #include "support/syscontr.h" as it's redundant. Always has been.
8886
8887         * Chktex.C:
8888         * LaTeX.C:
8889         * LyXSendto.C:
8890         * converter.C:
8891         * lyx_cb.C:
8892         * vc-backend.C:
8893         change Systemcalls::System to Systemcalls::Wait and
8894         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8895         No change of functionality, just reflects the stripped down Systemcalls
8896         class.
8897
8898 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8899
8900         * debug.[Ch]: add a GRAPHICS type to the enum.
8901
8902 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8903
8904         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8905
8906         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8907         there is an inset.
8908
8909 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8910
8911         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8912         match the changes below.
8913
8914         * text2.C (toggleInset): if there is not editable inset at cursor
8915         position, try to see if cursor is _inside_ a collapsable inset
8916         and close it.
8917
8918 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8919
8920         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8921         document menu has a nice checkbox
8922
8923 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8924
8925         * lyxlength.C (asLatexString): change PW to output as percent of
8926         \textwidth.
8927
8928         * lengthcommon.C: change '%' to 't%'
8929
8930         * lyxfunc.C (dispatch): a few comments from Martin
8931
8932 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8933
8934         * WorkArea.h:
8935         * WorkArea.C:
8936         * BufferView_pimpl.h:
8937         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8938           the X selection.
8939
8940 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8941
8942         * vspace.C (inPixels): fix compiler warning
8943
8944 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8945
8946         * lyxfunc.C (getStatus): fix status message for disabled commands.
8947
8948 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8949
8950         * BufferView_pimpl.C: fix crash on close buffer
8951         during selection (#227)
8952
8953 2002-01-27  Herbert Voss  <voss@lyx.org>
8954
8955         * buffer.C: link old Figure to new graphic inset
8956
8957 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8958
8959         * FontLoader.C (getFontinfo): Change the latex font names in order
8960         to match the names of type1inst.
8961
8962 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8963
8964         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8965
8966         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8967         (extchanged): ditto
8968         (ext_exist): ditto
8969         (remove_files_with_extension): ditto
8970         (remove_file): ditto
8971         (write): ditto
8972
8973         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8974         document is smaller than the work area height. Do not initialize
8975         static variables to 0.
8976
8977 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8978
8979         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8980
8981         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8982         LFUN_LAYOUT_PARAGRAPHS.
8983
8984         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8985         tabular. It is possible to provide a possible cell, which will
8986         typically be the actcell from the corresponding insettabular
8987
8988         * lyxfunc.C (getStatus): small cleanup; disable
8989         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8990         true
8991
8992 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8993
8994         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8995
8996         * paragraph.C (startTeXParParams):
8997         (endTeXParParams): new methods. The LaTeX code to
8998         start/end paragraph formatting
8999         (simpleTeXOnePar): call startTeXParParams also when paragraph is
9000         empty (fixes bug #200)
9001
9002         * vspace.C (inPixels): adapt to the change below
9003         (inPixels): [later] more cleanups (remove unused variables)
9004
9005         * lyxlength.C (inPixels): change to use a width and a height as
9006         parameter.
9007
9008 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9009
9010         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
9011         Replaced with \paperwidth
9012
9013         * DepTable.C (insert): add std:: qualifier
9014
9015 2002-01-18  Allan Rae  <rae@lyx.org>
9016
9017         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
9018         updated also?
9019
9020         * text.C (drawInset): Turned out I didn't know enough about how
9021         rebreaking worked.  This fixes most of the redraw problems.  I see
9022         an occasional cursor trail when a line is broken now and the cursor
9023         placement can seem out by a few pixels also after a rebreak.
9024
9025 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9026
9027         * buffer.C (parseSingleLyXformat2Token): update because minipage
9028         width is now a LyXLength
9029
9030         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
9031
9032         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
9033         math insets
9034
9035 2002-01-17  Juergen Vigna  <jug@sad.it>
9036
9037         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
9038
9039         * BufferView2.C (lockInset): call edit() so that theLockingInset()
9040         is set correctly and the inset is updated correctly.
9041
9042 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9043
9044         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
9045         the beginning of the loop.
9046
9047 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
9048
9049         * lyxrc.C: improve help for use_scalable_fonts
9050
9051 2002-01-17  Allan Rae  <rae@lyx.org>
9052
9053         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
9054
9055 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9056
9057         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
9058         make sure to set their inset_owner to the right value (bug #171)
9059
9060 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
9061
9062         * DepTable.h
9063         * DepTable.C: Implement mtime checking to reduce time spent doing
9064         CRCs.
9065
9066 2002-01-16  Juergen Vigna  <jug@sad.it>
9067
9068         * tabular.C (GetAdditionalHeight): one of error fixed.
9069
9070         * lyxrc.C (output): small fix in writing use_pspell.
9071
9072 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
9073
9074         * sp_base.h: #include LString.h
9075
9076 2002-01-16  Allan Rae  <rae@lyx.org>
9077
9078         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
9079         Can someone check this please?
9080
9081         * text.C (drawInset): It was possible that p.row would be removed by
9082         breakAgainOneRow upsetting a few other settings.  There may be another
9083         small tweak possible by setting need_break_row = 0 when p.row has been
9084         removed but I don't know enough about the logic here.
9085
9086 2002-01-15  Allan Rae  <rae@lyx.org>
9087
9088         * text.C (insertChar): removed conditional truism.
9089
9090         * BufferView2.C (removeAutoInsets): More tweaks.
9091         cur_par_prev could be a stray pointer.  Check for trailing empty line
9092         in case last line was cur_par and only had an error inset on it.
9093
9094 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9095
9096         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
9097         absolute
9098
9099         * vc-backend.C (most methods):
9100         * exporter.C (Export):
9101         * converter.C (convert):
9102         (runLaTeX):
9103         * LyXSendto.C (SendtoApplyCB):
9104         * lyxfunc.C (dispatch):
9105         (menuNew):
9106         (open):
9107         (doImport):
9108         * lyx_cb.C (AutoSave):
9109         (InsertAsciiFile):
9110         * BufferView_pimpl.C (MenuInsertLyXFile):
9111         * buffer.C (runChktex): use Buffer::filePath().
9112
9113         * buffer.h: rename filename to filename_; rename filepath to
9114         filepath_ and make it private
9115         (filePath): new method
9116
9117         * buffer.C (writeFile): use fileName()
9118         (getLatexName):
9119
9120         * lyx_main.C (init): fix starting  of LyX when the binary is a
9121         link from so,ewhere else.
9122
9123         * minibuffer.C: include <cctype> for isprint
9124
9125 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9126
9127         * buffer.C (parseSingleLyXformat2Token): changes associated with the
9128         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
9129         name clash with InsetCollapsable's width function.
9130
9131 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9132
9133         * lastfiles.C: include <iterator>
9134
9135 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9136
9137         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
9138         std::count.
9139
9140         * buffer.C (makeLaTeXFile): ditto.
9141         Also make loop operation more transparent.
9142
9143 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9144
9145         * ToolbarDefaults.C: remove trailing comma closing namespace.
9146
9147         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
9148
9149         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
9150         as in WorkArea.
9151
9152         * trans.C (Load): comment out unused variable, allowed.
9153
9154 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9155
9156         * minibuffer.[Ch] (append_char): new method to recieve input from the
9157         drop-down completion browser. If a key was pressed, then recieve this
9158         char and append it to the existing string.
9159         (peek_event): modify the positioning data passed to the completion
9160         browser so that it can be placed above the minibuffer rather than below.
9161 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9162
9163         * LyXAction.C (init): alloe error-next for readonly documents.
9164
9165         * BufferView2.C (ChangeRefsIfUnique): use standard version of
9166         count.
9167
9168 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9169
9170         * bufferlist.C (readFile): create the buffer _after_ checking that
9171         the file exists.
9172
9173         * lyxfunc.C (verboseDispatch): fix handling of arguments
9174
9175         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
9176
9177         * lyxrc.C: use string::erase() instead of initializing to "".
9178
9179
9180 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9181
9182         * BufferView_pimpl.h:
9183         * BufferView_pimpl.C:
9184         * WorkArea.h:
9185         * WorkArea.C:
9186         * text2.C: tell X when we have made a selection for copying
9187
9188 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9189
9190         * BufferView_pimpl.C (MenuInsertLyXFile):
9191         * lyxfunc.C (menuNew):
9192         (open):
9193         (doImport): add shortcuts to directory buttons
9194
9195         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
9196         open a float)
9197
9198         * lyxfunc.C (setStatusMessage):
9199         (getStatusMessage): new methods
9200         (getStatus):use setStatusMessage instead of setErrorMessage
9201         (dispatch): when function is disabled, set error message here
9202         [instead of in getStatus previously]
9203
9204         * BufferView_pimpl.C (workAreaButtonRelease): update
9205         toolbar/menubar here too.
9206
9207 2002-01-13  Allan Rae  <rae@lyx.org>
9208
9209         * BufferView2.C (removeAutoInsets): finished off earlier fix.
9210         Now seems indestructible.  Remaining task is to audit all other
9211         code affected by deleteEmptyParagraphMechanism.  One small quirk
9212         left is that an empty document with an error in the preamble can
9213         be made to report an error but no error box appears.  I don't know
9214         where it goes.
9215         (removeAutoInsets): Improved comments.
9216
9217 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
9218
9219         * Thesaurus.h:
9220         * Thesaurus.C: update for Aiksaurus 0.14
9221
9222 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9223
9224         * text2.C (firstParagraph): removed member function, all uses
9225         replaces with ownerParagraph
9226         (redoParagraphs): here
9227         (updateInset): here
9228         (toggleAppendix): here
9229         * BufferView2.C (insertErrors): here
9230         (setCursorFromRow): here
9231
9232 2002-01-13  Allan Rae  <rae@lyx.org>
9233
9234         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
9235         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
9236         There is still a way to segfault this although you may have to do this
9237         multiple times: Have an InsetERT with an unknown command in it.
9238         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
9239         <down-arrow>, <Enter> again, View->DVI, BANG!
9240
9241         * text2.C (setCursor):
9242         (deleteEmptyParagraphMechanism):
9243         * lyxtext.h (setCursor):
9244         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
9245         Making use of the return value may help fix other bugs.
9246
9247 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9248
9249         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
9250
9251         * LyXView.C (updateMenubar): call MenuBar::update here
9252         (updateToolbar): but not here
9253         (showState): do not update toolbar/menubar
9254
9255         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
9256         should need to care about that.
9257
9258         * lyxfunc.C (verboseDispatch): simplify a bit
9259         (getStatus): have a version which takes a pseudoaction, and
9260         another which requires a (kb_action,string).
9261
9262         * LyXAction.C (retrieveActionArg): make it work also when action
9263         is not a pseudo-action.
9264         (getActionName): simplify a bit
9265         (helpText):
9266
9267 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9268
9269         * lyxfunc.C (verboseDispatch): new families of methods with
9270         several ways to specify a command and a bool to indicate whether
9271         the command name and shortcut should be displayed in minibuffer
9272         (eventually, we could extend that to a finer bitmask like
9273         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
9274         (dispatch): the pristine dispatch command which just, well,
9275         dispatchs! Note it still sets its result to minibuffer; I'm not
9276         sure we want that.
9277
9278         * lyxfunc.h: remove setHintMessage
9279
9280         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
9281
9282 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9283
9284         * BufferView_pimpl.C (specialChar): delete new inset if we have
9285         not been able to insert it.
9286
9287         * kbmap.C: revert to using int instead of kb_action, since all we
9288         are dealing with is pseudo-actions.
9289
9290         * LyXAction.C (searchActionArg): change to return int instead of
9291         kb_action, since the result is a pseudoaction.
9292
9293 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
9294
9295         * buffer.C (insertErtContents): Fix (partially) the font bug.
9296
9297 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9298
9299         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
9300         as the other one is broken on my machine!
9301
9302 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
9303
9304         * commandtags.h:
9305         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
9306
9307 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
9308
9309         * lyxrc.[Ch]: change names and descriptions of popup font variables to
9310         reflect their actual use. Provide compatibility code for older lyxrc
9311         files.
9312
9313         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
9314         FL_NORMAL_STYLE.
9315         change names of popup font variables in line with the changes to lyxrc.C
9316
9317 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9318
9319         * buffer.C (asciiParagraph): avoid outputing a word twice after
9320         an inset.
9321
9322         * lyxrc.C (getDescription): document that document_path and
9323         template_path can be empty.
9324
9325 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9326
9327         * LaTeXFeatures.C (getMacros):
9328         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
9329
9330         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
9331
9332         * LaTeXFeatures.C (useFloat): require "float" here instead of in
9333         getPackages.
9334         (getPackages): rename feature "floats" to "float". Use an array to
9335         iterate over 'simple' features (i.e. just a \usepackage). Add
9336         handling of "amsmath" (renamed from "amsstyle").
9337
9338 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
9339
9340         * LaTeXFeatures.C (require): Prevent duplicate entries in the
9341         features list.
9342
9343 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
9344
9345         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
9346         FuncStaus::FuncStatus & FuncStaus::some_method().
9347
9348 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
9349
9350         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
9351         of the func_satus stuff. Edited and massaged in various ways by
9352         JMarc.
9353
9354         * lyxfunc.C (getStatus): use FuncStatus
9355
9356 2002-01-08  Juergen Vigna  <jug@sad.it>
9357
9358         * text.C (nextBreakPoint): use function Inset::isChar().
9359
9360         * paragraph.C (TeXOnePar): use function
9361         Inset::forceDefaultParagraphs.
9362
9363         * buffer.C (latexParagraphs): use function
9364         Inset::forceDefaultParagraphs.
9365
9366 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9367
9368         * lyx_gui.C (init): set the style of the menu popups to
9369         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9370
9371 2002-01-07  Juergen Vigna  <jug@sad.it>
9372
9373         * text.C (setHeightOfRow): small fix
9374         (prepareToPrint): don't look at alignment if we don't have the place
9375         for doing it.
9376
9377 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9378
9379         * box.C: New file. Move the Box methods and functions out of box.h,
9380         following Lars' suggestion.
9381
9382 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9383
9384         * box.h: #include "support/LOstream.h", needed for inlined function.
9385
9386         * lyxtextclass.C:
9387         * lyxtextclasslist.C: added some using std declarations.
9388
9389 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9390
9391         * box.h: make signed dimensions to allow insets wider than
9392           the screen (bug #162)
9393
9394         * BufferView_pimpl.C: add some insetHit debug
9395
9396 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9397
9398         * vc-backend.C: add FIXME
9399
9400 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9401
9402         * lyxfunc.C (getStatus): enable code for showing math font status
9403         in toolbar/menu.
9404
9405 2002-01-07  Juergen Vigna  <jug@sad.it>
9406
9407         * text.C (nextBreakPoint): removed debug output not needed anymore.
9408
9409 2002-01-06  Juergen Vigna  <jug@sad.it>
9410
9411         * text.C (nextBreakPoint): fixed up this function we had this bug
9412         since ever but now hopefully we break row better.
9413         (insertChar): we have to check if an inset is the next char as it
9414         could now happen that a large inset is causing a break.
9415
9416 2002-01-05  Juergen Vigna  <jug@sad.it>
9417
9418         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9419         if it doesn't like to be drawed.
9420
9421 2002-01-04  Juergen Vigna  <jug@sad.it>
9422
9423         * BufferView2.C (lockInset): forgot to set a cursor.
9424
9425         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9426
9427 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9428
9429         * FormMathsPanel.C:
9430         * FormMathsPanel.h
9431         * MathsSymbols.C:
9432         * form_maths_panel.C:
9433         * form_maths_panel.h:
9434         * form_maths_panel.fd: implemented sub- and super- buttons in math
9435         panel.
9436
9437         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9438         (or ^ space) to be used as in TeX (req'd by André).
9439
9440         * lyxfunc.C: Allow ^ and _ again to be used both as
9441         super/subscript (mathed) and as themselves (in text).
9442
9443 2002-01-03  Allan Rae  <rae@lyx.org>
9444
9445         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9446         "LyX" or the filename of the current buffer if it has one.  This is a
9447         modified form of John Levon's patch.
9448
9449         * XFormsView.C (setWindowTitle): also set icon title.
9450
9451         * LyXView.h (setWindowTitle): signature changed.
9452         * XFormsView.h (setWindowTitle): ditto.
9453
9454 2002-01-02  Juergen Vigna  <jug@sad.it>
9455
9456         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9457
9458 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9459
9460         * screen.C (topCursorVisible): introduce a temp var for
9461         text->cursor.row(), handle the case where this row is null. (kindo
9462         hachish)
9463
9464         * text2.C (setCursor): add a couple of asserts.
9465
9466         * paragraph.h (inset_iterator): add -> operator
9467
9468         * paragraph.[Ch] (autoDeleteInsets): remove member function
9469
9470         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9471         cursor pos correctly and handle inset deletion by itself.
9472         (insertErrors): move iterator declaration out of for expression
9473
9474         * lyxtextclass.C: add <algorithm>
9475
9476         * Makefile.am: added the new files to sources, removed layout.C
9477
9478         * layout.C: removed file
9479
9480         * layout.h: remove LYX_DUMMY_LAYOUT
9481
9482         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9483         layout.
9484
9485         * lyxlayout.[Ch]:
9486         * lyxtextclass.[Ch]:
9487         * lyxtextclasslist.[Ch]: new files
9488
9489         * include order changes to a lot of files, also changes because of
9490         the six new files.
9491
9492 2001-12-27  Juergen Vigna  <jug@sad.it>
9493
9494         * buffer.C (asciiParagraph): more fixes.
9495
9496         * tabular.C (ascii): make ascii export support export of only the
9497         data separated by a column-delimiter.
9498         (ascii): better support for ascii export.
9499
9500         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9501
9502 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9503
9504         * tabular_funcs.C: use a "using std::getline" instead of the
9505         previous fix from Angus (necessary for cxx + lyxstring)
9506
9507 2001-12-24  Juergen Vigna  <jug@sad.it>
9508
9509         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9510
9511         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9512         problems. First check a minipage also if we have some ert-contents
9513         (not only on par->size(), second set the right depth of the paragraph
9514         on the relink to the root-paragraph-list!
9515
9516         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9517         which then did not anymore update the main paragraphs on undo/redo!
9518
9519 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9520
9521         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9522         code. Support all font-changing funcs (even those which are not in
9523         menu currently). Support for reporting font settings in
9524         mathed (disabled until Andre provides a function on mathed's side).
9525
9526         * func_status.h (toggle): small helper function to set toggle
9527         state on a flag.
9528
9529 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9530
9531         * tabular_funcs.C: getline -> std::getline
9532
9533 2001-12-21  Juergen Vigna  <jug@sad.it>
9534
9535         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9536         accessed and could be 0 (I couldn't generate this but it seems
9537         Michael could!).
9538
9539 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9540
9541         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9542         * tabular_funcs.h: here and include iosfwd
9543
9544 2001-12-20  Juergen Vigna  <jug@sad.it>
9545
9546         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9547         inside inset but undo_par was.
9548
9549 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9550
9551         * Thesaurus.C: always include <config.h> in sources.
9552
9553         * Painter.h:
9554         * lyxlookup.h:
9555         * box.h: do not include <config.h> in header files
9556
9557         * text.C (paintLastRow): remove unused variable
9558
9559         * text.C (transformChar):
9560         (insertChar):
9561         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9562
9563         * Painter.C (text):
9564         * font.C (width): rewrite to use uppercase() instead of
9565         islower/toupper.
9566
9567         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9568
9569 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9570
9571         * lyxfind.C: clean up of find failure position change
9572
9573 2001-12-20  Juergen Vigna  <jug@sad.it>
9574
9575         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9576
9577         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9578         (TeXRow): added to LaTeX a single tabular row.
9579         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9580         (Latex): simplified and finally good LT-h/f support.
9581         (various_functions): just small adaptions for LT-h/f support.
9582
9583         * tabular_funcs.[hC]: added and moved here all not classfunctions
9584         of LyXTabular.
9585
9586 2001-12-19  Juergen Vigna  <jug@sad.it>
9587
9588         * tabular.[Ch]: better support for longtabular options (not finished
9589         yet!)
9590
9591 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9592
9593         * text.C (paintLastRow): use the label font instead of the font of
9594         the last character to compute the size of *_BOX. This makes more
9595         sense and avoids a crash with empty paragraphs.
9596         Use Painter::rectangle to draw EMPTY_BOX.
9597
9598 2001-12-19  Juergen Vigna  <jug@sad.it>
9599
9600         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9601         the paragraphs if the replaced paragraph is not the first one!
9602         Tried to delete not used paragraphs but does not work yet so for
9603         now it's inside #ifdef's and by default off!
9604
9605 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9606
9607         * MenuBackend.C: include "lyx_main.h" instead of declaring
9608         lastfiles (actually was declared as LastFiles* instead of a
9609         scoped_ptr).
9610
9611 2001-12-17  Juergen Vigna  <jug@sad.it>
9612
9613         * tabular.C (AppendColumn): applied John's fix
9614
9615 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9616
9617         * BufferView.h:
9618         * BufferView.C:
9619         * BufferView_pimpl.h:
9620         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9621
9622         * Makefile.am:
9623         * box.h: new start of class for above
9624
9625         * lyxfunc.C: ignore space-only minibuffer dispatches.
9626           Show the command name when it doesn't exist
9627
9628         * minibuffer.C: don't add empty lines to the history
9629
9630         * minibuffer.C: add a space on dropdown completion
9631
9632 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9633
9634         * text.C: fix line above/below drawing in insets
9635
9636 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9637
9638         * lyxlength.C (LyXLength): Initialize private variables.
9639
9640 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9641
9642         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9643         when inserting error insets.
9644
9645 2001-12-13  Juergen Vigna  <jug@sad.it>
9646
9647         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9648         actually sometimes the before-paragraph.
9649         (setUndo): don't clear the redostack if we're not actually undoing!
9650
9651 2001-12-06  Juergen Vigna  <jug@sad.it>
9652
9653         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9654         and fixed redoing of main paragraph, so we can use it now ;)
9655
9656         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9657
9658 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9659
9660         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9661         Juergen's request
9662
9663 2001-12-13  André Pönitz <poenitz@gmx.net>
9664
9665         * undostack.[Ch]:
9666         * undo_func.C: minor cleanup
9667
9668 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9669
9670         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9671         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9672         font in urw-fonts package which is marked as -urw-fontspecific and
9673         does not work (incidentally, changing the encoding in the
9674         fonts.dir of this package to -adobe-fontspecific fixes the
9675         problem).
9676
9677         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9678         is a crash when undoing first paragraph (Juergen, please take a
9679         look). THis does not mean the undo fix is wrong, just that it
9680         uncovers problems.
9681
9682         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9683         the (Paragraph*) version when needed instead of duplicating the
9684         code.
9685
9686         * text.C (workWidth): use Inset::parOwner to find out where the
9687         inset has been inserted. This is a huge performance gain for large
9688         documents with lots of insets. If Inset::parOwner is not set, fall
9689         back on the brute force method
9690
9691         * paragraph_pimpl.C (insertInset):
9692         * paragraph.C (Paragraph):
9693         (cutIntoMinibuffer): set parOwner of insets when
9694         inserting/removing them
9695
9696         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9697
9698 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9699
9700         * commandtags.h:
9701         * LyXAction.C:
9702         * lyx_main.C:
9703         * lyxfunc.C:
9704         * mathed/formulabase.C:
9705         * mathed/math_cursor.[Ch]:
9706         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9707
9708
9709 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9710
9711         * lyxlength.[Ch] (operator!=): new function
9712
9713 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9714
9715         * text.C (workWidth): use Inset::parOwner to find out where the
9716         inset has been inserted. This is a huge performance gain for large
9717         documents with lots of insets. If Inset::parOwner is not set, fall
9718         back on the brute force method
9719
9720         * paragraph_pimpl.C (insertInset):
9721         * paragraph.C (Paragraph):
9722         (cutIntoMinibuffer): set parOwner of insets when
9723         inserting/removing them
9724
9725         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9726
9727 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9728
9729         * tabular-old.C (getTokenValue):
9730         * tabular.C (getTokenValue):
9731         (write_attribute): new versions for LyXLength
9732         (everywhere): adjust the use of widths
9733
9734         * tabular.h: change the type of widths from string to LyXLength
9735
9736 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9737
9738         * paragraph.C: fixed missing line number count when exporting
9739         Environments to LaTeX file
9740
9741         * buffer.C: added informational message for checking line numbers.
9742
9743 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9744
9745         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9746         paragraph, do the 'double space' part, but not the 'empty
9747         paragraph' one.
9748
9749         * text.C (workWidth): small optimization
9750         (getLengthMarkerHeight): use minimal size for negative lengths.
9751
9752 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9753
9754         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9755
9756         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9757
9758 2001-12-11  André Pönitz <poenitz@gmx.net>
9759
9760         * FontLoader.C:
9761         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9762
9763 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9764
9765         * text2.C: keep selection on a setFont()
9766
9767 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9768
9769         * lyx_cb.C: another bv->text misuse, from insert label
9770
9771 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9772
9773         * kbsequence.h:
9774         * kbsequence.C: re-instate nmodifier mask
9775
9776 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9777
9778         * lyx_main.h: make lyxGUI private.
9779
9780 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9781
9782         * lyxfind.C: place the cursor correctly on failed search
9783
9784 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9785
9786         * text.C (getLengthMarkerHeight): for small heights, the arrows
9787         are not always on top/bottom of the text
9788         (drawLengthMarker): smaller arrows; take the left margin in
9789         account; draw also vfills.
9790         (paintFirstRow):
9791         (paintLastRow): remove special code for vfill and standard spaces,
9792         since everything is handled in drawLengthMarker now.
9793
9794 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9795
9796         * buffer.C (insertErtContents): try to handle font and language
9797         interaction a bit better.g
9798
9799         * ColorHandler.C (updateColor): change the hash to cover the whole
9800         LColor enum, ws cleanup
9801         (getGCLinepars): ditto
9802         (getGCLinepars): only lookup in the linecache once.
9803
9804 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9805
9806         * iterators.C (operator++): Make the iterator more robust
9807
9808         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9809         (John's patch)
9810         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9811
9812 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9813
9814         * lyxtext.h:
9815         * text.C: better added space drawing
9816
9817 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9818
9819         * LyXView.C:
9820         * BufferView2.C: fix layout combo update on inset unlock
9821
9822 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9823
9824         * Makefile.am: don't compile unused files
9825
9826 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9827
9828         * lyxfunc.C:
9829         * commandtags.h:
9830         * LyXAction.C: remove old LFUN_LAYOUTNO
9831
9832 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9833
9834         * paragraph_pimpl.h:
9835         * paragraph_pimpl.C: isTextAt() doesn't need font param
9836
9837 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9838
9839         * lyxlex.h:
9840         * lyxlex.C: little cleanup
9841
9842 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9843
9844         * BufferView_pimpl.C: fix insertAscii for insets
9845
9846 2001-12-05  Juergen Vigna  <jug@sad.it>
9847
9848         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9849         set the right font on the "multi" paragraph paste!
9850
9851 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9852
9853         * trans_decl.h:
9854         * trans_mgr.[Ch]:
9855         * trans.[Ch]:
9856         * lyxgluelength.C:
9857         * lyxlength.C: remove out-commented code.
9858
9859         * BufferView_pimpl:
9860         * CutAndPaste.C:
9861         * DepTable.C:
9862         * buffer.C:
9863         * chset.C:
9864         * lastfiles.C:
9865         * lyxlex.C:
9866         * lyxlex_pimpl.C:
9867         * lyxserver.C:
9868         * screen.C:
9869         * tabular-old.C:
9870         * tabular.C:
9871         * text.C:
9872         * trans_mgr.C:
9873         * vc-backend.C: change "while(" to "while ("
9874
9875         * lyxlength.[Ch]: add zero function to check if length is zero or
9876         not
9877         * lyxgluelength.C: use it
9878
9879 2001-12-05  Allan Rae  <rae@lyx.org>
9880
9881         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9882         Works for 2.95.3, from what I understand of Garst's reports this should
9883         work for other g++ versions.  We're screwed if the abs(int) definition
9884         changed between bugfix releases of gcc.
9885
9886 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9887
9888         * text.C: fix chapter label offset !
9889
9890 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9891
9892         * lyxtext.h:
9893         * text.C: fix hfill at end of line, clean up
9894
9895 2001-12-04  Juergen Vigna  <jug@sad.it>
9896
9897         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9898         that we force an update of the inset and it's owners if neccessary.
9899
9900 2001-12-03  Juergen Vigna  <jug@sad.it>
9901
9902         * text.C (rowLast): simplified code
9903
9904 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9905
9906         * lyxfunc.C: fix show options on timeout
9907
9908 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9909
9910         * screen.C (topCursorVisible): scroll half a page when the cursor
9911         reached top of bottom of screen
9912
9913 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9914
9915         * minibuffer.C: deactivate on loss of focus
9916
9917 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9918
9919         * vspace.[Ch] (operator!=): add operator.
9920
9921 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9922
9923         * BufferView_pimpl.C: refuse to open an inset when
9924         there's a selection.
9925
9926 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9927
9928         * BufferView_pimpl.C: allow to click on RHS of full row insets
9929
9930 2001-11-30  Juergen Vigna  <jug@sad.it>
9931
9932         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9933         insets for undo reasons.
9934
9935 2001-11-28  André Pönitz <poenitz@gmx.net>
9936
9937         * vspace.[Ch]: cosmetical changes
9938
9939 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9940
9941         * LyXAction.h:
9942         * LyXAction.C:
9943         * lyxfunc.h:
9944         * lyxfunc.C:
9945         * kbmap.h:
9946         * kbmap.C:
9947         * lyxrc.C:
9948         * kbsequence.h:
9949         * kbsequence.C: part re-write of old kb code
9950
9951         * Painter.C:
9952         * WorkArea.C: remove Lgb_bug_find_hack
9953
9954 2001-11-30  José Matos <jamatos@fep.up.pt>
9955
9956         * buffer.C (makeDocBookFile): add a comment to point a hack.
9957         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9958         Fixed a double write of labels.
9959
9960 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9961
9962         * LaTeX.C:
9963         * LaTeX.h Fixed bug in LaTeX class where it would not
9964         re-run latex if no depfiles were changed, but the .dvi was removed.
9965
9966 2001-11-28  André Pönitz <poenitz@gmx.net>
9967
9968         * all the files from the change on 2001/11/26:
9969         use lyx::layout_type instead of LyXTextClass::size_type
9970         use lyx::textclass_type instead of LyXTextClassList::size_type
9971
9972 2001-11-29  Juergen Vigna  <jug@sad.it>
9973
9974         * text.C: added support for paragraph::isFreeSpacing()
9975
9976         * buffer.C: same as above
9977
9978         * paragraph.h: inserted isFreeSpacing() function to enable
9979         FreeSpacing inside InsetERT.
9980
9981         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9982         of the paragraph's in the cut/copy buffer to 0!
9983
9984         * text2.C (removeRow): remove the assert as it can!
9985
9986         * lyxtext.h: added helper function firstRow returning firstrow and
9987         made firstrow private again.
9988
9989         * BufferView2.C (lockInset): don't relock if we're already locked!
9990
9991         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9992         the only paragraph.
9993         (removeRow): added Assert::(firstrow)
9994
9995         * debug.C: forgot to add INSETTEXT here.
9996
9997 2001-11-28  Juergen Vigna  <jug@sad.it>
9998
9999         * sp_spell.C (initialize): changed error text to more general
10000         spellchecker command use (not only ispell!)
10001
10002         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
10003
10004         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
10005
10006 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10007
10008         * vspace.C: initialise lyxgluelength on failure
10009
10010 2001-11-28  Allan Rae  <rae@lyx.org>
10011
10012         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
10013         declaration & definition that looks like a function declaration.
10014
10015 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10016
10017         * BufferView2.C (copy):
10018         (copyEnvironment): do not clear the selection when doing a copy.
10019
10020         * text.C (paintFirstRow): compilation fix
10021
10022 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
10023
10024         * tabular.C (Latex): correct line count when writing latex.
10025
10026 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
10027
10028         * paragraph_pimpl.h:
10029         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
10030           bug a bit
10031
10032 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10033
10034         * text.C:
10035         * LColor.h:
10036         * LColor.C: change vfillline->added_space
10037
10038         * text.C: add markers and text for added space
10039
10040         * vspace.C: fix comment
10041
10042 2001-11-28  André Pönitz <poenitz@gmx.net>
10043
10044         * paragraph.C: whitespace changes
10045         * all the other files from the change on 2001/11/26:
10046         change *::pos_type into lyx::pos_type
10047
10048 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10049
10050         * buffer.C (parseSingleLyXformat2Token): Set the language to the
10051         language of the document when inserting error insets.
10052
10053 2001-11-26  André Pönitz <poenitz@gmx.net>
10054
10055         * BufferView_pimpl.[Ch]:
10056         *       CutAndPaste.C:
10057         * buffer.[Ch]:
10058         * lyxcursor.[Ch]:
10059         * lyxfind.C:
10060         * lyxfunc.C:
10061         * lyxrow.[Ch]:
10062         * paragraph.[Ch]:
10063         * paragraph_pimpl.[Ch]:
10064         * sp_spell.C:
10065         * text.C:
10066         * text2.C: reduce header dependencies, introduce type for positions
10067
10068 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10069
10070         * <various>: change to use Alert.h
10071
10072 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10073
10074         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
10075         when encountering an unknown token.
10076         (readLyXformat2): Show an error message if there were unknown tokens.
10077
10078 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
10079
10080         * BufferView2.C:
10081         * BufferView_pimpl.C:
10082         * buffer.C:
10083         * paragraph.h:
10084         * text.C:
10085         * text2.C: use par->isInset()
10086
10087 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10088
10089         * paragraph_pimpl.h:
10090         * paragraph_pimpl.C: cleanup
10091
10092 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10093
10094         * text2.C (removeRow):
10095         * text.C (setHeightOfRow): remove useless (and costly) call to
10096         getRow.
10097
10098 2001-11-20  Allan Rae  <rae@lyx.org>
10099
10100         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
10101         Now need Inset*::checkInsertChar() to return true for appropriate
10102         cases so that the characters in the minibuffer will actually be
10103         inserted.
10104
10105 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10106
10107         * text.C: change the order of the includes.
10108         (workWidth): initialize it at once.
10109         (workWidth): make maxw unsigned
10110         (setHeightOfRow): remove unused variable (inset)
10111         (selectSelectedWord): remove unused variable (inset)
10112         (paintRowText): fix drawing of hfill characters, and clean up a bit.
10113
10114 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10115
10116         * lyxserver.C (emergencyCleanup): do not try to close pipes if
10117         server is not running.
10118         (openConnection):
10119         (closeConnection): add debug info when server is disabled.
10120
10121         * ColorHandler.C (getGCForeground): send debug message to GUI
10122         channel.
10123
10124         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
10125
10126         * kbmap.C (bind): modify because return conventions of
10127         kb_sequence::parse have changed.
10128
10129         * kbsequence.C (parse): only ignore spaces and not any stupid
10130         control character. This avoids tests like s[i] <= ' ', which are
10131         guaranteed to fail with 8bit characters and signed chars.
10132         Change return code to string::npos when there have been no error
10133         (0 was a bad idea when error is at first character)
10134
10135 2001-11-14  José Matos  <jamatos@fep.up.pt>
10136
10137         * buffer.h:
10138         * buffer.C (simpleDocBookOnePar): removed unused argument.
10139
10140 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10141
10142         * text.C (selectNextWordToSpellcheck): do not test explicitely for
10143         insets which are part of a word. Paragraph::isLetter takes care of
10144         that now. Use Paragraph::isInset to identify insets.
10145         (selectSelectedWord): do not test for hyphenation break.
10146
10147         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
10148         that protected spaces are considered as spaces.
10149
10150         * paragraph.C (isLetter): cleanup the code for ispell extras; use
10151         Inset::isLetter.
10152
10153 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
10154
10155         * lyxserver.h:
10156         * lyxserver.C: fix it. and small cleanup.
10157
10158 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10159
10160         * BufferView_pimpl.C: use inline helpers
10161
10162         * LaTeXFeatures.h:
10163         * LaTeXFeatures.C: fix typos
10164
10165         * Spacing.h:
10166         * Spacing.C: move spacing_string into class
10167
10168         * ToolbarDefaults.C: move stuff into namespace anon
10169
10170         * layout.h: update enum
10171
10172         * lyxfunc.C: use better debug
10173
10174         * minibuffer.h: fix typo
10175
10176         * debug.h:
10177         * debug.C:
10178         * WorkArea.C: add and use Debug::WORKAREA
10179
10180         * lyxtext.h:
10181         * text.C:
10182         * text2.C: code re-organisation, inline helpers
10183
10184 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
10185
10186         * Layout.C: replaced a few cases of std::vector.size() == 0 with
10187         std::vector.empty().
10188
10189 2001-11-09  Allan Rae  <rae@lyx.org>
10190
10191         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
10192         '\n's after tables.  Tabular and ERT inset work now makes this no
10193         longer necessary.
10194
10195 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10196
10197         * minibuffer.h:
10198         * minibuffer.C: fix crash, improve drop-down completion
10199
10200 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
10201
10202         * lyxserver.h:
10203         * lyxserver.C: invalidate fd's when doing endPipe()
10204
10205 2001-11-08  José Matos  <jamatos@fep.up.pt>
10206
10207         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
10208         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
10209
10210         * paragraph.h:
10211         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
10212
10213 2001-11-07  José Matos  <jamatos@fep.up.pt>
10214
10215         * buffer.h:
10216         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
10217         const qualifier.
10218
10219         * buffer.C (sgmlOpenTag):
10220         * buffer.C (sgmlCloseTag): removed debug info.
10221
10222         * buffer.h (sgmlOpenTag):
10223         * buffer.h (sgmlCloseTag): made public.
10224
10225 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10226
10227         * buffer.C (saveParamsAsDefaults):
10228         * lyx_cb.C (MenuLayoutSave): remove
10229
10230         * LyXAction.C (init):
10231         * commandtags.h:
10232         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
10233
10234 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10235
10236         * buffer.C (setPaperStuff): removed from here...
10237
10238         * bufferparams.C (setPaperStuff): ... and moved there.
10239
10240 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
10241
10242         * minibuffer.h:
10243         * minibuffer.C:
10244         * XFormsView.C: add support for drop-down completion
10245
10246 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
10247
10248         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
10249         commands.
10250
10251 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10252
10253         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
10254         disabled.
10255
10256 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
10257
10258         * lyx_main.C: change ref to known bugs
10259
10260 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
10261
10262         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
10263         to work around older babel problems.
10264
10265 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10266
10267         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
10268
10269 2001-10-24  Juergen Vigna  <jug@sad.it>
10270
10271         * tabular-old.C (ReadOld): below variable changes reflected.
10272
10273         * tabular.[Ch]: added ltType struct for longtable header/footer
10274         defines and changed all instances where they are used. Added
10275         future support for double top/bottom rows.
10276
10277 2001-10-24  José Matos  <jamatos@fep.up.pt>
10278
10279         * buffer.h (docbookHandleCaption):
10280         * buffer.C (docbookHandleCaption): removed unused function.
10281         (makeDocBookFile): moved docbook supported version to v4.1.
10282
10283 2001-10-24  José Matos  <jamatos@fep.up.pt>
10284
10285         * tabular.h:
10286         * tabular.C (docbookRow): new function to export docbook code of a row.
10287         (DocBook): now honors the longtable flags.
10288
10289 2001-10-23  José Matos  <jamatos@fep.up.pt>
10290
10291         * LaTeXFeatures.h:
10292         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
10293         of the lyx defined sgml entities used in a docbook/linuxdoc document.
10294
10295         * buffer.C (makeLinuxDocFile):
10296         (makeDocBookFile): reworked the preamble, more clean, and with
10297         support for lyx defined entities. Changed the document declaration
10298         to be more XML friendly.
10299
10300         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
10301         if we need to output XML that should be done with a filter.
10302
10303 2001-10-22  Juergen Vigna  <jug@sad.it>
10304
10305         * sp_pspell.h (class PSpell): add alive function needed in the
10306         controller to see if the spellchecker could be started.
10307
10308 2001-10-22  Juergen Vigna  <jug@sad.it>
10309
10310         * buffer.C (insertStringAsLines): modify the font for inserting
10311         chars in certain conditions by calling checkInsertChar(font).
10312
10313 2001-10-19  Juergen Vigna  <jug@sad.it>
10314
10315         * text.C (workWidth): use getRow instead of wrong algorithm.
10316         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
10317
10318 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
10319
10320         * lyxserver.h:
10321         * lyxserver.C:
10322         * lyx_main.h:
10323         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
10324
10325 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10326
10327         * text.C (workWidth): do not search for the exact row when
10328         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
10329         optimization for big documents.
10330
10331 2001-10-18  Juergen Vigna  <jug@sad.it>
10332
10333         * text.C (workWidth): new function with added Inset * parameter.
10334
10335 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10336
10337         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
10338
10339         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
10340         change return type of getColumnNearX.
10341
10342
10343         * text.C (changeRegionCase): use uppercase/lowercase instead of
10344         toupper/tolower.
10345         (leftMargin):
10346         (rightMargin): simplify code by factoring out the uses of
10347         textclasslist.
10348         (labelFill):
10349         (numberOfHfills):
10350         (setHeightOfRow):
10351         (appendParagraph): use Paragraph::size_type
10352
10353 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10354
10355         * vspace.C (asLatexString): add a missing break
10356
10357 2001-10-15  Herbert Voss  <voss@perce.de>
10358
10359         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10360
10361 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10362
10363         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10364         is not available.
10365
10366 2001-10-10  André Pönitz <poenitz@gmx.net>
10367
10368         * lyxfunc.C: removed greek_kb_flag.
10369
10370 2001-10-10  Herbert Voss  <voss@perce.de>
10371
10372         * lyx_main.C: delete global string help_lyxdir.
10373
10374 2001-10-09  Herbert Voss  <voss@perce.de>
10375
10376         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10377
10378         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10379
10380         * lyx_main.C: added global string help_lyxdir.
10381
10382         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10383
10384 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10385
10386         * lyxrc.C (set_font_norm_type): support iso8859-4
10387
10388 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10389
10390         * LaTeX.C (deplog): add another regex for MikTeX
10391
10392 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10393
10394         * lyxrc.C (set_font_norm_type): support iso8859-3
10395
10396 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10397
10398         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10399
10400         * LaTeXFeatures.C: remove special case of french and index
10401
10402         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10403         before \begin{document}). This solves several incompatibilities.
10404
10405 2001-10-03  Garst Reese  <reese@isn.net>
10406
10407         * lyx_cb.C: change CheckTex error msg.
10408
10409 2001-10-03  José Matos  <jamatos@fep.up.pt>
10410
10411         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10412
10413 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10414
10415         * .cvsignore: update
10416
10417         * lyx_main.C (commandLineVersionInfo): use new style version info.
10418
10419         * buffer.C (writeFile):
10420         (makeLaTeXFile):
10421         (makeLinuxDocFile):
10422         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10423
10424         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10425
10426         * version.h: update to use stuff in version.C
10427
10428         * version.C.in: new file. Contains version information determined
10429         at compile time. This is a merging of version.h and
10430         version_info.h.in.
10431
10432 2001-10-03  Juergen Vigna  <jug@sad.it>
10433
10434         * BufferView_pimpl.C (update): don't change "dirty" status in
10435         updateInset call.
10436
10437 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10438
10439         * WorkArea.C (c-tor): re-position version string slightly.
10440
10441 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10442
10443         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10444         revert to previous code.
10445
10446         WorkArea.[Ch]: (show, destroySplash): methods removed.
10447
10448         WorkArea.C: rework code so that it's an amalgam of the codes before and
10449         after the splash screen was moved to WorkArea.
10450
10451 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10452
10453         * lyxrc.C (read):
10454         * vspace.C (inPixels):
10455         (lyx_advance):
10456         * kbmap.C (bind):
10457         * buffer.C (insertStringAsLines):
10458         (asciiParagraph): fix types to be large enough
10459
10460         * lyxlex_pimpl.h: change member status from short to int
10461
10462         * layout.h: fix type of endlabeltype
10463
10464         * kbmap.C (bind):
10465         * kbsequence.C (parse): change return type to string::size_type
10466
10467         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10468         variable
10469
10470         * Bullet.C (bulletSize):
10471         (bulletEntry): do not use short ints as parameters
10472
10473         * BufferView2.C (insertLyXFile): change a char to an int.
10474
10475         * WorkArea.C (WorkArea): remove unneeded floats in computation
10476
10477 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10478
10479         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10480
10481         * paragraph.C (asString): Do not ignore newline/hfill chars when
10482         copying to the clipboard.
10483
10484 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10485
10486         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10487         after a multi-line inset.
10488
10489 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10490
10491         * paragraph.C (validate): Set NeedLyXFootnoteCode
10492
10493 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10494
10495         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10496         and decrease-error to decrease.
10497
10498 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10499
10500         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10501         it more readable (should be equivalent)
10502
10503 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10504
10505         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10506
10507 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10508
10509         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10510         of a cursor (row, etc.) after a character has been deleted
10511         (deleteEmptyParagraphMechanism): call the method above on _all_
10512         cursors held by the LyXText when a double space has been
10513         detected/deleted.
10514
10515 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10516
10517         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10518         pixmap.
10519         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10520
10521         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10522         background. Use greyOut() and the new show() methods to toggle between
10523         the foreground and background. Add code to remove the splash after
10524         its initial showing.
10525
10526         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10527         (create_forms): no longer call Dialogs::showSplash.
10528
10529 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10530
10531         * .cvsignore: add version_info.h
10532
10533 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10534
10535         * version_info.h.in: new file
10536
10537         * Makefile.am: add version_info.h.in
10538
10539         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10540         version_info.h instead of VERSION_INFO
10541
10542 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10543
10544         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10545         The ERT inset now returns string().
10546
10547 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10548
10549         * lyxtext.h, text.C (selectNextWord): renamed as
10550         selectNextWordToSpellcheck.
10551
10552         * text.C (selectNextWordToSpellcheck): Modified to not select
10553         words inside an ERT inset.
10554
10555 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10556
10557         * lyx_cb.C (MenuLayoutSave): change a bit the question
10558
10559         * sp_base.h: include <sys/types.h>
10560
10561 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10562
10563         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10564
10565 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10566
10567         * several files: fix typos in user-visible strings
10568
10569 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10570
10571         * text2.C (pasteSelection): do not set the selection, since it
10572         will be cleared later. Actually, the intent was to fix the way the
10573         selection was set, but I figured rmoving the code was just as good.
10574
10575 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10576
10577         * FontLoader.C (available): Check if font is available without
10578         loading the font.
10579
10580 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10581
10582         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10583
10584 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10585
10586         * lyxrc.[Ch]: added display_graphics variable and associated code.
10587
10588 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10589
10590         * bufferparams.C (hasClassDefaults): new method. Returns true if
10591         the buffer parameters correspond to known class defaults
10592
10593 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10594
10595         * XFormsView.C (show): set minimum size to the main window.
10596
10597 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10598
10599         * text2.C (copySelection):
10600         (cutSelection):
10601         * lyxfind.C (LyXReplace):
10602         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10603         LyXText::selectionAsString.
10604
10605         * paragraph.C (asString): add "label" argument to the second form
10606
10607         * text2.C (selectionAsString): add "label" argument and pass it to
10608         Paragraph::asString.
10609
10610 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10611
10612         * lyx_main.C (commandLineHelp): remove version information
10613
10614 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10615
10616         * lyx_main.C: add -version commandline option
10617
10618 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10619
10620         * paragraph.h: make the optional constructor arg required instead.
10621         some modifications to other files because of this.
10622
10623         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10624
10625         * lyxserver.C (C_LyXComm_callback): make it static
10626
10627         * lyx_main.C (error_handler): make it static
10628
10629         * lyx_gui.C (LyX_XErrHandler): make it static
10630
10631         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10632
10633         * WorkArea.C: make the extern "C" methods static.
10634
10635         * Makefile.am (lyx_LDADD): simplify
10636
10637 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10638
10639         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10640         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10641
10642         * LyXAction.C (init):
10643         * lyxfunc.C (dispatch): associated code removal.
10644
10645 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10646
10647         * lyxfont.h (isSymbolFont): shut off warning
10648
10649         * text.C (setHeightOfRow):
10650         (getVisibleRow): fix crash with empty paragraphs which have a
10651         bottom line
10652
10653 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10654
10655         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10656         code.
10657
10658 2001-09-04  José Matos  <jamatos@fep.up.pt>
10659         * buffer.C
10660         * buffer.h
10661         * tabular.C (docbook): rename docBook method to docbook.
10662
10663 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10664
10665         * Makefile.am: add dependencies to main.o.
10666
10667 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10668
10669         * FontLoader.C (available): Return false if !lyxrc.use_gui
10670
10671 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10672
10673         * FontInfo.C (query):
10674         * converter.C (view):
10675         * importer.C (Import):
10676         * exporter.C (Export): Can not -> cannot.
10677
10678 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10679
10680         * BufferView_pimpl.C: allow to create index inset even if
10681           string is empty
10682
10683 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10684
10685         * buffer.C (getLists): replace boost::tie code with an explicit pair
10686         as boost::tie can break some compilers.
10687
10688         * iterators.h: Added a std:: declaration to the return type of
10689         ParIterator::size.
10690
10691 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10692
10693         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10694           case.
10695
10696 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10697
10698         * iterators.[Ch]: New files. Provide paragraph iterators.
10699
10700         * buffer.C (changeLanguage): Use paragraph iterators.
10701         (isMultiLingual): ditto
10702
10703         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10704
10705 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10706
10707         * FontLoader.C: Support for cmr font.
10708
10709 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10710
10711         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10712         (available): New method.
10713
10714         * FontInfo.C (getFontname): Use scalable fonts even when
10715         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10716         found.
10717
10718 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10719
10720         * converter.C (Formats::view): reverted! Incorrect fix.
10721
10722 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10723
10724         * converter.C (Formats::view): only output the -paper option
10725         if the dvi viewer is xdvi, thereby fixing bug #233429.
10726
10727 2001-08-23  Herbert Voss  <voss@perce>
10728
10729         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10730
10731 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10732
10733         * Spacing.h (Spacing): Set space to Default on in the default
10734         constructor.
10735
10736 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10737
10738         * vc-backend.h (RCS::versionString): add RCS to version
10739         (CVS::versionString): add CVS to version
10740
10741         * vc-backend.C (scanMaster): do not add CVS to version.
10742         (scanMaster): do not add RCS to version
10743
10744         * lyxvc.C (versionString): new method
10745
10746         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10747
10748 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10749
10750         * Spacing.C (set): initialize fval
10751
10752 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10753
10754         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10755         " or \.
10756
10757 2001-08-16  Juergen Vigna  <jug@sad.it>
10758
10759         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10760
10761 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10762
10763         * BufferView_pimpl.C:
10764         * figureForm.C:
10765         * lyxtext.h:
10766         * text2.C: setParagraph takes linespacing now
10767
10768 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10769
10770         * LyxAction.C: add internal LFUN_CITATION_INSERT
10771
10772         * LyXView.C: actually apply fix
10773
10774         * bufferlist.C: fix open non-existent file
10775
10776         * lyxfind.C: fix indentation
10777
10778         * lyxfunc.C: remove unneeded assert, fix typo
10779
10780 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10781
10782         * MenuBackend.C: use "Floatname List"
10783
10784 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10785
10786         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10787         when converting LaTeX layout to insetERT.
10788         Generate a non-collapsed float when reading old float
10789
10790 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10791
10792         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10793         ERT insets.
10794
10795 2001-08-13  Juergen Vigna  <jug@sad.it>
10796
10797         * text.C (fill): return 0 instead of 20 as this seems to be the more
10798         correct value.
10799
10800 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10801
10802         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10803         lyxrc.font_norm.
10804
10805 2001-08-13  Juergen Vigna  <jug@sad.it>
10806
10807         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10808         casesensitive off.
10809         (SearchBackward): comment out the unlocking of the inset_owner this
10810         should not be needed!
10811
10812 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10813
10814         * Many files: Remove inherit_language, and add latex_language
10815
10816         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10817         collapsible insets.
10818
10819 2001-08-10  Juergen Vigna  <jug@sad.it>
10820
10821         * text.C (prepareToPrint): fixed hfill-width in draw!
10822
10823         * BufferView2.C (selectLastWord): save the selection cursor as this
10824         now is cleared in the function LyXText::clearSelection!
10825
10826 2001-08-08  Juergen Vigna  <jug@sad.it>
10827
10828         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10829         BACKSPACE type functions.
10830
10831         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10832         is only cutted from the document but not put in the cut-buffer, where
10833         still the old stuff should be.
10834
10835         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10836
10837         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10838
10839         * tabular.C (SetWidthOfCell): fixed special case where the width
10840         was not updated!
10841         (LeftLine): handle '|' in align_special.
10842         (RightLine): ditto
10843         (LeftAlreadyDrawed): ditto
10844         (SetWidthOfCell): ditto
10845
10846 2001-08-07  Juergen Vigna  <jug@sad.it>
10847
10848         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10849
10850 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10851
10852         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10853         * lyxlex.[hC]: ditto
10854
10855 2001-08-06  Juergen Vigna  <jug@sad.it>
10856
10857         * text.C (getVisibleRow): fix up row clearing a bit.
10858
10859 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10860
10861         * minibuffer.C: make sure the X server sees the changes in the input.
10862
10863 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10864
10865         * paragraph.C (getFont): split into...
10866         (getLabelFont): this
10867         (getLayoutFont): and this
10868         * paragraph_pimpl.C (realizeFont): calling this
10869
10870         * text2.C (getFont): split into...
10871         (getLayoutFont): this
10872         (getLabelFont): and this
10873         (realizeFont): all three calling this
10874
10875         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10876         files where used.
10877
10878 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10879
10880         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10881
10882 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10883
10884         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10885         layouts from the Quote inset insertion.
10886
10887 2001-08-03  Juergen Vigna  <jug@sad.it>
10888
10889         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10890
10891         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10892         only if status not is already CHANGED_IN_DRAW (second level).
10893
10894         * text.C (draw): don't set the need_break_row when inside an
10895         InsetText LyXText.
10896
10897 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10898
10899         * buffer.C (parseSingleLyXformat2Token): handle more latex
10900         conversion cases.
10901
10902         * bufferview_funcs.[hC]: change function names to
10903         begin with small char, adjust other files.
10904
10905 2001-08-02  André Pönitz <poenitz@gmx.net>
10906
10907         * lyxfunc.C:
10908         BufferView_pimpl.C: remove broken special code for math-greek
10909
10910 2001-08-02  Juergen Vigna  <jug@sad.it>
10911
10912         * BufferView_pimpl.C (update): redone this function so that we
10913         update the text again if there was a CHANGE_IN_DRAW.
10914
10915         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10916         (drawFromTo): added a new internal bool which is used by draw() and
10917         redraw() function.
10918         (general): some cursor drawing problems fixed.
10919
10920 2001-08-01  Juergen Vigna  <jug@sad.it>
10921
10922         * lyxfind.C (LyXFind): fixed
10923         (SearchForward): ditto
10924         (SearchBackward): ditto
10925
10926         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10927         spurius drawing of the cursor in the main area.
10928
10929         * text2.C (status): small fix which could lead to a segfault!
10930         (clearSelection): remove unneeded BufferView param.
10931
10932 2001-08-01  André Pönitz <poenitz@gmx.net>
10933
10934         * lyxfunc.C: small change due to changed mathed interface
10935
10936 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10937
10938         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10939
10940 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10941
10942         * lyxfunc.c: fail gracefully if file doesn't exist
10943
10944         * LyXSendto.C:
10945         * buffer.C:
10946         * lyxfunc.C:
10947         * BufferView_pimpl.C: IsDirWriteable() proto changed
10948
10949         * LyXView.C: fix updateWindowTitle() to store the last title
10950
10951 2001-07-31  Juergen Vigna  <jug@sad.it>
10952
10953         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10954         the font (wrong since using of Paragraph::highestFontInRange).
10955
10956         * paragraph.C (highestFontInRange): added a default_size parameter.
10957
10958         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10959         (setHeightOfRow): reformat
10960
10961 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10962
10963         * converter.[hC] + affected files: move to (inital-char)lowercase
10964         function names.
10965
10966         * ParagraphParameters.C (ParagraphParameters): remove commented code
10967
10968         * PainterBase.[Ch]: remove commented code
10969
10970         * LaTeXFeatures.h: add "bool floats" for float.sty
10971
10972         * LaTeXFeatures.C (LaTeXFeatures): init floats
10973         (require): handle float
10974         (getPackages): do it with floats
10975
10976 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10977
10978         * BufferView_pimpl.C (Dispatch): improve handling of
10979         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10980
10981         * commandtags.h: #include lyxfont.h here temporarily to avoid
10982         keybinding bug.
10983
10984         * bufferlist.h: include LString.h here.
10985
10986 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10987
10988         * text2.C (getStringToIndex): new method.
10989
10990 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10991
10992         * *: Reduced header file dependencies all over.
10993
10994 2001-07-30  Baruch Even  <baruch@lyx.org>
10995
10996         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10997
10998 2001-07-29  Baruch Even  <baruch@lyx.org>
10999
11000         * buffer.C (readInset): Changed GRAPHICS to Graphics.
11001
11002 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11003
11004         * ParameterStruct.h (endif): add a default constructor to make
11005         sure that all variables is initialized.
11006
11007         * ParagraphParameters.C (ParagraphParameters): adjust
11008
11009 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11010
11011         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
11012         index; also, check that there is something to index, and that it
11013         does not span over several paragraphs.
11014         (doubleClick): use WHOLE_WORD_STRICT for double click.
11015
11016         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
11017
11018         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
11019         scheme.
11020
11021 2001-07-26  Baruch Even  <baruch@lyx.org>
11022
11023         * buffer.C (readInset): Changed to call up InsetGraphics when reading
11024         an InsetFig figure, backwards compatible reading of old figure code.
11025
11026 2001-07-27  Juergen Vigna  <jug@sad.it>
11027
11028         * text2.C: font.realize function adaption.
11029
11030         * text.C (draw): add a warnings lyxerr text if needed.
11031
11032         * layout.C: font.realize function adaption.
11033
11034         * language.C: add inherit_language and implement it's handlings
11035
11036         * bufferview_funcs.C (StyleReset): remove language parameter from
11037         font creation (should be language_inherit now).
11038
11039         * bufferparams.C (writeFile): handle ignore_language.
11040
11041         * paragraph.C (getFontSettings): the language has to be resolved
11042         otherwise we have problems in LyXFont!
11043
11044         * lyxfont.C (lyxWriteChanges): added document_language parameter
11045         (update): removed unneeded language parameter
11046
11047         * paragraph.C (validate): fixed wrong output of color-package when
11048         using interface colors for certain fonts in certain environments,
11049         which should not seen as that on the final output.
11050
11051 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
11052
11053         * BufferView_pimpl.C:
11054         * Thesaurus.h:
11055         * Thesaurus.C:
11056         * Makefile.am:
11057         * commandtags.h:
11058         * LyXAction.C: add thesaurus support
11059
11060         * lyxfind.h:
11061         * lyxfind.C: add "once" parameter, for thesaurus, to not
11062           move to the next match
11063
11064 2001-07-26  Juergen Vigna  <jug@sad.it>
11065
11066         * lyxfont.C (realize): honor ignore_language too!
11067         (resolved): ditto.
11068
11069         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
11070
11071         * text.C (draw): one place more for ignore_language to not draw
11072         itself!
11073
11074 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
11075
11076         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
11077
11078 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11079
11080         * buffer.C (parseSingleLyXformat2Token): a more general fix for
11081         the minipage conversion problem.
11082
11083 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11084
11085         * buffer.C (parseSingleLyXformat2Token): check minipage if we
11086         insert an inset.
11087
11088 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11089
11090         * BufferView.h: don't forward declare WorkArea
11091
11092         * BufferView.C: don't include WorkArea.h
11093
11094 2001-07-25  André Pönitz <poenitz@gmx.net>
11095
11096         * commandtags.h:
11097         * LyXAction.C:
11098         * lyxfunc.C:  new LFUN 'math-space'
11099
11100         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
11101
11102 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11103
11104         * text2.C (toggleInset): call open/close
11105
11106 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11107
11108         * lyxfunc.C (dispatch): add debug for the disabled case
11109
11110         * font.C (buttonText): make similar to rectText
11111
11112         * buffer.C (readInset): comment out parsing of insetlist and
11113         insttheorem
11114
11115         * PainterBase.C (rectText): small correction
11116
11117         * BufferView_pimpl.C: comment out insettheorem and insetlist
11118         * LyXAction.C: ditto
11119         * commandtags.h: ditto
11120
11121 2001-07-24  Juergen Vigna  <jug@sad.it>
11122
11123         * text.C (draw): honor the ignore_language.
11124
11125         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
11126
11127 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11128
11129         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
11130         char inset.
11131
11132 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11133
11134         * lyxtext.h: remove unused (and unimplemented) methods
11135
11136 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11137
11138         * text.C (getVisibleRow): honor background color
11139
11140         * PainterBase.h:
11141         * Painter.h: remove default color argument for fillRectangle
11142
11143         * text.C (backgroundColor): new method
11144
11145 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11146
11147         * text.C (getVisibleRow): adjust
11148
11149         * font.[Ch] (rectText): new method, metrics
11150         (buttonText): new method, metrics
11151
11152         * PainterBase.[hC]: make rectText and buttonText always draw and take
11153         fewer paramteres.
11154
11155 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11156
11157         * ToolbarDefaults.C (read):
11158         * MenuBackend.C (read): allow escaping in all strings
11159
11160         * BufferView_pimpl.C (insertAndEditInset): new method.
11161         (Dispatch): use insertAndEditInset whenever appropriate.
11162
11163         * BufferView_pimpl.C (insertNote): removed
11164
11165         * BufferView_pimpl.C (smartQuote): new method, moved from
11166         BufferView; if an insetquote cannot be inserted, insert a '"'
11167         character instead.
11168
11169         * BufferView2.C: remove insertCorrectQuote();
11170
11171         * lyxfunc.C (getStatus): Add support for all remaingin
11172         inset-insert lfuns.
11173
11174         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
11175
11176         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
11177         command (necessary to pass " as parameter of self-insert.
11178
11179         * text.C (selectWordWhenUnderCursor):
11180         (selectWord): add word_location parameter
11181         (selectWordWhenUnderCursor): same + remove special code for word
11182         boundary.
11183         (selectNextWord): use kind() to guess type of insetspecialchar,
11184         not latex().
11185
11186         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
11187         (insertErtContents): create ert insets as collapsed.
11188         (readInset): better compatibility code for Info inset.
11189
11190 2001-07-20  Juergen Vigna  <jug@sad.it>
11191
11192         * lyxfunc.C (dispatch): use always LyXFind now!
11193
11194         * text2.C (init): add a reinit flag so that the LyXText can be
11195         reinited instead of deleted and reallocated (used in InsetText).
11196
11197         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
11198
11199         * text.C: ditto
11200
11201         * text2.C: ditto
11202
11203 2001-07-18  Juergen Vigna  <jug@sad.it>
11204
11205         * text.C (selectNextWord): handle insets inside inset by calling
11206         always the bv->text functions so that we can go up the_locking_inset!
11207
11208         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
11209         in strange locations when inside an inset!
11210
11211         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
11212         handling to include insets.
11213
11214         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
11215
11216 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11217
11218         * LyXAction.C (init):
11219         * commandtags.h:
11220         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
11221         LIGATURE_BREAK, since the name is so stupid.
11222
11223 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11224
11225         * buffer.C (readInset): enable reading of new InsetNotes as well as old
11226         InsetInfos.
11227
11228         * FontLoader.C: remove FORMS_H_LOCATION cruft.
11229
11230         * sp_form.[Ch]: remove.
11231
11232         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
11233
11234         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
11235         InsetInfo.
11236
11237         * src/buffer.C (readInset): ditto.
11238
11239 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11240
11241         * BufferView_pimpl.C (specialChar): new method. Obsoletes
11242         menuSeparator(), endOfSentenceDot(), ldots() and
11243         hyphenationPoint(), which are therefore removed.
11244         (Dispatch): handle LFUN_HYPHENATION_BREAK.
11245
11246         * LyXAction.C (init):
11247         * commandtags.h: add LFUN_HYPHENATION_BREAK.
11248
11249         * paragraph.C (getWord): removed.
11250
11251         * BufferView_pimpl.C (Dispatch): use last word or selection for
11252         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
11253
11254         * lyx_main.C (queryUserLyXDir): do not ask before creating
11255         user_dir, except if it has been named explicitely.
11256
11257 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11258
11259         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
11260         a document of zero size.
11261
11262 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
11263
11264         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
11265         approriately in the c-tor and in require().
11266         (getPackages): output the appropriate LaTeX for natbib support.
11267
11268         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
11269         variables "use_natbib" and "use_numerical_citations" when reading the
11270         LyX file.
11271         (readInset): read the various natbib cite commands.
11272         (validate): white-space change.
11273
11274         * bufferparams.[Ch]: new variables "bool use_natbib" and
11275         "bool use_numerical_citations".
11276         (writeFile): output them in the LyX file.
11277
11278 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11279
11280         * lyxfunc.C (getStatus): add support for all the inset insertion
11281         commands.
11282
11283         * text2.C (insertInset):
11284         * paragraph.C (insetAllowed):
11285         * BufferView_pimpl.C (insertInset): update to take in account the
11286         renaming of insertInsetAllowed
11287
11288         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
11289
11290         * text2.C (getInset): new method. returns inset at cursor position.
11291
11292         * BufferView_pimpl.C (Dispatch): changes because of this.
11293
11294         * LyXAction.C (init): rename open-stuff to inset-toggle.
11295
11296         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
11297
11298         * text2.C (toggleInset): renamed from openStuff; use
11299         Inset::open().
11300
11301 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
11302
11303         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
11304
11305         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
11306
11307 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
11308
11309         * buffer.C (readLyXformat2): Add filename to the error dialog
11310
11311 2001-07-18  Juergen Vigna  <jug@sad.it>
11312
11313         * tabular.C (GetCellNumber): put an assert here instead of the check!
11314
11315 2001-07-17  Juergen Vigna  <jug@sad.it>
11316
11317         * BufferView_pimpl.C (toggleSelection): adapted too.
11318
11319         * text.C (selectNextWord): adapted for use with insets.
11320         (selectSelectedWord): ditto
11321
11322 2001-07-17  Juergen Vigna  <jug@sad.it>
11323
11324         * sp_spell.C (PSpell): fix initialitation order.
11325
11326 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11327
11328         * paragraph.C: spacing
11329
11330 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
11331
11332         * sp_spell.C: repair language selection for pspell
11333
11334 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11335
11336         * lyxfunc.h: change more methods to begin with lower char.
11337
11338 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
11339
11340         * buffer.C (parseSingleLyXformat2Token): Generate error insets
11341         for unknown layouts.
11342
11343 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11344
11345         * buffer.C (readLyXformat2): Generate an error dialog if there are
11346         unknown layouts.
11347
11348 2001-07-16  Juergen Vigna  <jug@sad.it>
11349
11350         * sp_spell.C: always compile ISpell part.
11351
11352         * lyxrc.C: added use_pspell entry and it's handling.
11353
11354 2001-07-13  Juergen Vigna  <jug@sad.it>
11355
11356         * sp_spell.C: removed double includes.
11357
11358 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11359
11360         Consistent use of Lsstream.h:
11361         * Lsstream.h: added using std::stringstream for consistencies sake.
11362
11363         * buffer.C: removed using std::stringstream
11364
11365         * lyxfont.C (stateText):
11366         * paragraph.C (asString):
11367         * text.C (selectNextWord, selectSelectedWord):
11368         * text2.C (setCounter):
11369         * vspace.C (asString, asLatexString):
11370         std::ostringstream -> ostringstream.
11371
11372 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11373
11374         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11375         * commandtags.h: add LFUN_HELP_ABOUTLYX
11376         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11377
11378 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11379
11380         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11381         cursorToggle()
11382         * lyx_gui_misc.C: remove spellchecker
11383         * lyxfunc.C: showSpellchecker
11384         * sp_base.h: added
11385         * sp_ispell.h: added
11386         * sp_pspell.h: added
11387         * sp_spell.C: added
11388         * sp_form.[Ch]: removed
11389         * spellchecker.[Ch]: removed
11390
11391 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11392
11393         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11394         is set.
11395         (simpleTeXSpecialChars): Simply print the input character without
11396         any special translation if pass_thru is set.
11397
11398         * layout.h: Added bool pass_thru to layout class for being able to
11399         implement pass through of a paragraph for Literate Programming.
11400
11401         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11402         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11403         * layout.C (Read): add "passthru" to list of layout tags and add
11404         code to set the pass_thru boolean when it is read.
11405
11406 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11407
11408         * trans_decl.h: remove allowed from KmodInfo
11409
11410         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11411         remove allowed code
11412         (Load): adjust
11413
11414         * paragraph_pimpl.C (erase): use boost::prior
11415
11416         * Painter.C (text): use data() instead of c_str() when length is
11417         also provided.
11418         * WorkArea.C (putClipboard): ditto
11419         * font.h (width): ditto
11420
11421         * BufferView2.C: use it-> instead of (*it). for iterators
11422         * texrow.C: ditto
11423         * paragraph_pimpl.C: ditto
11424         * paragraph.C: ditto
11425         * minibuffer.C: ditto
11426         * language.C: ditto
11427         * kbmap.C: ditto
11428         * encoding.C: ditto
11429         * counters.C: ditto
11430         * converter.C: ditto
11431         * chset.C: ditto
11432         * Variables.C: ditto
11433         * TextCache.C: ditto
11434         * MenuBackend.C: ditto
11435         * LyXAction.C: ditto
11436         * LColor.C: ditto
11437         * FloatList.C: ditto
11438         * DepTable.C: ditto
11439         * ColorHandler.C (LyXColorHandler): ditto
11440
11441 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11442
11443         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11444
11445         * text2.C (openStuff): reintroduce this method (which had been
11446         nuked in NEW_INSETS frenzy).
11447
11448         * lyxfunc.C (Dispatch): when an action has not been handled, use
11449         its name in the error message, not its number.
11450
11451         * paragraph.C (inInset): change method name to begin with lowercase.
11452
11453         * undo_funcs.C:
11454         * text2.C: updates because of this.
11455
11456 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11457
11458         * ToolbarDefaults.C (add): add spaces in error message
11459
11460 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11461
11462         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11463         (readLyXformat2): rename return_par to first_par, use lyxlex's
11464         pushToken and remove the manual push handling.
11465         (parseSingleLyXformat2Token): add another ert comp. variable:
11466         in_tabular, rename return_par to first_par. handle newlines better
11467
11468 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11469
11470         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11471
11472 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11473
11474         * text2.C (getParFromID): removed
11475
11476         * buffer.C (getParFromID): new method moved form lyxtext.
11477         * BufferView2.C (insertErrors): adjust
11478         (setCursorFromRow): adjust
11479         * BufferView_pimpl.C (restorePosition): adjust
11480         * lyxfunc.C (Dispatch): adjust
11481         * undo_funcs.C (textUndo): adjust
11482         (textRedo): adjust
11483         (textHandleUndo): adjust
11484         (textHandleUndo): adjust
11485
11486 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11487
11488         * buffer.C: up' the LYX_FORMAT
11489
11490         * lyxfont.h: turn NO_LATEX on as default
11491
11492         * buffer.C (insertErtContents): new methods of tex style compability.
11493         (parseSingleLyXformat2Token): use it several places.
11494         * tabular.C (OldFormatRead): and here
11495
11496 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11497
11498         * text2.C: remove some commented code.
11499         reindent file.
11500
11501         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11502         * trans.C: changes because of the above.
11503
11504 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11505
11506         * text2.C (setCounter): Fix counters bug with bibliography layout.
11507
11508 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11509
11510         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11511         own member functions
11512         (simpleTeXSpecialChars): ditto
11513
11514 2001-07-06  Juergen Vigna  <jug@sad.it>
11515
11516         * a lot of files: changed the access to LyXText::status and the
11517         call of undo-functions.
11518
11519         * undo.[Ch]: added a inset_id to the undo informations.
11520
11521         * undo_funcs.[Ch]: added and moved here all undo functions.
11522
11523         * lyxtext.h: give the status enum a weight, made status_ a private
11524         variable and made accessor functions for it, removed the whole bunch
11525         of undo-functions as they are now in their own file, make some
11526         functions publically available. Added function ownerParagraph with
11527         int parameter.
11528
11529         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11530         made InInset() a const function, added getParFromID() function.
11531
11532         * buffer.[Ch]: added const version for inset_iterator functions,
11533         added getInsetFromID() function.
11534
11535         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11536         changed undo functions for new version.
11537
11538 2001-07-05  Juergen Vigna  <jug@sad.it>
11539
11540         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11541         unknow mechanism does not call the proper constructor but only this
11542         one also if I request the other!?
11543
11544 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11545
11546         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11547
11548         * text2.C (LyXText): use initialization lists.
11549
11550         * lyxtext.h (Selection): initialize set_ and mark_
11551         (init): remove method
11552
11553 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11554
11555         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11556
11557 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11558
11559         * screen.[Ch]: change method names to begin with lowercase
11560
11561         * BufferView_pimpl.C (updateScrollbar): simplify further and
11562         hopefully make it a bit faster.
11563
11564 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11565
11566         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11567         calling directly xforms functions.
11568
11569         * Painter.C (Painter):
11570         * lyx_cb.C (MenuWrite):
11571         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11572         fl_display.
11573
11574         * lyx_gui.C: remove bogus guiruntime extern declaration.
11575
11576 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11577
11578         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11579         in NEW_INSETS
11580         (redoDrawingOfParagraph): ditto
11581         (redoParagraphs): ditto
11582         (cutSelection): don't create a object for CutAndPaste use the
11583         static method directly
11584         (pasteSelection): ditto
11585
11586         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11587         LyXview (+ rename)
11588
11589 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11590
11591         * modifications to some other files because of this.
11592
11593         * Makefile.am (lyx_SOURCES): add XFormsView
11594
11595         * XFormsView.[Ch]: new files
11596
11597         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11598         the main window. Move the gui dependent stuff to XFormsView
11599
11600 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11601
11602         * tabular.C (GetCellInset): update cur_cell also in the row/col
11603         version of this function.
11604
11605         * lyxfunc.C: no need to include figure_form.h here.
11606
11607         * FontLoader.h:
11608         * lyxfunc.h:
11609         * lyxscreen.h:
11610         * text2.C:
11611         * lyxvc.C: no need to include forms.h here.
11612
11613 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11614
11615         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11616
11617         * lyxfunc.C (Dispatch):
11618         * Spacing.C (set):
11619         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11620         constructor argument.
11621
11622 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11623
11624         * paragraph.C (Paragraph): dont't clear, and just set layout.
11625         (makeSameLayout): use params's copy contructor.
11626
11627         * ParagraphParameters.[Ch] (makeSame): delete method
11628
11629 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11630
11631         * Variables.[Ch]: fix indentation, rename set to isSet
11632
11633 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11634
11635         * lyxfunc.C (Dispatch): fix typo
11636
11637 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11638
11639         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11640         upper_bound.
11641
11642         * bufferlist.C: include assert.h for emergencyWrite().
11643
11644 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11645
11646         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11647           give up at last (bug #425202) !
11648
11649 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11650
11651         * lyx_gui_misc.C:
11652         * sp_form.h:
11653         * sp_form.C:
11654         * spellchecker.h:
11655         * spellchecker.C: strip spellchecker options and bring up
11656           preferences tab instead
11657
11658 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11659
11660         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11661         the istringstream constructor
11662
11663 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11664
11665         * paragraph.C (getLayout): fix return value
11666
11667         * paragraph.h: do not declare getLayout as inline.
11668
11669         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11670
11671 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11672
11673         * lyxcursor.h (operator<): new func
11674         (operator>): new func
11675         (operator>=): new func
11676         (operator<=): new func
11677
11678         * text.C (changeCase): use selection.start and selection.end
11679         (changeRegionCase): require from to be <= to. Require par to be a
11680         valid paragraph.
11681
11682         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11683
11684 2001-06-27  Juergen Vigna  <jug@sad.it>
11685
11686         * text.C (cursorLeftOneWord): changed to return the cursor and added
11687         overlay with BufferView * parameter which calls this one.
11688         (getWord): added
11689         (selectWord): use new getWord function.
11690         (changeCase): renamed from changeWordCase as and extended to work
11691         also on selections.
11692
11693         * lyxtext.h: added enum word_location
11694
11695         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11696         changeCase as this operates now also on selections.
11697
11698 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11699
11700         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11701
11702         * many files: send debug output to Debug::INFO instead of
11703         Debug::ANY.
11704
11705         * converter.C (View):
11706         (Convert):
11707         (Move): send debug output to Debug::FILES instead of console.
11708
11709 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11710
11711         * lyxfunc.C (getStatus): use func_status
11712
11713         * func_status.h: new header, describing the results of
11714         LyXFunc::getStatus;
11715
11716         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11717         LFUN_MATH_HALIGN.
11718
11719 2001-06-25  The LyX Project  <jug@sad.it>
11720
11721         * buffer.C (sgmlOpenTag):
11722         (sgmlCloseTag):
11723         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11724
11725 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11726
11727         * text2.C: remove some dead code
11728
11729         * tabular.C (GetCellInset): store the last cell checked (gotten)
11730
11731         * tabular.h: add the helper for the speedup
11732
11733         * lyxtext.h: remove some dead code
11734
11735 2001-06-26  The LyX Project  <Asger>
11736
11737         * paragraph.C: Change export to LaTeX of alignment to
11738         \begin{center} and family for better roundtrip work with reLyX.
11739
11740         * Tune the math drawing a bit.
11741
11742 2001-06-25  The LyX Project  <Asger>
11743
11744         * LColor.C (LColor): New color for math background. New color
11745         for buttons.
11746
11747 2001-06-25  The LyX Project  <jug@sad.it>
11748
11749         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11750
11751         * lyxfunc.C (Open):
11752         * bufferlist.C (newFile): do not restrict to files ending with
11753         .lyx
11754
11755         * BufferView_pimpl.C (MenuInsertLyXFile):
11756
11757 2001-06-24  The LyX Project  <jug@sad.it>
11758
11759         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11760         of compare_no_case
11761
11762 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11763
11764         * lyxtext.h: rename most methods to begin with a small char.
11765         Lots of changes because of this.
11766
11767         * paragraph.C (Paragraph): do not call fitToSize
11768         (erase): call Pimpl::erase
11769         (insertChar): call Pimpl::insertChar
11770         (insertInset): call Pipl::insertInset
11771         (breakParagraph): do not call fitToSize
11772         (breakParagraphConservative): do not call fitToSize
11773         (fitToSize): remove method
11774
11775         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11776
11777 2001-06-24  The LyX Project  <Asger>
11778
11779         * Fix Qt compilation^2
11780
11781 2001-06-24  The LyX Project  <jug@sad.it>
11782
11783         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11784         depthHook(getDepth()-1).
11785
11786         * paragraph.h:
11787         * ParagraphParameters.h:
11788         * ParameterStruct.h: change type of depth to unsigned int ==
11789         depth_type. Many adaptations to other files before of that.
11790
11791 2001-06-24  The LyX Project  <Asger>
11792
11793         * Fix Qt compilation.
11794
11795 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11796
11797         * paragraph.h: renamed several methods to begin with small letter.
11798         several changes to many parts of the code because of this.
11799
11800 2001-06-23  The LyX Project  <jug@sad.it>
11801
11802         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11803         rewritten to discard all double spaces when KeepEmpty is off
11804         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11805         to only handle newlines but not fiddle with spaces and friends.
11806
11807         * lyxfunc.C (MenuNew): when doing 'new from template', use
11808         template_path as default directory
11809
11810 2001-06-23  The LyX Project  <Asger>
11811
11812         * Clean-up of header file includes all over
11813         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11814
11815 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11816
11817         * paragraph.h: renamed from lyxparagraph.h
11818
11819 2001-06-23  Asger  <lyx@violet.home.sad.it>
11820
11821         * Buffer.h: Removed Buffer::resize
11822         * BufferList.h: Removed BufferList::resize
11823         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11824         the document lazily when we change the width, or the font settings.
11825
11826 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11827
11828         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11829
11830 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11831
11832         * buffer.h: remove out of date comment
11833
11834 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11835
11836         * lyxscreen.h:
11837         * screen.C: fix "theoretical" GC leak
11838
11839 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11840
11841         * LaTeX.C (scanAuxFile):
11842         (deplog): remove trailing \r when reading stream (useful under
11843         win32)
11844
11845 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11846
11847         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11848         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11849         and BufferView::theLockingInset(Inset*), so should use them and not
11850         access bv_->text->the_locking_inset directly.
11851
11852         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11853
11854 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11855
11856         * Makefile.am:
11857         * tex-defs.h: remove old unused file
11858
11859 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11860
11861         * BufferView_pimpl.C: fix typo, remove minibuffer message
11862           when buffer has loaded
11863
11864 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11865
11866         * lyxfunc.C (Dispatch): use stringstream
11867         (MenuNew): use stringstream
11868         (Open): use stringstream
11869
11870         * importer.C (Import): use stringstream
11871
11872         * bufferview_funcs.C (CurrentState): use stringstream
11873
11874         * LaTeX.C (run): use stringstream
11875
11876         * BufferView_pimpl.C (savePosition): use stringstream
11877         (restorePosition): use stringstream
11878         (MenuInsertLyXFile): use stringstream
11879
11880 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11881
11882         * BufferView.C:
11883         * Bullet.C:
11884         * ColorHandler.C:
11885         * FontInfo.C:
11886         * FontLoader.C:
11887         * LColor.C:
11888         * LaTeXFeatures.C:
11889         * Painter.C:
11890         * gettext.C:
11891         * lyx_gui_misc.C:
11892         * lyxserver.C:
11893         * vspace.C: removed // -*- C++ -*- as first line.
11894
11895         * lyxfind.h:
11896         * version.h: added // -*- C++ -*- as first line.
11897
11898 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11899
11900         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11901
11902         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11903         of string
11904
11905 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11906
11907         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11908         of floats.
11909
11910 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11911
11912         * gettext.C: include LString.h even when --disable-nls is on.
11913
11914 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11915
11916         * converter.h (Get): changed argument type from int to
11917         FormatList::size_type to avoid unnecessary conversion.
11918
11919         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11920         before using it.
11921
11922 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11923
11924         * gettext.h: include LString.h even when --disable-nls is on.
11925
11926 2001-06-07  Juergen Vigna  <jug@sad.it>
11927
11928         * text.C (BreakAgain): subst spaces with tabs.
11929
11930         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11931         (resizeInsetsLyXText): set force on resizeLyXText.
11932
11933 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11934
11935         * gettext.h (gettext_init):
11936         (locale_init): use a real definition instead of a macro
11937
11938 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11939
11940         * Bufferview_pimpl.C:
11941         * LColor.h:
11942         * LColor.C: further lcolor tidies
11943
11944 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11945
11946         * BufferView_pimpl.C (updateScrollbar): simplify.
11947
11948         * BufferView2.C: don't include insets/insetinfo.h, change
11949         prototype for insertInset and call the Pimpl version. let
11950         updateInset call Pimpl version.
11951
11952         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11953         gotoInset to BufferView::Pimpl
11954
11955 2001-06-01  Juergen Vigna  <jug@sad.it>
11956
11957         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11958         inside a LockingInset (is the update needed at all?).
11959
11960 2001-05-31  Juergen Vigna  <jug@sad.it>
11961
11962         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11963         here not the old one otherwise how should we compare it afterwards
11964         if it's the same!
11965
11966 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11967
11968         * lyxfont.C:
11969         * tabular.C:
11970         * tabular-old.C:
11971         * FontInfo.C: bring C functions into global namespace when
11972         necessary
11973
11974 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11975
11976         * LString.h: make sure config.h has been loaded before LString.h.
11977
11978         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11979         (one for each char read by EatLine!).
11980
11981         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11982         variables.
11983
11984 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11985
11986         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11987         to the same as the par we break from
11988
11989 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11990
11991         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11992
11993         * MenuBackend.C (expand): also create menu entries for wide
11994         versions of the floats.
11995
11996         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11997
11998         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11999
12000         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
12001         frontends/Makefile.am
12002
12003         * text2.C: adjust
12004         * text.C: adjust
12005
12006
12007         * tabular.C (getTokenValue): add std::
12008
12009         * tabular-old.C (getTokenValue): add std::
12010         (getTokenValue): ditto
12011         (getTokenValue): ditto
12012
12013         * screen.C (ToggleSelection): adjust
12014
12015         * lyxtext.h: put selection cursors inside a Selection struct.
12016
12017         * lyxfunc.C (moveCursorUpdate): adjust
12018
12019         * lyxfont.C (latexWriteStartChanges): add std::
12020
12021         * lyxfind.C: adjust
12022
12023         * font.h: delete with(char const *, LyXFont const &)
12024
12025         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
12026
12027         * FontInfo.C (getFontname): add std::
12028
12029         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
12030         (workAreaButtonPress): adjust
12031         (tripleClick): adjust
12032         (update): adjust
12033         (moveCursorUpdate): adjust
12034         (Dispatch): adjust
12035
12036         * BufferView2.C (gotoInset): adjust
12037
12038 2001-05-30  Juergen Vigna  <jug@sad.it>
12039
12040         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
12041         to check pspell I add this as default as I now have new pspell
12042         libraries and they seem to use this.
12043
12044 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12045
12046         * text2.C (CutSelection): make the cursor valid before the call to
12047         ClearSelection.
12048
12049 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12050
12051         * kbsequence.C (parse): de-uglify a bit the parsing code, which
12052         relied on 0 terminated strings and other horrors. Bug found due to
12053         the new assert in lyxstring!
12054
12055         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
12056         KP_ keys.
12057
12058 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12059
12060         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
12061         to latinkeys.bind.
12062
12063         * lyxfunc.C (processKeySym): change method of getting to the
12064         self-insert char.
12065
12066         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
12067         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
12068         * BufferView_pimpl.[Ch]: here as private methods.
12069
12070 2001-05-28  Juergen Vigna  <jug@sad.it>
12071
12072         * text.C (SetHeightOfRow): added the update() call again as it is
12073         needed to initialize inset dimensions!
12074
12075 2001-05-16  Juergen Vigna  <jug@sad.it>
12076
12077         * text2.C (SetCharFont): Add new function with BufferView * and
12078         bool toggleall parameters for setting insets internal fonts.
12079         (SetFont): Freeze the undo as we may change fonts in Insets and
12080         all this change should be inside only one Undo!
12081
12082         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
12083         setting font's in insets as for them we have the SetFont function!
12084
12085 2001-05-15  Juergen Vigna  <jug@sad.it>
12086
12087         * text2.C (ClearSelection): to be sure we REALLY don't have any
12088         selection anymore!
12089
12090         * tabular.C (TeXCellPreamble): fixed the left border problem for
12091         multicolumn cells.
12092
12093 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
12094
12095         * LaTeX.C (deplog): Make sure that the main .tex file is in the
12096         dependancy file
12097
12098 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12099
12100         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
12101         LFUN_BREAKPARAGRAPH.
12102
12103         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
12104         help test to "internal only", similar for LFUN_INSERT_URL
12105
12106         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
12107         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
12108         auto_region_delete and deadkeys.
12109
12110 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
12111
12112         * LColor.h:
12113         * LColor.C: remove some dead entries, tidy a little
12114
12115 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12116
12117         * lyxfunc.C (processKeySym): comment the Escape handling, remove
12118         commented code.
12119         (Dispatch): implement LFUN_ESCAPE
12120
12121         * commandtags.h: add LFUN_ESCAPE
12122
12123         * LyXAction.C (init): add entry for LFUN_ESCAPE
12124
12125         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
12126         Remove commented code.
12127         (insertNote): moved here
12128         (open_new_inset): moved here
12129
12130         * BufferView[2].[Ch]: move insertNote and open_new_inset to
12131         BufferView_pimpl
12132
12133 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12134
12135         * kbmap.C (findbinding): clean it up and make it work correctly.
12136
12137         * lyx_main.C (init): do not pass argc and argv as parameters
12138
12139 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
12140
12141         * buffer.C: fix path for OS/2 & Win32
12142
12143         * lyx_gui.C:
12144         * lyx_main:
12145         * lyx_main.C: Added os:: class.
12146
12147         * os2_defines.h: update
12148
12149 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12150
12151         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
12152         better by trying again with reduced state.
12153
12154 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12155
12156         * lyxrc.C (read): print error about invalid key sequence only when
12157         debugging (because not all latinX keysyms are known to some X
12158         servers)
12159
12160         * kbsequence.C (getiso): add a few std:: qualifiers
12161         (getiso): comment out extra return statement.
12162
12163 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12164
12165         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
12166         handling.
12167         (Dispatch): enhance the accent inset a bit. (not perfect)
12168
12169 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12170
12171         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
12172
12173 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12174
12175         * bufferlist.C (emergencyWrite): fix assert() call
12176
12177 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
12178
12179         * text.C (InsertChar): Added trivial patch to only send the "you
12180         can not do multiple spaces this way" message once during a
12181         session.
12182
12183 2001-05-08  Baruch Even  <baruch@lyx.org>
12184
12185         * Makefile.am: Changed order of libraries to get LyX to link properly
12186         with the gnome frontend.
12187
12188 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12189
12190         * LaTeXFeatures.h: add a std:: qualifier
12191
12192 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12193
12194         * paragraph.C (String): use stringstream
12195
12196 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12197
12198         * paragraph.C (writeFile): remove footflag arg
12199
12200         * buffer.C (makeLaTeXFile): use stringstream
12201         (latexParagraphs): remove footnot gurba
12202
12203         * LaTeXFeatures.C (getPackages): use stringstream
12204         (getMacros): likewise
12205         (getTClassPreamble): likewise
12206         (getFloatDefinitions): new method
12207
12208         * paragraph.C (writeFile): reindent
12209         (Erase): reindent
12210
12211         * WorkArea.h: revert the xpos + etc changes.
12212
12213         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
12214
12215         * lyxparagraph.[Ch]: add copy constructor, remove Clone
12216
12217         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
12218         (pasteSelection): likewise
12219         * text2.C (CreateUndo): likewise
12220
12221 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12222
12223         * minibuffer.C (peek_event): temporarily reduce the functionality
12224         of the minibuffer (to allow args on lfuns)
12225
12226         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
12227         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
12228
12229         * buffer.C (readInset): add compability reading of old float
12230         lists, add reading of new style float list.
12231         (readInset): avoid reevaluation of inscmd.getCmdName()
12232         (getLists): reindent
12233
12234         * MenuBackend.C (MenuItem): implement parsing of
12235         md_floatlistinsert and md_floatinsert.
12236         (expand::LastFiles): move initalizaton of iterators out of loop,
12237         avoid reevaluation.
12238         (expand::Documents): introduce typdedef vector<string> Strings,
12239         and use it.
12240         (expand::ExportFormats): introduce typedef vector<Format const *>
12241         Formats, and use it.
12242         (expand): implement FloatListInsert and FloatInsert.
12243
12244         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
12245         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
12246         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
12247
12248         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
12249         handling.
12250         (Dispatch::LFUN_FLOAT_LIST): implement
12251
12252 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12253
12254         * LaTeX.C (run): Fix problem with --export code.
12255
12256 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12257
12258         * BufferView.[Ch] (workarea): removed.
12259         (getClipboard) new method; wrapper for workarea()->getClipboard()
12260
12261         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
12262         bug.
12263
12264         * WorkArea.h (width, height, xpos, ypos): These methods all
12265         returned the dimensions of the work_area sub-area of WorkArea,
12266         resulting in a position error if the WorkArea were resized. Now
12267         return the dimensions of the entire WorkArea.
12268
12269         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
12270
12271 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12272
12273         * LaTeX.C (deplog): correct the syntax of regex reg1
12274
12275 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12276
12277         * undo.C: remove !NEW_INSETS cruft
12278
12279 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12280
12281         * text2.C: remove !NEW_INSETS cruft
12282
12283         * text.C: remove !NEW_INSETS cruft
12284
12285         * tabular.C: remove !NEW_INSETS cruft
12286
12287         * spellchecker.C: remove !NEW_INSETS cruft
12288
12289         * lyxtext.h: remove !NEW_INSETS cruft
12290
12291         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
12292
12293         * lyxfunc.C: remove !NEW_INSETS cruft
12294
12295         * lyxfind.C: remove !NEW_INSETS cruft
12296
12297         * lyx_cb.C: remove !NEW_INSETS cruft
12298
12299         * figureForm.C: remove  !NEW_INSETS cruft
12300
12301         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
12302
12303         * buffer.[Ch]: remove !NEW_INSETS cruft
12304
12305         * ToolbarDefaults.C: remove !NEW_INSETS cruft
12306
12307         * CutAndPaste.C: remove !NEW_INSETS cruft
12308
12309         * BufferView_pimpl.C: remove !NEW_INSETS cruft
12310
12311         * BufferView2.C: remove !NEW_INSETS cruft
12312
12313         * BufferView.h: remove !NEW_INSETS cruft
12314
12315 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12316
12317         * Lsstream.h: include LString.h before the sstream headers to
12318         fix problem with gcc 2.95.3 and lyxstring
12319
12320 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12321
12322         * lyx_main.C: add using directives when needed for C functions
12323         declared in std:: namespace.
12324
12325 2001-04-27  Juergen Vigna  <jug@sad.it>
12326
12327         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
12328         (SetHeightOfRow): comment out the update call should not be needed!
12329
12330 2001-04-13  Juergen Vigna  <jug@sad.it>
12331
12332         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
12333         (LyXTabular): tried to minimize operator= operations (and realized
12334         hopfully Lars wish).
12335
12336 2001-04-27  Juergen Vigna  <jug@sad.it>
12337
12338         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
12339
12340 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12341
12342         * lyxfunc.C (Dispatch): hack to make listof algorithm work
12343
12344         * buffer.C (readInset): hack to make listof algorithm work
12345
12346         * BufferView_pimpl.C: hack to make listof algorithm work
12347
12348 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12349
12350         * LyXAction.C: removed all !NEW_INSETS cruft
12351         (init): moved lfun_item in method
12352
12353         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12354
12355 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12356
12357         * BufferView2.C (theLockingInset): white space.
12358
12359 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12360
12361         * minibuffer.C: include <iostream>
12362
12363         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12364
12365         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12366
12367         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12368
12369         * text.[Ch] (TransposeChars): new method
12370
12371 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12372
12373         * call message directly through LyXView instead of through LyXFunc
12374         * BufferView2.C: adjust
12375         * BufferView_pimpl.C: adjust
12376         * FontLoader.C: adjust
12377         * buffer.C: adjust
12378         * bufferview_funcs.C: adjust
12379         * converter.C: adjust
12380         * figureForm.C: adjust
12381         * importer.C: adjust
12382         * lyx_cb.C: adjust
12383         * lyx_gui_misc.C: adjust
12384         * lyxfunc.C: adjust
12385         * lyxvc.C: adjust
12386         * text2.C: adjust
12387         + more files in subdirs
12388
12389         * lyxparagraph.h (size): move up int file
12390         (GetLayout): ditto
12391
12392         * adjust all uses of Assert to lyx::Assert.
12393
12394         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12395         lyxfunctional in namespace lyx
12396         * layout.C (hasLayout): ditto
12397         (GetLayout): ditto
12398         (GetLayout): ditto
12399         (delete_layout): ditto
12400         (NumberOfClass): ditto
12401         * converter.C (GetFormat): ditto
12402         (GetNumber): ditto
12403         (Add): ditto
12404         (Delete): ditto
12405         (SetViewer): ditto
12406         * bufferlist.C (getFileNames): ditto
12407         (emergencyWriteAll): ditto
12408         (exists): ditto
12409         (getBuffer): ditto
12410         * MenuBackend.C (hasSubmenu): ditto
12411         (hasMenu): ditto
12412         (getMenu): ditto
12413         * BufferView_pimpl.C (getInsetByCode): ditto
12414
12415 2001-04-18  Juergen Vigna  <jug@sad.it>
12416
12417         * vspace.C (asLatexString): fixed the 100% problem.
12418
12419 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12420
12421         * lyxfunc.C (Dispatch):
12422         * minibuffer.C:
12423         * minibuffer.h: add a few std:: qualifiers
12424
12425 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12426
12427         * minibuffer.[Ch]: reimplement so that commands is initiated and
12428         run from lyxfunc, simplified som handling, and made the completion
12429         and history code for complete. wip.
12430
12431         * lyxfunc.C (processKeySym): call message
12432         (miniDispatch): new temporary method
12433         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12434         (LFUN_MESSAGE): implement
12435         (LFUN_MESSAGE_PUSH): implement
12436         (LFUN_MESSAGE_POP): implement
12437         (initMiniBuffer): the initial/defualt minibuffer message.
12438
12439         * lyxfont.[Ch]: inline some more getters
12440
12441         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12442
12443         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12444
12445         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12446         (AutoSave): use LFUN_MESSAGE
12447         (Reconfigure): ditto
12448
12449         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12450
12451         * figureForm.C: use LFUN_MESSAGE
12452
12453         * converter.C (runLaTeX): use LFUN_MESSAGE
12454
12455         * bufferview_funcs.C: use LFUN_MESSAGE
12456         (Melt): ditto
12457         (changeDepth): ditto
12458
12459         * bufferparams.h: use boost::
12460
12461         * bufferlist.h: inherit privately from noncopyable
12462
12463         * bufferlist.C (loadLyXFile): remove some commented code.
12464
12465         * buffer.C (runChktex): use LFUN_MESSAGE
12466
12467         * ShareContainer.h: inherit privately from noncopyable
12468
12469         * ParagraphParameters.[hC] (depth): inline it.
12470
12471         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12472         methods.
12473         (message): new method
12474         (messagePush): ditto
12475         (messagePop): ditto
12476         (show): init minibuffer
12477         (showState): direct call
12478
12479         * LaTeX.[Ch]: inherit privately from noncopyable
12480         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12481         instead of WriteStatus.
12482
12483         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12484
12485         * BufferView_pimpl.C (buffer): don't init minibuffer
12486         (workAreaButtonPress): use LFUN_MESSAGE
12487         (workAreaButtonRelease): ditto
12488         (savePosition): ditto
12489         (restorePosition): ditto
12490         (MenuInsertLyXFile): ditto
12491         (workAreaExpose): don't init minibuffer
12492         (update): remove commented code, simplify
12493
12494         * BufferView2.C (openStuff): use LFUN_MESSAGE
12495         (toggleFloat): ditto
12496         (menuUndo): ditto
12497         (menuRedo): ditto
12498         (copyEnvironment): ditto
12499         (pasteEnvironment): ditto
12500         (copy): ditto
12501         (cut): ditto
12502         (paste): ditto
12503         (gotoInset): ditto
12504         (updateInset): remove some commented code
12505
12506         * lastfiles.h: inherit privately from noncopyable
12507         * layout.h: ditto
12508         * lyx_gui.h: ditto
12509         * lyx_main.h: ditto
12510         * lyxlex.h: ditto
12511         * lyxlex_pimpl.h: ditto
12512
12513         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12514         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12515         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12516
12517         * LyXAction.h: inherit privately from noncopyable, add methods
12518         func_begin, func_end, returning iterators to the func map.
12519
12520         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12521         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12522         (func_begin): new method
12523         (func_end): new method
12524
12525         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12526         and not)
12527         (copySelection): ditto
12528         (pasteSelection): ditto
12529
12530         * BufferView.C: whitespace change
12531         * BufferView.h: inherit privately from noncopyable
12532
12533 2001-04-16  Allan Rae  <rae@lyx.org>
12534
12535         * tabular-old.C (l_getline):
12536         * spellchecker.C (sc_check_word):
12537         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12538         an unrecognised preprocessor directive.  So ensure they're wrapped.
12539
12540 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12541
12542         * src/exporter.C (Export): Give an error message when path to file
12543         contains spaces.
12544
12545 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12546
12547         * LaTeX.C (deplog): Always check that foundfile exists.
12548
12549 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12550
12551         * lyx_main.h:
12552         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12553
12554 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12555
12556         * tabular.[Ch] (getLabelList): implement new method
12557
12558         * minibuffer.h: comment ouf setTiimer
12559
12560         * minibuffer.C (ExecutingCB): constify res
12561         (peek_event): constify s
12562         (Set): constify ntext
12563         (Init): constify nicename
12564
12565         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12566
12567         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12568         (savePosition): use two params to Minibuffer::Set
12569         (restorePosition): ditto
12570
12571 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12572
12573         * lyx_main.C: include language.h
12574
12575         * Makefile.am (lyx_main.o): add language.h
12576
12577 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12578
12579         * exporter.C:
12580         * paragraph.C:
12581         * screen.C:
12582         * tabular.C:
12583         * CutAndPaste.C: include gettext.h
12584
12585         * lyxfont.h: remove old hack with ON and OFF.
12586
12587         * lyxparagraph.h:
12588         * lyxfont.h: do not include language.h...
12589
12590         * BufferView2.C:
12591         * LaTeXFeatures.C:
12592         * Painter.C:
12593         * bufferview_funcs.C:
12594         * font.C:
12595         * lyxfont.C:
12596         * text.C:
12597         * text2.C:
12598         * trans_mgr.C:
12599         * paragraph.C: ... but do it here instead
12600
12601 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12602
12603         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12604
12605         * tabular.C: small reformat
12606
12607         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12608         NEW_INSETS version
12609         (GetChar): ditto
12610         (BreakParagraph): ditto
12611         (SetOnlyLayout): ditto
12612         (SetLayout): ditto
12613
12614         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12615         with one arg less.
12616
12617         * lastfiles.C: removed most using decl, add std:: where needed
12618
12619         * buffer.C: ws changes
12620
12621         * MenuBackend.C (class compare_format): put into anon namespace
12622         (expand): constify label, names, action, action2
12623         (expand):
12624
12625         * text.C (SingleWidth): constify font
12626         (IsBoundary): constify rtl2
12627         (GetVisibleRow): constify ww
12628
12629         * LaTeX.C (deplog): constify logfile
12630
12631         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12632         start_x, end_x
12633         (workAreaExpose): constify widthChange, heightChange
12634
12635         * lyxrow.C (par): moved
12636         (height): moved
12637         (next): moved
12638         * lyxrow.h: as inlines here
12639
12640         * lyxfont.h (shape): moved from lyxfont.C
12641         (emph): moved from lyxfont.C
12642
12643         * lyxfont.C (LyXFont): use initialization list for all
12644         constructors
12645         (shape): move to lyxfont.h as inline
12646         (emph): move to lyxfont.h as inline
12647
12648
12649 2001-04-04  Juergen Vigna  <jug@sad.it>
12650
12651         * vspace.C: had to include stdio.h for use of sscanf
12652
12653 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12654
12655         * BufferView.h:
12656         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12657         independent of xforms.
12658
12659 2001-04-02  Juergen Vigna  <jug@sad.it>
12660
12661         * spellchecker.C: fixed namespace placing!
12662
12663 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12664
12665         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12666         the LyXParagraph * is 0.
12667
12668 2001-03-29  Juergen Vigna  <jug@sad.it>
12669
12670         * vspace.C: added support for %, c%, p%, l%.
12671         (stringFromUnit): added helper function.
12672         (asLatexString): changed to give right results for the %-values.
12673
12674         * buffer.C: convert the widthp in a width%.
12675
12676 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12677
12678         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12679         figureForm.[Ch].
12680
12681         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12682         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12683
12684         * lyx_cb.[Ch]: see above.
12685
12686         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12687         form1.[Ch].
12688
12689         * form1.[Ch]:
12690         * lyx.[Ch]: replaced by figure_form.[Ch].
12691
12692         * lyx_gui.C:
12693         * lyx_gui_misc.C:
12694         * lyxfunc.C: changed headers associated with above changes.
12695
12696 2001-03-27  Juergen Vigna  <jug@sad.it>
12697
12698         * BufferView_pimpl.C: set the temporary cursor right!
12699
12700 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12701
12702         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12703
12704 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12705
12706         * LString.h: removed "using std::getline"!
12707
12708         * BufferView_pimpl.C (Dispatch): changes due to changes in
12709         InsetInclude::Params.
12710
12711         * buffer.C (tag_name): removed redundant break statements as they were
12712         producing lots of warnings with my compiler.
12713
12714 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12715
12716         * LString.h: add "using std::getline" when using the real <string>.
12717
12718 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12719
12720         * buffer.C: removed bitset usage.
12721         PAR_TAG moved to an anonymous name space.
12722         (tag_name): new funtion, also in the anonymous namespace.
12723         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12724         (makeDocBookFile): clean code. Completed transition from string arrays
12725         to string vectors.
12726         (SimpleDocBookOnePar): code clean.
12727
12728 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12729
12730         * tabular.C: add some comments.
12731
12732 2001-03-22  Juergen Vigna  <jug@sad.it>
12733
12734         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12735         compatibility read a bit and fixed bug with minipage in different
12736         depth.
12737
12738 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12739
12740         * buffer.C (pop_tag): removed.
12741         (push_tag): removed.
12742         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12743         array replaced with vector. Added support for CDATA sections.
12744         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12745         at any nest level.
12746         (makeDocBookFile): XML conformant declaration of CDATA section,
12747         fixed bug related to <emphasis> in the first paragraph char.
12748         (sgmlOpenTag): exclude empty tags.
12749         (sgmlCloseTag): ditto.
12750
12751         * buffer.h (pop_tag): removed.
12752         (push_tag): removed.
12753
12754 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12755
12756         * language.h (Languages): added size_type and size().
12757
12758 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12759
12760         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12761         response on compability reading of minipages. One probliem is that
12762         the old usage of minipages was «flertydig»
12763
12764         * several files here and in subdirs: don't use static at file
12765         scope use anon namespaces instead.
12766
12767 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12768
12769         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12770         LaTeX output. This is necessary for Literate document
12771         processing.
12772
12773 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12774
12775         * buffer.C: insert hfill when needed.
12776
12777         * tabular.C (l_getline): use string::erase, small whitespace change.
12778
12779         * BufferView_pimpl.C: try the anon namespace.
12780         * WorkArea.C: ditto
12781
12782 2001-03-16  Juergen Vigna  <jug@sad.it>
12783
12784         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12785         otherwise it won't open options-dialogs.
12786
12787         * buffer.C: honor pextraWidth(p) on converting minipages.
12788
12789         * tabular.C (l_getline): changed the functions to strip trailing \r.
12790
12791 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12792
12793         * BufferView_pimpl.C:
12794         * minibuffer..C: added "using SigC::slot" declaration.
12795
12796 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12797
12798         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12799
12800         * text2.C: ditto
12801
12802         * text.C: ditto
12803
12804         * paragraph.C: ditto
12805
12806         * lyxtext.h: NO_PEXTRA
12807
12808         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12809
12810         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12811         * ParameterStruct.h: ditto
12812         * ParagraphParameters.h: ditto
12813         * lyxparagraph.h: ditto
12814
12815 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12816
12817         * buffer.C: add compability for minipage alignment.
12818         (latexParagraphs): remove unwanted pextra check.
12819
12820         * several files: remove CXX_WORKING_NAMESPACES
12821
12822         * buffer.C (pop_tag): tie is in namespace boost
12823
12824         * BufferView.h: noncopyable is in namespace boost
12825         * lyxlex.h: ditto
12826         * lyx_main.h: ditto
12827         * lyx_gui.h: ditto
12828         * layout.h: ditto
12829         * lastfiles.h: ditto
12830         * bufferlist.h: ditto
12831         * ShareContainer.h: ditto
12832         * LyXView.h: ditto
12833         * LyXAction.h: ditto
12834         * LaTeX.h: ditto
12835
12836 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12837
12838         * Merging changes from BRANCH_MVC back into HEAD.
12839
12840         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12841
12842 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12843
12844         * BufferView_pimpl.C: change from intl.C
12845
12846         * combox.h:
12847         * combox.C:
12848         * Makefile.am: move combox.*
12849
12850         * form1.h:
12851         * form1.C:
12852         * lyx_gui.C:
12853         * intl.h:
12854         * intl.C: remove dialog (covered by prefs)
12855
12856 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12857
12858         * lyxfunc.C (Dispatch): removed redundant break statement.
12859
12860 2001-03-14  Juergen Vigna  <jug@sad.it>
12861
12862         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12863
12864 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12865
12866         * buffer.C: add hack to fix compability reading of minipages.
12867
12868 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12869
12870         * buffer.C (getLists): Cleanup.
12871
12872 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12873
12874         * lyxfont.C (update): don't honor toggleall on font size.
12875
12876 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12877
12878         * bmtable.c:
12879         * bmtable.h:
12880         * Makefile.am: moved to frontends/xforms/
12881
12882         * lyx_gui_misc.C:
12883         * lyxfunc.C:
12884         * BufferView_pimpl.C: changes for moved mathpanel
12885
12886 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12887
12888         * gettext.h: fix gettext_init() in --disable-nls
12889
12890 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12891
12892         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12893
12894 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12895
12896         * lyx.C:
12897         * lyx.h: strip external form
12898
12899 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12900
12901         * BufferView_pimpl.C: add comment, destroySplash()
12902
12903 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12904
12905         * BufferView_pimpl.C:
12906         * LyXAction.C:
12907         * buffer.C:
12908         * commandtags.h:
12909         * lyxfunc.C: use re-worked insetinclude
12910
12911 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12912
12913         * buffer.C: add using std::stringstream.
12914
12915         * lyx_cb.C: readd using std::ios.
12916
12917         * buffer.C: add using std::map.
12918
12919         * BufferView_pimpl.C: add using std::vector.
12920
12921         * ShareContainer.h: add std:: to swap.
12922
12923         * buffer.h: add some typedefs
12924         * buffer.C (getLists): use them
12925         (getLists): renamed from getTocList.
12926         add a counter for the different float types and use it in the
12927         generated string.
12928         (getLists): use the same counter for the NEW_INSETS and the "non"
12929         NEW_INSETS
12930
12931         * lyx_cb.h: remove unused items, includes, using etc.
12932
12933         * ShareContainer.h: remove some commented code, add more comments
12934         and "documentation".
12935
12936 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12937
12938         * buffer.C (getTocList): make the list also when NEW_INSETS is
12939         defined.
12940
12941         * buffer.h: remove TocType
12942
12943         * buffer.C (getTocList): change to return a map<string,
12944         vector<TocItem> >, implement for dynamic number of list.
12945
12946         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12947         * text2.C (PasteSelection): adjust
12948         * CutAndPaste.C (pasteSelection): adjust
12949
12950         * FloatList.C (FloatList): update from the new_insets branch.
12951         * Floating.[Ch]: ditto
12952         * LaTeXFeatures.C: ditto
12953         * buffer.C: ditto
12954         * lyxlex_pimpl.C: ditto
12955
12956         * paragraph.C (Last): remove when NEW_INSETS is defined.
12957
12958         * other file: changes because of the above.
12959
12960 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12961
12962         * lyxparagraph.h: rename next to next_, previous to previous_,
12963         make them private for NEW_INSETS. Rename Next() to next(),
12964         Previous() to previous().
12965
12966         * other files: changes because of the above.
12967
12968 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12969
12970         * BufferView.h:
12971         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12972         problem.
12973
12974 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12975
12976         * main.C (main): pass lyx_localedir to gettext_init().
12977
12978         * gettext.h: remove locale_init and gettext_init macros
12979
12980         * gettext.C (locale_init): new function
12981         (gettext_init): new function
12982
12983         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12984         setlocale().
12985
12986 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12987
12988         * Moved credits to frontends:
12989         * credits.[Ch]: removed
12990         * credits_form.[Ch]: removed
12991         * lyx_gui_misc.C: remove credits stuff
12992         * Makefile.am:
12993
12994 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12995
12996         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12997
12998         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12999         unneeded destructor.
13000
13001         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
13002         a standalone pointer again.
13003
13004         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
13005
13006 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
13007
13008         * Makefile.am:
13009         * filedlg.h:
13010         * filedlg.C:
13011         * LyXAction.C:
13012         * ToolbarDefaults.C:
13013         * bufferlist.C:
13014         * commandtags.h:
13015         * form1.C:
13016         * form1.h:
13017         * lyx_cb.C:
13018         * lyx_cb.h:
13019         * lyxfunc.h:
13020         * lyxfunc.C:
13021         * BufferView_pimpl.C: use new file dialog in GUII
13022
13023         * lyx_cb.h:
13024         * lyx_cb.C: remove LayoutsCB to Toolbar
13025
13026 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13027
13028         * ShareContainer.h (get): add std:: qualifier
13029
13030 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13031
13032         * ShareContainer.h: define a proper ShareContainer::value_type
13033         type (and use typename to please compaq cxx)
13034
13035 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13036
13037         * lyxparagraph.h: move serveral local vars to
13038         ParameterStruct/ParagraphParameters., use ShareContainer in
13039         FontTable., make vars in FontTable private and add getter and
13040         setter.
13041
13042         * paragraph.C: changes because of the above.
13043
13044         * lyxfont.h: remove copy constructor and copy assignment. (the
13045         default ones is ok), move number inside FontBits. move inlines to
13046         lyxfont.C
13047
13048         * lyxfont.C: add number to initializaton of statics, move several
13049         inlines here. constify several local vars. some whitespace
13050         cleanup. Dont hide outerscope variables.
13051
13052         * Spacing.h: add two new constructors to match the set methods.
13053
13054         * ShareContainer.h: new file, will perhaps be moved to support
13055
13056         * ParameterStruct.h: new file
13057
13058         * ParagraphParameters.h: new file
13059
13060         * ParagraphParameters.C: new file
13061
13062         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
13063         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
13064
13065         * BufferView_pimpl.C: ParagraphParameter changes.
13066         * buffer.C: Likewise.
13067         * bufferview_funcs.C: Likewise.
13068         * text.C: Likewise.
13069         * text2.C: Likewise.
13070
13071 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13072
13073         * lyxfind.C (LyXReplace): do not redefine default argument in
13074         implementation.
13075         (IsStringInText): ditto
13076         (SearchForward): ditto
13077         (SearchBackward): ditto
13078
13079 2001-03-06  Juergen Vigna  <jug@sad.it>
13080
13081         * lyxfind.C (IsStringInText): put parentes around expressions.
13082
13083 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
13084
13085         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
13086
13087 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
13088
13089         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
13090
13091         * stl_string_fwd.h: add comment
13092
13093         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
13094
13095         * tabular.h:
13096         * tabular.C: remove unused DocBook methods
13097
13098         * intl.C:
13099         * language.C:
13100         * paragraph.C:
13101         * buffer.C:
13102         killed DO_USE_DEFAULT_LANGUAGE
13103
13104 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13105
13106         * lyx_gui.C: do not include language.h.
13107
13108         * bufferview_funcs.C (ToggleAndShow): do not provide optional
13109         arguments in function implementation.
13110
13111 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13112
13113         * BufferView_pimpl.C: add <ctime>
13114
13115 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13116
13117         * BufferView_pimpl.C: add using std::find_if
13118
13119 2001-02-27  José Matos  <jamatos@fep.up.pt>
13120
13121         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
13122         by OnlyPath.
13123
13124 2001-02-11  José Matos  <jamatos@fep.up.pt>
13125
13126         * buffer.C (makeDocBookFile): command styles now have a parameter as
13127         "title" by default.
13128
13129 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
13130
13131         * layout_forms.[Ch]: removed
13132         * lyx_cb.[Ch]: out character
13133         * lyx_gui.C: out character
13134         * lyx_gui_misc.C: out character
13135         * bufferview_funcs.C: : out character,
13136         added toggleall as parameter in ToggleAndShow
13137
13138 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
13139
13140         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
13141
13142         * text2.C (SetCurrentFont): Disable number property at boundary.
13143
13144 2001-02-26  Juergen Vigna  <jug@sad.it>
13145
13146         * lyxfunc.C (getStatus): added a string argument override function so
13147         that this is correctly called from LyXFunc::Dispatch if it contains a
13148         do_not_use_argument which is used!
13149         (Dispatch): added check for "custom" export and call appropriate func.
13150
13151 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
13152
13153         * lyxrc.C: Add language_command_local, language_use_babel and
13154         language_global_options.
13155
13156         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
13157
13158         * buffer.C (makeLaTeXFile): Use language_use_babel and
13159         language_global_options.
13160
13161 2001-02-23  Juergen Vigna  <jug@sad.it>
13162
13163         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
13164         which works with LyXText and putted it inside BufferView. Here now we
13165         only call for that part the BufferView::Dispatch() function.
13166
13167         * BufferView.C (Dispatch): added.
13168
13169         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
13170         functions which needs to use a LyXText over from LyXFunc.
13171         (MenuInsertLyXFile): added
13172         (getInsetByCode): added
13173         (moveCursorUpdate): added
13174         (static TEXT): added
13175
13176 2001-02-22  Juergen Vigna  <jug@sad.it>
13177
13178         * BufferView_pimpl.C (update): call a status update to see if LyXText
13179         needs it.
13180
13181 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13182
13183         * vc-backend.C (revert): implement for CVS
13184         (getLog): implement for CVS
13185
13186 2001-02-20  Juergen Vigna  <jug@sad.it>
13187
13188         * text2.C (ClearSelection): added BufferView param for inset_owner call
13189
13190         * lyxfunc.C (TEXT): added this function and use it instead of
13191         directly owner->view()-text of getLyXText().
13192
13193 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
13194
13195         * src/layout_forms.C: out preamble
13196         * src/layout_forms.h: out preamble
13197         * src/lyx_cb.C: out preamble
13198         * src/lyx_cb.h: out preamble
13199         * src/lyx_gui.C: out preamble
13200         * src/lyx_gui_misc.C: out preamble
13201         * src/lyxfunc.C: connect with guii preamble
13202
13203 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
13204
13205         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
13206
13207 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
13208
13209         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
13210         whether to run bibtex.
13211
13212 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
13213
13214         * Makefile.am (lyx_SOURCES): Remove BackStack.h
13215
13216 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13217
13218         * Makefile.am (lyx_SOURCES): removed bibforms.h
13219
13220         * vspace.h: doxygen
13221
13222         * text.C (GetVisibleRow): make several local vars const
13223
13224         * tabular.C: small cleanup.
13225
13226         * lyxserver.C (callback): use compare instead of strncmp
13227
13228         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
13229         inlines to after class or to paragraph.C
13230
13231         * lyxfont.h: remove friend operator!=
13232
13233         * converter.h: move friend bool operator< to non friend and after
13234         class def.
13235
13236         * combox.h: small cleanup
13237
13238         * buffer.h: doxygen, remove unused constructor, move inclas inlies
13239         to inlines after class def.
13240
13241         * buffer.C (pop_tag): use string operations instead of strcmp
13242
13243         * bmtable.c: doxygen, small cleanup
13244
13245         * LaTeX.h: remove friend operator==
13246
13247 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
13248
13249         * screen.C:
13250         * lyxrc.[Ch]:
13251         * lyxfunc.C:
13252         * lyxfont.[Ch]:
13253         * lyx_cb.C:
13254         * intl.[Ch]:
13255         * commandtags.h:
13256         * buffer.C:
13257         * WorkArea.[Ch]:
13258         * LyXAction.C:
13259         * BufferView_pimpl.C:
13260         * BufferView.[Ch]: remove cruft
13261
13262 2001-02-14  Juergen Vigna  <jug@sad.it>
13263
13264         * lyxfunc.C: removed #if 0 unused code
13265
13266         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
13267
13268         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
13269
13270         * text2.C (SetSelection): added a BufferView * parameter
13271
13272 2001-02-13  Juergen Vigna  <jug@sad.it>
13273
13274         * lyxfunc.C (Dispatch): fixed protected blank problem.
13275         * BufferView2.C (protectedBlank): added LyxText * parameter.
13276
13277         * tabular.C (AppendRow): forgot to set row_info of newly added row.
13278         (AppendColumn): same as above for column_info.
13279
13280         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
13281         (moveCursorUpdate): use a LyXText param for support of InsetText.
13282
13283         * BufferView_pimpl.C (doubleClick): added support for InsetText.
13284         (tripleClick): ditto
13285
13286         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
13287
13288         * BufferView_pimpl.C (update): added LyXText param to honor insets.
13289
13290         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
13291
13292         * text2.C (SetSelection): set correct update status if inset_owner
13293         (ToggleFree): ditto
13294
13295 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
13296
13297         * tabular.C: remove some commented code.
13298
13299 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
13300
13301         * BufferView_pimpl.C: call hideSplash()
13302
13303         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
13304
13305         * include_form.h:
13306         * bibforms.h: remove
13307
13308         * lyxfunc.C:
13309         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
13310           add LFUN_CHILD_CREATE
13311
13312         * counters.h: fix tiny typo
13313
13314         * lyx_cb.C:
13315         * lyx.h:
13316         * lyx_gui.C:
13317         * lyx.C: move splash to frontends/xforms/
13318
13319         * lyx_gui_misc.C: move Include and Bibform to frontends
13320
13321         * lyxvc.h: clarify comment
13322
13323         * vspace.C: tiny housekeeping
13324
13325 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
13326
13327         * text.C (PrepareToPrint): RTL Fix.
13328
13329         * paragraph.C (GetUChar): New method.
13330         (String):  Use GetUChar.
13331
13332         * buffer.C (asciiParagraph): Use GetUChar.
13333
13334 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13335
13336         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13337
13338 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
13339
13340         * buffer.h:
13341         * buffer.C: rename to getLogName(), handle
13342           build log / latex log nicely
13343
13344 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13345
13346         * MenuBackend.C:
13347         * MenuBackend.h: remove support for reference menuitem type.
13348
13349 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
13350
13351         * BufferView_pimpl.C: housekeeping
13352         * BufferView_pimpl.h:
13353         * LyXView.h:
13354         * Makefile.am:
13355         * Timeout.C:
13356         * Timeout.h:
13357         * minibuffer.h: move Timeout GUI-I
13358
13359 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13360
13361         * lyxrc.C (read): Update converters data-structures.
13362
13363 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13364
13365         * LaTeX.h (operator!=): add operator != for Aux_Info
13366
13367 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13368
13369         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13370
13371         * LaTeXLog.C: deleted, useful code moved to Buffer
13372
13373         * buffer.h:
13374         * buffer.C: new function getLatexLogName()
13375
13376         * lyx_gui_misc.C:
13377         * lyx_gui.C:
13378         * lyxvc.C:
13379         * lyxvc.h:
13380         * lyxfunc.C: use frontends for LaTeX and VC logs
13381
13382 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13383
13384         * LaTeX.h: yet another std:: that Allan forgot.
13385
13386         * Variables.C (set): renamed from isset(), because this clashes
13387         with some HP-UX macros (grr).
13388
13389 2001-02-06  Allan Rae  <rae@lyx.org>
13390
13391         * LaTeX.h: Another bug fix.  Missing std:: this time.
13392
13393 2001-02-04  Allan Rae  <rae@lyx.org>
13394
13395         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13396         floats problem. I've left it commented out because it's not quite
13397         correct.  It should also test that the current object is a table or
13398         figure inset.  But I haven't gotten around to figuring out how to do
13399         that.  I *think* it'll be something like: "table" == inset.type()
13400
13401         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13402         bool.
13403
13404 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13405
13406         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13407         all the citation/databases/styles in the auxilary file.
13408         (run): Rerun latex if there was a babel language error.
13409
13410 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13411
13412         * text.C (Backspace): Preserve the font when changing newline char
13413         with a space.
13414         (BreakParagraph): If the cursor is before a space, delete the space.
13415
13416         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13417
13418 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13419
13420         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13421         new argument (code).
13422         (ChangeCitationsIfUnique): New method.
13423
13424         * paragraph.C (GetPositionOfInset): Handle bibkey.
13425
13426 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13427
13428         * BufferView_pimpl.h: change type of Position::par_pos to
13429         LyXParagraph::size_type.
13430
13431 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13432
13433         * BufferView_pimpl.C (savePosition, restorePosition): Write
13434         messages to minibuffer.
13435
13436 2001-01-28  José Matos  <jamatos@fep.up.pt>
13437
13438         * buffer.C (makeDocBookFile): adds support for document language.
13439         A silly restriction on the name of LatexCommand types where removed.
13440         Added support for CDATA sections, allows to chars unescaped, used
13441         among others in code, to avoid escape < and >.
13442
13443 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13444
13445         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13446         saved positions instrad of a stack. Furthermore, a position is
13447         stored using paragraph id/paragraph position.
13448
13449         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13450         Remove LFUN_REF_BACK.
13451
13452 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13453
13454         * converter.C (dvipdfm_options): New method.
13455
13456 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13457
13458         * vspace.C (isValidLength): Fix for empty input string.
13459
13460 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13461
13462         * LyXAction.C (init): change description of LFUN_FIGURE to
13463         "Insert Graphics"
13464
13465 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13466
13467         * LaTeX.C: add using directive
13468
13469 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13470
13471         * MenuBackend.C (expand): Fix the sorting of the formats.
13472
13473 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13474
13475         * lyx_main.C: tiny error message fix
13476
13477 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13478
13479         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13480         calling fl_initialize(). This fixes the problem with ',' as
13481         decimal separator in text files.
13482
13483 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13484
13485         * trans.C (process): Fix the keymap bug.
13486
13487 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13488
13489         * LaTeX.C (scanAuxFiles): New method. Provides support for
13490         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13491         (scanLogFile) Scan for "run BibTeX" messages.
13492
13493         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13494         OT1 font encoding. Also, load the aecompl package if the ae
13495         package is loaded.
13496
13497         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13498
13499 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13500
13501         * texrow.C (increasePos): turn two error messages into debug
13502         messages.
13503
13504 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13505
13506         * LaTeX.C (scanAux): Handle the \@input macro.
13507         (runBibTeX): Use scanAux().
13508
13509         * language.C (latex_options_): New field.
13510
13511         * LaTeXFeatures.C (getMacros): Add language macros.
13512
13513         * buffer.C (makeLaTeXFile): Small fix.
13514
13515 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13516
13517         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13518
13519         * text2.C: add a using directive.
13520
13521 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13522
13523         * BufferView2.C:
13524         * lyx_gui_misc.h:
13525         * lyxfr1.C:
13526         * lyxfunc.C: kill LyXBell.
13527
13528 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13529
13530         * text.C (IsBoundary): Remove the error message
13531
13532         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13533
13534         * lyxrc.C (setDefaults): Correct initialization value for
13535         font_norm_type.
13536
13537 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13538
13539         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13540         gotoError().
13541
13542         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13543         and GotoNextNote().
13544
13545         * src/LyXAction.C: Added reference-next.
13546
13547         * text.C (InsertChar): Use contains instead of strchr.
13548
13549         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13550
13551 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13552
13553         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13554         alignment commands (when needed).
13555
13556         * text.C (InsertChar): Add ':' to number separator chars.