aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Fix Windows build errors introduced after converting to FGET and FSET.Dmitry Antipov2012-08-062-7/+19
* | Fix replacement typo.Dmitry Antipov2012-08-062-1/+8
* | * src/lisp.mk (lisp): Add language/persian.elc.Glenn Morris2012-08-062-0/+5
* | Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-0628-409/+429
* | Ignore stamp-h.inAndreas Schwab2012-08-051-0/+1
* | * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.Andreas Schwab2012-08-052-1/+7
* | Generalize common compile-time constants.Dmitry Antipov2012-08-0523-85/+101
* | * search.c (Freplace_match): Treat \? in the replacement text literally.Lawrence Mitchell2012-08-052-1/+9
* | Docfix for kill-buffer-hook and others.Chong Yidong2012-08-054-4/+10
* | Fix compilation --with-x-toolkit=no.Eli Zaretskii2012-08-042-2/+8