Signal-handler cleanup.
[bpt/emacs.git] / src / ChangeLog
2012-09-07 Paul EggertSignal-handler cleanup.
2012-09-06 Eli ZaretskiiFix bug #12327 with SIGCHLD handling on Windows and...
2012-09-06 Dmitry AntipovExplicitly mark buffer_defaults and buffer_local_symbols.
2012-09-06 Paul EggertUse bool for booleans in font-related modules.
2012-09-06 Dmitry Antipov* alloc.c (mark_object): Revert window marking code
2012-09-06 Kenichi Handamerge trunk
2012-09-05 Paul EggertFix race conditions with signal handlers and errno.
2012-09-05 Dmitry AntipovRemove redundant or unused things here and there.
2012-09-05 Dmitry AntipovDo not mark objects from deleted buffers, windows and...
2012-09-05 Dmitry Antipov* alloc.c (valid_lisp_object_p): Treat killed buffers,
2012-09-05 Paul Eggert* fileio.c, filelock.c, floatfns.c, fns.c: Use bool...
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-05 Paul Eggert* xdisp.c (set_message): Simplify and reindent last...
2012-09-05 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/sysdep.$(O)): Update depend...
2012-09-04 Lars IngebrigtsenImplement `debug-on-message'.
2012-09-04 Paul EggertGive more-useful info on a fatal error (Bug#12328).
2012-09-04 Stefan MonnierMacro-expand interpreted code during load.
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-04 Eli ZaretskiiFix display of Arabic diacriticals on Windows, per...
2012-09-04 Paul EggertBe more systematic about _setjmp vs setjmp.
2012-09-03 Paul EggertRevert changes prompted only by gcc -Wjump-misses-init.
2012-09-03 Paul EggertFix minor problems found by static checking.
2012-09-03 Martin RudalicsNew macro with-temp-buffer-window and related fixes.
2012-09-03 Chong Yidong* gtkutil.c: Add extern decl for Qxft.
2012-09-02 Paul Eggert* emacs.c, eval.c: Use bool for boolean.
2012-09-02 Paul EggertClean up some extern decls.
2012-09-02 Paul Eggert* Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJ...
2012-09-02 Jan DjärvPrototype for x_wm_set_size_hint restored.
2012-09-02 Paul Eggert* doc.c, editfns.c, insdel.c, intervals.c: Use bool...
2012-09-02 Chong Yidong* keymap.c (push_key_description): Print M-TAB as C...
2012-09-02 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-09-01 Eli ZaretskiiFurther fix for bug #11860 with Arabic display on Windows.
2012-09-01 Eli ZaretskiiRemove conflict markers and fix entries for 2012-09...
2012-09-01 Eli ZaretskiiFix last changes related to w32 and Cygwin.
2012-09-01 Daniel ColascionePrevent crash if w32 used before it's initialized
2012-09-01 Daniel ColascioneMerge from cygw32 branch
2012-09-01 Daniel ColascioneRefactor window-system configuration
2012-09-01 Paul EggertBetter seed support for (random).
2012-08-31 Dmitry AntipovRemove mark_ttys function and fix tty_display_info...
2012-08-31 Dmitry AntipovChange struct frame bitfields from unsigned char to...
2012-08-31 Dmitry AntipovRemove unused member of struct x_output and struct...
2012-08-30 Jan Djärv* gtkutil.c (x_wm_set_size_hint): Use 1 col for base_wi...
2012-08-30 Paul Eggert* dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
2012-08-30 Kenichi Handamerge trunk
2012-08-30 Glenn Morrisinit_lread fix for bug#12302
2012-08-28 Jan DjärvImprove NS dialogs. Add close button, remove ugly...
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Martin RudalicsIn Fset_window_configuration install revison of reverte...
2012-08-28 Martin RudalicsRemove handling of auto-buffer-name window parameter.
2012-08-28 Kenichi Handamerge trunk
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 Chong YidongUpdate release logs
2012-08-24 Eli ZaretskiiFix bug #12242 with crashes in ralloc.c on OpenBSD.
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 Kenichi Handamerge trunk
2012-08-22 Kenichi Handamerge trunk
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.
next