- 18 Aug, 2013 1 commit
-
-
Ken Brown authored
* src/sheap.c (STATIC_HEAP_SIZE): Adjust to current needs; use bigger static heap if ENABLE_CHECKING is defined. (max_bss_sbrk_ptr): New variable. (bss_sbrk): Use it. (report_sheap_usage): Report maximum static heap usage instead of ending static heap usage.
-
- 17 Aug, 2013 9 commits
-
-
Eli Zaretskii authored
src/decompress.c (Fzlib_available_p) [WINDOWSNT]: Update the value of zlib_initialized according to the results of calling init_zlib_functions.
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Michael Albinus authored
* net/tramp-adb.el: * net/tramp-cmds.el: * net/tramp-ftp.el: * net/tramp-gvfs.el: * net/tramp-gw.el: * net/tramp-sh.el: Don't wrap external variable declarations by `eval-when-compile'.
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
* doc/lispref/text.texi (Maintaining Undo): Mention interactive call of buffer-disable-undo.
-
- 16 Aug, 2013 24 commits
-
-
Xue Fuqiao authored
-
Lars Magne Ingebrigtsen authored
The apparently only saved time on invalid animated images, and slowed down everything else. Optimise for the common case.
-
Lars Magne Ingebrigtsen authored
Now that Emacs supports ImageMagick animations.
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Xue Fuqiao authored
-
Michael Albinus authored
(tramp-append-tramp-buffers): Rewrite buffer local variables part.
-
Glenn Morris authored
-
Martin Rudalics authored
* window.el (mouse-autoselect-window-select): Do autoselect when mouse pointer is on margin.
-
Xue Fuqiao authored
-
Xue Fuqiao authored
* lisp/simple.el (copy-region-as-kill, kill-ring-save): Advertise using `kill-new' and `kill-append' in Lisp programs.
-
Glenn Morris authored
-
William Parsons authored
Fixes: debbugs:1972
-
Glenn Morris authored
Handle "Remote Directory" response of some clients. Fixes: debbugs:15058
-
Glenn Morris authored
Fixes: debbugs:14926
-
Glenn Morris authored
* lisp/menu-bar.el (send-mail-item-name, read-mail-item-name): Remove. (menu-bar-tools-menu): Simplify news and mail items. Fixes: debbugs:15095
-
Glenn Morris authored
* lisp/image-mode.el (image-mode-map): Add menu items to reverse, increase, decrease, reset animation speed. (image--set-speed, image-increase-speed, image-decrease-speed) (image-reverse-speed, image-reset-speed): New functions. (image-mode-map): Add bindings for speed commands. * lisp/image.el (image-animate-get-speed, image-animate-set-speed): New functions. (image-animate-timeout): Respect image :speed property. * etc/NEWS: Mention this.
-
Xue Fuqiao authored
-
Paul Eggert authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
-
Xue Fuqiao authored
* doc/lispref/positions.texi (Character Motion): * doc/lispref/markers.texi (Moving Markers): (Creating Markers): Comment out undefined behavior. * src/marker.c (set_marker): Remove documentation of undefined behavior.
-
- 15 Aug, 2013 6 commits
-
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
(imagemagick_compute_animated_image): Allow images that say they have sub-images that are bigger than the main image, but just crop them.
-
Lars Magne Ingebrigtsen authored
(imagemagick_compute_animated_image): Setting the iterator row to zero is apparently not allowed.
-
Lars Magne Ingebrigtsen authored
* image.c (imagemagick_compute_animated_image): Animate correctly when sub-images are smaller than the main image.
-
Jan Djärv authored
Fixes: debbugs:15001
-