1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00
Commit graph

394 commits

Author SHA1 Message Date
Lute Kamstra
4fc5845fe8 Update FSF's address. 2005-07-04 16:49:24 +00:00
Juanma Barranquero
fdd6025e58 (Fsubst_char_in_region): Follow error conventions. 2005-06-23 16:06:58 +00:00
Nick Roberts
8794438453 (Fmessage_box): Use "Information" for frame title. 2005-05-24 03:48:32 +00:00
Thien-Thi Nguyen
5b9c0a1d12 Remove reference to defunct vms-pwd.h.
For pwd.h, use HAVE_PWD_H, not !VMS.
2005-04-20 15:07:03 +00:00
Stefan Monnier
8f59a4b0d6 (Fgoto_char): Fix docstring. Probably left-over from Emacs-20.1. 2005-03-27 14:23:09 +00:00
Richard M. Stallman
674a954a1d (Fmessage): If arg is "", return "" (as before). 2005-01-21 00:32:36 +00:00
Steven Tamm
a15252fdfb * editfns.c (Voperating_system_release): Added.
(init_editfns): Assign new variable operating-system-release
	based on call to uname if available.
	(get_operating_system_release): Added function to
	allow c-level access to operating system release.
* config.h: Regenerated.
* s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or
	less.
	(MIN_PTY_KERNEL_VERSION): Defined minimum kernel version for
	using ptys as '7'.
* term/mac-win.el (process-connection-type): Removed.
	Controlled now by s/darwin.h:PTY_ITERATION.
2005-01-20 18:13:48 +00:00
Steven Tamm
3bb9abc888 * editfns.c (Voperating_system_release): Added.
(init_editfns): Assign new variable operating-system-release
	based on call to uname if available.
