summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump version to 24.0.90.emacs-pretest-24.0.90Chong Yidong2011-09-25
| | | | Regenerate AUTHORS and ldefs-boot.el.
* * admin.el (set-version): Fix regexps for config.nt and sed2v2.inp.Chong Yidong2011-09-25
|
* * dbusbind.c (Fdbus_register_signal): When service is notMichael Albinus2011-09-25
| | | | registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
* * net/dbus.el (dbus-unregister-object): Don't release services forMichael Albinus2011-09-25
| | | | registered signals. (Bug#9581)
* Add NEWS entries for quit-window, window-state functions, and ↵Martin Rudalics2011-09-25
| | | | ignore-window-parameters.
* Describe window quitting, configuration and parameter additions.Martin Rudalics2011-09-25
| | | | | | | | | * windows.texi (Quitting Windows): New node. (Window Configurations): Add descriptions of window-state-get and window-state-put. (Window Parameters): Describe variable ignore-window-parameters. Sketch some window parameters currently in use. * elisp.texi (Top): Update node listing.
* * lisp/progmodes/cfengine.el (cfengine-auto-mode): Add convenience function.Ted Zlatanov2011-09-25
| | | | | | * lisp/progmodes/cfengine.el (cfengine-auto-mode): Add convenience function that picks between cfengine 2 and 3 support automatically. Update docs accordingly.
* Auto-commit of generated files.Glenn Morris2011-09-25
|
* Some minor changes in windows section.Martin Rudalics2011-09-25
| | | | | | | | | * windows.texi (Windows and Frames, Display Action Functions) (Switching Buffers): Fix some typos. (Buffers and Windows): Remove reference to window-auto-delete. Reword description of replace-buffer-in-windows. (Window History): Fix some typos and refer to frame local buffer list.
* Document display-buffer-alist and related variables in Lisp manual.Chong Yidong2011-09-24
| | | | | * doc/lispref/windows.texi (Display Action Functions) (Choosing Window Options): New nodes.
* * src/buffer.c (truncate-lines): Doc fix.Glenn Morris2011-09-24
|
* Support a new variable `shr-ignore-cache' to re-fetch images when hitting ↵Lars Magne Ingebrigtsen2011-09-24
| | | | | | | `g' in Gnus. gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to re-fetch images. shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to re-fetch images when hitting `g' in Gnus.
* * url-http.el (url-http-create-request): Avoid adding extra CRLF (Bug#8931).Christopher J. White2011-09-24
|
* Minor doc fixes for some window functions.Chong Yidong2011-09-24
| | | | | Minor doc fixes for switch-to-buffer, window-prev-buffers, set-window-prev-buffers, set-window-next-buffers.
* Document display-buffer and other window changes in Lisp manual.Chong Yidong2011-09-24
| | | | | | | | | | | * doc/lispref/windows.texi (Window History): New node. Move text here from Buffers and Windows. (Switching Buffers): Rename from Displaying Buffers, since we don't document display-buffer here; callers changed. Document FORCE-SAME-WINDOW arg to switch-to-buffer and switch-to-buffer-other-frame. Delete duplicate replace-buffer-in-windows doc. (Choosing Window): Document display actions.
* * allout.el (allout-this-command-hid-stuff): Buffer-local variable that'sKen Manheimer2011-09-24
| | | | | | | true if the current command involved collapsing of text. It's reset to false at the beginning of the next command. (allout-post-command-business): Move the cursor to the beginning of entry if the cursor is hidden and collapsing activity just happened.
* * configure.in (CRT_DIR): Fix netbsd/openbsd handling.Glenn Morris2011-09-24
| | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00562.html
* * mouse.el (mouse-drag-track): Set scroll-margin to 0 while tracking.Chong Yidong2011-09-24
| | | | Fixes: debbugs:9541
* * src/minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)Glenn Morris2011-09-24
|
* * etc/PROBLEMS: Very long lines being slow is a known issue.Glenn Morris2011-09-24
|
* Window-related updates to NEWS and Emacs manual.Chong Yidong2011-09-24
| | | | | | | | | | | | | | | | * etc/NEWS: Reorganize, placing user options in Changes section. * doc/emacs/buffers.texi (Select Buffer): Clarify description of buffer-switching commands. Add xref to Window Display node. Don't repeat confirm-nonexistent-file-or-buffer description from Visiting node. Remove even-window-heights. * doc/emacs/frames.texi (Special Buffer Frames): Add xref to Window Choice. * doc/emacs/windows.texi (Pop Up Window): Defer discussion of window splitting to the Window Choice node. Add index entries. (Force Same Window): Node deleted. (Displaying Buffers, Window Choice): New nodes.
* Fix minor problems found by static checking.Paul Eggert2011-09-24
|\ | | | | | | | | * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int. * indent.c (Fvertical_motion): Fix == vs = typo.
| * * xdisp.c (string_from_display_spec): Don't use int for vector length.Paul Eggert2011-09-24
| |
| * * indent.c (Fvertical_motion): Fix == vs = typo.Paul Eggert2011-09-24
|/
* Change the default value of redisplay-dont-pause to t.Eli Zaretskii2011-09-24
| | | | | | | | src/dispnew.c (syms_of_display) <redisplay-dont-pause>: Default value is now t. Doc fix. doc/lispref/display.texi (Forcing Redisplay): Update the description of redisplay-dont-pause due to change in the default value. etc/NEWS: Mention the change of the default value.
* newsticker: automatically load html rendering packages.Ulf Jasper2011-09-24
| | | | | | | | | | | | lisp/ChangeLog: 2011-09-24 Ulf Jasper <ulf.jasper@web.de> * net/newst-reader.el (newsticker-html-renderer) (newsticker-show-news): Automatically load html rendering package if newsticker-html-renderer is set. Fixes "Warning: defvar ignored because w3m-fill-column is let-bound" and the error "Symbol's value as variable is void: w3m-fill-column".
* Fix vertical cursor motion when the newline is covered by a display string.Eli Zaretskii2011-09-24
| | | | | | | | | | | src/indent.c (Fvertical_motion): Compute and apply the overshoot logic when moving up, not only when moving down. Fix the confusing name and values of the it_overshoot_expected variable; logic changes accordingly. (Bug#9254) (Bug#9549) src/xdisp.c (pos_visible_p): Produce correct pixel coordinates when CHARPOS is covered by a display string which includes newlines. (move_it_vertically_backward): Avoid inflooping when START_CHARPOS is covered by a display string with embedded newlines.
* * net/dbus.el (dbus-unregister-object): Remove match rule of signals.Michael Albinus2011-09-24
| | | | Release services only if they are defined. (Bug#9581)
* * dbusbind.c (Fdbus_register_signal): Add match rule toMichael Albinus2011-09-24
| | | | | | Vdbus_registered_objects_table. (Bug#9581) (Fdbus_register_method, Vdbus_registered_objects_table): Fix docstring.
* bidi.c: Whitespace changes and a few added parentheses,Richard M. Stallman2011-09-24
| | | | to follow usual Emacs and GNU style.
* do not ignore write error for any output sizeJim Meyering2011-09-24
| | | | | | | | | | | | | | The previous change was incomplete. While it makes emacs --batch detect the vast majority of stdout write failures, errors were still ignored whenever the output size is k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096, $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \ && echo FAIL: ignored write error FAIL: ignored write error $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \ && echo FAIL: ignored write error FAIL: ignored write error * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
* For moving backward sentences,Richard M. Stallman2011-09-23
| | | | distinguish start of paragraph from start of its text.
* Autoload report-emacs-bug-query-existing-bugs.Richard M. Stallman2011-09-23
|
* Don't allow killing Rmail view buffer by itself.Richard M. Stallman2011-09-23
| | | | It gets killed only when its Rmail buffer gets killed.
* * erc-button.el (erc-button-next-function): Scoping fix (Bug#9487).Antoine Levitt2011-09-23
|
* * lisp/international/mule-diag.el (mule-diag): Insert a newline afterAndreas Schwab2011-09-23
| | | | each fontset description.
* * lisp/simple.el (delete-trailing-whitespace): Document last change; simplify.Stefan Monnier2011-09-23
|
* Document some window code changes in NEWS.Martin Rudalics2011-09-23
|
* * lisp/simple.el (delete-trailing-whitespace): Also deletePeter J. Weisberg2011-09-23
| | | | extra newlines at the end of the buffer.
* * lisp/textmodes/picture.el: Make motion commands obey shift-select-mode.Peter J. Weisberg2011-09-23
| | | | (picture-newline): Use forward-line so as to ignore fields.
* * lisp/subr.el (with-wrapper-hook): Fix edebug spec.Stefan Monnier2011-09-23
|
* * simple.el (kill-line): Note effect of `show-trailing-whitespace'.Lars Magne Ingebrigtsen2011-09-23
| | | | Fixes: debbugs:4538
* * src/emacs.c (Fkill_emacs): In noninteractive mode exitAndreas Schwab2011-09-23
| | | | non-successfully if a write error occurred on stdout. (Bug#9574)
* * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions): FixMichael Albinus2011-09-23
| | | | nasty bug using wrong cached values.
* progmodes/cc-defs.el (c-version): Increase to 5.31.9.Alan Mackenzie2011-09-23
|
* Document changes to windows code.Martin Rudalics2011-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * frames.texi (Frames and Windows): Move section and rename to Windows and Frames in windows.texi. * windows.texi (Windows): Restructure. (Basic Windows): Rewrite. Explain live and internal windows and normalization functions. (Windows and Frames): Move section here from frames.texi. Describe subwindows, window combinations, window tree, and corresponding functions including window-list here. (Window Sizes): Rename section from Size of Window and move it up in chapter. Describe total and body sizes and the corresponding functions. Explain new semantics of window-min-height/-width. (Resizing Windows): Move section up in chapter. Describe new resize functions. (Splitting Windows): Describe new behavior of split-window, split-window-above-each-other and split-window-side-by-side. Provide examples. Describe window-nest and window-splits options. (Deleting Windows): Minor rewrite. (Selecting Windows): Minor rewrite. Describe frame-selected-window and set-frame-selected-window here. (Cyclic Window Ordering): Minor rewrite. Describe window-list-1. (Buffers and Windows): Rewrite. Explain a window's previous and next buffers and the corresponding functions. * elisp.texi (Top): Update node listings for frames and windows sections.
* Add reference to Bug#410 in ChangeLog entry.Martin Rudalics2011-09-23
|
* * window.el (pop-to-buffer): Ensure right window is selected if we chose ↵Chong Yidong2011-09-22
| | | | | | | another frame. Otherwise, C-x 5 b might not select the right window if reusing a window on another frame.
* Make "C-x =" show display properties from overlays.Eli Zaretskii2011-09-22
| | | | | | lisp/simple.el (what-cursor-position): Use get-char-property-change and next-single-char-property-change, to be able to show display properties that come from overlays as well as text properties.
* Reintroduce pop-to-buffer-same-window; use it for previous users of ↵Chong Yidong2011-09-22
| | | | | | | | | | | | | | | | same-window-*. * window.el (pop-to-buffer-same-window): New (reinstated) fun. * cmuscheme.el (run-scheme, switch-to-scheme): * cus-edit.el (customize-group, custom-buffer-create) (customize-browse): * info.el (info): * shell.el (shell): * mail/sendmail.el (mail): * progmodes/inf-lisp.el (inferior-lisp): Use it. Fixes: debbugs:9532