summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-08-11* nsterm.m (not_in_argv): New function.Jan Djärv
2012-08-11Use GtkFontChooser on Gtk+ 3.2 and up.Jan Djärv
2012-08-10ChangeLog date fixesGlenn Morris
2012-08-11Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.comChong Yidong
2012-08-10Move IF_LINT from lisp.h to conf_post.hGlenn Morris
2012-08-10Fix last change to allow compilation with low optimization levels.Dmitry Antipov
2012-08-10Use common inline syntax in intervals.h.Dmitry Antipov
2012-08-10Define Qnone once for all platforms.Dmitry Antipov
2012-08-10Remove unused macros from intervals.h.Dmitry Antipov
2012-08-10Improve commit in 2012-08-10T06:54:37Z!eliz@gnu.org.Eli Zaretskii
2012-08-10ChangeLog fixesGlenn Morris
2012-08-10Fix bug #10299 with Unicode characters sent on MS-Windows by MSKLC.Eli Zaretskii
2012-08-09* src/Makefile.in (config_h): Fix conf_post.h out-of-tree build location.Glenn Morris
2012-08-09Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris
2012-08-09Use TSET for write access to Lisp_Object slots of struct terminal.Dmitry Antipov
2012-08-08* src/xdisp.c (safe_eval_handler): Remove prototype. Receive args describingStefan Monnier
2012-08-08Inline functions to examine and change buffer overlays.Dmitry Antipov
2012-08-08Inline functions to examine and change buffer intervals.Dmitry Antipov
2012-08-08Inline functions to examine and change string intervals.Dmitry Antipov
2012-08-08Merge language/persian.el into language/misc-lang.elGlenn Morris
2012-08-08Cleanup intervals.Dmitry Antipov
2012-08-08* unexmacosx.c (copy_data_segment): Copy initialized data in statically linke...YAMAMOTO Mitsuharu
2012-08-08Check total length of intervals with eassert.Dmitry Antipov
2012-08-07Fix .gdbinit to match changes with INTERNAL_FIELD.Eli Zaretskii
2012-08-07Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov
2012-08-07Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov
2012-08-07Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov
2012-08-07Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov
2012-08-07Check for live frames explicitly in window.c functions which need it.Chong Yidong
2012-08-07Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov
2012-08-07Add new load commands for OS X 10.8.YAMAMOTO Mitsuharu
2012-08-07src/w32.c: Silence compiler warnings.Juanma Barranquero
2012-08-06Guard against potential configure bug wrt HAVE_GETWDGlenn Morris
2012-08-06Remove GNU_LIBRARY_PENDING_OUTPUT_COUNTGlenn Morris
2012-08-06Use GCALIGNMENT where appropriate.Dmitry Antipov
2012-08-06Fix usage of FRAME_MENU_BAR_ITEMS in w32menu.c.Eli Zaretskii
2012-08-06* src/buffer.h (struct buffer): Revert `indirections' to a simple int;Stefan Monnier
2012-08-06* keyboard.c (timer_check_2): Add break so timer_check returns next timeout.Jan Djärv
2012-08-06Fix Windows build errors introduced after converting to WGET and WSET.Dmitry Antipov
2012-08-06Use FSET.Jan Djärv
2012-08-06Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov
2012-08-06Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov
2012-08-06Fix Windows build errors introduced after converting to FGET and FSET.Dmitry Antipov
2012-08-06Fix replacement typo.Dmitry Antipov
2012-08-06* src/lisp.mk (lisp): Add language/persian.elc.Glenn Morris
2012-08-06Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov
2012-08-05* emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.Andreas Schwab
2012-08-05Generalize common compile-time constants.Dmitry Antipov
2012-08-05* search.c (Freplace_match): Treat \? in the replacement text literally.Lawrence Mitchell
2012-08-05Docfix for kill-buffer-hook and others.Chong Yidong