- 25 Jun, 2011 7 commits
-
-
Glenn Morris authored
* lib-src/emacsclient.c (decode_options) <opt>: Add `F:'. (print_help_and_exit): Mention --frame-parameters.
-
Juanma Barranquero authored
* allout.el (allout-unload-function): Pass -1 to `allout-mode'. * proced.el (proced-unload-function): * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove. * ses.el (ses-unload-function): * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
-
Andreas Rottmann authored
* lib-src/emacsclient.c (longopts, decode_options, main): Add frame-parameters. * lisp/server.el (server-create-window-system-frame): Add parameters arg. (server-process-filter): Doc fix. Handle frame-parameters. * doc/emacs/misc.texi (emacsclient Options): Mention --frame-parameters. * doc/man/emacsclient.1: Mention --frame-parameters. * etc/NEWS: Mention this.
-
Glenn Morris authored
-
Juanma Barranquero authored
(unload-feature): Use it. * progmodes/python.el (python-after-info-look): Add autoload cookie. (python-unload-function): New function. Fixes: debbugs:8781 debbugs:8730
-
Stefan Monnier authored
-
Giuseppe Scrivano authored
-
- 24 Jun, 2011 3 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Ted Zlatanov authored
-
- 23 Jun, 2011 23 commits
-
-
Katsumi Yamaoka authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Stefan Monnier authored
messages for adjacent non-terminals.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Michael Albinus authored
SIZE is a number.
-
Glenn Morris authored
-
Martin Rudalics authored
* window.el (get-lru-window, get-mru-window) (get-largest-window): Never return a minibuffer window. (display-buffer-pop-up-window): Fix a bug that could lead to reusing the minibuffer window. (display-buffer): Pass original specifier argument to display-buffer-function instead of the normalized one. Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
(PRINTPREPARE, printchar, strout): Don't set size unless allocation succeeds.
-
Paul Eggert authored
for sizes. Check for string overflow more accurately. Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
-
Paul Eggert authored
* keyboard.h (struct keyboard.kbd_macro_bufsize): * macros.c (Fstart_kbd_macro, store_kbd_macro_char): Use ptrdiff_t, not int, for sizes. Don't increment bufsize until after realloc succeeds. Check for size-calculation overflow. (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
(Fload, openp, read_buffer_size, read1) (substitute_object_recurse, read_vector, read_list, map_obarray): Use ptrdiff_t, not int, for sizes. (read1): Use EMACS_INT, not int, for sizes.
-
Leo Liu authored
-
Paul Eggert authored
(read_integer): Radix is now EMACS_INT, not int, to improve quality of diagnostics for out-of-range radices. Calculate buffer size correctly for out-of-range radices. (read1): Check for integer overflow in radices, and in read-circle numbers.
-
Paul Eggert authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
- 22 Jun, 2011 7 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Paul Eggert authored
-
Paul Eggert authored
(saved_doc_string_size, saved_doc_string_length) (prev_saved_doc_string_size, prev_saved_doc_string_length): Now ptrdiff_t, not int. (read1): Don't assume doc string length fits in int. Check for out-of-range doc string lengths. (read_list): Don't assume file position fits in int.
-
Roland Winkler authored
-
Lars Magne Ingebrigtsen authored
query for the password first, instead of waiting for SMTP to give an error message and the trying again.
-
Paul Eggert authored
-