bpt/emacs.git
15 years ago* emacsclient.c (main): If using the current frame, send tty
Chong Yidong [Thu, 30 Oct 2008 15:54:31 +0000 (15:54 +0000)]
* emacsclient.c (main): If using the current frame, send tty
information to Emacs in case daemon mode needs to occupy this tty.

15 years ago(server-process-filter): In daemon mode, default to emacsclient's tty
Chong Yidong [Thu, 30 Oct 2008 15:50:01 +0000 (15:50 +0000)]
(server-process-filter): In daemon mode, default to emacsclient's tty
if not opening a new frame and only the terminal-frame is available.

15 years ago* server.el (server-process-filter): In daemon mode, default to
Chong Yidong [Thu, 30 Oct 2008 15:49:49 +0000 (15:49 +0000)]
* server.el (server-process-filter): In daemon mode, default to
emacsclient's tty if not opening a new frame and only the
terminal-frame is available.

15 years ago(quit-window): Simplify code. Say in doc-string
Martin Rudalics [Thu, 30 Oct 2008 15:41:43 +0000 (15:41 +0000)]
(quit-window): Simplify code.  Say in doc-string
that it operates on the selected window's buffer.  (Bug#1259)

15 years ago(vc-svn-diff): If files is nil don't set oldvers to
Nick Roberts [Thu, 30 Oct 2008 09:23:31 +0000 (09:23 +0000)]
(vc-svn-diff): If files is nil don't set oldvers to
nil so that log-view-diff-changeset works.

15 years ago*** empty log message ***
Nick Roberts [Thu, 30 Oct 2008 09:21:28 +0000 (09:21 +0000)]
*** empty log message ***

15 years agoCheck fontconfig always.
Kenichi Handa [Thu, 30 Oct 2008 07:11:41 +0000 (07:11 +0000)]
Check fontconfig always.

15 years agoComment that emacs.bash/csh are obsolete.
Glenn Morris [Thu, 30 Oct 2008 04:37:40 +0000 (04:37 +0000)]
Comment that emacs.bash/csh are obsolete.

15 years ago(ELCFILES): Update.
Glenn Morris [Thu, 30 Oct 2008 04:36:27 +0000 (04:36 +0000)]
(ELCFILES): Update.

15 years agoMove here from ../
Glenn Morris [Thu, 30 Oct 2008 04:35:15 +0000 (04:35 +0000)]
Move here from ../

15 years agoMove to obsolete/
Glenn Morris [Thu, 30 Oct 2008 04:34:15 +0000 (04:34 +0000)]
Move to obsolete/

15 years ago(locate-dominating-stop-dir-regexp): Fix typo.
Glenn Morris [Thu, 30 Oct 2008 04:32:33 +0000 (04:32 +0000)]
(locate-dominating-stop-dir-regexp): Fix typo.

15 years ago(*-solaris2.[7-9]*): Fix typo.
Dan Nicolaescu [Thu, 30 Oct 2008 02:27:28 +0000 (02:27 +0000)]
(*-solaris2.[7-9]*): Fix typo.