* config.h: Regenerated.
2005-01-19 19:09:42 +00:00
Eli Zaretskii
3c14598ca1 Move #include "systime.h" before <sys/resource.h>.
Don't include <sys/time.h> explicitly.
Include <stdio.h> unconditionally, not just on MacOS.
2004-11-08 12:04:07 +00:00
Steven Tamm
21acf12465 editfns.c: Adding in better patch 2004-11-07 05:57:58 +00:00
Steven Tamm
31141c132b editfns.c: Need to include sys/time.h before resource.h on darwin. 2004-11-07 05:57:08 +00:00
Eli Zaretskii
4211ee7d6c (Fget_internal_run_time): New function.
(syms_of_data): Defsubr it.
2004-11-06 17:00:37 +00:00
Richard M. Stallman
281c172124 (Fmessage): Doc fix. 2004-10-27 11:02:06 +00:00
Kim F. Storm
e65837df54 (Fformat): Allocate discarded table with SAFE_ALLOCA.
Only allocate info and discarded tables once.
Fix SAFE_FREE calls.
2004-10-26 22:37:34 +00:00
Kenichi Handa
365d14677e (Ftranslate_region_internal): New function.
(syms_of_editfns): Defsubr it.
2004-10-22 13:09:39 +00:00
Richard M. Stallman
8550b998e8 (Fdelete_and_extract_region): If region is empty, return null string. 2004-10-19 16:58:30 +00:00
Kim F. Storm
15fad0379b (Fformat): Handle format strings with multiple text
properties.  Reverse text property list from the format string,
so the positions are in increasing order.
2004-09-12 21:35:14 +00:00
Kim F. Storm
7c111482b9 (Fformat): Allocated extra (dummy) element in info. 2004-07-30 12:05:32 +00:00
Luc Teirlinck
5668fbb8b1 (Ffloat_time, Fformat_time_string, Fdecode_time)
(Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
that time values of the type (HIGH . LOW) are considered obsolete.
2004-07-09 23:38:54 +00:00
Kim F. Storm
7e2c051b99 (Fformat, Ftranspose_regions): Use SAFE_ALLOCA. 2004-06-21 21:54:30 +00:00
Juanma Barranquero
412f1fab56 (Fuser_login_name, Ffloat_time, Fencode_time, Fcurrent_time_string)
(Fcurrent_time_zone, Finsert_buffer_substring, Ftranspose_regions):
Doc fixes.
2004-06-07 20:33:00 +00:00
Juanma Barranquero
658ec670ab (Finsert_buffer_substring): Make argument names match their use in
docstring.
2004-05-07 22:27:57 +00:00
Eli Zaretskii
5c5718b6f6 (lisp_time_argument): Provide externally. 2004-04-27 13:28:38 +00:00
Kim F. Storm
d68de522ca (Fformat): Fix allocation size of precision array. 2004-04-13 21:30:16 +00:00
Kenichi Handa
3c8111fcc5 (Fformat): Fix initialization of the array info. 2004-03-30 06:16:29 +00:00
Masatake YAMATO
abdb9b8306 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
* buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
* editfns.c (Ftranspose_regions): Likewise.
* lisp.h (top_level): Likewise.
2004-03-25 18:05:29 +00:00
Stefan Monnier
34ed747a82 (Ftranslate_region): Lisp_Object/int mixup. 2004-03-02 21:42:03 +00:00
Kenichi Handa
c99ffedf9a (Ftranslate_region): Fix previous change 2004-03-01 06:36:08 +00:00
Kenichi Handa
10475277ce (Ftranslate_region): Handle multibyte chars in the arg
TABLE correctly.
2004-03-01 06:19:10 +00:00
Luc Teirlinck
64d1e37322 (Fchar_after, Fchar_before): Doc fixes. 2004-02-05 04:19:44 +00:00
Jonathan Yavner
728345f8b1 For `format', make source and documentation match. 2004-01-24 17:39:47 +00:00
Kenichi Handa
3a9f36e634 (Fformat): Fix '&' to '&&'. 2004-01-08 08:40:12 +00:00
Eli Zaretskii
2063d89c11 (region_limit): Support any non-zero value of BEGINNINGP. 2003-09-07 16:26:52 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
c24e982c71 (Fencode_time): Doc fix. 2003-08-17 00:24:04 +00:00
Stefan Monnier
88006f77c4 (overlays_around): Use new type for overlays_(before|after). 2003-07-09 14:51:57 +00:00
Stefan Monnier
12038f9fc9 (save_excursion_restore, transpose_markers): Update for new types. 2003-06-26 23:17:13 +00:00
Stefan Monnier
dfe6cbf8f3 (get_pos_property): Don't assume that `object' = nil. 2003-05-17 18:47:04 +00:00
Richard M. Stallman
67965a9816 (Fformat): Set abort_on_gc during first scan of format.
Reinit FORMAT_START and END before second scan.
2003-04-30 12:05:37 +00:00
Stefan Monnier
f3ce1df88f (Fformat): Lisp_Object/int mixup.
(format2): Remove unused var numargs.
2003-04-11 23:17:42 +00:00
Richard M. Stallman
d147ee841a (Fformat): Translate positions of text properties
in the format string to apply them to the result.
2003-04-09 01:28:44 +00:00
Kenichi Handa
aa8b70aef5 (Fformat): Use a copy of FORMAT string so that we can
destructively change "%S" to "%s".
2003-04-04 10:47:26 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Kenichi Handa
231a33160e (Fformat): Add comment about the treatment of 0 as a multibyte
character.
2003-01-26 23:21:53 +00:00
Richard M. Stallman
d40dc1d037 (format2): New function, replaces format1
but takes exactly two Lisp Objects as format args.
2003-01-25 19:48:14 +00:00
Kim F. Storm
72bb55c6b2 (Finsert): Mention `string-make-multibyte' and
`string-as-multibyte' in doc string.
2003-01-17 12:30:34 +00:00
Kenichi Handa
063b53b1b0 (Fformat): Convert an unibyte char argument that is
formatted by "%c" to multibyte if the total result must be a
multibyte string.
2003-01-17 00:47:58 +00:00
Richard M. Stallman
6b381c3ac9 (Fformat): Add parens. 2002-12-21 18:00:23 +00:00
Juanma Barranquero
b11f1d8a33 (Fformat): Use alloca, not _alloca. 2002-12-10 07:40:21 +00:00
Ben Key
2573153f50 fixed a couple of minor compilation errors in editfns.c 2002-12-10 07:09:41 +00:00