summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-09-30merge trunkKenichi Handa
2012-09-30Support file name dialog on NS.Jan Djärv
2012-09-30coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention to the buffer ...Kenichi Handa
2012-09-30Add support for fullscreen in the NS port.Jan Djärv
2012-09-30src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.Juanma Barranquero
2012-09-30Update docs for a bunch of 24.3 changes.Chong Yidong
2012-09-30Handle window-height and window-width alist entries in `display-buffer'.Martin Rudalics
2012-09-30* syssignal.h (PROFILER_CPU_SUPPORT): Don't define if PROFILING.Paul Eggert
2012-09-30Fix compilation failure introduced in 2012-09-30T06:19:33Z!eggert@cs.ucla.edu.Eli Zaretskii
2012-09-29Profiler improvements: more-accurate timers, overflow checks.Paul Eggert
2012-09-29* sysdep.c (handle_fatal_signal): Bump backtrace size to 40.Paul Eggert
2012-09-29src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.Juanma Barranquero
2012-09-28* src/lisp.h (struct backtrace): Remove indirection for `function' field.Stefan Monnier
2012-09-28Merge from emacs-24; up to 2012-05-07T21:26:08Z!rgm@gnu.orgGlenn Morris
2012-09-28Rename "Automatic Redisplay" entry in Lisp backtrace.Eli Zaretskii
2012-09-28* profiler.c (sigprof_handler): Fix race condition.Tomohiro Matsuyama
2012-09-28* src/lread.c (lisp_file_lexically_bound_p): Handle #! lines.Glenn Morris
2012-09-27Link with LIB_TIMER_TIME as needed.Paul Eggert
2012-09-26Check more robustly for timer_settime.Paul Eggert
2012-09-27* profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.Tomohiro Matsuyama
2012-09-27Fix some profiler stuff on Windows (follow-up to 1995-03-15T21:55:37Z!kwzh@gn...Juanma Barranquero
2012-09-26* character.h (MAYBE_UNIFY_CHAR): Remove.Paul Eggert
2012-09-26Merge profiler branchStefan Monnier
2012-09-26Fix a typo in a recent entry in src/ChangeLog.Eli Zaretskii
2012-09-26Fix bug refGlenn Morris
2012-09-26* lisp/profiler.el (profiler-start): Don't prompt for choice when thereStefan Monnier
2012-09-25* src/makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.Juanma Barranquero
2012-09-26src/makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.Juanma Barranquero
2012-09-25Prefer POSIX timers if available.Paul Eggert
2012-09-25Followup to not using maybe_unify_char in processing buffers and strings.Eli Zaretskii
2012-09-25Move Vlibrary_cache to emacs.c and reset before dumping.Juanma Barranquero
2012-09-25Fix handling of fatal signals and exceptions on MS-Windows.Eli Zaretskii
2012-09-25Don't call MAYBE_UNIFY_CHAR while processing buffers and strings.Eli Zaretskii
2012-09-25Use declare forms, where possible, to mark obsolete functions.Chong Yidong
2012-09-24* src/profiler.c: Rename sample_profiler_* to profiler_cpu_* andStefan Monnier
2012-09-24* src/bytecode.c (exec_byte_code): Signal an error instead of aborting,Stefan Monnier
2012-09-24image.c, indent.c: Use bool for booleans.Paul Eggert
2012-09-24Try to let it compile on other platformsStefan Monnier
2012-09-24Rewrite sampler to use Elisp hash-tables.Stefan Monnier
2012-09-24Remove several obsolete vars and functions unlikely to be still in use.Chong Yidong
2012-09-24Doc fixesGlenn Morris
2012-09-23Move pid_t related decls out of lisp.h.Paul Eggert
2012-09-23gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert
2012-09-23src/makefile.w32-in: Update dependencies.Juanma Barranquero
2012-09-23Clean-up left-overs after 2012-09-23T08:44:20Z!eggert@cs.ucla.edu wrt signal ...Eli Zaretskii
2012-09-23src/w32term.c (w32_read_socket): Remove reference to deleted variable.Juanma Barranquero
2012-09-23Do not use SA_NODEFER.Paul Eggert
2012-09-23* xterm.c (x_term_init): Call fixup_locale before and after callingJan Djärv
2012-09-23Fix last change.Chong Yidong
2012-09-23Remove LIBRARIES arg from w32_delayed_load and friends.Chong Yidong