]>
git.eshelyaron.com Git - emacs.git/log
Jan Djärv [Fri, 10 Nov 2006 08:01:33 +0000 (08:01 +0000)]
(do_ewmh_fullscreen, XTfullscreen_hook): New functions.
(x_check_fullscreen): Call do_ewmh_fullscreen.
(x_initialize): Set fullscreen_hook to XTfullscreen_hook.
Jan Djärv [Fri, 10 Nov 2006 07:55:13 +0000 (07:55 +0000)]
(struct x_display_info): Fix indentation.
Jan Djärv [Fri, 10 Nov 2006 07:54:22 +0000 (07:54 +0000)]
(x_set_fullscreen): Call fullscreen_hook if set.
Jan Djärv [Fri, 10 Nov 2006 07:53:26 +0000 (07:53 +0000)]
Define fullscreen_hook.
(syms_of_term): Initialize fullscreen_hook to NULL.
Jan Djärv [Fri, 10 Nov 2006 07:49:11 +0000 (07:49 +0000)]
Add fullscreen_hook.
Jan Djärv [Fri, 10 Nov 2006 07:40:06 +0000 (07:40 +0000)]
* term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
Encode/decode text to/from cut buffers to/from iso-latin-1 only.
Jan Djärv [Fri, 10 Nov 2006 07:39:08 +0000 (07:39 +0000)]
* frames.texi (Window System Selections): Remove clipboard from
description of selection-coding-system.
Juanma Barranquero [Fri, 10 Nov 2006 01:36:05 +0000 (01:36 +0000)]
(bs--window-for-buffer): Remove.
(bs--show-with-configuration): Use `get-window-with-predicate' instead of
`bs--window-for-buffer'.
Kenichi Handa [Fri, 10 Nov 2006 01:16:26 +0000 (01:16 +0000)]
(revert-buffer): Fix previous change.
Juanma Barranquero [Fri, 10 Nov 2006 00:21:57 +0000 (00:21 +0000)]
Add "add-log-time-zone-rule: t" to Local Variables section.
Robert J. Chassell [Thu, 9 Nov 2006 18:48:11 +0000 (18:48 +0000)]
Copy descriptions from detailed master menu to menus within body.
Robert J. Chassell [Thu, 9 Nov 2006 17:05:07 +0000 (17:05 +0000)]
(beginning of emacs-lisp-intro.texi): Add `other shell commands' to
produce additional output formats; total is now ten.
(A Loop with an Incrementing Counter, and others): Ensure Info menus
will appear in short windows.
(Disentangle beginning-of-buffer): Replace `version 21' with `more
recent versions'.
(Simple Extension): Show how to handle multiple versions by adding
an alternative with a test of `>= 21'
Juanma Barranquero [Thu, 9 Nov 2006 16:35:48 +0000 (16:35 +0000)]
(bs--redisplay): Fix typo in docstring.
(bs--window-config-coming-from): Make frame-local.
(bs--restore-window-config): New function.
(bs-kill, bs-select, bs-select-other-window, bs-select-other-frame): Use it.
(bs--show-with-configuration): Save the window configuration as a frame local
var, and only if *buffer-selection* is not already visible on this frame.
(bs--window-for-buffer): Return as soon as a matching buffer is found.
Chong Yidong [Thu, 9 Nov 2006 03:46:13 +0000 (03:46 +0000)]
** arit93@yahoo.com, Nov 7: proposed fix for vc-svn.el and "the underscore hack"
Similar fix checked in.
Chong Yidong [Thu, 9 Nov 2006 03:34:17 +0000 (03:34 +0000)]
Fix typo in previous commit.
Chong Yidong [Thu, 9 Nov 2006 03:31:09 +0000 (03:31 +0000)]
Undo last fix.
Chong Yidong [Thu, 9 Nov 2006 03:14:51 +0000 (03:14 +0000)]
(vc-svn-admin-directory): New var.
(vc-svn-registered, vc-svn-responsible-p)
(vc-svn-repository-hostname): Use it.
Suggested by arit93@yahoo.com.
Chong Yidong [Thu, 9 Nov 2006 03:13:19 +0000 (03:13 +0000)]
* vc-svn.el (vc-svn-admin-directory): New var.
(vc-svn-registered, vc-svn-responsible-p)
(vc-svn-repository-hostname): Use it.
Suggested by arit93@yahoo.com.
Juanma Barranquero [Thu, 9 Nov 2006 02:10:36 +0000 (02:10 +0000)]
Regenerate.
Chong Yidong [Thu, 9 Nov 2006 01:50:35 +0000 (01:50 +0000)]
(erc-header-line): Fix typo.
Chong Yidong [Thu, 9 Nov 2006 01:50:20 +0000 (01:50 +0000)]
* erc.el (erc-header-line): Fix typo.
Juanma Barranquero [Wed, 8 Nov 2006 21:16:56 +0000 (21:16 +0000)]
(Fbyte_code): Use SYMBOL_CONSTANT_P macro.
Juanma Barranquero [Wed, 8 Nov 2006 21:13:44 +0000 (21:13 +0000)]
(Fmakunbound): Use SYMBOL_CONSTANT_P macro.
Magnus Henoch [Wed, 8 Nov 2006 20:34:47 +0000 (20:34 +0000)]
(url-http-handle-authentication): If there are several authentication
headers, use the strongest available method.
Richard M. Stallman [Wed, 8 Nov 2006 19:38:38 +0000 (19:38 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 8 Nov 2006 19:28:26 +0000 (19:28 +0000)]
*** empty log message ***
Alan Mackenzie [Wed, 8 Nov 2006 19:22:33 +0000 (19:22 +0000)]
2006-11-08 Alan Mackenzie <acm@muc.de>
* emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the case
(eq open-paren-in-column-0-is-defun-start nil) by searching for
least nested open-paren.
Romain Francoise [Wed, 8 Nov 2006 18:46:58 +0000 (18:46 +0000)]
(remove-overlays): Fix typo in last change.
Richard M. Stallman [Wed, 8 Nov 2006 17:31:46 +0000 (17:31 +0000)]
(remove-overlays): Call overlay-recenter.
Richard M. Stallman [Wed, 8 Nov 2006 14:15:23 +0000 (14:15 +0000)]
*** empty log message ***
Vinicius Jose Latorre [Wed, 8 Nov 2006 14:04:09 +0000 (14:04 +0000)]
Fix Print submenu creation
Juanma Barranquero [Wed, 8 Nov 2006 09:52:26 +0000 (09:52 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 8 Nov 2006 09:46:30 +0000 (09:46 +0000)]
(ido-ignore-extensions, ido-show-dot-for-dired, ido-max-dir-file-cache,
ido-decorations, ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth,
ido-magic-backward-char, ido-enter-dired, ido-enter-insert-buffer,
ido-enter-insert-file, ido-dired, ido-list-directory, ido-first-match,
ido-only-match, ido-subdir, ido-indicator): Fix typos in docstrings.
(ido-buffer-internal, ido-completion-help): Fix typos in messages.
(ido-read-internal): Fix typo in error message.
YAMAMOTO Mitsuharu [Wed, 8 Nov 2006 08:03:41 +0000 (08:03 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Wed, 8 Nov 2006 08:03:21 +0000 (08:03 +0000)]
Remove descriptions about --without-x. Remove
--without-carbon from configure options for X11 build.
YAMAMOTO Mitsuharu [Wed, 8 Nov 2006 08:03:01 +0000 (08:03 +0000)]
Regenerate.
YAMAMOTO Mitsuharu [Wed, 8 Nov 2006 08:02:49 +0000 (08:02 +0000)]
Prefer X11 to Carbon only when some X-specific
option is specified (Thanks to Jan Dj� and Andreas Schwab).
Kenichi Handa [Wed, 8 Nov 2006 07:34:24 +0000 (07:34 +0000)]
(set-default-coding-systems): Always
set default-file-name-coding-system to utf-8 for Mac Darwin.
Juanma Barranquero [Wed, 8 Nov 2006 01:15:08 +0000 (01:15 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 8 Nov 2006 01:12:58 +0000 (01:12 +0000)]
(setwins): Remove.
(WINS_ALMOST): New macro.
(WINS): Use it.
(autoloads): Don't extract autoloads from files in obsolete/.
Juanma Barranquero [Wed, 8 Nov 2006 01:06:45 +0000 (01:06 +0000)]
(get_server_config): Declare set_fg as FARPROC to avoid a compiler warning.
Magnus Henoch [Wed, 8 Nov 2006 00:13:00 +0000 (00:13 +0000)]
(url-retrieve-synchronously): Allow quitting when inhibit-quit is t.
Chong Yidong [Tue, 7 Nov 2006 17:39:15 +0000 (17:39 +0000)]
** Slowness of remove-overlays.
Resolved.
Chong Yidong [Tue, 7 Nov 2006 17:37:14 +0000 (17:37 +0000)]
(whitespace-buffer): Call remove-overlays after overlay-recenter for
performance. Suggested by Martin Rudalics.
Chong Yidong [Tue, 7 Nov 2006 17:36:55 +0000 (17:36 +0000)]
* whitespace.el (whitespace-buffer): Call remove-overlays after
overlay-recenter for performance. Suggested by Martin Rudalics.
Juanma Barranquero [Tue, 7 Nov 2006 11:23:12 +0000 (11:23 +0000)]
(get_server_config) [WINDOWSNT]: Search the server file on APPDATA
if it doesn't exist on HOME, even if HOME is defined.
Michael Albinus [Tue, 7 Nov 2006 10:58:19 +0000 (10:58 +0000)]
* lisp/net/tramp.el (tramp-default-method): scp is the default method.
* man/tramp.texi (Configuration): scp is the default method.
(Default Method): Use ssh as example for another method.
Juanma Barranquero [Tue, 7 Nov 2006 10:47:51 +0000 (10:47 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 7 Nov 2006 10:43:45 +0000 (10:43 +0000)]
(get_server_config): Extract also the Emacs pid from the server file.
On Windows, try to force the Emacs frame to the foreground.
Juanma Barranquero [Tue, 7 Nov 2006 10:42:52 +0000 (10:42 +0000)]
(server-start): Save also the Emacs pid in the server authentication file.
Carsten Dominik [Tue, 7 Nov 2006 08:27:16 +0000 (08:27 +0000)]
(reftex-pop-to-bibtex-entry): Preserve point when displaying a bibtex
cross reference in the echo area.
Carsten Dominik [Tue, 7 Nov 2006 08:26:49 +0000 (08:26 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 6 Nov 2006 23:29:05 +0000 (23:29 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 6 Nov 2006 23:27:31 +0000 (23:27 +0000)]
(syms_of_xsmfns): Fix typo in docstring.
Juanma Barranquero [Mon, 6 Nov 2006 23:25:55 +0000 (23:25 +0000)]
(syms_of_lread): Fix typo in docstring.
Juanma Barranquero [Mon, 6 Nov 2006 23:05:34 +0000 (23:05 +0000)]
(make-char): Fix typo in docstring.
(load-with-code-conversion, charsetp): Doc fixes.
Juanma Barranquero [Mon, 6 Nov 2006 22:37:30 +0000 (22:37 +0000)]
(hook): Fix typos in docstring.
Juanma Barranquero [Mon, 6 Nov 2006 22:33:32 +0000 (22:33 +0000)]
(skkdic-convert): Fix typo in docstring.
Chong Yidong [Mon, 6 Nov 2006 22:05:23 +0000 (22:05 +0000)]
(custom-mode-map): Move defvar above code using it.
(custom-mode-link-map): New variable.
(custom-group-link, custom-manual): Use follow-link.
Chong Yidong [Mon, 6 Nov 2006 22:05:10 +0000 (22:05 +0000)]
* cus-edit.el (custom-mode-map): Move defvar above code using it.
(custom-mode-link-map): New variable.
(custom-group-link, custom-manual): Use follow-link.
Roland Winkler [Mon, 6 Nov 2006 21:33:47 +0000 (21:33 +0000)]
Fix typo in name of author of bibtex.el,
"Mark Shapiro" -> "Marc Shapiro". Update his email address.
Roland Winkler [Mon, 6 Nov 2006 21:25:02 +0000 (21:25 +0000)]
Update Marc Shapiro's email address.
Reiner Steib [Mon, 6 Nov 2006 20:15:21 +0000 (20:15 +0000)]
(BUGS): Remove "Build failure under Suse 10.0" was
due to a local miss-configuration.
Richard M. Stallman [Mon, 6 Nov 2006 16:51:40 +0000 (16:51 +0000)]
*** empty log message ***
Chong Yidong [Mon, 6 Nov 2006 16:47:33 +0000 (16:47 +0000)]
(Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
Return nil if building without menus.
Chong Yidong [Mon, 6 Nov 2006 16:47:07 +0000 (16:47 +0000)]
(Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
Chong Yidong [Mon, 6 Nov 2006 16:46:53 +0000 (16:46 +0000)]
* macmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
* w32menu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
Return nil if building without menus.
* xmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
Return nil if building without menus.
Richard M. Stallman [Mon, 6 Nov 2006 16:13:59 +0000 (16:13 +0000)]
(Acknowledgments): Fix name spelling, add Anna Bigatti.
Richard M. Stallman [Mon, 6 Nov 2006 16:12:43 +0000 (16:12 +0000)]
(Acknowledgments): Fix name spelling.
Richard M. Stallman [Mon, 6 Nov 2006 16:12:15 +0000 (16:12 +0000)]
(List Variables): Document COMPARE-FN.
Richard M. Stallman [Mon, 6 Nov 2006 16:10:21 +0000 (16:10 +0000)]
Avoid use of "binding" to mean a relation;
use it only to refer to the meaning associated with a key.
Richard M. Stallman [Mon, 6 Nov 2006 16:09:14 +0000 (16:09 +0000)]
(Top): Change menu node description.
Richard M. Stallman [Mon, 6 Nov 2006 16:08:35 +0000 (16:08 +0000)]
(Managing Overlays): Document overlay-recenter.
Richard M. Stallman [Mon, 6 Nov 2006 16:06:11 +0000 (16:06 +0000)]
(flyspell-correct-word-before-point):
New function broken out of flyspell-correct-word.
(flyspell-mode-map): Bind it to M-RET.
(flyspell-correct-word): Call it.
Richard M. Stallman [Mon, 6 Nov 2006 16:01:53 +0000 (16:01 +0000)]
(fill-minibuffer-function): New function.
(fill-paragraph): Bind fill-paragraph-function to fill-minibuffer-function.
Richard M. Stallman [Mon, 6 Nov 2006 15:59:58 +0000 (15:59 +0000)]
(ruler-mode-map): Add bindings for up-events so that they aren't undefined.
Richard M. Stallman [Mon, 6 Nov 2006 15:50:28 +0000 (15:50 +0000)]
No maintainer now.
Richard M. Stallman [Mon, 6 Nov 2006 15:50:06 +0000 (15:50 +0000)]
(dired-readin): Locally bind file-name-coding-system.
Richard M. Stallman [Mon, 6 Nov 2006 15:49:22 +0000 (15:49 +0000)]
Shorten and clarify usual mode line mouse help string.
Richard M. Stallman [Mon, 6 Nov 2006 15:48:19 +0000 (15:48 +0000)]
(autoloads): Don't include `obsolete'.
Richard M. Stallman [Mon, 6 Nov 2006 15:27:23 +0000 (15:27 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 6 Nov 2006 15:19:22 +0000 (15:19 +0000)]
*** empty log message ***
Chong Yidong [Mon, 6 Nov 2006 15:13:24 +0000 (15:13 +0000)]
(pr-alist-custom-set, pr-ps-utility-custom-set)
(pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
Printing menu if it's not initialized.
(pr-menu-bind): Act on menu-bar-file-menu directly.
Chong Yidong [Mon, 6 Nov 2006 15:12:46 +0000 (15:12 +0000)]
* printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
(pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
Printing menu if it's not initialized.
(pr-menu-bind): Act on menu-bar-file-menu directly.
Robert J. Chassell [Mon, 6 Nov 2006 15:09:06 +0000 (15:09 +0000)]
Finish minor changes seen from DVI output.
Replace 22.1.100 with 22.1.1.
(current-kill): Mention functions that directly or indirectly call
`kill-new', which sets `kill-ring-yank-pointer'.
(Understanding current-kill): Change `lasted' to `last'. Remove
extraneous parenthesis. Reword item about returning `car' of list.
(yank): Remove mention of `rotate-yank-pointer'.
(Y Axis Element): Add comment regarding replacement of blank space.
(print-Y-axis Penultimate): Explain that `print-graph' will pass
`height-of-top-line' so `print-Y-axis' does not have a bug.
Juanma Barranquero [Mon, 6 Nov 2006 12:41:49 +0000 (12:41 +0000)]
(longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show option --socket-name.
(decode_options): Don't get EMACS_SERVER_FILE here, it could override command
line options.
(decode_options) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option.
(fail): Don't check for missing arguments, it is now done in set_socket.
(file_name_absolute_p): New function (loosely based on the one in fileio.c).
(initialize_sockets): Don't check for duplicate loading of Winsock.
(get_server_config): Only try relative paths in the default directory locations.
(set_tcp_socket): Don't call INITIALIZE(). Warn when connecting to a remote
server.
(set_socket): Call INITIALIZE(). Search explicit command-line arguments, then
environment variable EMACS_SERVER_FILE, then implicit socket paths, before
trying the alternate editor.
(main): Use file_name_absolute_p.
Juanma Barranquero [Mon, 6 Nov 2006 03:04:08 +0000 (03:04 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 6 Nov 2006 02:51:45 +0000 (02:51 +0000)]
(allout-adjust-file-variable, allout-passphrase-verifier-string,
allout-passphrase-hint-string, allout-toggle-current-subtree-encryption):
Fix typos in docstrings.
Juanma Barranquero [Mon, 6 Nov 2006 02:49:18 +0000 (02:49 +0000)]
(hook): Fix typo in docstring.
Juanma Barranquero [Mon, 6 Nov 2006 02:47:53 +0000 (02:47 +0000)]
(emacs-lock-from-exiting): Fix typo in docstring.
Juanma Barranquero [Mon, 6 Nov 2006 02:47:25 +0000 (02:47 +0000)]
(follow-avoid-tail-recenter-p): Fix typo in docstring.
Juanma Barranquero [Mon, 6 Nov 2006 02:46:23 +0000 (02:46 +0000)]
(view-emacs-news): Fix typo in error message.
Juanma Barranquero [Mon, 6 Nov 2006 02:45:49 +0000 (02:45 +0000)]
(hexl-mode): Fix typo in docstring.
Juanma Barranquero [Mon, 6 Nov 2006 02:45:12 +0000 (02:45 +0000)]
(menu-bar-update-buffers): Fix typo in help menu entry.
Juanma Barranquero [Mon, 6 Nov 2006 02:44:32 +0000 (02:44 +0000)]
(mouse-copy-work-around-drag-bug): Fix typo in docstring.
Juanma Barranquero [Mon, 6 Nov 2006 02:43:53 +0000 (02:43 +0000)]
(mouse-set-font): Fix typo in docstring.
Juanma Barranquero [Mon, 6 Nov 2006 02:43:11 +0000 (02:43 +0000)]
(resume-emacs-args-file): Fix typo in docstring.
Juanma Barranquero [Mon, 6 Nov 2006 02:42:45 +0000 (02:42 +0000)]
(t-mouse-process, t-mouse-mode): Fix typos in docstrings.
Juanma Barranquero [Mon, 6 Nov 2006 02:42:07 +0000 (02:42 +0000)]
(terminal-emulator): Fix typo in message.
Juanma Barranquero [Mon, 6 Nov 2006 02:41:31 +0000 (02:41 +0000)]
(apropos-synonyms): Fix typo in docstring.