* termhooks.h (TSET): Remove.
[bpt/emacs.git] / src / ChangeLog
2012-08-18 Paul Eggert* termhooks.h (TSET): Remove.
2012-08-17 Paul Eggert* keyboard.h (KSET): Remove.
2012-08-17 Paul Eggert* frame.h (FSET): Remove (Bug#12215).
2012-08-17 Paul EggertA few more naming-convention fixes for getters and...
2012-08-17 Paul EggertFix typo in ChangeLog entry.
2012-08-17 Paul Eggert* lisp.h (set_char_table_extras): Rename from char_tabl...
2012-08-17 Paul EggertFix ChangeLog typo.
2012-08-17 Paul Eggert* lisp.h (CSET): Remove.
2012-08-17 Dmitry AntipovFunctions to get and set Lisp_Object fields of buffer...
2012-08-17 Chong YidongAllow face-remapping using :font, and use it in mouse...
2012-08-17 Dmitry AntipovDo not use memcpy for copying intervals.
2012-08-17 Paul Eggert* lisp.h (duration_to_sec_usec): Remove unused decl.
2012-08-17 Alp Aker* nsfont.m (ns_ascii_average_width): Send initWithForma...
2012-08-17 Juanma Barranquero* lib-src/makefile.w32-in ($(BLD)/regex.$(O)): Update...
2012-08-16 Paul EggertUse ASCII tests for character types.
2012-08-16 Martin RudalicsConsistently check windows for validity/liveness (Bug...
2012-08-16 Dmitry AntipovFix previous char table change.
2012-08-16 Chong Yidong* gtkutil.c (xg_get_font): Demand an Xft font.
2012-08-16 Chong YidongFor Xft and X font backends, set omitted max_width...
2012-08-16 Dmitry AntipovSimple interface to set Lisp_Object fields of chararcte...
2012-08-16 Stefan Monnier* src/eval.c (eval_sub): Bind lexical-binding.
2012-08-15 Jan DjärvImprove event loop on NS so that no polling is used.
2012-08-15 Jan Djärv* gtkutil.c (xg_mark_data): Use FRAME_X_P.
2012-08-15 Eli ZaretskiiFix bug #12196 with incorrect memory allocations for...
2012-08-15 Dmitry AntipovGeneralize and cleanup font subsystem checks.
2012-08-15 Dmitry AntipovFix last change to xg_get_font.
2012-08-15 Chong YidongExtract better font information from the GTK >= 3.2...
2012-08-15 Stefan Monnier* src/minibuf.c (read_minibuf): Ignore caller's inhibit...
2012-08-14 Stefan Monnier* src/alloc.c (Fgarbage_collect): Use plural form consi...
2012-08-14 Eli ZaretskiiFix a problem with disabled mouse movement events.
2012-08-14 Paul EggertUse bool for Emacs Lisp booleans.
2012-08-14 Chong YidongMore doc fixes.
2012-08-14 Chong YidongDoc fixes.
2012-08-14 Barry O'Reilly* src/keyboard.c (access_keymap_keyremap): Accept anony...
2012-08-14 Martin RudalicsDon't call Fset_window_buffer from C code.
2012-08-14 Paul Eggert* intervals.c (offset_intervals): Remove obsolete comment.
2012-08-14 Andreas Schwab* gtkutil.c (find_rtl_image, update_frame_tool_bar...
2012-08-14 Gergely RiskoFix for undo recording in decode_coding.
2012-08-14 Dmitry AntipovRevert and cleanup some recent overlay changes.
2012-08-14 Dmitry Antipov* gtkutil.c (update_frame_tool_bar): Use EQ where appro...
2012-08-14 Paul Eggert* gtkutil.c (xg_mark_data): Don't assume C99.
2012-08-13 Jan DjärvDon't redraw tool bar for Gtk+ unless out of date.
2012-08-13 Dmitry AntipovUse KSET for write access to Lisp_Object members of...
2012-08-13 Dmitry AntipovUse BSET for write access to Lisp_Object members of...
2012-08-11 BT Templeton* src/lread.c (syms_of_lread): Initialize Vlexical_binding.
2012-08-11 Jan Djärv* nsterm.m (not_in_argv): New function.
2012-08-11 Jan DjärvUse GtkFontChooser on Gtk+ 3.2 and up.
2012-08-11 Glenn MorrisChangeLog date fixes
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-10 Glenn MorrisMove IF_LINT from lisp.h to conf_post.h
2012-08-10 Dmitry AntipovFix last change to allow compilation with low optimizat...
2012-08-10 Dmitry AntipovUse common inline syntax in intervals.h.
2012-08-10 Dmitry AntipovDefine Qnone once for all platforms.
2012-08-10 Dmitry AntipovRemove unused macros from intervals.h.
2012-08-10 Eli ZaretskiiImprove commit in 2012-08-10T06:54:37Z!eliz@gnu.org.
2012-08-10 Glenn MorrisChangeLog fixes
2012-08-10 Eli ZaretskiiFix bug #10299 with Unicode characters sent on MS-Windo...
2012-08-10 Glenn Morris* src/Makefile.in (config_h): Fix conf_post.h out-of...
2012-08-10 Glenn MorrisMove DIRECTORY_SEP from lisp.h to config.h
2012-08-09 Dmitry AntipovUse TSET for write access to Lisp_Object slots of struc...
2012-08-08 Stefan Monnier* src/xdisp.c (safe_eval_handler): Remove prototype...
2012-08-08 Dmitry AntipovInline functions to examine and change buffer overlays.
2012-08-08 Dmitry AntipovInline functions to examine and change buffer intervals.
2012-08-08 Dmitry AntipovInline functions to examine and change string intervals.
2012-08-08 Glenn MorrisMerge language/persian.el into language/misc-lang.el
2012-08-08 Dmitry AntipovCleanup intervals.
2012-08-08 YAMAMOTO Mitsuharu* unexmacosx.c (copy_data_segment): Copy initialized...
2012-08-08 Dmitry AntipovCheck total length of intervals with eassert.
2012-08-07 Eli ZaretskiiFix .gdbinit to match changes with INTERNAL_FIELD.
2012-08-07 Dmitry AntipovRevert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol...
2012-08-07 Dmitry AntipovBasic functions to set Lisp_Object and pointer slots...
2012-08-07 Dmitry AntipovDrop PGET and revert read access to Lisp_Objects slots...
2012-08-07 Dmitry AntipovDrop WGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongCheck for live frames explicitly in window.c functions...
2012-08-07 Dmitry AntipovDrop FGET and revert read access to Lisp_Objects slots...
2012-08-07 YAMAMOTO MitsuharuAdd new load commands for OS X 10.8.
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Juanma Barranquerosrc/w32.c: Silence compiler warnings.
2012-08-06 Glenn MorrisGuard against potential configure bug wrt HAVE_GETWD
2012-08-06 Glenn MorrisRemove GNU_LIBRARY_PENDING_OUTPUT_COUNT
2012-08-06 Dmitry AntipovUse GCALIGNMENT where appropriate.
2012-08-06 Eli ZaretskiiFix usage of FRAME_MENU_BAR_ITEMS in w32menu.c.
2012-08-06 Stefan Monnier* src/buffer.h (struct buffer): Revert `indirections...
2012-08-06 Jan Djärv* keyboard.c (timer_check_2): Add break so timer_check...
2012-08-06 Dmitry AntipovFix Windows build errors introduced after converting...
2012-08-06 Jan DjärvUse FSET.
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-06 Dmitry AntipovFix Windows build errors introduced after converting...
2012-08-06 Dmitry AntipovFix replacement typo.
2012-08-06 Glenn Morris* src/lisp.mk (lisp): Add language/persian.elc.
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-05 Andreas Schwab* emacs.c (decode_env_path): Only use defaulted if...
2012-08-05 Dmitry AntipovGeneralize common compile-time constants.
2012-08-05 Lawrence Mitchell* search.c (Freplace_match): Treat \? in the replacemen...
2012-08-05 Chong YidongDocfix for kill-buffer-hook and others.
2012-08-04 Eli ZaretskiiFix compilation --with-x-toolkit=no.
2012-08-04 Chong YidongDoc fixes and improvements for syntax tables.
2012-08-04 Eli ZaretskiiFix bug #11959 with startup warnings on MS-Windows...
2012-08-04 Eli ZaretskiiFix the MSDOS build as fallout of latest changes.
next