- 26 Apr, 2012 9 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi: Some fixes for detailed menu. * doc/lispref/modes.texi (Major Modes, Auto-Indentation): * doc/lispref/buffers.texi (Buffers): Some fixes for menu descriptions.
-
Bastien Guerry authored
-
Bastien Guerry authored
-
Bastien Guerry authored
-
Andreas Schwab authored
* vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
-
Stefan Monnier authored
* doc/lispref/functions.texi (Simple Lambda, Argument List): * doc/lispref/eval.texi (Function Indirection): Avoid deprecated form.
-
Glenn Morris authored
This seems only fair, since there have been a large number of contributors since the original ones. * doc/emacs/emacs.texi: * doc/lispref/book-spine.texi, doc/lispref/elisp.texi, doc/lispref/vol1.texi: * doc/lispref/vol2.texi: Add "et al." to authors.
-
Glenn Morris authored
-
- 25 Apr, 2012 1 commit
-
-
Eli Zaretskii authored
doc/emacs/mule.texi (Bidirectional Editing): Improve indexing. Minor wording tweaks.
-
- 24 Apr, 2012 2 commits
-
-
Chong Yidong authored
Though not itself a regression, this bug was exposed by the support for MULTIPLE selections, which is new to Emacs 24 (see Bug#11315). * lisp/select.el (xselect--encode-string): New function, split from xselect-convert-to-string. (xselect-convert-to-string): Use it. (xselect-convert-to-filename, xselect-convert-to-os) (xselect-convert-to-host, xselect-convert-to-user): Ensure that returned strings are properly encoded.
-
Chong Yidong authored
Fixes: debbugs:11315
-
- 23 Apr, 2012 3 commits
-
-
Eli Zaretskii authored
src/xdisp.c (pos_visible_p): If the window start position is beyond ZV, start the display from buffer beginning. Prevents assertion violation in init_iterator when the minibuffer window is scrolled via the scroll bar. src/window.c (window_scroll_pixel_based): Likewise.
-
Chong Yidong authored
-
Chong Yidong authored
* doc/lispref/keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg to where-is-internal. * src/keymap.c (where_is_internal): Doc fix (Bug#10872).
-
- 22 Apr, 2012 1 commit
-
-
Chong Yidong authored
-
- 21 Apr, 2012 13 commits
-
-
Bastien Guerry authored
Thanks to Stephen Berman for pointing this.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/windows.texi (Textual Scrolling, Coordinates and Windows) (Window Configurations, Window Parameters, Window Hooks): Copyedits. (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom, and recenter-positions. Remove recenter example. * admin/FOR-RELEASE: Related markup.
-
Andreas Schwab authored
characters for mode-line processing.
-
Chong Yidong authored
* lisp/xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to reaching eob. Fixes: debbugs:11286
-
Andreas Schwab authored
-
Glenn Morris authored
* doc/lispref/windows.texi (Cyclic Window Ordering, Window History) (Dedicated Windows, Quitting Windows, Window Configurations): Copyedits. (Window Start and End): Remove pointless example. Remove cross-reference to deleted count-lines content.
-
Glenn Morris authored
* doc/lispref/windows.texi (Basic Windows, Windows and Frames, Window Sizes) (Resizing Windows, Deleting Windows, Selecting Windows) (Choosing Window Options, Horizontal Scrolling): Copyedits. (Splitting Windows, Deleting Windows): Fix ignore-window-parameters logic. (Selecting Windows, Choosing Window Options): Markup fixes.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi: Bump VERSION and DATE (in case we forgoet to do it later). I don't know what VERSION means, but it should be bigger than before. Note that README no longer mentions these.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/minibuf.texi (Intro to Minibuffers): Tweak discussion of resizing minibuffer window.
-
Glenn Morris authored
* doc/misc/faq.texi (Major packages and programs): Remove section. There is no point listing 6 packages (cf etc/MORE.STUFF). (Finding Emacs and related packages): Move "Spell-checkers" here.
-
- 20 Apr, 2012 11 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Paul Eggert authored
* mail/rmail.el (rmail-start-mail): Pass (rmail-mail-return...) for the return-action. Pass (rmail-yank-current-message...) for the yank-action. (rmail-yank-current-message): New function. (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer. (rmail-reply): Likewise. (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer. * mail/sendmail.el (mail-bury): Choose the first rmail-mode buffer, not the last. Reject temp buffers. Use the rmail-mode buffer, not newbuf.
-
Glenn Morris authored
* src/fileio.c (Fcopy_file, Fset_file_selinux_context): Ignore ENOTSUP failures from setfilecon functions.
-
Eli Zaretskii authored
src/dispnew.c (swap_glyph_pointers, copy_row_except_pointers): Don't overrun array limits of glyph row's used[] array.
-
Eli Zaretskii authored
lisp/progmodes/gdb-mi.el (gdb-control-level): New variable. (gdb): Make it buffer-local and init to zero. (gdb-control-commands-regexp): New variable. (gdb-send): Don't wrap in "-interpreter-exec console" if gdb-control-level is positive. Increment gdb-control-level whenever the command matches gdb-control-commands-regexp, and decrement it each time the command is "end". (Bug#11279)
-
Martin Rudalics authored
-
Chong Yidong authored
-
Martin Rudalics authored
* window.el (adjust-window-trailing-edge, enlarge-window) (shrink-window, window-resize): * mouse.el (mouse-drag-line): Fix resizing of minibuffer windows (Bug#11276).
-
Glenn Morris authored
-
Glenn Morris authored
Mention list-packages. Remove many old/outdated URLs.
-