- 20 Apr, 2012 4 commits
-
-
Eli Zaretskii authored
lisp/window.el (window-min-size, window-sizable, window-min-delta) (window-max-delta, window--resizable, window-resizable) (window-total-size, window-full-height-p, window-full-width-p) (window-in-direction, window--resize-mini-window, window-resize) (window--resize-child-windows-normal) (window--resize-child-windows, window--resize-siblings) (window--resize-this-window, adjust-window-trailing-edge) (enlarge-window, shrink-window): Doc fixes.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/misc/faq.texi (New in Emacs 24): New section. (Packages that do not come with Emacs): Mention M-x list-packages.
-
Glenn Morris authored
* doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi: * doc/lispref/minibuf.texi (Completion): Update "High-Level Completion" description. * doc/lispref/minibuf.texi (Basic Completion): No need to describe obarrays here. Don't mention obsolete `nospace' argument of all-completions. (Minibuffer Completion, Completion Commands, Reading File Names) (Completion Variables): Copyedits. (Completion Commands): Mention parent keymaps. Remove obsolete minibuffer-local-filename-must-match-map. (High-Level Completion): Remove read-variable's almost word-for-word duplication of read-command.
-
- 19 Apr, 2012 5 commits
-
-
Chong Yidong authored
* lisp/progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty): New function to call delete-process on the gdb-inferior buffer's pty. (gdb-reset): Use it, instead of relying on kill-buffer to kill the pty process. (gdb-update): New arg to suppress talking to the gdb process. (gdb-done-or-error): Use it. (gdb-stopped-functions): Rename from gdb-stopped-hooks. (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for sentinel not being called. * lisp/comint.el (make-comint-in-buffer, comint-exec): Doc fix. Fixes: debbugs:11273
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/minibuf.texi (Object from Minibuffer): Remove overly pedantic paragraph. (Minibuffer History): Copyedits. Add face-name-history. (Initial Input, Yes-or-No Queries, Multiple Queries) (Minibuffer Windows, Minibuffer Misc): Copyedits. (Yes-or-No Queries): Tweak example. (Minibuffer Commands): Add next-complete-history-element. (Minibuffer Misc): Mention minibuffer-message-timeout, and minibuffer-inactive-mode. * doc/lispref/minibuf.texi (Minibuffers): * doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi: Fix minibuffer subsection order. * lisp/subr.el: Comment.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/minibuf.texi: Standardize metasyntactic variables ("history", etc). Use Texinfo-recommended form of quote+punctuation. (Intro to Minibuffers): First minibuffer is #1, not #0. Mention minibuffer-inactive-mode. (Text from Minibuffer): Copyedits. (Minibuffer History, Programmed Completion): Fix @var usage.
-
- 18 Apr, 2012 6 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/processes.texi (Serial Ports, Byte Packing, Bindat Spec) (Bindat Functions): Copyedits. * src/process.c (Fset_process_inherit_coding_system_flag) (Fset_process_query_on_exit_flag): Doc fix (mention return value). (Fmake_network_process, Fmake_serial_process): Doc fix. * admin/FOR-RELEASE: Related markup.
-
Christopher Schmidt authored
* doc/lispref/files.texi (Saving Buffers): Document `visit and `visit-save' values of require-final-newline.
-
Chong Yidong authored
Fixes: debbugs:11268
-
Glenn Morris authored
* doc/lispref/processes.texi (Output from Processes, Filter Functions): Mention waiting-for-user-input-p. (Sentinels, Query Before Exit, System Processes, Transaction Queues): (Network Servers, Datagrams, Network Processes, Network Options) (Network Feature Testing, Serial Ports): Copyedits. (Network): Add encrypted network overview paragraph. Cross-reference the Emacs-GnuTLS manual. Use @acronym. * lisp/net/network-stream.el (open-network-stream): Doc fix. * src/process.c (Fset_process_inherit_coding_system_flag) (Fset_process_query_on_exit_flag): Doc fix (mention return value). (Fmake_network_process): Doc fix.
-
Ludovic Courtès authored
-
- 17 Apr, 2012 4 commits
-
-
Juanma Barranquero authored
-
Eli Zaretskii authored
src/xdisp.c (string_buffer_position_lim): Limit starting position to BEGV. (set_cursor_from_row): If called for a mode-line or header-line row, return zero immediately. (try_cursor_movement): If inside continuation line, don't back up farther than the first row after the header line, if any. Don't consider the header-line row as "partially visible", even if MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero.
-
Chong Yidong authored
-
Chong Yidong authored
* doc/lispref/keymaps.texi (Menu Bar): Move most of the :advertised-binding description to help.texi. * doc/lispref/help.texi (Keys in Documentation): Mention :advertised-binding.
-
- 16 Apr, 2012 4 commits
-
-
Alan Mackenzie authored
-
Chong Yidong authored
Fixes: debbugs:11242
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/processes.texi (Process Information, Input to Processes) (Signals to Processes, Output from Processes, Process Buffers) (Filter Functions, Decoding Output): Copyedits.
-
- 15 Apr, 2012 4 commits
-
-
Chong Yidong authored
Fix its buggy logic for the Windows case (regression from 23.4). * lib-src/emacsclient.c (decode_options): Move -t -n corner case handling into server.el. * lisp/server.el (server-process-filter): Handle corner case where both tty and nowait options are present. Fixes: debbugs:11102
-
Chong Yidong authored
-
Glenn Morris authored
* doc/lispref/processes.texi (Asynchronous Processes, Deleting Processes): Copyedits. (Asynchronous Processes): Update some example output.
-
Glenn Morris authored
* doc/lispref/processes.texi (Processes, Subprocess Creation, Shell Arguments): (Synchronous Processes): Copyedits. (Subprocess Creation): Discourage modifying exec-path directly. (Synchronous Processes): Update some example output. (Process Information): Fix typo. (Bindat Spec): Use Texinfo-recommended form of quote+punctuation. * lisp/simple.el (process-file-side-effects): Doc fix.
-
- 14 Apr, 2012 10 commits
-
-
Glenn Morris authored
* doc/lispref/anti.texi (Antinews): Copyedits. Don't @dfn anything here. open-network-stream does exist in Emacs 23, but is simpler. * admin/FOR-RELEASE: Related markup.
-
Glenn Morris authored
* admin/FOR-RELEASE: Related edit. Ref http://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00402.html
-
-
Glenn Morris authored
* doc/emacs/mule.texi (Language Environments): Move font info to "Fontsets". (Fontsets): Move intlfonts etc here from "Language Environments". Copyedits. (Defining Fontsets, Modifying Fontsets, Undisplayable Characters) (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits. * admin/FOR-RELEASE: Related markup.
-
Glenn Morris authored
-
Stefan Monnier authored
* emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall. Fixes: debbugs:11241
-
Chong Yidong authored
All callers changed.
-
Chong Yidong authored
and its effect on C-x C-c more carefully.
-
Glenn Morris authored
* doc/emacs/frames.texi (Scroll Bars): * doc/emacs/glossary.texi (Glossary): Use consistent case for "X Window System".
-
Glenn Morris authored
* doc/emacs/mule.texi (Select Input Method, Coding Systems): State command names in kbd tables. (Recognize Coding): Add cross-ref. (Output Coding): Don't mention message mode in particular. (Text Coding, Communication Coding, File Name Coding, Terminal Coding): Copyedits.
-
- 13 Apr, 2012 3 commits
-
-
Atsuo Ohki authored
Fixes: debbugs:11238
-
Chong Yidong authored
* emulation/cua-base.el (cua-exchange-point-and-mark): Just call exchange-point-and-mark if cua-enable-cua-keys is nil. Fixes: debbugs:11191
-
Chong Yidong authored
-