Do not allow to set major mode for a dead buffer.
[bpt/emacs.git] / src / ChangeLog
2012-08-28 Dmitry AntipovDo not allow to set major mode for a dead buffer.
2012-08-28 Dmitry AntipovAlways use set_buffer_if_live to restore original buffe...
2012-08-28 Dmitry AntipovFix usage of set_buffer_internal.
2012-08-28 Paul Eggert* dispnew.c: Use bool for boolean.
2012-08-27 Martin RudalicsIn Fset_window_configuration revert first part of last...
2012-08-27 Jan Djärv* nsmenu.m (initWithContentRect:styleMask:backing:defer...
2012-08-27 Paul Eggert* composite.c, data.c, dbusbind.c, dired.c: Use bool...
2012-08-27 Paul Eggert* cmds.c, coding.c: Use bool for booleans.
2012-08-27 Dmitry AntipovFix spare memory change.
2012-08-27 Martin RudalicsAddress two problems in Fset_window_configuration ...
2012-08-27 Dmitry AntipovSpecial MEM_TYPE_SPARE to denote reserved memory.
2012-08-26 Paul EggertSpelling fixes.
2012-08-26 Paul EggertRemove unused external symbols.
2012-08-26 Paul Eggert* character.c, charset.c, chartab.c: Use bool for booleans.
2012-08-26 Paul Eggert* lisp.h (ASET): Remove attempt to detect side effects.
2012-08-26 Barry O'Reilly* src/lisp.h (functionp): New function (extracted from...
2012-08-25 Paul Eggert* xgselect.c (xg_select): Use auto storage for the...
2012-08-25 Paul Eggert* emacs.c (fatal_error_signal_hook): Remove.
2012-08-25 Paul Eggert* casefiddle.c, casetab.c, category.c: Use bool for...
2012-08-25 Eli ZaretskiiMS-Windows adaptations for 2012-08-25T04:04:08Z!eggert...
2012-08-25 Paul EggertOn assertion failure, print backtrace if available.
2012-08-25 Paul Eggert* bytecode.c, callint.c, callproc.c: Use bool for boolean.
2012-08-24 Paul Eggert* buffer.c, buffer.h: Use bool for boolean.
2012-08-23 Paul Eggert* bidi.c: Use bool for boolean.
2012-08-23 Martin RudalicsIn Fposn_at_x_y do not allow internal window as argument.
2012-08-23 Paul Eggert* atimer.c, atimer.h (turn_on_atimers): Use bool for...
2012-08-22 Dan Nicolaescu* frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P)...
2012-08-22 Jan Djärv* nsterm.m (insertText:): Don't clear modifiers if...
2012-08-22 Paul Eggert* fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
2012-08-21 Paul Eggert* alloc.c: Use bool for booleans.
2012-08-21 Paul EggertMake recently-introduced setters macros.
2012-08-21 Jan Djärv* nsterm.m (fd_handler:): Alloc and release a NSAutorel...
2012-08-21 Paul Eggert* lisp.h (vcopy): Use memcpy rather than our own loop.
2012-08-21 Eli ZaretskiiFix bug #11860 with displaying composite RTL characters...
2012-08-21 Paul Eggert* dbusbind.c (xd_remove_watch): Do not assume C99 comments.
2012-08-21 Dmitry AntipovAvoid direct writes to contents member of struct Lisp_V...
2012-08-21 Martin RudalicsFor selected window have (set-)window-point always...
2012-08-21 Dmitry AntipovSetter macros for fontsets.
2012-08-20 Glenn Morris* src/Makefile.in: Don't assume that `ln -f' works.
2012-08-20 Eli ZaretskiiAvoid GDB 7.5 warnings about "set main" in src/.gdbinit.
2012-08-20 Eli ZaretskiiImprove MS-Windows related commentary and log entry...
2012-08-20 Dmitry AntipovInline setter functions for Lisp_Objects slots of struc...
2012-08-20 Martin RudalicsIn select_window always make selected window's buffer...
2012-08-20 Dmitry AntipovUse AREF and ASET for docstrings of category tables.
2012-08-20 Dmitry AntipovInline setter functions for hash table members.
2012-08-20 Dmitry AntipovInline getter and setter functions for per-buffer values.
2012-08-20 Paul EggertClarify recent ChangeLog entry.
2012-08-20 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/vm-limit.$(O)): Update...
2012-08-19 Paul EggertRely on <unistd.h> to declare 'environ',
2012-08-19 Paul Eggert* unexaix.c, unexcoff.c: Include "mem-limits.h".
2012-08-19 Paul Eggert* xdisp.c (handle_invisible_prop): Make it a bit faster
2012-08-19 Chong Yidong* src/xdisp.c (handle_invisible_prop): Fix ellipses...
2012-08-19 Andreas Schwab* .gdbinit: Use call instead of set when calling a...
2012-08-19 Andreas Schwab* data.c (set_internal): Don't use set_blv_found.
2012-08-19 Alp Aker* nsfont.m (ns_ascii_average_width): Ensure the string
2012-08-18 Paul Eggertport new setting code to Sun C 5.8 2005/10/13
2012-08-18 Chong YidongMake display strings obey buffer-invisibility-spec.
2012-08-18 Paul Eggert* buffer.h (BSET): Remove.
2012-08-18 Paul Eggert* process.h (PSET): Remove.
2012-08-18 Paul Eggert* window.h (WSET): Remove.
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...
next