- 20 Sep, 2012 9 commits
-
-
Martin Rudalics authored
* emacs-lisp/debug.el (debug): Restore assignment to debugger-old-buffer removed on 2012-09-08.
-
Glenn Morris authored
-
Juri Linkov authored
`diff-latest-backup-file' is now autoloaded.
-
Chong Yidong authored
-
Stefan Monnier authored
(sel-mode): Don't defvar. (calc-get-stack-element): Add `sel-mode' arg instead. (calc-top, calc-top-list): Pass it this additional argument. * lisp/calc/calc-store.el (calc-store-map): * lisp/calc/calc-map.el (calc-apply, calc-reduce, calc-map) (calc-map-equation, calc-outer-product, calc-inner-product): * lisp/calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
-
Stefan Monnier authored
-
Stefan Monnier authored
calling mark_vectorlike since that's the one that marks the window. (mark_discard_killed_buffers): Mark the final cdr. * src/window.h (struct window): Move prev/next_buffers to the non-standard fields. * src/window.c (make_window): Initialize prev/next_buffers manually.
-
Paul Eggert authored
* keyboard.c (gobble_input, read_avail_input, tty_read_avail_input): * nsterm.m (ns_term_init): * termhooks.h (struct terminal.read_socket_hook): * w32inevt.c (w32_console_read_socket): * w32term.c (w32_read_socket): * xterm.c (XTread_socket): Omit unused arg EXPECTED. All callers changed. (store_user_signal_events): Return void, not int, since callers no longer care about the return value. All uses changed.
-
Juanma Barranquero authored
-
- 19 Sep, 2012 11 commits
-
-
Paul Eggert authored
Ignore 'expected'. See Eli Zaretskii in <http://bugs.gnu.org/12471#8> (last line).
-
Juri Linkov authored
`diff-latest-backup-file' is not autoloaded. (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg of `dired-get-filename' to t to not report error when there is no default file on the current line.
-
Stefan Monnier authored
macroexp--eval-if-compile. (macroexp--funcall-and-return, macroexp--warn-and-return): New funs. (macroexp--expand-all): Use them. Fixes: debbugs:12371
-
Stefan Monnier authored
(doc-view-scale-bounding-box): Fix unbound `caddr'.
-
Tassilo Horn authored
* doc-view.el (doc-view-mode-map): Add keybinding. (doc-view-menu): Add menu entry. (doc-view-set-slice): Adapt docstring. (doc-view-get-bounding-box, doc-view-guess-paper-size) (doc-view-scale-bounding-box) (doc-view-set-slice-from-bounding-box): New functions. (doc-view-paper-sizes): New defvar. * doc/emacs/misc.texi (DocView Slicing): Document new slice from BoundingBox feature.
-
Paul Eggert authored
(XParseGeometry): Now static. Substitute extremal values for values that are out of range.
-
Glenn Morris authored
* emacs-lisp/macroexp.el (byte-compile-warn-obsolete) (byte-compile-log-warning): Autoload.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/calendar/calendar.el (calendar-american-month-header) (calendar-european-month-header, calendar-iso-month-header) (calendar-month-header): New options. (calendar-set-date-style): Set calendar-month-header. Redraw calendar. (calendar-generate-month): Use calendar-month-header. Fixes: debbugs:9510
-
Chong Yidong authored
Fixes: debbugs:12469
-
Jan Djärv authored
* src/frame.c (read_integer, XParseGeometry): Moved from w32xfns.c. (Fx_parse_geometry): If there is a space in string, call Qns_parse_geometry, otherwise do as on other terms. * src/w32xfns.c (read_integer, XParseGeometry): Move to frame.c. * src/nsfns.m (XParseGeometry): Remove. (Fx_create_frame): Call x_set_offset to correctly interpret top_pos in geometry. Fixes: debbugs:12368
-
- 18 Sep, 2012 11 commits
-
-
Juri Linkov authored
getting the default value, but keep new feature of using the latest existing backup file (`diff-latest-backup-file').
-
Juri Linkov authored
mode, mark all files in the active region. Doc fix. (dired-unmark, dired-flag-file-deletion, dired-unmark-backward): Doc fix. Fixes: debbugs:10624
-
Juri Linkov authored
attributes for M-n are pulled from the file at point. (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix. Suggested by Drew Adams. Fixes: debbugs:10624
-
Dmitry Gutov authored
whitespace after "end". (ruby-do-end-to-brace): Collapse block to one line if it fits within fill-column.
-
Jan Djärv authored
-
Eli Zaretskii authored
nt/configure.bat: Include stddef.h before gif_lib.h, to have size_t defined, as needed by giflib-5.0.0.
-
Glenn Morris authored
-
Glenn Morris authored
-
Martin Rudalics authored
* emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization value. (debug): Don't remove debugger window when debugger is expected to be back.
-
Chong Yidong authored
* lisp/cus-edit.el (custom-unlispify-remove-prefixes): Add warning. * lisp/custom.el (defface): Doc fix. * doc/lispref/customize.texi (Customization): Define customization more carefully. (Common Keywords): Add xref to Constant Variables. * doc/lispref/display.texi (Faces): Discuss anonymous faces. (Face Attributes): Tweak intro. (Defining Faces): Move after the Face Attributes node. Copyedits. (Displaying Faces): Describe role of inheritance. * doc/lispref/variables.texi (Defining Variables): Link to defcustom's node instead of the higher-level Customization chapter. Fixes: debbugs:11440
-
Martin Blais authored
to initialize query-on-exit; then test that instead. Fixes: debbugs:12288
-
- 17 Sep, 2012 9 commits
-
-
Andreas Schwab authored
after config.status --recheck, run configure from $(srcdir). (config.status): Run configure from $(srcdir).
-
Paul Eggert authored
to create 'configure'; problem reported by Andreas Schwab in <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>. * autogen.sh: Exit with status 1 when failing due to missing tools, reverting the 2012-09-10 change to this file. * autogen/copy_autogen: Fail if one of the subsidiary actions fail. Use 'cp -f' for the build-aux files, since the destinations are typically read-only.
-
Paul Eggert authored
($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env. Suggested by Wolfgang Jenker in <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>. (MAKE_CONFIG_STATUS): Remove. Remaining use expanded. This undoes part of the 2012-09-10 patch. (bootstrap): Run ./configure, rather than trying to run config.status if it exists. That builds src/epaths.h more reliably.
-
Eli Zaretskii authored
src/search.c (scan_buffer): Use character positions in calls to region_cache_forward and region_cache_backward, not byte positions.
-
Glenn Morris authored
-
Stefan Merten authored
* rst.el: Add support for `testcover'. (rst-defcustom-testcover, rst-testcover-add-compose) (rst-testcover-add-1value): New functions. (rst-portable-mark-active-p): Replace by `use-region-p'. (rst-update-section, rst-classify-adornment) (rst-find-title-line): Mark `1value' forms. (rst-classify-adornment): Remove superfluous form. (rst-update-section, rst-get-adornments-around) (rst-adornment-complete-p, rst-get-next-adornment) (rst-adjust, rst-promote-region) (rst-display-adornments-hierarchy, rst-straighten-adornments) (rst-find-pfx-in-region, rst-section-tree-rec) (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node) (rst-toc-node, rst-toc, rst-forward-section) (rst-iterate-leftmost-paragraphs) (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region) (rst-bullet-list-region) (rst-convert-bullets-to-enumeration, rst-font-lock-keywords) (rst-compile-find-conf, rst-compile) (rst-repeat-last-character): Fix style.
-
Glenn Morris authored
-
Chong Yidong authored
* comint.el (comint--complete-file-name-data): Don't add a space if the status is `sole'; that adds a gratuitous space in the completion-cycling case. * pcomplete.el (pcomplete-completions-at-point): Likewise. Fixes: debbugs:12092
-
Juanma Barranquero authored
(BROKEN_SA_RESTART, SYNC_INPUT): Remove.
-