Commit graph

68224 commits

Author SHA1 Message Date
Eli Zaretskii
bd410bb07b (server-start): Mention LEAVE-DEAD arg in the doc string. 2007-01-27 19:03:43 +00:00
Eli Zaretskii
914f7ec3f5 (outline-promote, outline-demote): Doc fix. Rename the arg CHILDREN -> WHICH. 2007-01-27 18:47:55 +00:00
Chong Yidong
dc769d236e Support for HP 9000 series 800 and Hitachi SR2001/SR2201 machines was
removed.
2007-01-27 18:47:50 +00:00
Chong Yidong
6d1f63d5f3 * configure.in: Remove support for hp800 and sr2k machine types.
* configure: Regenerate.
2007-01-27 18:41:25 +00:00
Chong Yidong
2c84b9d85d Regenerate. 2007-01-27 18:41:05 +00:00
Chong Yidong
46683c5840 Remove support for hp800 and sr2k machine types. 2007-01-27 18:40:43 +00:00
Chong Yidong
b99e3557ef * unexhp9k800.c: Remove due to lack of legal papers.
* m/sr2k.h, m/hp800.h: Remove due to dependence on above.
2007-01-27 18:39:47 +00:00
Eli Zaretskii
65849ada63 (Fthis_command_keys, Fthis_command_keys_vector): Doc fix. 2007-01-27 18:19:16 +00:00
Eli Zaretskii
634e516bef More details about disabling features that hamper performance with slow
X connections.
2007-01-27 18:12:50 +00:00
Eli Zaretskii
4fda07c1a6 (Fcompleting_read): Doc fix. 2007-01-27 18:01:15 +00:00
Eli Zaretskii
05b531f695 Fix whitespace and indentation. 2007-01-27 17:38:14 +00:00
Michael Albinus
00e10871c5 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
default-directory to a sane value when calling start-process.
2007-01-27 14:40:08 +00:00
Eli Zaretskii
9b0aaece34 *** empty log message *** 2007-01-27 13:52:16 +00:00
Eli Zaretskii
de3207757d (ls in Lisp): Document ls-lisp-format-time-list and
ls-lisp-use-localized-time-format.
2007-01-27 13:51:54 +00:00
Eli Zaretskii
ea88e7752e (ls-lisp-use-localized-time-format): New defcustom.
(ls-lisp-format-time-list): Doc fix.  Mention ls-lisp-use-localized-time-format.
(ls-lisp-format-time): Use ls-lisp-format-time-list if
ls-lisp-use-localized-time-format is non-nil, even if a valid locale is defined.
2007-01-27 13:21:19 +00:00
Juanma Barranquero
bfe6997213 (jka-compr-compression-info-list): Doc fix. 2007-01-27 12:01:06 +00:00
Juanma Barranquero
04b5376f70 (jka-compr-shell): Doc fix. 2007-01-27 11:55:59 +00:00
Andreas Schwab
9c9a895c81 Regenerate to remove obsolete entries. 2007-01-27 10:51:04 +00:00
Jan Djärv
1bfb06fb18 Removed Gtk/Xft issue. 2007-01-27 06:29:16 +00:00
Richard M. Stallman
b361562977 *** empty log message *** 2007-01-27 04:32:24 +00:00
Vinicius Jose Latorre
d47570439f Fix background height 2007-01-27 00:10:33 +00:00
Jan Djärv
430e6c77d8 (xg_initialize): Call XftInit if HAVE_XFT. 2007-01-26 16:34:19 +00:00
Jan Djärv
cddb78449f *** empty log message *** 2007-01-26 16:34:09 +00:00
Jan Djärv
9d89ffd03e Regenerated 2007-01-26 16:33:30 +00:00
Jan Djärv
7e6601408a Use XFT_LIBS if defined. 2007-01-26 16:33:01 +00:00
Jan Djärv
aa4ff486d4 Add check for libXft. 2007-01-26 16:32:49 +00:00
Eli Zaretskii
f2133d9e8f (finder-data, custom-deps): Depend on $(lisp)/loaddefs.el. 2007-01-26 15:29:17 +00:00
YAMAMOTO Mitsuharu
3fb8b536dd (SIGNAL_THREAD_CHECK): Use pthread_equal. 2007-01-26 08:36:34 +00:00
YAMAMOTO Mitsuharu
cf2db1459f (interrupt_input_blocked): Declare volatile. 2007-01-26 08:36:18 +00:00
YAMAMOTO Mitsuharu
86302e37c3 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use
BLOCK_INPUT/UNBLOCK_INPUT.
2007-01-26 08:35:54 +00:00
Dan Nicolaescu
1408b0d5a9 (custom-deps, finder-data): Add dependency to
loaddefs.el.
2007-01-25 05:26:01 +00:00
Kenichi Handa
58f8a3f97b *** empty log message *** 2007-01-25 01:21:38 +00:00
Juanma Barranquero
e8bc7b9558 *** empty log message *** 2007-01-24 14:53:27 +00:00
Miles Bader
5e51de792c Make byte compiler correctly write circular constants
2007-01-24  Miles Bader  <miles@gnu.org>

   * lisp/emacs-lisp/bytecomp.el (byte-compile-output-file-form)
   (byte-compile-output-docform): Bind `print-circle' to t.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-614
2007-01-24 13:57:38 +00:00
Miles Bader
b28080e33a Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 196)

   - Update from CVS

2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
   custom choice.

   * lisp/gnus/gnus-art.el (gnus-signature-limit): Fix custom choice.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-612
2007-01-24 07:13:07 +00:00
Miles Bader
53688138bc Add arch tagline 2007-01-24 07:12:55 +00:00
Kenichi Handa
704621710b *** empty log message *** 2007-01-24 06:42:22 +00:00
Kenichi Handa
bce8f5e8ef Re-copied from X11R6/contrib/clients/cxterm. 2007-01-24 06:36:58 +00:00
Kenichi Handa
11ac653865 New file. 2007-01-24 06:32:58 +00:00
Kenichi Handa
091fee4481 (skkdic-convert): Insert a relative
file name of the original SKK dictionary file.
2007-01-24 06:29:34 +00:00
Kenichi Handa
a6737fe74c Regenerated. 2007-01-24 06:28:04 +00:00
Kim F. Storm
0af1451662 (describe_map): Don't consider prefix keys to be shadowed. 2007-01-24 00:26:30 +00:00
Kim F. Storm
ff40b263cb *** empty log message *** 2007-01-24 00:26:20 +00:00
Kim F. Storm
155943b98e (ido-initial-position): New variable.
(ido-read-internal): Set it if default item is specified.
(ido-minibuffer-setup): Position cursor accordingly if set.
(ido-edit-input): C-e moves to end of input if not already there.
(ido-magic-backward-char): C-b does like M-b if prev char is /.
Don't switch to buffer mode if repeating C-b at start of input.
(ido-toggle-ignore): C-a only toggles ignore at start or end of
input; else it moves to start of input.
(ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
not at end of input, delete rest of input, rather than normal op.
2007-01-24 00:07:34 +00:00
Kim F. Storm
5445772e91 *** empty log message *** 2007-01-23 23:58:09 +00:00
Michael Kifer
279c800c55 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-util.el (ediff-clone-buffer-for-region-comparison): change text
	of message. Activate mark.
	(ediff-activate-mark): set transient-mark-mode to t.

	* ediff.el (ediff-regions-wordwise,ediff-regions-linewise): changed
	docstrings.

	* viper-keym.el (viper-insert-basic-map): deleted binding for S-TAB.
2007-01-23 20:56:57 +00:00
Juanma Barranquero
9671c13af8 (Finsert_char): Doc fix.
(Fget_internal_run_time, Fdecode_time): Fix typos in docstrings.
2007-01-23 13:19:36 +00:00
Martin Rudalics
bfb2471c3d *** empty log message *** 2007-01-23 07:40:29 +00:00
Martin Rudalics
5a31f3ff84 (Reverting): Use "buffer" instead of "file"
when talking about major and minor modes.
2007-01-23 07:39:57 +00:00
Martin Rudalics
7fd09fb51c (describe-variable): Don't suppress display of
buffer local value when the value is "large".
2007-01-23 07:16:11 +00:00