bpt/emacs.git
2012-07-20 Vincent Belaïche* ses.el (ses-rename-cell): Set new name also in refere...
2012-07-20 Dmitry AntipovAdd indirection counting to speed up Fkill_buffer.
2012-07-20 Dmitry AntipovExtend the value returned by Fgarbage_collect with...
2012-07-20 Dmitry AntipovMake maybe_gc inline.
2012-07-20 Masatake YAMATO* lisp/term/x-win.el (x-menu-bar-open): Use `frame...
2012-07-20 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-parse-partial)...
2012-07-20 Eli ZaretskiiFix display of Hebrew tutorial title on splash screen.
2012-07-20 Dmitry AntipovSimple wrapper for make_unibyte_string, adjust font_ope...
2012-07-20 Dmitry AntipovCleanup calls to Fgarbage_collect.
2012-07-20 Dmitry AntipovDrop idle buffer compaction due to an absence of the
2012-07-19 Paul Eggert* buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buf...
2012-07-19 Sam Steingold* lisp/vc/vc-dispatcher.el (vc-compilation-mode): Add...
2012-07-19 Stefan Monnier* lisp/emacs-lisp/chart.el: Use lexical-binding.
2012-07-19 Dmitry AntipovTweak the value returned from Fgarbage_collect again.
2012-07-19 Dmitry AntipovCompact buffers when idle.
2012-07-19 Stefan Monnier* lisp/subr.el (eventp): Presume that if it looks vague...
2012-07-19 Dmitry AntipovNew macro to iterate over all buffers, miscellaneous...
2012-07-19 Fabián Ezequiel... Enhancements to ppss related code (thanks Stefan).
2012-07-18 Andreas SchwabFix bug that created negative-length intervals.
2012-07-18 Fabián Ezequiel... progmodes/python.el: Set file local vars at end of...
2012-07-18 Fabián Ezequiel... * progmodes/python.el: Enhancements to eldoc support.
2012-07-18 Paul Eggert* alloc.c (Fmake_bool_vector): Fix off-by-8 bug
2012-07-18 Paul EggertRemove some struct layout assumptions in bool vectors.
2012-07-18 Stefan Monnier* src/eval.c (Fdefvar): Don't check constants since...
2012-07-18 Dmitry Gutov* vc/vc-git.el (vc-git-state): Don't call `vc-git-regis...
2012-07-18 Chong YidongFix last commit.
2012-07-18 Chong Yidong* subr.el (last-input-char, last-command-char): Remove.
2012-07-18 Chong Yidong* simple.el (count-words): Report on narrowing.
2012-07-18 Chong Yidong* lisp/bindings.el: Bind M-= to count-words.
2012-07-18 Chong Yidong* faces.el (face-spec-reset-face): Handle reverse video.
2012-07-18 Masatake YAMATO* lisp/progmodes/sh-script.el (sh-imenu-generic-express...
2012-07-18 Chong Yidong* subr.el (keyboard-translate): Doc fix.
2012-07-18 Stefan Monnier* src/lisp.h (last_undo_boundary): Declare new var.
2012-07-18 Julien Danjougnus/{sieve-mode,sieve}.el: Close buffers by default
2012-07-18 Andreas Schwab* w32font.c (Qsymbol): Remove local definition.
2012-07-18 Tassilo Horn* window.el (split-window-sensibly): Make WINDOW argument
2012-07-18 Dmitry AntipovFix sweep_vectors to handle large bool vectors correctly.
2012-07-18 Chong YidongFix usage of C-x 8 key translations in Isearch.
2012-07-18 Chong YidongRevert bogus change in 2011-07-28T21:49:16Z!eggert...
2012-07-18 Stefan Monnier* lisp/emacs-lisp/eieio.el: Adapt further to gv.el.
2012-07-18 Dmitry AntipovReturn more descriptive data from Fgarbage_collect.
2012-07-17 Fabián Ezequiel... New utility functions + python-info-ppss-context fix.
2012-07-17 Juri Linkov* lisp/dired-aux.el (dired-do-async-shell-command)...
2012-07-17 Juri Linkov* lisp/descr-text.el (describe-char): Fix format args.
2012-07-17 Fabián Ezequiel... Final renames and doc fixes for movement commands.
2012-07-17 Fabián Ezequiel... * progmodes/python.el (python-shell-send-string-no...
2012-07-17 Paul Eggert* alloc.c (Fmemory_free): Account for memory-free's...
2012-07-17 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (cl-progv): Use a properly...
2012-07-17 Stefan Monnier* lisp/emacs-lisp/elint.el (elint-find-args-in-code):
2012-07-17 Dmitry AntipovRestore old code in allocate_string_data to avoid Faset...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-17 Stefan Monnier* lisp/progmodes/cc-engine.el (c-forward-sws, c-backwar...
2012-07-17 Glenn MorrisAuto-commit of generated files.
2012-07-17 Dmitry AntipovCleanup and convert miscellaneous checks to eassert.
2012-07-17 Stefan Monnier* lisp/progmodes/sh-script.el (sh-syntax-propertize...
2012-07-17 Stefan MonnierMisc minor changes.
2012-07-17 Stefan Monnier* lisp/textmodes/tex-mode.el (tex-font-lock-keywords...
2012-07-17 Chong YidongDocument insert-char changes.
2012-07-17 Dmitry AntipovFix toolkit configuration report.
2012-07-17 Dmitry AntipovFix previous change to make Fmemory_free always accurate.
2012-07-17 Dmitry AntipovSimple free memory accounting feature.
2012-07-17 Dmitry AntipovCleanup overlays checking.
2012-07-17 René KyllingstadMake insert-char interactive, and ucs-insert an obsolet...
2012-07-17 Paul Eggert* floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.
2012-07-17 Paul EggertFix regression with pthread_sigmask on FreeBSD.
2012-07-16 Fabián Ezequiel... * progmodes/python.el: Simplified imenu implementation.
2012-07-16 Fabián Ezequiel... * progmodes/python.el: Enhancements to navigation commands.
2012-07-16 Michael Albinus* eshell/em-ls.el (eshell/ls): Use `apply'.
2012-07-16 Jan Djärv* nsterm.m (keyDown): Interpret flags without left...
2012-07-16 Michael Albinus* vc/ediff.el (ediff-directories): Add trailing space...
2012-07-16 Dmitry AntipovRemove empty and useless init functions.
2012-07-16 Dmitry Antipov* gtkutil.h: Tiny cleanups.
2012-07-15 Paul EggertMerge from gnulib.
2012-07-15 Eli ZaretskiiFix bug #11943 with slow redisplay in large paragraphs...
2012-07-15 Stefano Facchini* src/gtkutil.c (xg_create_tool_bar): Apply "primary...
2012-07-15 Dmitry AntipovCleanup basic allocation variables and functions.
2012-07-15 Dmitry AntipovUse zero_vector where appropriate.
2012-07-15 Leo LiuAdd news for exclamation-mark and flymake
2012-07-14 Chong Yidong* xt-mouse.el: Implement extended mouse coordinates.
2012-07-14 Leo LiuAdd fringe bitmap indicators for flymake
2012-07-14 Leo LiuAdd a new bitmap exclamation-mark
2012-07-14 Eli ZaretskiiImprove commentary in src/systime.h.
2012-07-14 Eli ZaretskiiDon't use FILE_SYSTEM_CASE in MS-DOS, or anywhere else.
2012-07-14 Eli ZaretskiiAdapt the MS-DOS build to the latest configury changes.
2012-07-14 Jan Djärv*** empty log message ***
2012-07-14 Chong YidongFix electric-pair-mode/delete-selection-mode interaction.
2012-07-14 Juanma Barranquero* nt/config.nt: Sync with autogen/config.in.
2012-07-14 Reuben Thomas* rect.el (copy-rectangle-as-kill): New command.
2012-07-14 Juanma BarranqueroFix typos in ChangeLogs.
2012-07-14 Glenn MorrisAuto-commit of generated files.
2012-07-14 Glenn MorrisMove GC_SETJMP_WORKS, GC_MARK_STACK from src/s to configure
2012-07-13 Glenn MorrisMove GC_MARK_SECONDARY_STACK from src/s to configure
2012-07-13 Glenn MorrisMove SETUP_SLAVE_PTY from src/s to configure
2012-07-13 Andreas SchwabFixes: debbugs:11938
2012-07-13 Jan DjärvRemove compiler warnings in objective-C files.
2012-07-13 Jan Djärv* nsmenu.m (ns_update_menubar): Exchange place of argum...
2012-07-13 Juanma Barranquerolisp/bindings.el (top): Use `mapc' instead of `mapcar'.
2012-07-13 Juanma Barranquerolisp/loadup.el (top): Remove bogus `if' choice (brought...
2012-07-13 Michael Albinus* progmodes/sql.el (sql-comint): Suppress the check...
2012-07-13 Chong YidongGive permanent-local property to per-buffer variables...
next