bpt/emacs.git
16 years agodisplay-world-time does not work on Windows.
Jason Rumney [Wed, 17 Oct 2007 22:27:24 +0000 (22:27 +0000)]
display-world-time does not work on Windows.

16 years agoDisplay message when tutorial position is not saved
Vinicius Jose Latorre [Wed, 17 Oct 2007 21:10:34 +0000 (21:10 +0000)]
Display message when tutorial position is not saved

16 years agoFix wording of the SPC non-completion of file names entry.
Eli Zaretskii [Wed, 17 Oct 2007 19:21:36 +0000 (19:21 +0000)]
Fix wording of the SPC non-completion of file names entry.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 17 Oct 2007 08:59:54 +0000 (08:59 +0000)]
*** empty log message ***

16 years ago(Glossary): Use "key binding" consistently.
Juanma Barranquero [Wed, 17 Oct 2007 08:51:04 +0000 (08:51 +0000)]
(Glossary): Use "key binding" consistently.

16 years ago(Init Non-ASCII): Use "key binding" consistently.
Juanma Barranquero [Wed, 17 Oct 2007 08:48:54 +0000 (08:48 +0000)]
(Init Non-ASCII): Use "key binding" consistently.

16 years ago(Source Buffers): Use "key binding" consistently.
Juanma Barranquero [Wed, 17 Oct 2007 08:48:07 +0000 (08:48 +0000)]
(Source Buffers): Use "key binding" consistently.

16 years ago(Diary): Fix directive.
Juanma Barranquero [Wed, 17 Oct 2007 07:53:36 +0000 (07:53 +0000)]
(Diary): Fix directive.

16 years ago(longlines-wrap-follows-window-size): Integer value
Chong Yidong [Wed, 17 Oct 2007 02:47:39 +0000 (02:47 +0000)]
(longlines-wrap-follows-window-size): Integer value
specifies wrapping margin.
(longlines-mode, longlines-window-change-function): Set
window-specific wrapping margin based on the above.

16 years ago* longlines.el (longlines-wrap-follows-window-size): Integer value
Chong Yidong [Wed, 17 Oct 2007 02:47:28 +0000 (02:47 +0000)]
* longlines.el (longlines-wrap-follows-window-size): Integer value
specifies wrapping margin.
(longlines-mode, longlines-window-change-function): Set
window-specific wrapping margin based on the above.

16 years ago** ams@gnu.org, 9 July: eshell and external commands
Chong Yidong [Wed, 17 Oct 2007 02:09:47 +0000 (02:09 +0000)]
** ams@gnu.org, 9 July: eshell and external commands
Fixed.

16 years agoCorrect typo.
Chong Yidong [Wed, 17 Oct 2007 02:08:48 +0000 (02:08 +0000)]
Correct typo.

16 years ago(eshell-complex-commands): Add "ls".
Chong Yidong [Wed, 17 Oct 2007 02:07:12 +0000 (02:07 +0000)]
(eshell-complex-commands): Add "ls".

16 years ago* eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
Chong Yidong [Wed, 17 Oct 2007 02:07:01 +0000 (02:07 +0000)]
* eshell/esh-cmd.el (eshell-complex-commands): Add "ls".

16 years ago(cc-imenu-c++-generic-expression): Tweak regexp to avoid overflow.
Glenn Morris [Wed, 17 Oct 2007 01:36:24 +0000 (01:36 +0000)]
(cc-imenu-c++-generic-expression): Tweak regexp to avoid overflow.

16 years agoAdd url.
Glenn Morris [Wed, 17 Oct 2007 01:36:10 +0000 (01:36 +0000)]
Add url.

16 years ago(Qcompletion_ignore_case): New external Lisp_Object.
Glenn Morris [Wed, 17 Oct 2007 01:32:41 +0000 (01:32 +0000)]
(Qcompletion_ignore_case): New external Lisp_Object.
(Fread_file_name): Use it rather than intern'ing.

