summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-21Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert
2012-11-21* src/xdisp.c (fast_set_selected_frame): Rename from update_tool_bar_unwind.Stefan Monnier
2012-11-21Auto-commit of generated files.Glenn Morris
2012-11-21Add optional "inherit" argument for face-bold-p and related functionsGlenn Morris
2012-11-21Remove -p suffix from set-face-* functionsGlenn Morris
2012-11-20Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.eduGlenn Morris
2012-11-20Add a bit more about profiling to the lisprefGlenn Morris
2012-11-20* doc/lispref/debugging.texi (Profiling) [!tex]: Mention --enable-profiling.Glenn Morris
2012-11-20* configure.ac (--enable-profiling): Doc fix.Glenn Morris
2012-11-20Conflate Qnil and Qunbound for `symbol-function'.Stefan Monnier
2012-11-20* lisp/uniquify.el (uniquify-managed): Use defvar-local.Stefan Monnier
2012-11-20* lisp/emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.Stefan Monnier
2012-11-20Backport: Rename cygwin_convert_path* to cygwin_convert_file_name*Daniel Colascione
2012-11-20* lisp/emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.Stefan Monnier
2012-11-20* lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.Stefan Monnier
2012-11-20Fix bug #12927 with scrolling under hl-line-mode and scroll-conservatively.Eli Zaretskii
2012-11-20Fix !ifdef in nmake.defs.Eli Zaretskii
2012-11-20Yet more fixes for bug #12878 with MSVC build.Eli Zaretskii
2012-11-20Fix non-GTK builds on CygwinKen Brown
2012-11-20Tiny adjustment around the previous redisplay change.Dmitry Antipov
2012-11-20Auto-commit of generated files.Glenn Morris
2012-11-20* trampver.el:Michael Albinus
2012-11-20Fix typos in previousGlenn Morris
2012-11-20NEWS fixGlenn Morris
2012-11-20* eval.c (interactive_p): Remove no-longer-used decl.Paul Eggert
2012-11-20* emacsclient.c (handle_sigcont, handle_sigtstp): Use raise (sig)Paul Eggert
2012-11-20Omit -Wstrict-overflow as it does not play well with --enable-checking.Paul Eggert
2012-11-20Make a start on a Profiling section in the lisprefGlenn Morris
2012-11-20* xdisp.c (buffer_shared): Adjust comment.Dmitry Antipov
2012-11-19Make called-interactively-p work for edebug or advised code.Stefan Monnier
2012-11-19Add a menu for profiler report modeGlenn Morris
2012-11-19Improve static checking of integer overflow and stack smashing.Paul Eggert
2012-11-19* lisp/emacs-lisp/byte-run.el (defun-declarations-alist):Stefan Monnier
2012-11-19* lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Don't acceptStefan Monnier
2012-11-19* lisp/eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:Stefan Monnier
2012-11-19* lisp/vc/diff-mode.el (diff-hunk): Don't make useless timers.Stefan Monnier
2012-11-19* lisp/files.el (load-file): Require match in minibuffer selection, as wasStefan Monnier
2012-11-19More fixes for bug #12878 with MS-Windows MSVC build.Eli Zaretskii
2012-11-19Use cl-lib instead of cl, and interactive-p => called-interactively-p.Stefan Monnier
2012-11-19* lisp/emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.Stefan Monnier
2012-11-19* lisp/calendar/time-date.el (time-to-seconds): De-obsolete.Stefan Monnier
2012-11-19* lisp/cedet/semantic/fw.el (semantic-make-local-hook)Stefan Monnier
2012-11-19* net/tramp-sh.el (tramp-do-copy-or-rename-file): If both filesMichael Albinus
2012-11-19message.el (message-get-reply-headers): Fix typo in commentKatsumi Yamaoka
2012-11-19message.el (message-get-reply-headers): Make sure the reply goes to the autho...Katsumi Yamaoka
2012-11-18* calc/calc-forms.el (math-leap-year-p): Fix formula for negativeJay Belanger
2012-11-18* lisp/window.el (switch-to-buffer): Re-add the warning that was lost in theStefan Monnier
2012-11-18Rename cygwin_convert_path* to cygwin_convert_file_name*Daniel Colascione
2012-11-18More minor time fixes.Paul Eggert
2012-11-18Fix latest changes in nt/inc/unistd.h.Eli Zaretskii