aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/alloc.c (Fgarbage_collect): Use plural form consistently.Stefan Monnier2012-08-142-39/+62
* Fix compiler warning in keyboard.c.Eli Zaretskii2012-08-141-0/+2
* Fix last change in keyboard.c.Eli Zaretskii2012-08-141-0/+3
* Fix a problem with disabled mouse movement events.Eli Zaretskii2012-08-142-0/+12
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-144-5/+16
* More doc fixes.Chong Yidong2012-08-154-6/+16
* Doc fixes.Chong Yidong2012-08-153-7/+17
* * src/keyboard.c (access_keymap_keyremap): Accept anonymous functions.Barry O'Reilly2012-08-143-2/+7
* Don't call Fset_window_buffer from C code.Martin Rudalics2012-08-145-20/+49
* * intervals.c (offset_intervals): Remove obsolete comment.Paul Eggert2012-08-142-6/+6
* * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.Andreas Schwab2012-08-142-3/+7
* Fix for undo recording in decode_coding.Gergely Risko2012-08-142-0/+14
* Revert and cleanup some recent overlay changes.Dmitry Antipov2012-08-148-122/+99
* * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.Dmitry Antipov2012-08-142-2/+6
* * gtkutil.c (xg_mark_data): Don't assume C99.Paul Eggert2012-08-132-1/+5
* Don't redraw tool bar for Gtk+ unless out of date.Jan Djärv2012-08-132-0/+96
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-1315-90/+98
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-1323-233/+249
* * src/lread.c (syms_of_lread): Initialize Vlexical_binding.BT Templeton2012-08-112-41/+45
* * nsterm.m (not_in_argv): New function.Jan Djärv2012-08-112-14/+25
* Use GtkFontChooser on Gtk+ 3.2 and up.Jan Djärv2012-08-112-5/+25
* ChangeLog date fixesGlenn Morris2012-08-101-3/+1
* Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.comChong Yidong2012-08-112-3/+49
|\
| * * unexmacosx.c (copy_data_segment): Copy initialized data in statically linke...YAMAMOTO Mitsuharu2012-08-082-1/+22
| * Add new load commands for OS X 10.8.YAMAMOTO Mitsuharu2012-08-072-2/+27
* | Move IF_LINT from lisp.h to conf_post.hGlenn Morris2012-08-103-15/+17
* | Fix last change to allow compilation with low optimization levels.Dmitry Antipov2012-08-102-0/+9
* | Use common inline syntax in intervals.h.Dmitry Antipov2012-08-102-6/+15
* | Define Qnone once for all platforms.Dmitry Antipov2012-08-109-11/+13
* | Remove unused macros from intervals.h.Dmitry Antipov2012-08-103-14/+9
* | Improve commit in 2012-08-10T06:54:37Z!eliz@gnu.org.Eli Zaretskii2012-08-102-4/+18
* | ChangeLog fixesGlenn Morris2012-08-101-2/+2
* | Fix bug #10299 with Unicode characters sent on MS-Windows by MSKLC.Eli Zaretskii2012-08-102-17/+58
* | * src/Makefile.in (config_h): Fix conf_post.h out-of-tree build location.Glenn Morris2012-08-092-1/+3
* | Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris2012-08-092-2/+4
* | Use TSET for write access to Lisp_Object slots of struct terminal.Dmitry Antipov2012-08-095-7/+17
* | * src/xdisp.c (safe_eval_handler): Remove prototype. Receive args describingStefan Monnier2012-08-085-8/+19
* | Tiny comment updatesGlenn Morris2012-08-082-2/+2
* | Inline functions to examine and change buffer overlays.Dmitry Antipov2012-08-0811-77/+144
* | Inline functions to examine and change buffer intervals.Dmitry Antipov2012-08-0810-93/+115
* | Inline functions to examine and change string intervals.Dmitry Antipov2012-08-0811-33/+51
* | Merge language/persian.el into language/misc-lang.elGlenn Morris2012-08-082-1/+4
* | Cleanup intervals.Dmitry Antipov2012-08-0813-196/+191
* | Check total length of intervals with eassert.Dmitry Antipov2012-08-083-36/+33
* | Fix .gdbinit to match changes with INTERNAL_FIELD.Eli Zaretskii2012-08-072-10/+16
* | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-0716-150/+180
* | Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov2012-08-076-92/+141
* | Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov2012-08-077-186/+187
* | Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-0735-1134/+1134
* | Check for live frames explicitly in window.c functions which need it.Chong Yidong2012-08-072-2/+15