aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-10-11416-99218/+80208
|\ | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: [email protected]/emacs--unicode--0--patch-257
* | Merge from emacs--devo--0Miles Bader2007-10-11270-44175/+79095
|\| | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: [email protected]/emacs--unicode--0--patch-257
| * *** empty log message ***Eric S. Raymond2007-10-091-0/+5
| |
| * Added descriptions of newer supported version control systems. Arranged all inEric S. Raymond2007-10-091-31/+60
| | | | | | | | chronological order.
| * This is the actual fix....Eric S. Raymond2007-10-091-5/+2
| |
| * Remove mention of local-key-translation-map.Stefan Monnier2007-10-091-3/+2
| |
| * Require easymenu.Juanma Barranquero2007-10-092-1/+4
| |
| * Add missing change from rel-22 branch to src/image.cMiles Bader2007-10-091-4/+4
| | | | | | | | Revision: [email protected]/emacs--devo--0--patch-877
| * (print_help_and_exit): Fix space to improve alignment in output messages.Juanma Barranquero2007-10-092-1/+6
| |
| * *** empty log message ***Juanma Barranquero2007-10-091-0/+5
| |
| * Merge from emacs--rel--22Miles Bader2007-10-0991-782/+2396
| |\ | | | | | | | | | Revision: [email protected]/emacs--devo--0--patch-875
| | * Merge from gnus--rel--5.10Miles Bader2007-10-099-101/+298
| | | | | | | | | | | | Revision: [email protected]/emacs--rel--22--patch-115
| | * (follow-mode-hook, follow-mode): Doc fixes.Juanma Barranquero2007-10-092-4/+8
| | | | | | | | | | | | (follow-mode-off-hook): Mark as obsolete.
| | * Remove non-bug.Glenn Morris2007-10-091-4/+2
| | |
| | * Mention openSUSE bcopy issue.Glenn Morris2007-10-091-0/+5
| | |
| | * (handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN.Richard M. Stallman2007-10-093-10/+9
| | |
| | * (Cursor Display): Correct how cursor appears in nonselected windows.Richard M. Stallman2007-10-092-4/+9
| | |
| | * (Examining Properties): Mention overlay priority.Richard M. Stallman2007-10-092-7/+15
| | |
| | * (Display Margins): Correct the description of margin display specifications.Richard M. Stallman2007-10-091-44/+61
| | | | | | | | | | | | (Replacing Specs): New subnode broken out of Display Property.
| | * (url-type, url-user, url-password, url-host)Richard M. Stallman2007-10-093-38/+55
| | | | | | | | | | | | | | | | | | | | | (url-port, url-filename, url-target, url-attributes) (url-fullness, url-set-type, url-set-user, url-set-password) (url-set-host, url-set-port, url-set-filename, url-set-target) (url-set-attributes, url-set-full): Change macros to defuns.
| | * (edebug-install-custom-print-funcs)Richard M. Stallman2007-10-091-38/+6
| | | | | | | | | | | | | | | | | | | | | | | | (edebug-install-custom-print, edebug-reset-print-funcs) (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs): Functions deleted. (edebug-prin1, edebug-print, edebug-prin1-to-string) (edebug-format, edebug-message): Define directly as aliases.
| | * (follow-mode): Don't run hooks twice. Use `when'.Juanma Barranquero2007-10-082-8/+10
| | |
| | * Add urls.Glenn Morris2007-10-071-0/+3
| | |
| | * Purge duplicate entry.Glenn Morris2007-10-071-3/+0
| | |
| | * *** empty log message ***Richard M. Stallman2007-10-071-7/+20
| | |
| | * (bad-packages-alist): Clarify Semantic and CEDET version numbers.Glenn Morris2007-10-072-1/+7
| | |
| | * Clarify Semantic and CEDET version numbers.Glenn Morris2007-10-061-1/+2
| | |
| | * * net/tramp.el (tramp-completion-mode): Extend doc-string.Michael Albinus2007-10-062-12/+35
| | | | | | | | | | | | | | | | | | | | | (tramp-completion-mode-p): Revert change from 2007-09-24. Checking for `return' etc as last character is not sufficient, for example in dired-mode when entering <g> (revert-buffer) or <s> (dired-sort).
| | * (mouse-autoselect-window-cancel): Don't cancel forMartin Rudalics2007-10-063-34/+48
| | | | | | | | | | | | | | | | | | select-window or select-frame events. (handle-select-window): When autoselecting window set input focus. Restructure.
| | * (focus-follows-mouse): Moved to frame.c.Martin Rudalics2007-10-061-9/+0
| | |
| | * (all): Add focus-follows-mouse.Martin Rudalics2007-10-061-0/+1
| | |
| | * *** empty log message ***Martin Rudalics2007-10-061-0/+18
| | |
| | * (syms_of_xdisp): In doc-string of mouse-autoselect-windowMartin Rudalics2007-10-061-1/+4
| | | | | | | | | | | | mention focus-follows-mouse.
| | * (handle_one_xevent): When focus_follows_mouse is nil makeMartin Rudalics2007-10-061-1/+7
| | | | | | | | | | | | SELECT_WINDOW_EVENT only if we don't leave the selected frame.
| | * (w32_read_socket): When focus_follows_mouse is nil makeMartin Rudalics2007-10-061-1/+7
| | | | | | | | | | | | SELECT_WINDOW_EVENT only if we don't leave the selected frame.
| | * (dos_rawgetc): When focus_follows_mouse is nil makeMartin Rudalics2007-10-061-1/+7
| | | | | | | | | | | | SELECT_WINDOW_EVENT only if we don't leave the selected frame.
| | * (XTread_socket): When focus_follows_mouse is nil makeMartin Rudalics2007-10-061-1/+7
| | | | | | | | | | | | | | | SELECT_WINDOW_EVENT only if we don't leave the selected frame.
| | * (focus_follows_mouse): Extern it.Martin Rudalics2007-10-061-0/+5
| | |
| | * (focus_follows_mouse): Moved here from frame.el to allowMartin Rudalics2007-10-061-0/+17
| | | | | | | | | | | | | | | window autoselection act appropriately when leaving selected frame. (syms_of_frame): Initialize focus_follows_mouse.
| | * (kbd_buffer_get_event): Break loop waiting for inputMartin Rudalics2007-10-061-0/+6
| | | | | | | | | | | | when there's an unread command event.
| | * Mention problems with Semantic.Eli Zaretskii2007-10-061-0/+5
| | |
| | * (Fwrite_region): Ignore EINVAL error from fsync.Andreas Schwab2007-10-062-2/+8
| | |
| | * Chris Moore <dooglus at gmail.com>Glenn Morris2007-10-062-3/+7
| | | | | | | | | | | | (server-kill-new-buffers): Doc fix.
| | * (bs-mode): Make sure global-font-lock-mode doesn't activateJuanma Barranquero2007-10-052-1/+7
| | | | | | | | | | | | | | | font-locking in the *buffer-selection* buffer. (bs-show-sorted): Doc fix.
| | * (Auto Faces): Fix typo.Juanma Barranquero2007-10-052-4/+8
| | |
| | * (bs--get-marked-string, bs--get-modified-string, bs--get-readonly-string,Juanma Barranquero2007-10-052-8/+15
| | | | | | | | | | | | | | | | | | bs--get-size-string, bs--get-name, bs--get-mode-name, bs-mode): Fix typos in docstrings. (bs--format-aux): Doc fix.
| | * (syms_of_image) <image-types>: Fix typo in docstring.Juanma Barranquero2007-10-052-6/+10
| | |
| | * (mac_load_query_font): Fix missing return value.YAMAMOTO Mitsuharu2007-10-052-2/+17
| | | | | | | | | | | | | | | [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap): Add BLOCK_INPUT.
| | * *** empty log message ***Glenn Morris2007-10-051-6/+9
| | |
| | * *** empty log message ***Jason Rumney2007-10-051-0/+4
| | |