16 years ago(Qcompletion_ignore_case): Change to external.
Glenn Morris [Wed, 17 Oct 2007 01:30:59 +0000 (01:30 +0000)]
(Qcompletion_ignore_case): Change to external.
(syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.

16 years ago(Qcompletion_ignore_case): New Lisp_Object.
Glenn Morris [Wed, 17 Oct 2007 01:30:17 +0000 (01:30 +0000)]
(Qcompletion_ignore_case): New Lisp_Object.
(syms_of_minibuf): Add Qcompletion_ignore_case.

16 years ago(Qcompletion_ignore_case): New external Lisp_Object.
Glenn Morris [Wed, 17 Oct 2007 01:29:32 +0000 (01:29 +0000)]
(Qcompletion_ignore_case): New external Lisp_Object.
(Fread_coding_system): Ignore case of user input.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 16 Oct 2007 11:10:48 +0000 (11:10 +0000)]
*** empty log message ***

16 years ago(bs-mode): Set hooks (accidentally left out in the previous commit).
Juanma Barranquero [Tue, 16 Oct 2007 10:57:28 +0000 (10:57 +0000)]
(bs-mode): Set hooks (accidentally left out in the previous commit).

16 years ago(bs--window-config-coming-from): Revert 2006-11-09 change.
Juanma Barranquero [Tue, 16 Oct 2007 10:52:09 +0000 (10:52 +0000)]
(bs--window-config-coming-from): Revert 2006-11-09 change.
(bs--restore-window-config): Keep the selected frame.
(bs--track-window-changes, bs--remove-hooks): New functions.
(bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
(bs--show-with-configuration): Revert 2006-11-09 change.
Don't reuse window unless it is visible on the selected frame.
Restore window configuration (possibly in a different frame)
before creating any window.

16 years ago(handle_display_prop): Ignore display specs after
YAMAMOTO Mitsuharu [Tue, 16 Oct 2007 09:00:09 +0000 (09:00 +0000)]
(handle_display_prop): Ignore display specs after
replacing one when string text is being replaced.
(handle_single_display_spec): Pretend as if characters with display
property haven't been consumed only when buffer text is being replaced.

16 years ago(ad-get-advice-info): Change to a function.
Richard M. Stallman [Tue, 16 Oct 2007 02:34:58 +0000 (02:34 +0000)]
(ad-get-advice-info): Change to a function.
(ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
(ad-is-advised, ad-get-advice-info-field)
(ad-set-advice-info-field): Use ad-get-advice-info-macro.

16 years ago(Diary): Clarify text about diary file example.
Richard M. Stallman [Tue, 16 Oct 2007 02:24:50 +0000 (02:24 +0000)]
(Diary): Clarify text about diary file example.

16 years agoRevert accidental deletion.
Glenn Morris [Tue, 16 Oct 2007 02:17:51 +0000 (02:17 +0000)]
Revert accidental deletion.

16 years agoRe-fill copyright header.
Glenn Morris [Tue, 16 Oct 2007 02:06:12 +0000 (02:06 +0000)]
Re-fill copyright header.
(blink-matching-open): Don't report false errors with the `$' syntax
class.

16 years ago(filesets-alist-get): Use `let' rather than `let*'.
Juanma Barranquero [Mon, 15 Oct 2007 17:39:35 +0000 (17:39 +0000)]
(filesets-alist-get): Use `let' rather than `let*'.
(filesets-ormap, filesets-sort-case-sensitive-flag, filesets-remake-shortcut,
filesets-ingroup-collect-files): Fix typos in docstrings.
(filesets-data-get-name, filesets-data-get-data, filesets-data-set,
filesets-cmd-query-replace-getargs, filesets-ingroup-collect,
filesets-find-or-display-file): Doc fixes.

16 years agoDon't require url when compiling, as url-type is no longer a macro.
YAMAMOTO Mitsuharu [Mon, 15 Oct 2007 08:57:14 +0000 (08:57 +0000)]
Don't require url when compiling, as url-type is no longer a macro.

16 years agoRestore deleted entry.
Glenn Morris [Mon, 15 Oct 2007 00:35:19 +0000 (00:35 +0000)]
Restore deleted entry.

16 years ago(ring-convert-sequence-to-ring)
Richard M. Stallman [Sun, 14 Oct 2007 22:53:17 +0000 (22:53 +0000)]
(ring-convert-sequence-to-ring)
(ring-insert+extend, ring-remove+insert+extend, ring-member)
(ring-next, ring-previous): New functions.

16 years ago*** empty log message ***
Richard M. Stallman [Sun, 14 Oct 2007 22:30:59 +0000 (22:30 +0000)]
*** empty log message ***

16 years agoLine break fix.
Richard M. Stallman [Sun, 14 Oct 2007 18:51:21 +0000 (18:51 +0000)]
Line break fix.

16 years ago(Ffset): Save autoload of the function being set.
Juanma Barranquero [Sun, 14 Oct 2007 18:02:05 +0000 (18:02 +0000)]
(Ffset): Save autoload of the function being set.

16 years ago(do_autoload): Don't save autoloads.
Juanma Barranquero [Sun, 14 Oct 2007 18:00:05 +0000 (18:00 +0000)]
(do_autoload): Don't save autoloads.

16 years ago(select-tags-table): Disable undo in the `*Tags Table List*' buffer.
Glenn Morris [Sun, 14 Oct 2007 02:52:40 +0000 (02:52 +0000)]
(select-tags-table): Disable undo in the `*Tags Table List*' buffer.

16 years agoJohn Paul Wallington <jpw at pobox.com>
Glenn Morris [Sun, 14 Oct 2007 02:50:11 +0000 (02:50 +0000)]
John Paul Wallington  <jpw at pobox.com>

(x_create_tip_frame): Set the `display-type' frame parameter before
setting up faces.

16 years ago*** empty log message ***
Eli Zaretskii [Sat, 13 Oct 2007 20:20:14 +0000 (20:20 +0000)]
*** empty log message ***

16 years ago(dired-warn-writable): New face.
Eli Zaretskii [Sat, 13 Oct 2007 20:14:23 +0000 (20:14 +0000)]
(dired-warn-writable): New face.
(dired-warn-writable-face): New variable.
(dired-font-lock-keywords): Use dired-warn-writable-face, instead of
dired-warning-face, for group- and world-writable files.

16 years ago(octave-looking-at-kw): Add doc string.
Glenn Morris [Sat, 13 Oct 2007 20:08:01 +0000 (20:08 +0000)]
(octave-looking-at-kw): Add doc string.
(octave-re-search-forward-kw, octave-re-search-backward-kw):
Add doc string, and an explicit COUNT argument.
(octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
INC to search functions.

16 years agoJohn W. Eaton <jwe at octave.org>
Glenn Morris [Sat, 13 Oct 2007 20:01:38 +0000 (20:01 +0000)]
John W. Eaton  <jwe at octave.org>

(octave-looking-at-kw)
(octave-re-search-forward-kw, octave-re-search-backward-kw): New functions.
(octave-in-defun-p, calculate-octave-indent)
(octave-blink-matching-block-open, octave-beginning-of-defun)
(octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
to search for regexps that contain case-sensitive keywords.
(octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
(octave-scan-blocks): Likewise, for octave-re-search-forward-kw.

16 years ago(directory-abbrev-alist): Doc fix.
Richard M. Stallman [Sat, 13 Oct 2007 14:10:21 +0000 (14:10 +0000)]
(directory-abbrev-alist): Doc fix.

16 years ago(url-default-expander): Use `url-file-directory'.
Richard M. Stallman [Sat, 13 Oct 2007 14:04:06 +0000 (14:04 +0000)]
(url-default-expander): Use `url-file-directory'.

16 years ago(url-digest-auth, url-basic-auth):
Richard M. Stallman [Sat, 13 Oct 2007 14:03:25 +0000 (14:03 +0000)]
(url-digest-auth, url-basic-auth):
Rename `path' to `file'.  Use `url-file-directory'.

16 years ago(url-basepath): Function deleted.
Richard M. Stallman [Sat, 13 Oct 2007 14:02:50 +0000 (14:02 +0000)]
(url-basepath): Function deleted.
(url-file-directory, url-file-nondirectory): New functions
replacing url-basepath.  Callers changed.

16 years ago(comint-password-prompt-regexp): Add 'LDAP'.
Eli Zaretskii [Sat, 13 Oct 2007 11:34:19 +0000 (11:34 +0000)]
(comint-password-prompt-regexp): Add 'LDAP'.

16 years ago(dos_rawgetc): Undo last change (there's no ``leaving selected frame''
Eli Zaretskii [Sat, 13 Oct 2007 11:25:52 +0000 (11:25 +0000)]
(dos_rawgetc): Undo last change (there's no ``leaving selected frame''
on MSDOS).

16 years ago(Interactive Shell): Correct INSIDE_EMACS reference.
Glenn Morris [Sat, 13 Oct 2007 02:50:27 +0000 (02:50 +0000)]
(Interactive Shell): Correct INSIDE_EMACS reference.

16 years agoDiane Murray <disumu at x3y2z1.net>
Glenn Morris [Sat, 13 Oct 2007 02:49:32 +0000 (02:49 +0000)]
Diane Murray  <disumu at x3y2z1.net>

(url-basic-auth): Set path to "/" when URL has an empty string filename.

16 years ago(set-frame-configuration): Assign name parameter only
Martin Rudalics [Fri, 12 Oct 2007 08:49:20 +0000 (08:49 +0000)]
(set-frame-configuration): Assign name parameter only
if it has been set explicitly before.

16 years ago(Qexplicit_name): New variable.
Martin Rudalics [Fri, 12 Oct 2007 08:36:47 +0000 (08:36 +0000)]
(Qexplicit_name): New variable.
(x_report_frame_params): Report it in parameter alist.
(syms_of_frame): Intern and staticpro it.

16 years ago(handle-select-window): Revert part of 2007-10-06
Martin Rudalics [Fri, 12 Oct 2007 06:29:24 +0000 (06:29 +0000)]
(handle-select-window): Revert part of 2007-10-06
change setting the input focus.

16 years ago(Top): Add Distinguish Interactive to subnode menu.
Richard M. Stallman [Fri, 12 Oct 2007 04:52:52 +0000 (04:52 +0000)]
(Top): Add Distinguish Interactive to subnode menu.

16 years ago(Distinguish Interactive): New node,
Richard M. Stallman [Fri, 12 Oct 2007 04:52:06 +0000 (04:52 +0000)]
(Distinguish Interactive): New node,
broken out from Interactive Call and rewritten.
(Command Loop): Put Distinguish Interactive in menu.

16 years ago(custom-variable-menu, custom-face-menu)
Glenn Morris [Fri, 12 Oct 2007 02:56:39 +0000 (02:56 +0000)]
(custom-variable-menu, custom-face-menu)
(custom-group-menu): Check init-file-user rather than
user-init-file, in case cus-edit is loaded by site-run-file.

16 years agoComment.
Glenn Morris [Fri, 12 Oct 2007 02:49:58 +0000 (02:49 +0000)]
Comment.

16 years ago(follow-stop-intercept-process-output):
Juanma Barranquero [Thu, 11 Oct 2007 11:57:36 +0000 (11:57 +0000)]
(follow-stop-intercept-process-output):
Use `follow-call-process-filter' rather than `process-filter'.

16 years ago(gdb-info-stack-custom): Ensure current frame is visible.
Nick Roberts [Thu, 11 Oct 2007 04:23:29 +0000 (04:23 +0000)]
(gdb-info-stack-custom): Ensure current frame is visible.

16 years ago*** empty log message ***
Nick Roberts [Thu, 11 Oct 2007 04:22:16 +0000 (04:22 +0000)]
*** empty log message ***

16 years agoFix :foreground and :background face attributes
Vinicius Jose Latorre [Thu, 11 Oct 2007 01:58:43 +0000 (01:58 +0000)]
Fix :foreground and :background face attributes

16 years ago(debugger-setup-buffer): Disable undo in *Backtrace*.
Richard M. Stallman [Wed, 10 Oct 2007 20:19:44 +0000 (20:19 +0000)]
(debugger-setup-buffer): Disable undo in *Backtrace*.

16 years ago(face-font-selection-order): Doc fix.
Richard M. Stallman [Wed, 10 Oct 2007 20:18:20 +0000 (20:18 +0000)]
(face-font-selection-order): Doc fix.

16 years ago(unload-feature): Doc fix.
Richard M. Stallman [Wed, 10 Oct 2007 20:17:29 +0000 (20:17 +0000)]
(unload-feature): Doc fix.

16 years agoChange all instances of "Follow Mode" to "Follow mode" in docstrings and messages.
Juanma Barranquero [Wed, 10 Oct 2007 16:29:07 +0000 (16:29 +0000)]
Change all instances of "Follow Mode" to "Follow mode" in docstrings and messages.

16 years ago(face-font-selection-order): Doc fix.
Juanma Barranquero [Tue, 9 Oct 2007 11:48:08 +0000 (11:48 +0000)]
(face-font-selection-order): Doc fix.

16 years agoRemove "set-frame-size for frame without minibuffer loses mode line"
Jason Rumney [Tue, 9 Oct 2007 11:26:20 +0000 (11:26 +0000)]
Remove "set-frame-size for frame without minibuffer loses mode line"

16 years ago(x_set_window_size): Disable code that attempts to tell
Jason Rumney [Tue, 9 Oct 2007 11:24:40 +0000 (11:24 +0000)]
(x_set_window_size): Disable code that attempts to tell
Lisp code about a size change before it actually happens.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 9 Oct 2007 08:55:58 +0000 (08:55 +0000)]
Merge from gnus--rel--5.10

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-115

16 years ago(follow-mode-hook, follow-mode): Doc fixes.
Juanma Barranquero [Tue, 9 Oct 2007 08:39:33 +0000 (08:39 +0000)]
(follow-mode-hook, follow-mode): Doc fixes.
(follow-mode-off-hook): Mark as obsolete.

16 years agoRemove non-bug.
Glenn Morris [Tue, 9 Oct 2007 02:41:25 +0000 (02:41 +0000)]
Remove non-bug.

16 years agoMention openSUSE bcopy issue.
Glenn Morris [Tue, 9 Oct 2007 02:39:43 +0000 (02:39 +0000)]
Mention openSUSE bcopy issue.

16 years ago(handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN.
Richard M. Stallman [Tue, 9 Oct 2007 01:32:25 +0000 (01:32 +0000)]
(handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN.

16 years ago(Cursor Display): Correct how cursor appears in nonselected windows.
Richard M. Stallman [Tue, 9 Oct 2007 01:27:17 +0000 (01:27 +0000)]
(Cursor Display): Correct how cursor appears in nonselected windows.

16 years ago(Examining Properties): Mention overlay priority.
Richard M. Stallman [Tue, 9 Oct 2007 01:25:41 +0000 (01:25 +0000)]
(Examining Properties): Mention overlay priority.

16 years ago(Display Margins): Correct the description of margin display specifications.
Richard M. Stallman [Tue, 9 Oct 2007 01:24:28 +0000 (01:24 +0000)]
(Display Margins): Correct the description of margin display specifications.
(Replacing Specs): New subnode broken out of Display Property.

16 years ago(url-type, url-user, url-password, url-host)
Richard M. Stallman [Tue, 9 Oct 2007 01:21:24 +0000 (01:21 +0000)]
(url-type, url-user, url-password, url-host)
(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.

16 years ago(edebug-install-custom-print-funcs)
Richard M. Stallman [Tue, 9 Oct 2007 01:18:29 +0000 (01:18 +0000)]
(edebug-install-custom-print-funcs)
(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.

16 years ago(follow-mode): Don't run hooks twice. Use `when'.
Juanma Barranquero [Mon, 8 Oct 2007 16:13:18 +0000 (16:13 +0000)]
(follow-mode): Don't run hooks twice.  Use `when'.

16 years agoAdd urls.
Glenn Morris [Sun, 7 Oct 2007 07:06:55 +0000 (07:06 +0000)]
Add urls.

16 years agoPurge duplicate entry.
Glenn Morris [Sun, 7 Oct 2007 07:02:03 +0000 (07:02 +0000)]
Purge duplicate entry.

16 years ago*** empty log message ***
Richard M. Stallman [Sun, 7 Oct 2007 03:22:40 +0000 (03:22 +0000)]
*** empty log message ***

16 years ago(bad-packages-alist): Clarify Semantic and CEDET version numbers.
Glenn Morris [Sun, 7 Oct 2007 00:30:36 +0000 (00:30 +0000)]
(bad-packages-alist): Clarify Semantic and CEDET version numbers.

16 years agoClarify Semantic and CEDET version numbers.
Glenn Morris [Sat, 6 Oct 2007 18:05:03 +0000 (18:05 +0000)]
Clarify Semantic and CEDET version numbers.

16 years ago* net/tramp.el (tramp-completion-mode): Extend doc-string.
Michael Albinus [Sat, 6 Oct 2007 15:25:50 +0000 (15:25 +0000)]
* net/tramp.el (tramp-completion-mode): Extend doc-string.
(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).

16 years ago(mouse-autoselect-window-cancel): Don't cancel for
Martin Rudalics [Sat, 6 Oct 2007 10:19:45 +0000 (10:19 +0000)]
(mouse-autoselect-window-cancel): Don't cancel for
select-window or select-frame events.
(handle-select-window): When autoselecting window set input
focus.  Restructure.

16 years ago(focus-follows-mouse): Moved to frame.c.
Martin Rudalics [Sat, 6 Oct 2007 10:08:28 +0000 (10:08 +0000)]
(focus-follows-mouse): Moved to frame.c.

16 years ago(all): Add focus-follows-mouse.
Martin Rudalics [Sat, 6 Oct 2007 10:06:28 +0000 (10:06 +0000)]
(all): Add focus-follows-mouse.

16 years ago*** empty log message ***
Martin Rudalics [Sat, 6 Oct 2007 10:01:37 +0000 (10:01 +0000)]
*** empty log message ***

16 years ago(syms_of_xdisp): In doc-string of mouse-autoselect-window
Martin Rudalics [Sat, 6 Oct 2007 09:56:29 +0000 (09:56 +0000)]
(syms_of_xdisp): In doc-string of mouse-autoselect-window
mention focus-follows-mouse.

16 years ago(handle_one_xevent): When focus_follows_mouse is nil make
Martin Rudalics [Sat, 6 Oct 2007 09:54:19 +0000 (09:54 +0000)]
(handle_one_xevent): When focus_follows_mouse is nil make
SELECT_WINDOW_EVENT only if we don't leave the selected frame.

16 years ago(w32_read_socket): When focus_follows_mouse is nil make
Martin Rudalics [Sat, 6 Oct 2007 09:52:39 +0000 (09:52 +0000)]
(w32_read_socket): When focus_follows_mouse is nil make
SELECT_WINDOW_EVENT only if we don't leave the selected frame.

16 years ago(dos_rawgetc): When focus_follows_mouse is nil make
Martin Rudalics [Sat, 6 Oct 2007 09:51:01 +0000 (09:51 +0000)]
(dos_rawgetc): When focus_follows_mouse is nil make
SELECT_WINDOW_EVENT only if we don't leave the selected frame.

16 years ago(XTread_socket): When focus_follows_mouse is nil make
Martin Rudalics [Sat, 6 Oct 2007 09:49:22 +0000 (09:49 +0000)]
(XTread_socket): When focus_follows_mouse is nil make
SELECT_WINDOW_EVENT only if we don't leave the selected
frame.

16 years ago(focus_follows_mouse): Extern it.
Martin Rudalics [Sat, 6 Oct 2007 09:47:21 +0000 (09:47 +0000)]
(focus_follows_mouse): Extern it.

16 years ago(focus_follows_mouse): Moved here from frame.el to allow
Martin Rudalics [Sat, 6 Oct 2007 09:46:06 +0000 (09:46 +0000)]
(focus_follows_mouse): Moved here from frame.el to allow
window autoselection act appropriately when leaving selected frame.
(syms_of_frame): Initialize focus_follows_mouse.

16 years ago(kbd_buffer_get_event): Break loop waiting for input
Martin Rudalics [Sat, 6 Oct 2007 09:43:17 +0000 (09:43 +0000)]
(kbd_buffer_get_event): Break loop waiting for input
when there's an unread command event.

16 years agoMention problems with Semantic.
Eli Zaretskii [Sat, 6 Oct 2007 09:22:07 +0000 (09:22 +0000)]
Mention problems with Semantic.

16 years ago(Fwrite_region): Ignore EINVAL error from fsync.
Andreas Schwab [Sat, 6 Oct 2007 08:18:03 +0000 (08:18 +0000)]
(Fwrite_region): Ignore EINVAL error from fsync.

16 years agoChris Moore <dooglus at gmail.com>
Glenn Morris [Sat, 6 Oct 2007 01:45:16 +0000 (01:45 +0000)]
Chris Moore  <dooglus at gmail.com>

(server-kill-new-buffers): Doc fix.