summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2010-09-02merge trunkKenichi Handa
2010-09-01* lisp/simple.el (blink-paren-function): Move from C to here.Stefan Monnier
2010-09-01merge changes in emacs-23 branchKenichi Handa
2010-08-31* src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.Stefan Monnier
2010-08-31* src/keyboard.c (command_loop_1): Don't call x-set-selection on tty.Chong Yidong
2010-08-31Fix handling of 8-bit characters in a display table.Kenichi Handa
2010-08-30* src/marker.c (Fcopy_marker): Make the first arg optional.Stefan Monnier
2010-08-30composite.c (composition_update_it): Fix computing of cmp_it->width.Kenichi Handa
2010-08-29* nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.Jan D
2010-08-29term.c (encode_terminal_code): Encode byte chars to the correspnding bytes.Kenichi Handa
2010-08-28Clean up mouse highlight in R2L lines.Eli Zaretskii
2010-08-28Fix mouse highlight in continued R2L lines.Eli Zaretskii
2010-08-28Support L2R continued lines.Eli Zaretskii
2010-08-28Support R2L rows. Continued lines still don't work correctly.Eli Zaretskii
2010-08-28Fix L2R code using bug #1220 as a test case.Eli Zaretskii
2010-08-26xdisp.c (compute_stop_pos): Pay attention to bidi scan direction on calling c...Kenichi Handa
2010-08-25fontset.c (reorder_font_vector): Prefer a font-spec specifying :otf.Kenichi Handa
2010-08-25Allow composition striding over PT.Kenichi Handa
2010-08-25merge trunkKenichi Handa
2010-08-25Fix finding a stop position for composition.Kenichi Handa
2010-08-24Avoid clobbering primary selection when switching frames (Bug#6872).Chong Yidong
2010-08-23* dbusbind.c: Accept UNIX domain sockets as bus address.Michael Albinus
2010-08-23src/ChangeLog: Fix typos.Juanma Barranquero
2010-08-23Move reading an extended command to Elisp (bug#5364, bug#5214).Juri Linkov
2010-08-22Make obsolete --unibyte argument do nothing (Bug#6886).Chong Yidong
2010-08-22Merge changes from emacs-23 branch.Chong Yidong
2010-08-22Fix dependencies according to 2010-08-22T15:14:37Z!dann@ics.uci.edu.Eli Zaretskii
2010-08-22Fix the w32 build after 2010-08-22T15:14:37Z!dann@ics.uci.edu.Eli Zaretskii
2010-08-22Clean up and ANSIfy unexcoff.c.Eli Zaretskii
2010-08-22Clean up unexcoff.c.Eli Zaretskii
2010-08-22Simplify termio code.Dan Nicolaescu
2010-08-21Initial partial support for mouse highlight in bidi-reordered text.Eli Zaretskii
2010-08-21Fix mirroring pixel positions on GUI terminals.Eli Zaretskii
2010-08-20ChangeLog fixes.Glenn Morris
2010-08-20Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.Dan Nicolaescu
2010-08-20Small src/puresize.h cleanup.Dan Nicolaescu
2010-08-20* src/term.c: Do not include <termios.h>, systty.h does it.Dan Nicolaescu
2010-08-20Remove redundant HAVE_TCATTR defines.Dan Nicolaescu
2010-08-21Fix last change in buffer_posn_from_coords for text terminals.Eli Zaretskii
2010-08-20Fix last change in buffer_posn_from_coords for text terminals.Eli Zaretskii
2010-08-20merge from upstreamJoakim Verona
2010-08-20minor imagemagick tweaks, one configure bugfix, and some ChangeLogsJoakim Verona
2010-08-20Fix version string in top-level MSDOS Makefile.Eli Zaretskii
2010-08-20Fix version string in top-level MSDOS Makefile.Eli Zaretskii
2010-08-20Fix mouse clicks, drag, and highlight in R2L lines.Eli Zaretskii
2010-08-20* image.c (imagemagick_clear_image): Remove debugging output.Andreas Schwab
2010-08-19(set_frame_menubar): Remove call to undefined function.Jason Rumney
2010-08-19New post-self-insert-hook.Stefan Monnier
2010-08-19(w32_wnd_proc): Don't check context before initializing.Jason Rumney
2010-08-19* nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".Jan D