]> code.delx.au - gnu-emacs/history - src/ChangeLog
Merge from emacs-24; up to 2012-05-07T21:26:08Z!rgm@gnu.org
[gnu-emacs] / src / ChangeLog
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-28 Eli ZaretskiiRename "Automatic Redisplay" entry in Lisp backtrace.
2012-09-28 Tomohiro Matsuyama* profiler.c (sigprof_handler): Fix race condition.
2012-09-28 Glenn Morris* src/lread.c (lisp_file_lexically_bound_p): Handle...
2012-09-27 Paul EggertLink with LIB_TIMER_TIME as needed.
2012-09-27 Paul EggertCheck more robustly for timer_settime.
2012-09-26 Tomohiro Matsuyama* profiler.c (Fprofiler_cpu_start): Remove unnecessary...
2012-09-26 Juanma BarranqueroFix some profiler stuff on Windows (follow-up to 1995...
2012-09-26 Paul Eggert* character.h (MAYBE_UNIFY_CHAR): Remove.
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-26 Eli ZaretskiiFix a typo in a recent entry in src/ChangeLog.
2012-09-26 Glenn MorrisFix bug ref
2012-09-26 Stefan Monnier* lisp/profiler.el (profiler-start): Don't prompt for... origin/old-branches/profiler
2012-09-26 Juanma Barranquero* src/makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profi...
2012-09-25 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/callproc.$(O)): Update...
2012-09-25 Paul EggertPrefer POSIX timers if available.
2012-09-25 Eli ZaretskiiFollowup to not using maybe_unify_char in processing...
2012-09-25 Juanma BarranqueroMove Vlibrary_cache to emacs.c and reset before dumping.
2012-09-25 Eli ZaretskiiFix handling of fatal signals and exceptions on MS...
2012-09-25 Eli ZaretskiiDon't call MAYBE_UNIFY_CHAR while processing buffers...
2012-09-25 Chong YidongUse declare forms, where possible, to mark obsolete...
2012-09-25 Stefan Monnier* src/profiler.c: Rename sample_profiler_* to profiler_...
2012-09-24 Stefan Monnier* src/bytecode.c (exec_byte_code): Signal an error...
2012-09-24 Paul Eggertimage.c, indent.c: Use bool for booleans.
2012-09-24 Stefan MonnierTry to let it compile on other platforms
2012-09-24 Stefan MonnierRewrite sampler to use Elisp hash-tables.
2012-09-24 Chong YidongRemove several obsolete vars and functions unlikely...
2012-09-24 Glenn MorrisDoc fixes
2012-09-23 Paul EggertMove pid_t related decls out of lisp.h.
2012-09-23 Paul Eggertgnutls.c, gtkutil.c: Use bool for boolean.
2012-09-23 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-09-23 Eli ZaretskiiClean-up left-overs after 2012-09-23T08:44:20Z!eggert...
2012-09-23 Juanma Barranquerosrc/w32term.c (w32_read_socket): Remove reference to...
2012-09-23 Paul EggertDo not use SA_NODEFER.
2012-09-23 Jan Djärv* xterm.c (x_term_init): Call fixup_locale before and...
2012-09-23 Chong YidongFix last change.
2012-09-23 Chong YidongRemove LIBRARIES arg from w32_delayed_load and friends.
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-23 Jan Djärv* nsterm.m (ns_dumpglyphs_image): dr is a new rect...
2012-09-23 Chong Yidong* keyboard.c (timer_check): Avoid quitting during Fcopy...
2012-09-22 Paul Eggert* .gdbinit: Just stop at fatal_error_backtrace.
2012-09-22 Chong YidongMisc doc fixes.
2012-09-22 Chong YidongRefactor image-type loading.
2012-09-22 Eli ZaretskiiFix bugs #12447 and #12326 with infloop causes by idle...
2012-09-22 Martin RudalicsMake Temp Buffer Resize Mode less intrusive (Bug#1806).
2012-09-22 Eli ZaretskiiFix bug #10159 with crashes in auto-complete package.
2012-09-22 Paul Eggert* emacs.c (shut_down_emacs): Don't assume stderr is...
2012-09-22 Chong YidongFix auto-save and locking for indirect buffers.
2012-09-22 Kenichi Handamerge trunk
2012-09-22 Kenichi Handacomposite.c (composition_reseat_it): Handle the case...
2012-09-21 Chong YidongBackport fix for Bug#12463 from trunk.
2012-09-21 Chong YidongFix list duplication error in define_image_type.
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 Tomohiro Matsuyama* alloc.c (emacs_blocked_malloc): Remove redundant...
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'.
next