bpt/emacs.git
2012-07-06 Glenn MorrisTweaks for make-dist --update.
2012-07-06 Dmitry Antipov* buffer.c (unchain_overlay): Simplify. Add comment.
2012-07-06 Glenn Morris* lisp/Makefile.in: Comment
2012-07-06 Glenn MorrisMove a comment from lisp/Makefile.in to lisp/loadup.el.
2012-07-06 Glenn Morris* lisp/Makefile.in (compile-one-process): Rename from...
2012-07-06 Glenn Morris* lisp/Makefile.in (bzr-update): Use "compile".
2012-07-06 Dmitry GutovIn quit-window always restore window height when it...
2012-07-06 Dmitry AntipovIntroduce fast path for the widely used marker operation.
2012-07-06 Chong YidongTweak Emacs manual info menu ordering.
2012-07-06 Dmitry AntipovDo not use Fdelete_overlay in delete_all_overlays
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-06 Chong YidongMisc fixes for Lisp manual.
2012-07-06 Paul EggertPort to OpenBSD 5.1 amd64.
2012-07-06 Richard M.... * doc/lispref/intro.texi (A Sample Variable Description...
2012-07-06 Richard M.... Committer missed ChangeLog for previous change.
2012-07-06 Richard M.... * doc/lispref/intro.texi: Improve/undo previous changes.
2012-07-06 Glenn Morris* lisp/Makefile.in (cvs-update): Remove old alias.
2012-07-06 Glenn Morris* src/Makefile.in (emacs$(EXEEXT)): Don't check for...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-05 Eli ZaretskiiAvoid long futile looping on a TTY under huge values...
2012-07-05 Dmitry Antipov* marker.c (set_marker_restricted_both): Simplify by...
2012-07-05 Paul Eggert* editfns.c (region_limit): Simplify by using clip_to_b...
2012-07-05 Jan DjärvDon't use deprecated functions when compiling with...
2012-07-05 Eli ZaretskiiRevert hscroll and min_hscroll to ptrdiff_t.
2012-07-05 Eli ZaretskiiFix bug #11857 with messed up display for insanely...
2012-07-05 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-07-05 Michael AlbinusSync with Tramp 2.2.6-pre.
2012-07-05 Dmitry AntipovCleanup xmalloc.
2012-07-05 Paul Eggert* fileio.c (time_error_value): Check the right error...
2012-07-05 Glenn Morris* doc/lispref/intro.texi (A Sample Function Description...
2012-07-05 Michael Witten* doc/lispref/intro.texi (Evaluation Notation, A Sample...
2012-07-04 Paul Eggert* window.c (set_window_hscroll): Revert the 100000...
2012-07-04 Juanma Barranquero* nt/configure.bat (enablechecking): Enable checks...
2012-07-04 Paul Eggert* fileio.c (time_error_value): Rename from special_mtime.
2012-07-04 Paul Eggert* emacs.c (gdb_pvec_type): Change it back to enum pvec_...
2012-07-04 Paul Eggert* alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
2012-07-04 Juanma BarranqueroRemove obsolete configuration options (Windows port).
2012-07-04 Juanma BarranqueroFix ChangeLog typos.
2012-07-04 Chong YidongClean up syntax-table usage in xml.el
2012-07-04 Stefan Monnier* lisp/files.el (locate-dominating-file): Allow `name...
2012-07-04 Dmitry Antipov* buffer.c (init_buffer_once): Fix initialization of
2012-07-04 Stefan Monnier* lisp/emacs-lisp/bytecomp.el (byte-compile): Don't...
2012-07-04 Stefan MonnierTurn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
2012-07-04 Glenn MorrisAuto-commit of generated files.
2012-07-04 Paul EggertMerge from gnulib.
2012-07-04 Paul Eggert* doprnt.c (doprnt): Don't assume string length fits...
2012-07-04 Dmitry AntipovFix compilation with --enable-gcc-warnings and -O1
2012-07-04 Paul EggertAvoid weird behavior with large horizontal scrolls.
2012-07-04 Paul Eggert* buffer.c (Fgenerate_new_buffer_name): Fix sprintf...
2012-07-04 Dmitry Antipov* buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
2012-07-04 Stefan Monnier* lisp/xml.el (xml-name-regexp): Remove, redundant...
2012-07-04 Paul EggertRemove stray empty line.
2012-07-04 Paul Eggert* regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
2012-07-04 Paul EggertFix bugs in file timestamp newness comparisons.
2012-07-03 Paul Eggert* fileio.c: Improve handling of file time marker. ...
2012-07-03 Andreas Schwab* fileio.c (Finsert_file_contents): Properly handle...
2012-07-03 Paul Eggert* make-docfile.c (scan_c_file): Suppress GCC warning.
2012-07-03 Glenn Morris* src/lisp.h (Fread_file_name): Restore EXFUN
2012-07-03 Tom TromeyAuto-generate EXFUN using make-docfile
2012-07-03 Glenn MorrisSpeed up generate-new-buffer-name for invisible buffers...
2012-07-03 Dmitry AntipovFix block vector allocation code to allow VECTOR_BLOCK_SIZE
2012-07-03 Stefan Monnier* src/alloc.c (mark_object): Revert part of last patch...
2012-07-03 Dmitry Antipov* alloc.c (allocate_vector_block): Remove redundant
2012-07-03 Dmitry Antipov* alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
2012-07-03 Michael Albinus* vc/ediff-diff.el (ediff-same-file-contents): Fix...
2012-07-03 Andreas SchwabFixes: debbugs:11848
2012-07-03 Chong Yidong* xml.el: Protect parser against XML bombs.
2012-07-03 Dmitry AntipovCleanup basic buffer management.
2012-07-03 Glenn MorrisTweak bug-reference-bug-regexp setting
2012-07-03 Katsumi Yamaokagnus-art.el (gnus-article-view-part): Toggle subparts...
2012-07-02 Glenn Morris* lisp/simple.el (kill-whole-line): Doc tweak.
2012-07-02 Chong Yidong* lisp/xml.el: Handle entity and character reference...
2012-07-02 Stefan Monnier* lisp/comint.el (comint-output-filter): Filter out...
2012-07-02 Stefan Monnier* lisp/net/ange-ftp.el (ange-ftp-expand-file-name)...
2012-07-02 Dmitry Antipov* src/ChangeLog: Fix a typo.
2012-07-02 Paul EggertSpelling fixes.
2012-07-02 Paul Eggert* alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED...
2012-07-02 Dmitry Antipov* alloc.c (mark_buffer): Simplify. Remove prototype.
2012-07-02 Katsumi Yamaokagnus-sync.el: Simply require json
2012-07-01 Eli ZaretskiiFix bug #11827 with file-relative-name on MS-Windows.
2012-07-01 Chong Yidong* xml.el (xml-parse-dtd): Use proper regexps for ELEMEN...
2012-07-01 Glenn MorrisAuto-commit of loaddefs files.
2012-07-01 Glenn MorrisAuto-commit of generated files.
2012-07-01 Chong YidongImprove xml parameter entity parsing, and add a new...
2012-06-30 Juanma Barranquerolib-src/makefile.w32-in (CTAGS_CFLAGS): Remove EMACS_NAME.
2012-06-30 Glenn Morris* src/nsterm.m (ns_init_paths): Ignore site-lisp if...
2012-06-30 Glenn Morris* lisp/comint.el (follow-comint-scroll-to-bottom):...
2012-06-30 Glenn MorrisRemove outdated and unnecessary dbus- declarations.
2012-06-30 Glenn Morris* url-vars.el (mm-mime-mule-charset-alist, mm-coding...
2012-06-30 Glenn MorrisMake --no-site-lisp work for --enable-locallisppath...
2012-06-30 Eli ZaretskiiFix last entry in src/ChangeLog.
2012-06-30 Eli ZaretskiiAdapt the MS-DOS build to the latest changes.
2012-06-30 Eli ZaretskiiAdapt the MS-DOS build to the latest changes.
2012-06-30 Chong YidongFix use of eval-and-compile in regexps in xml.el.
2012-06-30 Chong Yidongxml.el: Fix last change.
2012-06-30 Michael Albinus* vc/vc-git.el (vc-git-registered): Use cache property
2012-06-30 Dmitry Gutov* vc/vc-hooks.el (vc-before-save): Clear cache if file...
2012-06-30 Stefan Monnier* lisp/emacs-lisp/cl-lib.el: Require macroexp.
2012-06-30 Stefan Monnier* lisp/emacs-lisp/cl-lib.el: Require macroexp for its...
2012-06-30 Chong Yidong* xml.el: Implement XML parameter entities.
next