- 30 Jun, 2013 3 commits
-
-
Lars Magne Ingebrigtsen authored
* net/shr.el (shr-make-table-1): Add a sanity check that allows progression on degenerate tables. (shr-rescale-image): ImageMagick animated images currently doesn't work.
-
Juanma Barranquero authored
It is still experimental and disabled by default. * lisp/desktop.el (desktop--save-windows): Put the selected frame at the head of the list. (desktop--make-full-frame): New function. (desktop--restore-windows): Try to re-select the frame that was selected upon saving. Do not abort if some frames fail to restore, just show an error message and contnue. Set up maximized frames so they have default non-maximized dimensions.
-
Dmitry Gutov authored
start heredoc inside a string or comment.
-
- 29 Jun, 2013 10 commits
-
-
Juanma Barranquero authored
-
Eli Zaretskii authored
-
Paul Eggert authored
* coding.c (encode_inhibit_flag, inhibit_flag): New functions. Redo the latter's body to sidestep GCC parenthesization warnings. (setup_coding_system, detect_coding, detect_coding_system): Use them. * coding.c (detect_coding, detect_coding_system): * coding.h (struct undecided_spec): Use bool for boolean. * image.c (QCmax_width, QCmax_height): Now static. * xdisp.c (Fmove_point_visually): Remove unused local.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/xdisp.c (Fmove_point_visually): New function. lisp/bindings.el (visual-order-cursor-movement): New defcustom. (right-char, left-char): Provide visual-order cursor motion by calling move-point-visually. Update the doc strings. doc/emacs/basic.texi (Moving Point): Document visual-order-cursor-movement and its effect on right-char and left-char. doc/lispref/display.texi (Bidirectional Display): Document move-point-visually. etc/NEWS: Document the new feature.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Xue Fuqiao authored
-
Glenn Morris authored
so that TeX intermediate files go there rather than to PWD.
-
Glenn Morris authored
(manual-txt): Remove. (manual-pdf): Doc fix. (manual-ps): Rename from manual-dvi.
-
- 28 Jun, 2013 15 commits
-
-
YAMAMOTO Mitsuharu authored
-
Glenn Morris authored
-
Kenichi Handa authored
(detect_coding): Likewise. (detect_coding_system): Likewise. (Fdefine_coding_system_internal): New coding system properties :inhibit-null-byte-detection, :inhibit-iso-escape-detection, and :prefer-utf-8. (syms_of_coding): Adjusted for coding_arg_undecided_max.
-
Kenichi Handa authored
(coding_attr_index): New members coding_attr_undecided_inhibit_null_byte_detection, coding_attr_undecided_inhibit_iso_escape_detection, coding_attr_undecided_prefer_utf_8. (undecided_spec): New struct. (struct coding_system): New member `undecied' of the member `spec'.
-
Kenichi Handa authored
properties :inhibit-null-byte-detection, :inhibit-iso-escape-detection, and :prefer-utf-8. (set-buffer-file-coding-system): If :charset-list property of CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is appropriate for setting.
-
Kenichi Handa authored
DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains multibyte characters, return utf-8 (or one of it's siblings).
-
Kenichi Handa authored
(file-coding-system-alist): Use prefer-utf-8 as default for Elisp files.
-
Kenichi Handa authored
(decoder-tests-ao-gen-file): Renamed from decoder-tests-filename. Callers changed. (decoder-tests-filename): New function. (decoder-tests-prefer-utf-8-read) (decoder-tests-prefer-utf-8-write): New function. (ert-test-decoder-prefer-utf-8): New test.
-
Katsumi Yamaoka authored
gnus-art.el (gnus-article-extend-url-button): Make it work again with gnus-button-push revised at 2011-01-19
-
Ivan Kanis authored
-
Ivan Kanis authored
-
Paul Eggert authored
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
-
- 27 Jun, 2013 12 commits
-
-
Glenn Morris authored
-
Paul Eggert authored
This mostly consists of undoing recent changes. * callproc.c (Fcall_process): * process.c (create_process): Do not worry about catching SIGCHLD here, undoing previous change. * nsterm.m (ns_term_init): Re-catch SIGCHLD, undoing previous change. * process.c, process.h (catch_child_signal): No longer extern if !NS_IMPL_GNUSTEP, undoing 06-22 change. * process.c (catch_child_handler): Don't worry about being called lazily and do not assume caller has blocked SIGCHLD, undoing previous change. Move first-time stuff back to init_process_emacs, undoing 06-22 change. If CYGWIN, do not tickle glib, as that causes Cygwin bootstrap to fail. Do not set lib_child_handler if it's already initialized, which may help avoid problems on GNUStep.
-
Dmitry Gutov authored
(package-x-test--single-archive-entry-1-3) (package-x-test--single-archive-entry-1-4): Fix the tests, by using the appropriate data structure.
-
Dmitry Gutov authored
-
Dmitry Gutov authored
* automated/package-x-test.el: New file. * automated/package-test.el: New file. * automated/data/package: New directory, with test examples. * lisp/emacs-lisp/package-x.el (package-upload-buffer-internal): Adapt to `package-desc-version' being a list. Use `package--ac-desc-version' to retrieve version from a package archive element.
-
Stephen Berman authored
above search for node name to prevent missing a footnote. Fixes: debbugs:14717
-
Juanma Barranquero authored
* etc/NEWS: Document new Desktop option `desktop-save-windows'. * lisp/desktop.el (desktop-save-windows): New defcustom. (desktop--saved-states): New var. (desktop--excluded-frame-parameters): New defconst. (desktop--filter-frame-parms, desktop--find-frame-in-display) (desktop--restore-windows, desktop--save-windows): New functions. (desktop-save): Call `desktop--save-windows'. (desktop-read): Call `desktop--restore-windows'.
-
Lars Magne Ingebrigtsen authored
-
Stephen Berman authored
renaming of old version.
-
Stephen Berman authored
-
Glenn Morris authored
-
Leo Liu authored
-