bpt/emacs.git
2013-08-24 Eli ZaretskiiFix bug #15176 with setting directory times on MS-Windows.
2013-08-24 Jan Djärv* gtkutil.c (x_wm_set_size_hint): Don't set hints when...
2013-08-24 Paul EggertSystem-dependent integer overflow fixes.
2013-08-23 Glenn Morris* lisp/files.el (auto-mode-alist): Use sh-mode for...
2013-08-23 Paul EggertDon't let very long directory names overrun the stack.
2013-08-23 Glenn Morris* lisp/files.el (create-file-buffer): Rework previous...
2013-08-23 Glenn Morris* lisp/files.el (interpreter-mode-alist): Use tcl-mode...
2013-08-23 Glenn Morris* files.el (create-file-buffer): Handle a file whose...
2013-08-23 Stefan Monnier* lisp/textmodes/fill.el (fill-match-adaptive-prefix...
2013-08-23 Stefan Monnier* lisp/calc/calc-keypd.el (calc-keypad-execute): `x...
2013-08-23 Eli ZaretskiiFix bug #15155 with ignoring face remapping for strings...
2013-08-23 Glenn MorrisAuto-commit of generated files.
2013-08-23 Martin RudalicsIn display-buffer-pop-up-frame make BUFFER current...
2013-08-23 Dmitry Antipov* window.c (struct save_window_data): Fix typo.
2013-08-23 Dmitry AntipovMinor cleanup for redisplay interface and few related...
2013-08-23 Dmitry AntipovRedesign redisplay interface to drop updated_row and...
2013-08-22 Paul Eggert* process.c (flush_pending_output): Remove stub.
2013-08-22 Paul Eggert* configure.ac (EMACS_CONFIG_OPTIONS): Quote systematic...
2013-08-22 Stefan Monnier* lisp/erc/erc.el: Use lexical-binding.
2013-08-22 Stefan Monnier* lisp/calendar/timeclock.el: Minor cleanups.
2013-08-21 Paul Eggert* callproc.c: Fix race that killed background processes.
2013-08-21 David EngsterImported EIEIO test suite from CEDET upstream
2013-08-21 Stefan Monnier* lisp/emacs-lisp/pp.el (pp-eval-expression, pp-macroex...
2013-08-21 Glenn MorrisAuto-commit of generated files.
2013-08-21 Dmitry AntipovFix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_...
2013-08-21 Paul EggertPort close-on-exec pty creation to FreeBSD 9.1-RELEASE.
2013-08-21 Paul Eggert* process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOE...
2013-08-21 Sam SteingoldAdd rudimentary inferior shell interaction
2013-08-20 Stefan Monnier* lisp/align.el: Use lexical-binding.
2013-08-20 Kenichi Handasrc/character.c (string_char): Improve commentary.
2013-08-20 Eli ZaretskiiDocument problems with Windows file names that end...
2013-08-20 Michael Albinus* minibuffer.el (completion--sifn-requote): Bind `non...
2013-08-20 Paul Eggert* Makefile.in (distclean, bootstrap-clean, maintainer...
2013-08-20 Glenn MorrisRemove stray execute bit
2013-08-20 Glenn Morris* Makefile.in (distclean, bootstrap-clean, maintainer...
2013-08-20 Paul Eggert* image.c (SIGNATURE_DIGESTSIZE): Remove.
2013-08-19 Paul Eggert* image.c: Shrink memory needed for animation cache.
2013-08-19 Lars Magne... (imagemagick_get_animation_cache): Fix memory leak.
2013-08-19 Paul Eggert* image.c: Space before paren.
2013-08-19 Lars Magne... Fix previous commit.
2013-08-19 Lars Magne... * image.c (imagemagick_get_animation_cache): Don't...
2013-08-19 Glenn MorrisAuto-commit of generated files.
2013-08-19 Paul Eggert* image.c: Fix animation cache signature memory leak.
2013-08-19 Paul Eggert* process.c (handle_child_signal): Fix crash; deleted...
2013-08-19 Paul EggertMerge from gnulib.
2013-08-19 Katsumi YamaokaGnus: Exclude iso-2022-jp-2 and shift_jis from the...
2013-08-19 Dmitry Antipov* image.c (imagemagick_create_cache, imagemagick_get_an...
2013-08-18 Xue FuqiaoMinor improving in indexing of buffer position.
2013-08-18 Eli ZaretskiiMinor improving in indexing of "region".
2013-08-18 Lars Magne... * image.c (imagemagick_get_animation_cache): Don't...
2013-08-18 Ken BrownChange size of static heap on Cygwin; report maximum...
2013-08-17 Eli ZaretskiiFix a minor issue with loading zlib DLL on MS-Windows.
2013-08-17 Xue Fuqiao* text.texi (Case Changes): Fix an `args-out-of-range...
2013-08-17 Xue Fuqiao* doc/lispref/modes.texi (SMIE, SMIE Grammar, SMIE...
2013-08-17 Xue Fuqiao* doc/emacs/text.texi (Columns): Comment out undefined...
2013-08-17 Michael Albinus* net/tramp.el:
2013-08-17 Xue Fuqiao* doc/emacs/text.texi (Sorting): Fix indentation.
2013-08-17 Xue Fuqiao* doc/emacs/text.texi (Filling): Add cross-reference...
2013-08-17 Xue Fuqiao* doc/emacs/text.texi (Enriched Justification): Minor...
2013-08-17 Xue FuqiaoMention interactive call of buffer-disable-undo.
2013-08-16 Xue FuqiaoAnother doc fix for `buffer-undo-list'.
2013-08-16 Lars Magne... (imagemagick_load_image): Remove the ping_wand code
2013-08-16 Lars Magne... * net/shr.el (shr-rescale-image): Use ImageMagick even...
2013-08-16 Lars Magne... image.c: Fix debugging code accidentally checked in
2013-08-16 Lars Magne... (imagemagick_get_animation_cache): Fix a double-free...
2013-08-16 Lars Magne... * image.c: Implement an ImageMagick per-image cache.
2013-08-16 Xue FuqiaoDoc fix for `buffer-undo-list'.
2013-08-16 Michael Albinus* net/tramp-cmds.el (top): Don't declare `buffer-name'.
2013-08-16 Glenn MorrisAuto-commit of generated files.
2013-08-16 Martin RudalicsIn mouse-autoselect-window-select do autoselect when...
2013-08-16 Xue FuqiaoReverse previous change, because kill-{new, append...
2013-08-16 Xue FuqiaoAdvertise using `kill-new' and `kill-append' in Lisp...
2013-08-16 Glenn Morris* net/ange-ftp.el (ange-ftp-skip-msgs): Bump :version.
2013-08-16 William Parsons* net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV...
2013-08-16 Glenn Morris* lisp/net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp...
2013-08-16 Glenn Morris* bytecomp.el (byte-compile-make-variable-buffer-local...
2013-08-16 Glenn MorrisSimplify news and mail menu items
2013-08-16 Glenn MorrisAdd functions to change the speed of animated images
2013-08-16 Xue Fuqiaodoc/lispref/text.texi(Margins): Add an index.
2013-08-16 Paul EggertSpelling fixes.
2013-08-16 Xue FuqiaoRefine the documentation of `insert-buffer-substring'.
2013-08-16 Xue Fuqiao* src/editfns.c (insert_before_markers): Mention overla...
2013-08-16 Xue Fuqiao* doc/lispref/text.texi (Insertion): Add cross-references.
2013-08-16 Xue FuqiaoRemove documentation of undefined behavior.
2013-08-15 Lars Magne... Add comment.
2013-08-15 Lars Magne... Whitespace fixup.
2013-08-15 Lars Magne... (imagemagick_compute_animated_image): Allow certain...
2013-08-15 Lars Magne... (imagemagick_compute_animated_image): Fix animated...
2013-08-15 Lars Magne... image.c animation touchups
2013-08-15 Jan Djärv* nsmenu.m (menuWillOpen:): Fix preprocessor test.
2013-08-15 Lars Magne... (imagemagick_compute_animated_image): Clean up code...
2013-08-15 Stefan Monnier* lisp/emacs-lisp/debug.el (debugger-setup-buffer)...
2013-08-15 Lars Magne... (imagemagick_compute_animated_image): Respect the GIF...
2013-08-15 Michael AlbinusDeclare external variables.
2013-08-15 Ken BrownRevert last change to gmalloc.c; update some comments.
2013-08-15 Paul EggertFix minor problems found by static checking.
2013-08-15 Lars Magne... Further image.c compilation warning fixes
2013-08-15 Lars Magne... (imagemagick_compute_animated_image): Implement a simpl...
2013-08-15 Dmitry AntipovFix infinite frame selection loop (Bug#15025).
2013-08-15 Eli ZaretskiiFix bug #15099 with 'box' face attribute in display...
next