bpt/emacs.git
2012-11-20 Paul EggertOmit -Wstrict-overflow as it does not play well with...
2012-11-20 Dmitry Antipov* xdisp.c (buffer_shared): Adjust comment.
2012-11-20 Stefan MonnierMake called-interactively-p work for edebug or advised...
2012-11-20 Glenn MorrisAdd a menu for profiler report mode
2012-11-19 Paul EggertImprove static checking of integer overflow and stack...
2012-11-19 Stefan Monnier* lisp/emacs-lisp/byte-run.el (defun-declarations-alist):
2012-11-19 Stefan Monnier* lisp/vc/diff-mode.el (diff-hunk): Don't make useless...
2012-11-19 Stefan Monnier* lisp/files.el (load-file): Require match in minibuffe...
2012-11-19 Stefan MonnierUse cl-lib instead of cl, and interactive-p => called...
2012-11-19 Stefan Monnier* lisp/calendar/time-date.el (time-to-seconds): De...
2012-11-19 Stefan Monnier* lisp/cedet/semantic/fw.el (semantic-make-local-hook)
2012-11-19 Katsumi Yamaokamessage.el (message-get-reply-headers): Fix typo in...
2012-11-19 Katsumi Yamaokamessage.el (message-get-reply-headers): Make sure the...
2012-11-19 Jay Belanger* calc/calc-forms.el (math-leap-year-p): Fix formula...
2012-11-19 Daniel ColascioneRename cygwin_convert_path* to cygwin_convert_file_name*
2012-11-18 Eli ZaretskiiFix latest changes in nt/inc/unistd.h.
2012-11-18 Glenn MorrisAuto-commit of generated files.
2012-11-18 Chong YidongAvoid using "X" interactive flag in filecache.el.
2012-11-18 Jay Belanger* calc/calc-forms.el (math-date-to-dt): Use integer...
2012-11-18 Paul Eggert* nsterm.m (ns_select): Send SIGIO only to self, not...
2012-11-18 Glenn MorrisChangeLog Merge fix
2012-11-18 Glenn MorrisMerge from emacs-24; up to 2012-11-15T23:31:37Z!dancol...
2012-11-18 Glenn MorrisNEWS tweak
2012-11-18 Glenn Morris* lisp/image.el (insert-image, insert-sliced-image...
2012-11-18 Glenn MorrisDocument eager macro expansion
2012-11-18 Juanma BarranqueroSilence some warnings.
2012-11-18 Juanma Barranquerosrc/w32proc.c (waitpid): Remove unused label get_result.
2012-11-17 Juanma Barranqueront/config.nt: Sync with autogen/config.in.
2012-11-17 Glenn Morris* minibuf.texi (Basic Completion): Mention completion...
2012-11-17 Glenn MorrisAdd some cindex entries for previous change
2012-11-17 Juanma Barranquerolib-src/makefile.w32-in, src/makefile.w32-in: Update...
2012-11-17 Glenn Morris* minibuf.texi (Basic Completion): Mention misc complet...
2012-11-17 Paul EggertAssume POSIX 1003.1-1988 or later for fcntl.h.
2012-11-17 Paul EggertCalc now uses the Gregorian calendar for all dates,
2012-11-17 Juanma Barranquerolisp/*.el: Add missing declarations.
2012-11-17 Jay Belanger* calc/calc-forms.el (calc-gregorian-switch): Declare.
2012-11-17 Jay Belanger* calc/calc.el (calc-gregorian-switch): New variable.
2012-11-17 Eli ZaretskiiFix bug #12914 with drag-n-drop in native MS-Windows...
2012-11-17 Glenn MorrisRelocate NEWS entry to correct section
2012-11-17 Eli ZaretskiiFix bug #12878 with compilation failure with Visual...
2012-11-17 Paul EggertUpdate comment to match recent change.
2012-11-17 Eli ZaretskiiFix MS-Windows emulation of 'faccessat' wrt directories.
2012-11-17 Eli ZaretskiiFix bug #12829 with aborts on MS-Windows when several...
2012-11-17 Jan Djärv* nsterm.m (hold_event): Set send_appdefined to YES.
2012-11-17 Paul EggertFix problems in ns port found by static checking.
2012-11-17 Glenn MorrisAuto-commit of loaddefs files.
2012-11-17 Glenn MorrisAuto-commit of generated files.
2012-11-17 Dani MoncayoDon't produce "barebin" zip file as part of MS-Windows...
2012-11-17 Leo Liu* minibuf.texi (Programmed Completion): Doc fix for...
2012-11-17 Chong Yidong* lisp/emacs-lisp/syntax.el (syntax-propertize-function...
2012-11-17 Andreas PolitzFix prefix arg handling in ibuffer marking commands.
2012-11-17 Chong YidongFix for vc-svn-merge-news.
2012-11-17 Stephen BermanFix for gamegrid-add-score-with-update-game-score-1.
2012-11-17 Chong Yidong* url-parse.el (url-path-and-query): Minor doc fix.
2012-11-17 Chong Yidong* help-mode.el (help-xref-interned): End on point-min.
2012-11-17 Dani Moncayo* mark.texi (Disabled Transient Mark): Doc fixes.
2012-11-17 Chong Yidong* filecache.el (file-cache-add-file): Handle relative...
2012-11-17 Chong Yidong* filecache.el (file-cache-add-file-list): Doc fix.
2012-11-17 Glenn Morris* frames.texi (Display Action Functions): Mention pop...
2012-11-17 Glenn Morris* display.texi (Temporary Displays): Document with...
2012-11-17 Glenn MorrisReword previous with-temp-buffer-window doc fixes
2012-11-17 Glenn MorrisDocument fit-frame-to-buffer
2012-11-17 Glenn MorrisUse set-face-underline rather than the alias set-face...
2012-11-17 Glenn Morris* lisp/window.el (with-temp-buffer-window): Doc fix.
2012-11-16 Eli ZaretskiiFix bug #12908 with documentation of emacs_backtrace...
2012-11-16 enami tsugutomo* src/unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set...
2012-11-16 Jürgen Hötzel* lisp/eshell/em-unix.el (eshell/mkdir): Handle "-...
2012-11-16 Stefan Monnier* lisp/emacs-lisp/advice.el (ad-make-advised-definition...
2012-11-16 Glenn MorrisMerge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov...
2012-11-16 Stefan Monnier* lisp/emacs-lisp/cl-lib.el: Set more meaningful versio...
2012-11-16 Paul EggertRemove no-longer-used pty_max_bytes variable.
2012-11-16 Glenn MorrisAuto-commit of loaddefs files.
2012-11-16 Martin RudalicsFix some display-buffer related issues.
2012-11-16 Jan Tatarik[Gnus] Don't score by headers when scoring by body
2012-11-16 Glenn MorrisDoc fixes related to fit-frame-to-buffer
2012-11-16 Glenn MorrisNEWS potential FIXME
2012-11-16 Glenn Morriscl.texi flet clarification
2012-11-16 Glenn Morris* lisp/faces.el (face-underline-p): Use face-attribute...
2012-11-16 Glenn Morris* src/editfns.c (Fmessage): Mention message-log-max...
2012-11-15 Daniel ColascioneMerge from cygw32 branch
2012-11-15 Daniel ColascioneUse right url-handler for drag-and-dropped files under...
2012-11-15 Juanma Barranquerolisp/emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*...
2012-11-15 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix...
2012-11-15 Stefan Monnier* src/eval.c (Finteractive_p): Revert lexbind-merge...
2012-11-15 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-11-15 Juanma Barranqueront/config.nt: Sync with autogen/config.in.
2012-11-15 Stefan Monnier* doc/lispref/keymaps.texi (Translation Keymaps): Backp...
2012-11-15 Stefan Monnier* doc/lispref/keymaps.texi (Translation Keymaps): Add...
2012-11-15 Glenn Morris* lisp/eshell/em-cmpl.el (eshell-pcomplete): New command.
2012-11-15 Glenn MorrisFixes related to face underlining
2012-11-15 Glenn Morrisansi-term escape-char fix
2012-11-15 Glenn Morris* display.texi (Face Attributes): Fix :underline COLOR...
2012-11-15 Glenn Morris* subr.el (set-temporary-overlay-map): Fix previous...
2012-11-15 Dmitry Antipov* internals.texi (Garbage Collection): Update descriptions
2012-11-15 Stefan Monnier* lisp/emacs-lisp/advice.el (ad-definition-type): Make...
2012-11-15 Katsumi Yamaoka* lisp/emacs-lisp/advice.el (ad-make-advised-definition...
2012-11-15 Stefan Monnier* lisp/emacs-lisp/nadvice.el: Add buffer-local support...
2012-11-15 Drew Adams* lisp/imenu.el (imenu--split-submenus): Use imenu...
2012-11-15 Stefan MonnierBackport fix for bug#12879 from trunk
2012-11-15 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (cl--transform-lambda...
next