]> code.delx.au - gnu-emacs/history - src/window.c
Port documentation to Texinfo 5.0.
[gnu-emacs] / src / window.c
2013-02-08 Aidan Gauland* doc/misc/eshell.texi: Fill most of the missing sections.
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-12-22 Martin RudalicsReword doc and doc-string of select-window (Bug#13248).
2012-11-07 Martin RudalicsFix and rewrite doc on window recombining facilities.
2012-10-18 Martin RudalicsIn window.c fix two flaws reported by Dmitry Antipov.
2012-10-17 Kenichi Handamerge trunk
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-15 Martin RudalicsFix Fwindow_end's handling of cached position (Bug...
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-11 Kenichi Handamerge trunk
2012-10-08 Daniel ColascioneMerge cygw32
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-01 Paul EggertPrefer plain 'static' to 'static inline'.
2012-09-30 Kenichi Handamerge trunk
2012-09-30 Martin RudalicsHandle window-height and window-width alist entries...
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-22 Martin RudalicsMake Temp Buffer Resize Mode less intrusive (Bug#1806).
2012-09-22 Kenichi Handamerge trunk
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-20 Stefan Monnier* src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev...
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-17 Daniel ColascioneImplement cygw32
2012-09-16 Kenichi Handamerge trunk
2012-09-16 Martin RudalicsWindow parameter functions again accept any window...
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-11 Dmitry AntipovDiscard killed buffers from deleted window and frame...
2012-09-11 Dmitry AntipovConvenient macro to check whether the buffer is live.
2012-09-06 Kenichi Handamerge trunk
2012-09-05 Paul Eggert* fileio.c, filelock.c, floatfns.c, fns.c: Use bool...
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-08-30 Kenichi Handamerge trunk
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Martin RudalicsIn Fset_window_configuration install revison of reverte...
2012-08-28 Martin RudalicsRemove handling of auto-buffer-name window parameter.
2012-08-28 Kenichi Handamerge trunk
2012-08-28 Dmitry AntipovAlways use set_buffer_if_live to restore original buffe...
2012-08-27 Martin RudalicsIn Fset_window_configuration revert first part of last...
2012-08-27 Martin RudalicsAddress two problems in Fset_window_configuration ...
2012-08-26 Paul EggertRemove unused external symbols.
2012-08-22 Kenichi Handamerge trunk
2012-08-21 Martin RudalicsFor selected window have (set-)window-point always...
2012-08-20 Martin RudalicsIn select_window always make selected window's buffer...
2012-08-18 Paul Eggert* buffer.h (BSET): Remove.
2012-08-18 Paul Eggert* window.h (WSET): Remove.
2012-08-17 Paul Eggert* frame.h (FSET): Remove (Bug#12215).
2012-08-16 Kenichi Handamerge trunk
2012-08-16 Martin RudalicsConsistently check windows for validity/liveness (Bug...
2012-08-13 Chong YidongBackport fix for Bug#11677 from trunk
2012-08-13 Dmitry AntipovUse BSET for write access to Lisp_Object members of...
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-07 Dmitry AntipovDrop WGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongCheck for live frames explicitly in window.c functions...
2012-08-07 Dmitry AntipovDrop FGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-06 Dmitry AntipovFix replacement typo.
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-05 Dmitry AntipovGeneralize common compile-time constants.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for windows.
2012-07-31 Dmitry AntipovGeneralize INTERNAL_FIELD between buffers, keyboards...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-23 Eli ZaretskiiFix bug #12025 with a crash when displaying tooltips.
2012-07-21 Chong YidongDisallow windows on dead frames in decode_any_window.
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-19 Chong YidongAvoid two crashes involving windows on dead frames.
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-10 Dmitry AntipovUse XCAR and XCDR instead of Fcar and Fcdr where possible.
2012-07-06 Dmitry AntipovIntroduce fast path for the widely used marker operation.
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-04 Paul Eggert* window.c (set_window_hscroll): Revert the 100000...
2012-07-04 Paul EggertAvoid weird behavior with large horizontal scrolls.
2012-07-03 Tom TromeyAuto-generate EXFUN using make-docfile
2012-06-30 Eli ZaretskiiAdapt the MS-DOS build to the latest changes.
2012-06-30 Andreas Schwab* lisp.h (CHECK_RANGED_INTEGER): Make value to check...
2012-06-29 Dmitry Antipov* lisp/fringe.el (fringe-mode): Doc fix.
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-28 Paul EggertAvoid integer overflow on scroll-left and scroll-right.
2012-06-28 Dmitry Antipov* window.h (struct window): Change type of 'hscroll',
2012-06-28 Dmitry Antipov* window.h (struct window): Change type of 'use_time...
2012-06-28 Dmitry AntipovGeneralize run-time debugging checks.
2012-06-26 Dmitry Antipov* alloc.c (allocate_window): Zero out non-Lisp part...
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-19 Dmitry Antipov* alloc.c, bytecode.c, ccl.c, coding.c, composite.c...
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-16 Andreas Schwab* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
2012-06-16 Eli ZaretskiiFix bug #11677 with segfault when deleting windows...
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-06-01 Dmitry AntipovFor a 'struct window', replace some Lisp_Object fields to
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-25 Paul EggertMerge from trunk.
next