]> code.delx.au - gnu-emacs/log
gnu-emacs
15 years agoFix last change.
Chong Yidong [Sun, 2 Nov 2008 23:16:33 +0000 (23:16 +0000)]
Fix last change.

15 years ago(window_system): Delete redundant variable.
Chong Yidong [Sun, 2 Nov 2008 21:41:57 +0000 (21:41 +0000)]
(window_system): Delete redundant variable.
(decode_options): Don't use it.
(find_tty): New function.
(main): Use find_tty, and don't use window_system.

15 years ago* emacsclient.c (window_system): Delete redundant variable.
Chong Yidong [Sun, 2 Nov 2008 21:41:49 +0000 (21:41 +0000)]
* emacsclient.c (window_system): Delete redundant variable.
(decode_options): Don't use it.
(find_tty): New function.
(main): Use find_tty, and don't use window_system.

15 years agoMention ordering of recently selected windows.
Martin Rudalics [Sun, 2 Nov 2008 11:12:25 +0000 (11:12 +0000)]
Mention ordering of recently selected windows.

15 years ago(lisp-font-lock-keywords-2): Add save-selected-window-norecord.
Martin Rudalics [Sun, 2 Nov 2008 11:04:54 +0000 (11:04 +0000)]
(lisp-font-lock-keywords-2): Add save-selected-window-norecord.

15 years ago(save-selected-window-norecord): Put
Martin Rudalics [Sun, 2 Nov 2008 11:03:29 +0000 (11:03 +0000)]
(save-selected-window-norecord): Put
indent-function for save-selected-window-norecord.

15 years ago(with-selected-window): Call set-frame-selected-window
Martin Rudalics [Sun, 2 Nov 2008 11:02:58 +0000 (11:02 +0000)]
(with-selected-window): Call set-frame-selected-window
with new argument NORECORD set.  Update doc-string.
(with-selected-frame): Call select-frame with new argument
NORECORD set.  Update doc-string.

