summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-07-09src/bidi.c: Fix type of a variable revealed on x86_64.Eli Zaretskii
2011-07-09src/chartab.c (uniprop_table_uncompress): Remove unused local variable.Juanma Barranquero
2011-07-09Fix various problems with cursor positioning around display properties.Eli Zaretskii
2011-07-09* gtkutil.c (qttip_cb): Remove code without function.Jan Djärv
2011-07-09Merge from trunk.Paul Eggert
2011-07-09* image.c: Integer signedness and overflow and related fixes.Paul Eggert
2011-07-09Fix MS-Windows build broken by 2011-07-08T20:39:30Z!eggert@cs.ucla.edu.Eli Zaretskii
2011-07-08Add Bug#.Paul Eggert
2011-07-08Fix minor problems found by static checking.Paul Eggert
2011-07-08Merge: Use pthread_sigmask, not sigprocmask (Bug#9010).Paul Eggert
2011-07-08Merge from trunk.Paul Eggert
2011-07-08Better fix that keeps corret margins in tooltip.Jan Djärv
2011-07-08Don't let Gtk+ linewrap tooltips.Jan Djärv
2011-07-08Fix breakage introduced by fixing Bug#8842.Jan Djärv
2011-07-08* src/w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid usingJason Rumney
2011-07-08Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces. Jan Djärv
2011-07-08Merge from trunk.Paul Eggert
2011-07-08* nsgui.h: Fix compiler warning about gnulib redefining verify.Jan Djärv
2011-07-08Fix services menu empty on OSX 1.6+.Jan Djärv
2011-07-07Improve hashing quality when configured --with-wide-int.Paul Eggert
2011-07-07* emacs.c: Integer overflow minor fix.Paul Eggert
2011-07-07* dispnew.c: Integer signedness and overflow fixes.Paul Eggert
2011-07-07* editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):Paul Eggert
2011-07-07* keyboard.h (num_input_events): Now uintmax_t.Paul Eggert
2011-07-07* buffer.c: Integer signedness fixes.Paul Eggert
2011-07-07Fix another bug with cursor motion around display properties.Eli Zaretskii
2011-07-07* bidi.c: Integer signedness and overflow fixes.Paul Eggert
2011-07-07(describe_map_tree): Don't insert a double newline at the end of the stringLars Magne Ingebrigtsen
2011-07-07Clarify the `call-interactively' doc string, and add an example.Lars Magne Ingebrigtsen
2011-07-07* alloc.c: Integer signedness and overflow fixes.Paul Eggert
2011-07-07Merge from emacs-23 branchChong Yidong
2011-07-07Fix bug #9015 with a bogus crash with glyphless characters on a TTY.Eli Zaretskii
2011-07-07Ignore a static composition that starts before the current checking position ...Kenichi Handa
2011-07-07merge trunkKenichi Handa
2011-07-06Simplify Irix build, remove iris4d.h file.Dan Nicolaescu
2011-07-06* xselect.c: Integer signedness and overflow fixes.Paul Eggert
2011-07-06* doprnt.c: Prefer signed to unsigned when either works.Paul Eggert
2011-07-06Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert
2011-07-06Merge from trunk.Paul Eggert
2011-07-06Add Bug#.Paul Eggert
2011-07-07merge trunkKenichi Handa
2011-07-07Add C interface for Unicode character property table.Kenichi Handa
2011-07-06Remove more assumptions re struct layout (Bug#8884).Paul Eggert
2011-07-06Remove unportable assumption about struct layout (Bug#8884).Paul Eggert
2011-07-06Use pthread_sigmask, not sigprocmask.Paul Eggert
2011-07-05Empty the bidi cache "stack" when it->sp is zeroed.Eli Zaretskii
2011-07-05Fix typos.Juanma Barranquero
2011-07-05Use GConf and GSettings both, check GConf/GSettings toolbar style and font name.Jan Djärv
2011-07-04[ChangeLog]Paul Eggert
2011-07-04* lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.Paul Eggert