15 years ago* w32fns.c (x_create_tip_frame): Prevent default foreground color for
Juanma Barranquero [Thu, 30 Oct 2008 01:27:06 +0000 (01:27 +0000)]
* w32fns.c (x_create_tip_frame): Prevent default foreground color for
  new frames overriding foreground for tooltips.  Based on similar patch
  from Martin Rudalics <rudalics@gmx.at>.  (Bug#1032)

15 years ago(Electric-pop-up-window): Don't shrink the window if it's already big
Chong Yidong [Wed, 29 Oct 2008 21:42:37 +0000 (21:42 +0000)]
(Electric-pop-up-window): Don't shrink the window if it's already big
enough.

15 years ago* electric.el (Electric-pop-up-window): Don't shrink the window if
Chong Yidong [Wed, 29 Oct 2008 21:42:28 +0000 (21:42 +0000)]
* electric.el (Electric-pop-up-window): Don't shrink the window if
it's already big enough.

15 years ago(delete-minibuffer-contents): Delete all minibuffer contents instead
Chong Yidong [Wed, 29 Oct 2008 21:30:44 +0000 (21:30 +0000)]
(delete-minibuffer-contents): Delete all minibuffer contents instead
of just the current field.

15 years ago* minibuffer.el (delete-minibuffer-contents): Delete all
Chong Yidong [Wed, 29 Oct 2008 21:30:23 +0000 (21:30 +0000)]
* minibuffer.el (delete-minibuffer-contents): Delete all
minibuffer contents instead of just the current field.

15 years ago(tmm-get-keymap): Handle case where keyseq cache is omitted.
Chong Yidong [Wed, 29 Oct 2008 20:57:03 +0000 (20:57 +0000)]
(tmm-get-keymap): Handle case where keyseq cache is omitted.

15 years ago* tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
Chong Yidong [Wed, 29 Oct 2008 20:56:53 +0000 (20:56 +0000)]
* tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.

15 years ago(bookmark-get-bookmark-record): Signal error for invalid bookmark.
Chong Yidong [Wed, 29 Oct 2008 18:22:12 +0000 (18:22 +0000)]
(bookmark-get-bookmark-record): Signal error for invalid bookmark.

15 years ago* bookmark.el (bookmark-get-bookmark-record): Signal error for invalid
Chong Yidong [Wed, 29 Oct 2008 18:21:50 +0000 (18:21 +0000)]
* bookmark.el (bookmark-get-bookmark-record): Signal error for invalid
  bookmark.

15 years ago(Fdaemon_initialized): Initialize nfd.
Chong Yidong [Wed, 29 Oct 2008 18:03:03 +0000 (18:03 +0000)]
(Fdaemon_initialized): Initialize nfd.

15 years ago* emacs.c (Fdaemon_initialized): Initialize nfd.
Chong Yidong [Wed, 29 Oct 2008 18:02:53 +0000 (18:02 +0000)]
* emacs.c (Fdaemon_initialized): Initialize nfd.

15 years ago(bookmark-handle-bookmark): Rename from bookmark-jump-noselect.
Chong Yidong [Wed, 29 Oct 2008 17:42:49 +0000 (17:42 +0000)]
(bookmark-handle-bookmark): Rename from bookmark-jump-noselect.
(bookmark--jump-via, bookmark-insert): Callers changed.
(bookmark-jump-noselect): Wrapper function for bookmark-handle-bookmark.

15 years ago* bookmark.el (bookmark-handle-bookmark): Rename from
Chong Yidong [Wed, 29 Oct 2008 17:42:05 +0000 (17:42 +0000)]
* bookmark.el (bookmark-handle-bookmark): Rename from
bookmark-jump-noselect.
(bookmark--jump-via, bookmark-insert): Callers changed.
(bookmark-jump-noselect): Wrapper function for
bookmark-handle-bookmark.

15 years ago(emacsclient Options): Document server-use-tcp and server-host.
Chong Yidong [Wed, 29 Oct 2008 17:30:36 +0000 (17:30 +0000)]
(emacsclient Options): Document server-use-tcp and server-host.

15 years ago* misc.texi (emacsclient Options): Document server-use-tcp and
Chong Yidong [Wed, 29 Oct 2008 17:29:27 +0000 (17:29 +0000)]
* misc.texi (emacsclient Options): Document server-use-tcp and
server-host.

15 years agoDocumented use-empty-active-region.
Chong Yidong [Wed, 29 Oct 2008 16:00:56 +0000 (16:00 +0000)]
Documented use-empty-active-region.

15 years ago(Using Region): Document use-empty-active-region.
Chong Yidong [Wed, 29 Oct 2008 16:00:42 +0000 (16:00 +0000)]
(Using Region): Document use-empty-active-region.

15 years ago* mark.texi (Using Region): Document use-empty-active-region.
Chong Yidong [Wed, 29 Oct 2008 16:00:30 +0000 (16:00 +0000)]
* mark.texi (Using Region): Document use-empty-active-region.

15 years ago(ispell-word): Use use-region-p.
Chong Yidong [Wed, 29 Oct 2008 15:51:12 +0000 (15:51 +0000)]
(ispell-word): Use use-region-p.

15 years ago* textmodes/ispell.el (ispell-word): Use use-region-p.
Chong Yidong [Wed, 29 Oct 2008 15:50:39 +0000 (15:50 +0000)]
* textmodes/ispell.el (ispell-word): Use use-region-p.

15 years ago* emacsclient.c (EXTRA_SPACE): New macro.
Juanma Barranquero [Wed, 29 Oct 2008 15:34:06 +0000 (15:34 +0000)]
* emacsclient.c (EXTRA_SPACE): New macro.
  (get_server_config, set_local_socket): Use it.

15 years ago* makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.
Juanma Barranquero [Wed, 29 Oct 2008 13:09:57 +0000 (13:09 +0000)]
* makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.
  Reported by Guillaume Conjat <gconjat.ext@orange-ftgroup.com>.

15 years agoRename `tooltip-hook' to `tooltip-functions'.
Juanma Barranquero [Wed, 29 Oct 2008 12:10:20 +0000 (12:10 +0000)]
Rename `tooltip-hook' to `tooltip-functions'.

* tooltip.el (tooltip-functions): Rename from `tooltip-hook',
  to follow naming conventions for abnormal hooks.  Doc fix.
  (tooltip-mode, tooltip-timeout): Use it.
  (tooltip-hook): New obsolete alias.
  (tooltip-help-tips): Doc fix.

* progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.

15 years ago(syms_of_xdisp): Mention set-window-buffer in
Martin Rudalics [Wed, 29 Oct 2008 11:00:51 +0000 (11:00 +0000)]
(syms_of_xdisp): Mention set-window-buffer in
doc-string of window-scroll-functions.

15 years ago(Fwindow_height, Fdelete_window, set_window_buffer)
Martin Rudalics [Wed, 29 Oct 2008 10:56:28 +0000 (10:56 +0000)]
(Fwindow_height, Fdelete_window, set_window_buffer)
(Fwindow_text_height): Clarify doc-strings.

15 years ago* server.el, emacsclient.c: Use TMPDIR (default /tmp) instead of hardcoded /tmp.
Juanma Barranquero [Wed, 29 Oct 2008 10:42:31 +0000 (10:42 +0000)]
* server.el, emacsclient.c: Use TMPDIR (default /tmp) instead of hardcoded /tmp.

15 years ago(dbus-get-unique-name, dbus-debug): Declare.
Glenn Morris [Wed, 29 Oct 2008 06:52:05 +0000 (06:52 +0000)]
(dbus-get-unique-name, dbus-debug): Declare.

15 years agoMinor changes to last checkin.
Chong Yidong [Wed, 29 Oct 2008 05:07:39 +0000 (05:07 +0000)]
Minor changes to last checkin.

15 years ago(Top): Update node listings.
Chong Yidong [Wed, 29 Oct 2008 05:01:50 +0000 (05:01 +0000)]
(Top): Update node listings.

15 years ago* emacs.texi (Top): Update node listings.
Chong Yidong [Wed, 29 Oct 2008 05:01:42 +0000 (05:01 +0000)]
* emacs.texi (Top): Update node listings.

15 years ago(Emacs Server): Rewrite. Document daemon-mode. Don't
Chong Yidong [Wed, 29 Oct 2008 04:59:57 +0000 (04:59 +0000)]
(Emacs Server): Rewrite.  Document daemon-mode.  Don't
mention obsolete emacs.bash script.
(Invoking emacsclient): Rewrite, moving optional arguments to
emacsclient Options.
(emacsclient Options): New node.

15 years agoDocumented emacsclient changes.
Chong Yidong [Wed, 29 Oct 2008 04:57:56 +0000 (04:57 +0000)]
Documented emacsclient changes.

15 years ago* misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
Chong Yidong [Wed, 29 Oct 2008 04:57:39 +0000 (04:57 +0000)]
* misc.texi (Emacs Server): Rewrite.  Document daemon-mode.  Don't
mention obsolete emacs.bash script.
(Invoking emacsclient): Rewrite, moving optional arguments to
emacsclient Options.
(emacsclient Options): New node.

15 years agoSung has assignment.
Glenn Morris [Wed, 29 Oct 2008 02:55:29 +0000 (02:55 +0000)]
Sung has assignment.

15 years ago(vc-find-root): Remove bogus alias.
Glenn Morris [Wed, 29 Oct 2008 02:55:04 +0000 (02:55 +0000)]
(vc-find-root): Remove bogus alias.

15 years ago(quail-show-guidance): Don't create a guidance-frame if current buffer is
Stefan Monnier [Wed, 29 Oct 2008 01:44:45 +0000 (01:44 +0000)]
(quail-show-guidance): Don't create a guidance-frame if current buffer is
not a minibuffer, since even if selected-window is mini-p, the buffer will
never be displayed in it, so it wil be usable for guidance.

15 years ago(syms_of_category): Fix typo in docstring.
Reiner Steib [Tue, 28 Oct 2008 22:12:32 +0000 (22:12 +0000)]
(syms_of_category): Fix typo in docstring.

15 years agoRequire diff-mode at run-time as well.
Stefan Monnier [Tue, 28 Oct 2008 20:43:44 +0000 (20:43 +0000)]
Require diff-mode at run-time as well.

15 years ago(Process Information): Note that process-status does not accept buffer
Chong Yidong [Tue, 28 Oct 2008 20:16:18 +0000 (20:16 +0000)]
(Process Information): Note that process-status does not accept buffer
names.

15 years ago* processes.texi (Process Information): Note that process-status
Chong Yidong [Tue, 28 Oct 2008 20:16:09 +0000 (20:16 +0000)]
* processes.texi (Process Information): Note that process-status
does not accept buffer names.

15 years ago(vc-stay-local): Fix typo in choice.
Martin Rudalics [Tue, 28 Oct 2008 18:52:02 +0000 (18:52 +0000)]
(vc-stay-local): Fix typo in choice.

15 years ago(vc-cvs-stay-local): Fix typo in choice.
Martin Rudalics [Tue, 28 Oct 2008 17:57:09 +0000 (17:57 +0000)]
(vc-cvs-stay-local): Fix typo in choice.

15 years ago* window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
Juanma Barranquero [Tue, 28 Oct 2008 17:45:00 +0000 (17:45 +0000)]
* window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
  (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
  Fix typos in docstrings.

15 years ago*** empty log message ***
Martin Rudalics [Tue, 28 Oct 2008 17:43:52 +0000 (17:43 +0000)]
*** empty log message ***

15 years ago(follow-scroll-down, follow-calc-win-end)
Martin Rudalics [Tue, 28 Oct 2008 17:36:34 +0000 (17:36 +0000)]
(follow-scroll-down, follow-calc-win-end)
(follow-estimate-first-window-start): Reduce effective window
height when header line is present.

15 years ago#870 again. :(
Juanma Barranquero [Tue, 28 Oct 2008 11:49:19 +0000 (11:49 +0000)]
#870 again. :(

15 years ago* subr.el (locate-user-emacs-file): Simplify. Don't create
Juanma Barranquero [Tue, 28 Oct 2008 11:35:02 +0000 (11:35 +0000)]
* subr.el (locate-user-emacs-file): Simplify.  Don't create
  `user-emacs-directory' when Emacs is running in batch mode.

15 years ago* startup.el (inhibit-startup-screen): Reflow docstring.
Juanma Barranquero [Tue, 28 Oct 2008 11:17:05 +0000 (11:17 +0000)]
* startup.el (inhibit-startup-screen): Reflow docstring.
  (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.

15 years ago* emacs.c (daemon_pipe): Make non-static.
Dan Nicolaescu [Tue, 28 Oct 2008 04:25:11 +0000 (04:25 +0000)]
* emacs.c (daemon_pipe): Make non-static.
(IS_DAEMON): Move definition ...
* lisp.h (IS_DAEMON): ... here.
(daemon_pipe): Declare.
(is_daemon): Remove.
* dispnew.c (init_display): Use IS_DAEMON.

15 years ago(outline-next-heading, outline-back-to-heading): Fix declarations.
Glenn Morris [Tue, 28 Oct 2008 02:57:25 +0000 (02:57 +0000)]
(outline-next-heading, outline-back-to-heading): Fix declarations.

15 years ago(org-agenda-align-tags): Replace use of cl `adjoin'.
Glenn Morris [Tue, 28 Oct 2008 02:57:01 +0000 (02:57 +0000)]
(org-agenda-align-tags): Replace use of cl `adjoin'.

15 years ago* xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
Stefan Monnier [Tue, 28 Oct 2008 01:02:44 +0000 (01:02 +0000)]
* xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
(message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.

* emacs.c (is_daemon): Remove.
(main): Don't set is_daemon.
(IS_DAEMON): New macro.
(Fdaemonp, Fdaemon_initialized): Use it.
(Fdaemon_initialized): Wrtie a char into the pipe to make sure the
parent exits.
(syms_of_emacs): Explicitly initialize daemon_pipe[1].

15 years agoDocumented:
Chong Yidong [Tue, 28 Oct 2008 00:42:34 +0000 (00:42 +0000)]
Documented:

*** When Transient Mark mode is on, TAB now indents the region if the
region is active.

15 years agochecked indent.texi
Chong Yidong [Tue, 28 Oct 2008 00:42:15 +0000 (00:42 +0000)]
checked indent.texi

15 years agoFix last change.
Chong Yidong [Tue, 28 Oct 2008 00:40:09 +0000 (00:40 +0000)]
Fix last change.

15 years ago(Indentation): Replace list with paragraphed text, putting description
Chong Yidong [Tue, 28 Oct 2008 00:38:32 +0000 (00:38 +0000)]
(Indentation): Replace list with paragraphed text, putting description
of syntax-driven indentation first.  Document new effect of active
regions on tab.
(Tab Stops): Note that editable tab stops affect indentation commands.

15 years ago* indent.texi (Indentation): Replace list with paragraphed text,
Chong Yidong [Tue, 28 Oct 2008 00:38:22 +0000 (00:38 +0000)]
* indent.texi (Indentation): Replace list with paragraphed text,
putting description of syntax-driven indentation first.  Document new
effect of active regions on tab.
(Tab Stops): Note that editable tab stops affect indentation commands.

15 years ago(ns_draw_window_cursor): When hbar cursor is on over-sized glyph, draw
Chong Yidong [Mon, 27 Oct 2008 22:30:38 +0000 (22:30 +0000)]
(ns_draw_window_cursor): When hbar cursor is on over-sized glyph, draw
it with the default glyph width.

15 years ago* nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sized
Chong Yidong [Mon, 27 Oct 2008 22:29:22 +0000 (22:29 +0000)]
* nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sized
glyph, draw it with the default glyph width.

15 years ago(x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw it
Chong Yidong [Mon, 27 Oct 2008 22:20:46 +0000 (22:20 +0000)]
(x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw it
with the default glyph width.

15 years ago* w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
Chong Yidong [Mon, 27 Oct 2008 22:20:05 +0000 (22:20 +0000)]
* w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
glyph, draw it with the default glyph width.

* xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
glyph, draw it with the default glyph width.

15 years ago(Skipping Characters): Correct return value of skip-chars-forward.
Chong Yidong [Mon, 27 Oct 2008 21:30:00 +0000 (21:30 +0000)]
(Skipping Characters): Correct return value of skip-chars-forward.

15 years ago* positions.texi (Skipping Characters): Correct return value of
Chong Yidong [Mon, 27 Oct 2008 21:29:53 +0000 (21:29 +0000)]
* positions.texi (Skipping Characters): Correct return value of
skip-chars-forward.

15 years ago(try_scrolling): When computing the distance from the scroll margin to
Chong Yidong [Mon, 27 Oct 2008 18:33:06 +0000 (18:33 +0000)]
(try_scrolling): When computing the distance from the scroll margin to
PT, try moving some distance past the window bottom before giving up.

15 years ago* xdisp.c (try_scrolling): When computing the distance from the scroll
Chong Yidong [Mon, 27 Oct 2008 18:32:39 +0000 (18:32 +0000)]
* xdisp.c (try_scrolling): When computing the distance from the scroll
margin to PT, try moving some distance past the window bottom before
giving up.

15 years ago* face-remap.el (text-scale-increase, text-scale-decrease)
Juanma Barranquero [Mon, 27 Oct 2008 10:37:41 +0000 (10:37 +0000)]
* face-remap.el (text-scale-increase, text-scale-decrease)
  (text-scale-adjust): Remove &optional keyword from the arg list;
  the INC argument is not really optional, if the functions happen
  to be called from elisp.

15 years agoRemove entry for `window-full-width-p' since it's in Emacs 22 already.
Martin Rudalics [Mon, 27 Oct 2008 10:28:00 +0000 (10:28 +0000)]
Remove entry for `window-full-width-p' since it's in Emacs 22 already.

15 years ago(Fwindow_dedicated_p, Fset_window_dedicated_p)
Martin Rudalics [Mon, 27 Oct 2008 10:13:49 +0000 (10:13 +0000)]
(Fwindow_dedicated_p, Fset_window_dedicated_p)
(Fset_window_buffer): Explain in doc-string that a window can be
"strongly" dedicated to its buffer.

15 years ago* vc.el: Rename VC methods that were missed when vc-status was
Dan Nicolaescu [Mon, 27 Oct 2008 07:21:43 +0000 (07:21 +0000)]
* vc.el: Rename VC methods that were missed when vc-status was
renamed to vc-dir.
* vc-svn.el (vc-svn-dir-extra-headers): Rename from
vc-svn-status-extra-headers.
* vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
(vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
* vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
(vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
* vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
vc-dir-status-printer.
(vc-dir-headers): Use `dir-extra-headers' instead of
`status-extra-headers'
(vc-dir-printer): Rename from vc-dir-status-printer.
(vc-default-dir-extra-headers): Rename from
vc-default-status-extra-headers.
* vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
vc-cvs-status-extra-headers.

15 years ago* emacs.c (daemon_name): New variable.
Dan Nicolaescu [Mon, 27 Oct 2008 07:02:30 +0000 (07:02 +0000)]
* emacs.c (daemon_name): New variable.
(main): Deal with --daemon=SERVER_NAME.
(Fdaemonp): Return a name if one was passed to --daemon.

* startup.el (server-name): Pacify byte compiler.
(command-line): If --daemon=SERVER_NAME was used, set server-name
before calling server-start.

* cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.

15 years agoPerform last revert properly. :-(
Chong Yidong [Mon, 27 Oct 2008 05:43:17 +0000 (05:43 +0000)]
Perform last revert properly. :-(

15 years agoPerform last revert properly.
Chong Yidong [Mon, 27 Oct 2008 05:40:18 +0000 (05:40 +0000)]
Perform last revert properly.

15 years agoRevert last change.
Chong Yidong [Mon, 27 Oct 2008 05:32:41 +0000 (05:32 +0000)]
Revert last change.

15 years agoReverse last change.
Chong Yidong [Mon, 27 Oct 2008 05:32:22 +0000 (05:32 +0000)]
Reverse last change.

15 years ago(try_scrolling): When computing distance from the scroll margin, don't
Chong Yidong [Mon, 27 Oct 2008 05:15:37 +0000 (05:15 +0000)]
(try_scrolling): When computing distance from the scroll margin, don't
use MOVE_TO_Y.

15 years ago* xdisp.c (try_scrolling): When computing distance from the scroll
Chong Yidong [Mon, 27 Oct 2008 05:15:17 +0000 (05:15 +0000)]
* xdisp.c (try_scrolling): When computing distance from the scroll
margin, don't use MOVE_TO_Y.

15 years ago(describe-char): Fix terminal case (where font is nil).
Kenichi Handa [Mon, 27 Oct 2008 02:12:03 +0000 (02:12 +0000)]
(describe-char): Fix terminal case (where font is nil).

15 years agoAdd arch tagline
Miles Bader [Mon, 27 Oct 2008 02:05:42 +0000 (02:05 +0000)]
Add arch tagline

15 years agoFix typos.
Juanma Barranquero [Mon, 27 Oct 2008 00:20:04 +0000 (00:20 +0000)]
Fix typos.

15 years ago* startup.el (command-line): Call daemon-initialized after
Dan Nicolaescu [Sun, 26 Oct 2008 19:05:47 +0000 (19:05 +0000)]
* startup.el (command-line): Call daemon-initialized after
starting the server.
* emacs.c (daemon_pipe): New variable
(main): Create a pipe before forking, make the parent exit only after
the child has closed its end of the pipe.  Move closing the
descriptors ...
(Fdaemon_initialized): ... here.  New function.

15 years agoDocstrings of categories improved again.
Kenichi Handa [Sun, 26 Oct 2008 13:18:46 +0000 (13:18 +0000)]
Docstrings of categories improved again.

15 years ago(python-mode): Don't impose ourselves on hippie.
Stefan Monnier [Sun, 26 Oct 2008 05:10:54 +0000 (05:10 +0000)]
(python-mode): Don't impose ourselves on hippie.

15 years ago* faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
Stefan Monnier [Sun, 26 Oct 2008 04:32:09 +0000 (04:32 +0000)]
* faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
to the courier family.
* textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
usually not serif'd and hence rather unlike verbatim's printed output.

15 years ago(Foptimize_char_table): Make sure `ascii' doesn't point to
Stefan Monnier [Sun, 26 Oct 2008 04:23:08 +0000 (04:23 +0000)]
(Foptimize_char_table): Make sure `ascii' doesn't point to
the previous unoptimized table.

15 years ago(Fset_window_buffer): Undo 2008-10-18 change to re-instate
Stefan Monnier [Sun, 26 Oct 2008 04:13:46 +0000 (04:13 +0000)]
(Fset_window_buffer): Undo 2008-10-18 change to re-instate
the distinction between non-nil and non-t value of `dedicated'.

15 years ago*** empty log message ***
Stefan Monnier [Sun, 26 Oct 2008 03:39:55 +0000 (03:39 +0000)]
*** empty log message ***

15 years ago2008-10-26 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Sat, 25 Oct 2008 21:35:48 +0000 (21:35 +0000)]
2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

* org-agenda.el (org-format-agenda-item)
(org-agenda-filter-make-matcher): Make sure tags are stored and
compared donwcased.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-insert-todo-heading): Fix bug with force-heading
argument.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

* org-exp.el (org-export-as-ascii): Handle the case that we are
bulishing from an indirect buffer.

* org-table.el (org-table-copy-down): Fix bug with time stamp
increment.

* org-mouse.el (org-mouse-features): New option.
(org-mode-hook): Turn on features depending on
`org-mouse-features'.

* org.el (org-insert-heading-respect-content): Force heading
creation.
(org-insert-heading): keep the folding state of the heading before
the inserted one.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

* org-archive.el (org-archive-to-archive-sibling): Handle top
level headlines better.

2008-10-26  Bastien Guerry  <bzg@altern.org>

* org-export-latex.el (org-export-latex-classes): Added
\usepackage{graphicx} to the default list of packages.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

* org-agenda.el (org-agenda-filter): Renamed from
`org-agenda-filter-tags'.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-entry-properties): Add CATEGORY property, iven if it
is not defined as a property in this entry.
(org-add-log-note): Mask prefix argument when immediately storing
the note.

* org-agenda.el (org-agenda-filter-effort-default-operator): New
option.

2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>

* org.el (org-add-log-setup): Bugfix; code to find insertion point
after drawers was skipping ahead one line too many, so notes were
inserted after the first note instead of before it.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

* org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
New variables.
(org-prepare-agenda): Reset the filter tags.
(org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
Show filter tags in mode line.

* org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
formatter.

* org-export-latex.el (org-latex-entities-regexp): New constant.
(org-export-as-pdf): Use two calls to `shell-command'.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

* org-export-latex.el (org-export-latex-treat-sub-super-char):
Honor the {} value of the subsuperscript setting.  Make sure that
longer subsuperscripts are typeset in a roman font.

* org.el (org-clock-update-time-maybe): Compute negative clock
intervals correctly.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-add-log-setup): Respect
`org-log-state-notes-insert-after-drawers'.
(org-log-state-notes-insert-after-drawers): New option.
(org-todo-trigger-tag-changes): New function.
(org-todo): Call `org-todo-trigger-tag-changes'.

2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>

* org.el (org-add-log-setup): Only skip drawers if the are
immediately after the scheduling keywords.

* org-clock.el (org-clock-in-switch-to-state): Allow this to be a
function
(org-clock-in): If `org-clock-in-switch-to-state' is a function,
call it with the current todo state to get the state to switch to
when clocking in.
(org-clock-in): Use org-indent-line-function to indent clock lines.
(org-clock-find-position): Fix indentation of empty clock drawers.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

* org-publish.el (org-publish-org-to): Handle case when
org-export-to-pdf does return a file name, not a buffer.
(org-publish-org-to-pdf): New function.

* org-export-latex.el (org-export-as-pdf)
(org-export-as-pdf-and-open): New commands.

* org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
forms as ranges.

* org-export-latex.el (org-export-latex-lists): Ignore lists-like
things in protexted regions.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

* org-export-latex.el (org-export-latex-preprocess): Improve
quoting of LaTeX environments.