aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-0728-354/+353
* | | src/w32.c: Silence compiler warnings.Juanma Barranquero2012-08-072-2/+7
* | | Guard against potential configure bug wrt HAVE_GETWDGlenn Morris2012-08-062-2/+4
* | | Remove GNU_LIBRARY_PENDING_OUTPUT_COUNTGlenn Morris2012-08-062-24/+7
* | | Use GCALIGNMENT where appropriate.Dmitry Antipov2012-08-062-10/+16
* | | Fix usage of FRAME_MENU_BAR_ITEMS in w32menu.c.Eli Zaretskii2012-08-062-2/+7
* | | * src/buffer.h (struct buffer): Revert `indirections' to a simple int;Stefan Monnier2012-08-062-1/+6
* | | * keyboard.c (timer_check_2): Add break so timer_check returns next timeout.Jan Djärv2012-08-062-0/+6
* | | Fix Windows build errors introduced after converting to WGET and WSET.Dmitry Antipov2012-08-062-2/+9
* | | Use FSET.Jan Djärv2012-08-063-2/+8
* | | Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-068-251/+262
* | | Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-0635-1339/+1357