summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-08-17* keyboard.h (KSET): Remove.Paul Eggert
2012-08-17* frame.h (FSET): Remove (Bug#12215).Paul Eggert
2012-08-17A few more naming-convention fixes for getters and setters.Paul Eggert
2012-08-17Fix typo in ChangeLog entry.Paul Eggert
2012-08-17* lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert
2012-08-17Fix ChangeLog typo.Paul Eggert
2012-08-17* lisp.h (CSET): Remove.Paul Eggert
2012-08-17Functions to get and set Lisp_Object fields of buffer-local variables.Dmitry Antipov
2012-08-17Allow face-remapping using :font, and use it in mouse-appearance-menu.Chong Yidong
2012-08-17Do not use memcpy for copying intervals.Dmitry Antipov
2012-08-16* lisp.h (duration_to_sec_usec): Remove unused decl.Paul Eggert
2012-08-17* nsfont.m (ns_ascii_average_width): Send initWithFormat selectorAlp Aker
2012-08-17* lib-src/makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.Juanma Barranquero
2012-08-16Use ASCII tests for character types.Paul Eggert
2012-08-16Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1...Martin Rudalics
2012-08-16Fix previous char table change.Dmitry Antipov
2012-08-16* gtkutil.c (xg_get_font): Demand an Xft font.Chong Yidong
2012-08-16For Xft and X font backends, set omitted max_width font fields.Chong Yidong
2012-08-16Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov
2012-08-15* src/eval.c (eval_sub): Bind lexical-binding.Stefan Monnier
2012-08-15Improve event loop on NS so that no polling is used.Jan Djärv
2012-08-15* gtkutil.c (xg_mark_data): Use FRAME_X_P.Jan Djärv
2012-08-15Fix bug #12196 with incorrect memory allocations for region-cache.Eli Zaretskii
2012-08-16Bump version to 24.2Chong Yidong
2012-08-15Generalize and cleanup font subsystem checks.Dmitry Antipov
2012-08-15Fix last change to xg_get_font.Dmitry Antipov
2012-08-15Extract better font information from the GTK >= 3.2 font chooser.Chong Yidong
2012-08-15* src/minibuf.c (read_minibuf): Ignore caller's inhibit-read-only.Stefan Monnier
2012-08-14* src/alloc.c (Fgarbage_collect): Use plural form consistently.Stefan Monnier
2012-08-14* src/eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)Glenn Morris
2012-08-14Fix a problem with disabled mouse movement events.Eli Zaretskii
2012-08-14Use bool for Emacs Lisp booleans.Paul Eggert
2012-08-15More doc fixes.Chong Yidong
2012-08-15Doc fixes.Chong Yidong
2012-08-14* src/keyboard.c (access_keymap_keyremap): Accept anonymous functions.Barry O'Reilly
2012-08-14Don't call Fset_window_buffer from C code.Martin Rudalics
2012-08-14* intervals.c (offset_intervals): Remove obsolete comment.Paul Eggert
2012-08-14* gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.Andreas Schwab
2012-08-14* systime.h (EMACS_TIME_CMP): Don't cast time_t values to long.Ulrich Mueller
2012-08-14Fix for undo recording in decode_coding.Gergely Risko
2012-08-14Revert and cleanup some recent overlay changes.Dmitry Antipov
2012-08-14* gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.Dmitry Antipov
2012-08-13* gtkutil.c (xg_mark_data): Don't assume C99.Paul Eggert
2012-08-13Don't redraw tool bar for Gtk+ unless out of date.Jan Djärv
2012-08-13Backport: Don't disable Unicode menus on Windows NT and later.Eli Zaretskii
2012-08-13Backport fix for Bug#11677 from trunkChong Yidong
2012-08-13Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov
2012-08-12Backports for 1995-05-29T20:16:10Z!kwzh@gnu.org, 1995-05-03T21:38:13Z!rms@gnu...Jan Djärv
2012-08-11* src/lread.c (syms_of_lread): Initialize Vlexical_binding.BT Templeton