summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2010-08-18Fix display of bar cursor on right-to-left text.Eli Zaretskii
2010-08-18* lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros'sStefan Monnier
2010-08-18* casefiddle.c (casify_region): Setup gl_state.Stefan Monnier
2010-08-18* nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).Jan D
2010-08-18* gtkutil.c (update_frame_tool_bar): Literal stings are const char*.Jan D
2010-08-18Use CLIPBOARD and PRIMARY on NS (Bug#6677).Jan D
2010-08-17* src/gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABELStefan Monnier
2010-08-17* eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISPAndreas Schwab
2010-08-17* nsfns.m (ns_frame_parm_handlers): Add a slot for the Jan D
2010-08-17Fix bug #6796.Eli Zaretskii
2010-08-17Avoid stack overflow in let, eval, and apply (Bug#6214).Chong Yidong
2010-08-16* nsselect.m (syms_of_nsselect): Don't intern QPRIMARY.Jan D
2010-08-16nsselect.m: include keyboard.h for QPRIMARY, remove its declaration (Bug#6863).Jan D
2010-08-16Don't define QPRIMARY twice.Jan Djärv
2010-08-15Let all active regions set the primary selection.Chong Yidong
2010-08-15* keyboard.c (parse_tool_bar_item): Put in a bad label if :labelJan D
2010-08-15* keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.Andreas Schwab
2010-08-15Potential buffer overrun and uninit variable fixed, bug 6855.Jan D
2010-08-14Fix cursor drawing on stretch glyphs in R2L lines.Eli Zaretskii
2010-08-14Fix current-bidi-paragraph-direction within whitespace chars.Eli Zaretskii
2010-08-14(lispy_function_keys): Do not define VK_PACKET (bug#4836)Jason Rumney
2010-08-14* doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.Jan D
2010-08-13* fns.c (Fmake_hash_table): Doc fix (Bug#6851).Chong Yidong
2010-08-13Fix for bug#5629: Use unicode message box if available.Jason Rumney
2010-08-13Fix handling of tool-bar-position, also put into default-frame-alist.Jan D
2010-08-13* doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.Jan D
2010-08-13Fix fallout from 2010-07-29T03:25:08Z!dann@ics.uci.edu, remove dead code in u...Eli Zaretskii
2010-08-13Fix -Wall compiler warnings in MSDOS sources.Eli Zaretskii
2010-08-13Fix compilation error in xmenu.c for non-toolkit builds.Eli Zaretskii
2010-08-13Shut up compiler warnings due to "char *" and "const char *".Eli Zaretskii
2010-08-12Introduce a new comment style "c" flag.Stefan Monnier
2010-08-11* xfns.c (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.Jan D
2010-08-11Take colors for region face (selected text) from the Gtk+ theme.Jan D
2010-08-11Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D
2010-08-11Use const char* for -Wwrite_strings.Jan D
2010-08-11* unexmacosx.c (unexec_error): Use const char *.Jan D
2010-08-09Remove incorrect const use.Dan Nicolaescu
2010-08-09Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.Andreas Schwab
2010-08-09* src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): NewPeter O'Gorman
2010-08-09Use const char* instead of char*.Dan Nicolaescu
2010-08-09Fix typos in ChangeLogs.Juanma Barranquero
2010-08-08Merge changes from emacs-23 branch.Chong Yidong
2010-08-08Merge changes from emacs-23 branchChong Yidong
2010-08-08Use const char* instead of char*.Dan Nicolaescu
2010-08-08* src/s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.Dan Nicolaescu
2010-08-08Cleanup xrdb.c.Dan Nicolaescu
2010-08-08Make some doc strings bidi-friendly.Eli Zaretskii
2010-08-08Fix overlay arrow display (bug #6699).Eli Zaretskii
2010-08-07Avoid restrictions when copying window selection.Chong Yidong
2010-08-07Change `select-active-region' mechanics.Chong Yidong