Support x64 build on MS-Windows with MSVC.
[bpt/emacs.git] / src / ChangeLog
2012-09-30 Fabrice PopineauSupport x64 build on MS-Windows with MSVC.
2012-09-30 Paul Eggertfile-attributes has a new optional arg FOLLOW-SYMLINKS.
2012-09-30 Stefan Monnier* src/.gdbinit (xbacktrace): Adjust to recent "struct...
2012-09-30 Eli ZaretskiiSupport atimers and CPU profiler via profile.c on MS...
2012-09-30 Kenichi Handacoding.c (decode_coding_ccl, encode_coding_ccl): Pay...
2012-09-30 Kenichi Handamerge trunk
2012-09-30 Jan DjärvSupport file name dialog on NS.
2012-09-30 Kenichi Handacoding.c (decode_coding_ccl, encode_coding_ccl): Pay...
2012-09-30 Jan DjärvAdd support for fullscreen in the NS port.
2012-09-30 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/profiler.$(O)): Update...
2012-09-30 Chong YidongUpdate docs for a bunch of 24.3 changes.
2012-09-30 Martin RudalicsHandle window-height and window-width alist entries...
2012-09-30 Paul Eggert* syssignal.h (PROFILER_CPU_SUPPORT): Don't define...
2012-09-30 Eli ZaretskiiFix compilation failure introduced in 2012-09-30T06...
2012-09-30 Paul EggertProfiler improvements: more-accurate timers, overflow...
2012-09-30 Paul Eggert* sysdep.c (handle_fatal_signal): Bump backtrace size...
2012-09-29 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/profiler.$(O)): Update...
2012-09-29 Stefan Monnier* src/lisp.h (struct backtrace): Remove indirection...
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...
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'.
next