15 years ago(save-selected-window-norecord): New macro
Martin Rudalics [Sun, 2 Nov 2008 11:02:24 +0000 (11:02 +0000)]
(save-selected-window-norecord): New macro
(walk-windows): Use save-selected-window-norecord and call
select-window with NORECORD set.  (Bug#1237)
(set-window-text-height, fit-window-to-buffer): Use
save-selected-window-norecord and call select-window with
NORECORD set.

15 years ago(command_loop_1): Handle NORECORD in call of
Martin Rudalics [Sun, 2 Nov 2008 10:47:42 +0000 (10:47 +0000)]
(command_loop_1): Handle NORECORD in call of
Fselect_frame (currently ifdefd).

15 years ago(choose_minibuf_frame): Handle NORECORD in call of
Martin Rudalics [Sun, 2 Nov 2008 10:41:28 +0000 (10:41 +0000)]
(choose_minibuf_frame): Handle NORECORD in call of
Fset_frame_selected_window.

15 years ago(select_frame_norecord): New function.
Martin Rudalics [Sun, 2 Nov 2008 10:40:51 +0000 (10:40 +0000)]
(select_frame_norecord): New function.
(run_window_configuration_change_hook): Use it and call
Fselect_frame with NORECORD set.
(Fselect_window): Pass NORECORD to Fselect_frame.
(Fset_window_configuration): Handle NORECORD argument in call of
do_switch_frame.

15 years ago(do_switch_frame, Fselect_frame)
Martin Rudalics [Sun, 2 Nov 2008 10:39:39 +0000 (10:39 +0000)]
(do_switch_frame, Fselect_frame)
(Fset_frame_selected_window): Adjust declarations.

15 years ago(do_switch_frame): New argument NORECORD passed to Fselect_window.
Martin Rudalics [Sun, 2 Nov 2008 10:38:42 +0000 (10:38 +0000)]
(do_switch_frame): New argument NORECORD passed to Fselect_window.
(Fselect_frame): New argument NORECORD passed to do_switch_frame.
(Fset_frame_selected_window): New argument NORECORD passed to
Fselect_frame.
(Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
in call of do_switch_frame.
(Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
Handle NORECORD argument in call of Fselect_frame.

15 years agoUlrich Mueller <ulm at kph.uni-mainz.de>
Glenn Morris [Sun, 2 Nov 2008 02:08:12 +0000 (02:08 +0000)]
Ulrich Mueller  <ulm at kph.uni-mainz.de>

(USAGE2): Untabify.

15 years ago(Program Modes): Link to Program Indent node.
Chong Yidong [Sat, 1 Nov 2008 23:39:36 +0000 (23:39 +0000)]
(Program Modes): Link to Program Indent node.
(Left Margin Paren): Explain consequences of changing
open-paren-in-column-0-is-defun-start more concisely.
(Which Function, Program Indent, Info Lookup): Minor edits.
(Basic Indent): If region is active, TAB indents the region.
(Multi-line Indent): If region is active, TAB indents the region.  Note
that indent-region is useful when Transient Mark mode is off.
(Matching): The delimiter at the cursor is highlighted---the character
changes color.
(Symbol Completion): Link to Completion node.

15 years ago* programs.texi (Program Modes): Link to Program Indent node.
Chong Yidong [Sat, 1 Nov 2008 23:39:25 +0000 (23:39 +0000)]
* programs.texi (Program Modes): Link to Program Indent node.
(Left Margin Paren): Explain consequences of changing
open-paren-in-column-0-is-defun-start more concisely.
(Which Function, Program Indent, Info Lookup): Minor edits.
(Basic Indent): If region is active, TAB indents the region.
(Multi-line Indent): If region is active, TAB indents the region.  Note
that indent-region is useful when Transient Mark mode is off.
(Matching): The delimiter at the cursor is highlighted---the character
changes color.
(Symbol Completion): Link to Completion node.

15 years ago(Text Representations): Rewrite to make consistent with Emacs 23
Eli Zaretskii [Sat, 1 Nov 2008 16:36:10 +0000 (16:36 +0000)]
(Text Representations): Rewrite to make consistent with Emacs 23
internal representation of characters.  Document `unibyte-string'.

15 years ago(main) [WINDOWSNT]: Don't ifdef away the call to `ttyname'.
Eli Zaretskii [Sat, 1 Nov 2008 13:49:23 +0000 (13:49 +0000)]
(main) [WINDOWSNT]: Don't ifdef away the call to `ttyname'.
(w32_getenv): Treat $TERM specially: if not found in the environment and in
the Registry, return "w32console".
(ttyname) [WINDOWSNT]: New function.

15 years agoChecked search.texi and m-x.texi
Chong Yidong [Sat, 1 Nov 2008 04:37:54 +0000 (04:37 +0000)]
Checked search.texi and m-x.texi

15 years ago(Invoking emacsclient): Describe how to use Emacs server in a strictly
Chong Yidong [Sat, 1 Nov 2008 04:28:10 +0000 (04:28 +0000)]
(Invoking emacsclient): Describe how to use Emacs server in a strictly
text-only system.

15 years ago* misc.texi (Invoking emacsclient): Describe how to use Emacs server in
Chong Yidong [Sat, 1 Nov 2008 04:27:36 +0000 (04:27 +0000)]
* misc.texi (Invoking emacsclient): Describe how to use Emacs server in
a strictly text-only system.

15 years agoMinor fix.
Chong Yidong [Sat, 1 Nov 2008 04:12:14 +0000 (04:12 +0000)]
Minor fix.

15 years agoDocumented:
Chong Yidong [Sat, 1 Nov 2008 04:11:32 +0000 (04:11 +0000)]
Documented:
** The abbrev file is no longer read at startup in batch mode.

15 years ago(Saving Abbrevs): Note that abbrev file is not loaded in batch mode.
Chong Yidong [Sat, 1 Nov 2008 04:11:17 +0000 (04:11 +0000)]
(Saving Abbrevs): Note that abbrev file is not loaded in batch mode.

15 years ago* abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
Chong Yidong [Sat, 1 Nov 2008 04:11:10 +0000 (04:11 +0000)]
* abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
batch mode.

15 years ago(Document View): Major rewrite.
Richard M. Stallman [Sat, 1 Nov 2008 03:28:12 +0000 (03:28 +0000)]
(Document View): Major rewrite.

15 years ago(fill_gstring_header): Fix copy/paste typo.
Stefan Monnier [Sat, 1 Nov 2008 02:21:24 +0000 (02:21 +0000)]
(fill_gstring_header): Fix copy/paste typo.

15 years ago(Types of Log File): Change logs are older than version control.
Richard M. Stallman [Sat, 1 Nov 2008 01:58:34 +0000 (01:58 +0000)]
(Types of Log File): Change logs are older than version control.
(VCS Concepts): Simplify and rearrange.
(Version Control Systems): Make it clear that Linux is only the kernel.
(VC Mode Line): Shorten reference to menu item.
(Basic VC Editing): Clarify VC fileset.  Shorten and simplify.
(VC Directory Mode): Minor cleanup.
Unchanged files are hidden, not omitted.
(VC Directory Commands): Shorten and simplify.
(Change Log Commands): New node, split from Change Logs.
(VC Directory Buffer): New node, split from VC Directory Mode.

15 years agoFix typos in docstrings.
Juanma Barranquero [Sat, 1 Nov 2008 01:24:33 +0000 (01:24 +0000)]
Fix typos in docstrings.

* cus-edit.el (customize-apropos-options, custom-comment)
  (custom-comment-tag, custom-face-edit-attribute-tag):
  Fix typos in docstrings.
  (custom-buffer-done-kill): Remove * from defcustom docstring.
  (custom-file): Fix typo in doc of defcustom choice.

* frame.el (display-visual-class): Fix typo in docstring.
  (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
  (special-display-frame-alist, show-trailing-whitespace)
  (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
  (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
  Remove * from defcustom docstrings.

* md4.el (md4-buffer): Fix typo in docstring.
  (md4, md4-64): Doc fixes.
  (md4-pack-int32): Reflow docstring.

* paths.el (rmail-file-name): Remove * from defcustom docstring.
  (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.

* rect.el (open-rectangle): Reflow docstring.
  (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".

* select.el (x-get-cut-buffer): Fix typo in docstring.

* timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
  (timezone-time-zone-from-absolute, timezone-leap-year-p):
  Fix typos in docstrings.

* emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
  Fix typos in docstrings.

15 years ago(main): Don't force sending tty when in eval mode.
Andreas Schwab [Fri, 31 Oct 2008 23:17:13 +0000 (23:17 +0000)]
(main): Don't force sending tty when in eval mode.

15 years agoFix typos.
Juanma Barranquero [Fri, 31 Oct 2008 22:45:53 +0000 (22:45 +0000)]
Fix typos.

15 years ago* misc.texi (Document View): Renamed from Document Files, moved here
Chong Yidong [Fri, 31 Oct 2008 22:02:43 +0000 (22:02 +0000)]
* misc.texi (Document View): Renamed from Document Files, moved here
from files.texi.

* files.texi (Version Control): Moved to maintaining.texi.  Subnodes
moved as well.
(Document Files): Moved to misc.texi.

* maintaining.texi (Version Control): Move here from files.texi.
(Format of ChangeLog): Make it a subnode of Change Log.

* emacs.texi (Top): Update node listing.

15 years agoUpdate node listing.
Chong Yidong [Fri, 31 Oct 2008 22:01:42 +0000 (22:01 +0000)]
Update node listing.

15 years ago(Document View): Renamed from Document Files, moved here from
Chong Yidong [Fri, 31 Oct 2008 22:01:15 +0000 (22:01 +0000)]
(Document View): Renamed from Document Files, moved here from
files.texi.

15 years ago(Version Control): Moved to maintaining.texi. Subnodes moved as well.
Chong Yidong [Fri, 31 Oct 2008 22:00:48 +0000 (22:00 +0000)]
(Version Control): Moved to maintaining.texi.  Subnodes moved as well.
(Document Files): Moved to misc.texi.

15 years ago(Change Log): Document log-edit-insert-changelog and vc-update-change-log.
Chong Yidong [Fri, 31 Oct 2008 22:00:16 +0000 (22:00 +0000)]
(Change Log): Document log-edit-insert-changelog and vc-update-change-log.
(Version Control): Move here from files.texi.
(Format of ChangeLog): Make it a subnode of Change Log.

15 years ago(Top): Update node listing.
Chong Yidong [Fri, 31 Oct 2008 21:59:37 +0000 (21:59 +0000)]
(Top): Update node listing.

15 years agoUpdate node listing.
Chong Yidong [Fri, 31 Oct 2008 21:37:30 +0000 (21:37 +0000)]
Update node listing.

15 years agonewsticker fixes: cachefile, layout changes.
Ulf Jasper [Fri, 31 Oct 2008 20:19:17 +0000 (20:19 +0000)]
newsticker fixes: cachefile, layout changes.

15 years agoicalendar: uid-creation improved
Ulf Jasper [Fri, 31 Oct 2008 18:48:23 +0000 (18:48 +0000)]
icalendar: uid-creation improved

15 years agoicalendar: uid-creation improved
Ulf Jasper [Fri, 31 Oct 2008 18:28:16 +0000 (18:28 +0000)]
icalendar: uid-creation improved

15 years ago* tooltip.el (tooltip-frame-parameters): Doc fix.
Juanma Barranquero [Fri, 31 Oct 2008 15:57:31 +0000 (15:57 +0000)]
* tooltip.el (tooltip-frame-parameters): Doc fix.

15 years agoChecked maintaining.texi.
Chong Yidong [Fri, 31 Oct 2008 15:47:14 +0000 (15:47 +0000)]
Checked maintaining.texi.

15 years ago(Change Log): Document log-edit-insert-changelog and
Chong Yidong [Fri, 31 Oct 2008 15:46:52 +0000 (15:46 +0000)]
(Change Log): Document log-edit-insert-changelog and
vc-update-change-log.

15 years ago* maintaining.texi (Change Log): Document log-edit-insert-changelog and
Chong Yidong [Fri, 31 Oct 2008 15:46:46 +0000 (15:46 +0000)]
* maintaining.texi (Change Log): Document log-edit-insert-changelog and
vc-update-change-log.

15 years agoAlready documented: In Etags, the --members option is now the default.
Chong Yidong [Fri, 31 Oct 2008 15:38:35 +0000 (15:38 +0000)]
Already documented: In Etags, the --members option is now the default.

15 years ago(Fnext_window, Fprevious_window): Rewrite doc-string.
Martin Rudalics [Fri, 31 Oct 2008 14:06:33 +0000 (14:06 +0000)]
(Fnext_window, Fprevious_window): Rewrite doc-string.
(Fother_window): Rename argument and rewrite doc-string.
(select_window_norecord): Fix return value.  (Bug#1276)

15 years ago(window-body-height, window-current-scroll-bars)
Martin Rudalics [Fri, 31 Oct 2008 13:39:37 +0000 (13:39 +0000)]
(window-body-height, window-current-scroll-bars)
(walk-windows, get-window-with-predicate, get-buffer-window-list)
(minibuffer-window-active-p, count-windows)
(window-safely-shrinkable-p, window--splittable-p)
(window--try-to-split-window, window--frame-usable-p)
(window--even-window-heights, window--display-buffer-1)
(window--display-buffer-2, set-window-text-height)
(fit-window-to-buffer, shrink-window-if-larger-than-buffer)
(truncated-partial-width-window-p): Rewrite doc-string.
(window-fixed-size-p): Simplify code.  Rewrite doc-string.
(split-window-vertically, split-window-horizontally):
Rename args, rewrite doc-string, and simplify code.
(split-window-save-restore-data): Rename args and use
when instead of if.

15 years agoTell user to expect one "File not found" message while the `doc' directory
Eli Zaretskii [Fri, 31 Oct 2008 10:56:30 +0000 (10:56 +0000)]
Tell user to expect one "File not found" message while the `doc' directory
is being configured.

15 years ago(Files): Add a section about document
Tassilo Horn [Fri, 31 Oct 2008 09:31:43 +0000 (09:31 +0000)]
(Files): Add a section about document
files (doc-view-mode).

15 years agoChecked building.texi.
Chong Yidong [Fri, 31 Oct 2008 06:24:56 +0000 (06:24 +0000)]
Checked building.texi.

15 years agocompilation-auto-jump-to-first-error documented.
Chong Yidong [Fri, 31 Oct 2008 06:18:21 +0000 (06:18 +0000)]
compilation-auto-jump-to-first-error documented.

15 years ago(Compilation Mode): Document
Chong Yidong [Fri, 31 Oct 2008 06:16:20 +0000 (06:16 +0000)]
(Compilation Mode): Document
compilation-auto-jump-to-first-error.
(Debuggers): Lower GUD subsections to subsubsections.
(Starting GUD): Add cindex.
(Lisp Interaction): Note that scratch is no longer the initial buffer.

15 years ago* building.texi (Compilation Mode): Document
Chong Yidong [Fri, 31 Oct 2008 06:16:10 +0000 (06:16 +0000)]
* building.texi (Compilation Mode): Document
compilation-auto-jump-to-first-error.
(Debuggers): Lower GUD subsections to subsubsections.
(Starting GUD): Add cindex.
(Lisp Interaction): Note that scratch is no longer the initial buffer.

15 years ago*** empty log message ***
Kenichi Handa [Fri, 31 Oct 2008 04:12:29 +0000 (04:12 +0000)]
*** empty log message ***

15 years ago(indent-for-tab-command): Use use-region-p.
Chong Yidong [Thu, 30 Oct 2008 23:52:39 +0000 (23:52 +0000)]
(indent-for-tab-command): Use use-region-p.

15 years ago* indent.el (indent-for-tab-command): Use use-region-p.
Chong Yidong [Thu, 30 Oct 2008 23:52:30 +0000 (23:52 +0000)]
* indent.el (indent-for-tab-command): Use use-region-p.

15 years ago(Indentation): Link to Program Indent.
Chong Yidong [Thu, 30 Oct 2008 23:46:16 +0000 (23:46 +0000)]
(Indentation): Link to Program Indent.

15 years ago* indent.texi (Indentation): Link to Program Indent.
Chong Yidong [Thu, 30 Oct 2008 23:46:10 +0000 (23:46 +0000)]
* indent.texi (Indentation): Link to Program Indent.

15 years ago(vc-revert): Limit the length of the query string.
Chong Yidong [Thu, 30 Oct 2008 19:21:07 +0000 (19:21 +0000)]
(vc-revert): Limit the length of the query string.

15 years ago* vc.el (vc-revert): Limit the length of the query string.
Chong Yidong [Thu, 30 Oct 2008 19:20:46 +0000 (19:20 +0000)]
* vc.el (vc-revert): Limit the length of the query string.

15 years agoPut obsolete directory last.
Chong Yidong [Thu, 30 Oct 2008 18:58:46 +0000 (18:58 +0000)]
Put obsolete directory last.

15 years ago* update-subdirs: Put obsolete directory last.
Chong Yidong [Thu, 30 Oct 2008 18:58:38 +0000 (18:58 +0000)]
* update-subdirs: Put obsolete directory last.

15 years agoMove window parameters entry to Lisp changes.
Chong Yidong [Thu, 30 Oct 2008 18:01:47 +0000 (18:01 +0000)]
Move window parameters entry to Lisp changes.

15 years ago* simple.el (idle-update-delay, next-error-highlight)
Juanma Barranquero [Thu, 30 Oct 2008 17:03:30 +0000 (17:03 +0000)]
* simple.el (idle-update-delay, next-error-highlight)
  (next-error-highlight-no-select, next-error-recenter, next-error-hook)
  (minibuffer-history-case-insensitive-variables, kill-ring-max)
  (kill-read-only-ok, backward-delete-char-untabify-method)
  (kill-whole-line, mark-ring-max, global-mark-ring-max)
  (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
  (goal-column, line-move-ignore-invisible, fill-prefix)
  (auto-fill-inhibit-regexp, blink-matching-paren)
  (blink-matching-paren-on-screen, blink-matching-paren-distance)
  (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
  (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
  (minibuffer-history-isearch-wrap, transient-mark-mode)
  (next-logical-line, auto-fill-mode, line-number-mode)
  (column-number-mode, size-indication-mode, clone-indirect-buffer)
  (normal-erase-is-backspace-mode): Doc fixes.
  (current-kill, transient-mark-mode, toggle-truncate-lines)
  (visible-mode): Reflow docstrings.
  (minibuffer-local-shell-command-map, interprogram-paste-function):
  Fix typos in docstrings.

15 years ago(Invoking emacsclient): If Emacs has no available frame, it now uses
Chong Yidong [Thu, 30 Oct 2008 15:59:50 +0000 (15:59 +0000)]
(Invoking emacsclient): If Emacs has no available frame, it now uses
emacsclient's terminal.

15 years ago* misc.texi (Invoking emacsclient): If Emacs has no available frame, it
Chong Yidong [Thu, 30 Oct 2008 15:59:42 +0000 (15:59 +0000)]
* misc.texi (Invoking emacsclient): If Emacs has no available frame, it
now uses emacsclient's terminal.

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

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.