Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.de
[bpt/emacs.git] / src / ChangeLog
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-20 YAMAMOTO MitsuharuAdd new load command for Xcode 4.5.
2012-09-20 Stefan Monnier* src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev...
2012-09-20 Paul EggertOmit unused arg EXPECTED from socket hooks.
2012-09-20 Juanma Barranquerosrc/w32gui.h (XParseGeometry): Do not declare.
2012-09-19 Paul Eggert* w32inevt.c (w32_console_read_socket): Return -1 on...
2012-09-19 Paul Eggert* frame.c (read_integer): Remove. All uses replaced...
2012-09-19 Jan Djärv* lisp/startup.el (command-line-ns-option-alist): Add...
2012-09-18 Glenn Morrisrun-hooks-with-args-* do fixes (bug#12393)
2012-09-17 Eli ZaretskiiFix bug #12196 with infloop when cache-long-line-scans...
2012-09-17 Eli ZaretskiiSet pending_signals to 1 in w32term.c's read-socket...
2012-09-17 Eli ZaretskiiFix the value of __malloc_extra_blocks.
2012-09-17 Paul EggertRemove no-longer-needed Solaris 2.4 vfork bug workaround.
2012-09-17 Glenn MorrisReduce the number of versioned files storing the short...
2012-09-16 Paul EggertRemove configure's --without-sync-input option.
2012-09-16 Paul Eggert* font.c (Ffont_shape_gstring): Remove unused local.
2012-09-16 Glenn Morris* src/Makefile.in (clean): No longer run nextstep's...
2012-09-16 Glenn MorrisIncrease compartmentalization of Nextstep builds rules,
2012-09-16 Kenichi Handamerge trunk
2012-09-16 Kenichi Handafont.c (Ffont_shape_gstring): Fix previous change;...
2012-09-16 Kenichi Handamerge trunk
2012-09-16 Martin RudalicsWindow parameter functions again accept any window...
2012-09-16 Jan DjärvTry to fix crashes introduced by 2012-09-10T21:01:45Z...
2012-09-15 Paul EggertPort _setjmp fix to POSIXish hosts as well as Microsoft.
2012-09-15 Eli ZaretskiiFix MS-Windows build broken by 2012-09-15T07:06:56Z...
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-15 Kenichi Handamerge trunk
2012-09-15 Kenichi Handafont.c (Ffont_shape_gstring): Don't adjust grapheme...
2012-09-14 Paul EggertFix glitches with 'configure --without-sync-input'.
2012-09-14 Andreas SchwabFixes: debbugs:12444
2012-09-14 Dmitry AntipovAvoid out-of-range marker position (Bug#12426).
2012-09-14 Martin RudalicsIn Fformat_mode_line always save/restore current buffer...
2012-09-14 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/alloc.$(O)): Update depende...
2012-09-13 Paul EggertUse a more backwards-compatible timer format.
2012-09-13 Juanma BarranqueroFix typos in ChangeLogs.
2012-09-13 Dmitry AntipovFunction to mark objects and remove killed buffers...
2012-09-13 Paul EggertBetter workaround for GNOME bug when --enable-gcc-warnings.
2012-09-13 Paul EggertSimplify SIGIO usage.
2012-09-13 Paul EggertWork around GCC and GNOME bugs when --enable-gcc-warnings.
2012-09-12 Paul EggertMore fixes for 'volatile' and setjmp/longjmp.
2012-09-12 Stefan MonnierRemove unread-command-char.
2012-09-12 Eli ZaretskiiFix silent exit upon assertion violation on MS-Windows.
2012-09-12 Eli ZaretskiiFix a typo that caused crashes in redisplay.
2012-09-12 Eli ZaretskiiFix bug #12403 with garbled display under non-zero...
2012-09-12 Jan Djärv* gtkutil.c (x_wm_set_size_hint): Use 1 col for base_wi...
2012-09-12 Paul Eggert* image.c (jpeg_memory_src): Don't assume string len...
2012-09-12 Stefan Monnier* src/eval.c: Add `inhibit-debugger'.
2012-09-11 Paul EggertAvoid _setjmp/_longjmp problems with local nonvolatile...
2012-09-11 Paul EggertPrefer assignment to memcpy when either will do.
2012-09-11 Paul Eggert* alloc.c (discard_killed_buffers): Tune and simplify...
2012-09-11 Jan Djärv* nsterm.h: Add delay parameter to updateFrameSize.
2012-09-11 Dmitry AntipovDiscard killed buffers from deleted window and frame...
2012-09-11 Dmitry AntipovConvenient macro to check whether the buffer is live.
2012-09-11 YAMAMOTO MitsuharuFix wrong overhang display for gstring compositions...
2012-09-11 Paul EggertSimplify, document, and port floating-point.
2012-09-11 Paul Eggert* xdisp.c (Qinhibit_debug_on_message): Now static.
2012-09-10 Jan Djärv* nsterm.m (ns_update_begin): Set clip path to whole...
2012-09-10 Chong Yidong* fns.c (Fdelq, Fdelete): Doc fix.
2012-09-10 Paul EggertParenthesize macro bodies.
2012-09-09 Stefan Monnier* src/lisp.h (make_lisp_ptr): New macro to replace...
2012-09-09 Eli ZaretskiiAvoid leaving traces of cursor when entering linum...
2012-09-09 Eli ZaretskiiFix bug #12277 with incomplete redisplay of the vertica...
2012-09-09 Paul EggertAssume C89 or later for math functions.
2012-09-08 Jan Djärv* nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image...
2012-09-08 Paul Eggert* floatfns.c (Ftan): Use tan (x), not (sin (x) / cos...
2012-09-08 Jan Djärv* nsterm.m (updateFrameSize): Call setFrame: on the...
2012-09-08 Chong YidongIntroduce "raw syntax descriptor" terminology, and...
2012-09-08 Jan Djärv* nsterm.h (EmacsView): Add updateFrameSize.
2012-09-07 Chong Yidong* src/textprop.c (Fget_text_property): Minor doc fix.
2012-09-07 Chong YidongFix doc of local-variable-if-set-p.
2012-09-07 Paul Eggert* emacs.c (main): Convert three 'signal' calls to ...
2012-09-07 Paul EggertMore signal-handler cleanup.
2012-09-07 Eli ZaretskiiMS-Windows followup for 2012-09-07T01:27:44Z!eggert...
2012-09-07 Eli ZaretskiiFix compilation failure under ENABLE_CHECKING.
2012-09-07 Dmitry Antipov* alloc.c (mark_buffer): Revert unsafe marking optimiza...
2012-09-07 Paul Eggert* syssignal.h (handle_on_main_thread): Always declare,
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.
next