log src/dispnew.c @ 110797:2343b29e1e8d

age author description
2010-09-27 Kenichi Handa merge trunk
2010-09-27 Kenichi Handa Remove restriction on the number of glyphs in one composition.
2010-09-24 Eli Zaretskii Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.
2010-09-22 Kenichi Handa Fix position calculation on mouse click within bidi-reordered composition.
2010-08-21 Eli Zaretskii Fix mirroring pixel positions on GUI terminals.
2010-08-20 Eli Zaretskii Fix last change in buffer_posn_from_coords for text terminals.
2010-08-20 Eli Zaretskii Fix mouse clicks, drag, and highlight in R2L lines.
2010-08-06 Eli Zaretskii Fix redisplay bugs due to uninitialized glyphs in frame glyph pool.
2010-07-29 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
2010-07-27 Dan Nicolaescu Use const, move declarations to header files.
2010-07-25 Andreas Schwab Use __executable_start to find start of text segment for profiling
2010-07-12 Dan Nicolaescu Convert more function definitions to standard C.
2010-07-08 Dan Nicolaescu Convert DEFUNs to standard C.
2010-07-07 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-04 Dan Nicolaescu Convert (most) functions in src to standard C.
2010-07-02 Jan D Remove __P and P_ from .c and .m files and definition of P_
2010-06-08 Dan Nicolaescu * src/dispnew.c: Remove obsolete comment.
2010-05-18 Eli Zaretskii Initial reimplementation of calculating line edge positions in bidi lines.
2010-04-10 Eli Zaretskii Implement cursor on the left fringe for R2L lines.
2010-04-02 Dan Nicolaescu Remove extern errno declarations.
2010-03-31 Stefan Monnier Get rid of the direct_output optimizations.
2010-02-20 Eli Zaretskii Continue work on continuation lines.
2010-01-25 Eli Zaretskii Finish and debug display of invisible text.
2010-01-16 Eli Zaretskii Merge from mainline.
2010-01-08 Eli Zaretskii Merge from mainline.
2010-01-01 Eli Zaretskii This commits the exact copies of files I had before switch to bzr.
2009-12-31 Eli Zaretskii Retrospective commit from 2009-09-12.
2009-12-31 Eli Zaretskii Retrospective commit from 2009-08-12.
2009-12-31 Eli Zaretskii Retrospective commit from 2009-08-15.
2009-12-31 Eli Zaretskii Retrospective commit.
2010-01-13 Glenn Morris Add 2010 to copyright years.
2010-01-08 Jan D. Frame width was not updated in fullscreen when scroll bars where removed/added.
2009-11-06 Dan Nicolaescu * xterm.c (syms_of_xterm):
2009-10-19 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
2009-09-11 Alan Mackenzie (Fsend_string_to_terminal): Amend doc string to cover batch mode.
2009-09-03 Stefan Monnier (Fsend_string_to_terminal): Make it work again on the initial terminal as well.
2009-07-26 Chong Yidong * dispnew.c (init_display): Use Qx, Qw32, and Qns.
2009-04-22 Chong Yidong * keyboard.c (Fset_input_meta_mode): Doc fix.
2009-04-08 YAMAMOTO Mitsuharu (redraw_overlapping_rows): Fix detection of
2009-01-30 Dan Nicolaescu * dispnew.c (window_change_signal): Don't try to get the size of a
2009-01-25 Chong Yidong (buffer_posn_from_coords): Use Fset_buffer instead of setting
2009-01-08 Glenn Morris Add 2009 to copyright years.
2008-10-28 Dan Nicolaescu * emacs.c (daemon_pipe): Make non-static.
2008-10-09 Chong Yidong (update_text_area): Avoid looping due to large glyph
2008-10-04 Eli Zaretskii (update_frame): Flush termscript for MSDOS frames as well as for TTY.
2008-10-04 Eli Zaretskii (change_frame_size_1): Set FrameRows and FrameCols for MSDOS frames as well.
2008-09-30 Stefan Monnier (Fsend_string_to_terminal): Don't try to send a string to a suspended terminal.
2008-09-28 Dan Nicolaescu (init_display): Return earlier when running as a
2008-09-24 Dan Nicolaescu * lisp.h (is_daemon): Declare.
2008-08-30 Eli Zaretskii (init_display): Set `tty's association in frame's parameters alist to the name
2008-08-23 Eli Zaretskii (init_display): Remove MS-DOS specific conditions for calling
2008-07-31 Dan Nicolaescu * bitmaps/README:
2008-07-27 Dan Nicolaescu Remove support for Mac Carbon. remove-carbon
2008-07-22 Dan Nicolaescu (init_display): Remove code for X10.
2008-07-15 Adrian Robert merging Emacs.app (NeXTstep port)
2008-06-24 Chong Yidong (direct_output_for_insert): Avoid direct output when inserting a space
2008-06-07 Stefan Monnier (Flast_nonminibuf_frame): Handle the NULL case.
2008-06-05 Stefan Monnier * window.el (display-buffer-function, special-display-p)
2008-05-14 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-05-14 Kenichi Handa (fonts_changed_p): Comment improved.