1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 14:02:07 -08:00
Commit graph

19840 commits

Author SHA1 Message Date
Richard M. Stallman
7690cbb0f9 (read1): 0.0e+NaN should make a "positive" NaN. 2005-06-25 04:31:49 +00:00
Eli Zaretskii
90296dd36c (Frename_file): Undo last change: no need to ifdef away
chown on DOS_NT platforms.
2005-06-24 10:41:19 +00:00
Eli Zaretskii
2d5ab4bf85 (sys_chown): New function. 2005-06-24 10:39:56 +00:00
Eli Zaretskii
0e20b3a37b (chown): New; define to sys_chown. 2005-06-24 10:39:20 +00:00
Juanma Barranquero
3338c0adb5 *** empty log message *** 2005-06-24 09:33:10 +00:00
Juanma Barranquero
0afd087155 (syms_of_xdisp) <nobreak-char-display>: Doc fix.
(syms_of_xdisp) <void-text-area-pointer>: Doc fix.
2005-06-24 09:32:11 +00:00
Juanma Barranquero
c4f6ca2474 (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows. 2005-06-24 09:04:15 +00:00
Richard M. Stallman
528b6abcb4 *** empty log message *** 2005-06-23 21:49:52 +00:00
Richard M. Stallman
9c69e6e164 (get_next_display_element):
Finish reversing the tests of Vnobreak_char_display.

(Vnobreak_char_display): Renamed from Vshow_nonbreak_escape.
All uses changed.
(Qnobreak_space): Renamed from Qno_break_space.  All uses changed.
(syms_of_xdisp): Define nobreak-char-display and nobreak-space.
2005-06-23 21:32:26 +00:00
Richard M. Stallman
d550c42590 (Frename_file): Preserve owner and group, if possible. 2005-06-23 21:29:26 +00:00
Juanma Barranquero
253b22986e (Fx_own_selection_internal): Follow error conventions. 2005-06-23 16:20:05 +00:00
Juanma Barranquero
2010ba8ca9 (x_supports_face_attributes_p): Follow error conventions. 2005-06-23 16:18:01 +00:00
Juanma Barranquero
21517c3d40 (check_x_frame, check_x_display_info): Follow error conventions. 2005-06-23 16:17:04 +00:00
Juanma Barranquero
b764a6537d (Fstring_to_syntax): Follow error conventions. 2005-06-23 16:15:29 +00:00
Juanma Barranquero
d72cdbfcbd (Freplace_match): Follow error conventions. 2005-06-23 16:14:45 +00:00
Juanma Barranquero
a9a73d6c0b (Fstop_process, Fcontinue_process): Follow error conventions. 2005-06-23 16:13:54 +00:00
Juanma Barranquero
25f45c8175 (check_x_frame): Follow error conventions. 2005-06-23 16:12:25 +00:00
Juanma Barranquero
6fa2b890d4 (read_vector): Follow error conventions. 2005-06-23 16:10:06 +00:00
Juanma Barranquero
b5251fe73a (make_frame_without_minibuffer): Follow error conventions. 2005-06-23 16:08:43 +00:00
Juanma Barranquero
921baa95ba (Fdefvar, Fdefconst, Feval, Ffuncall): Follow error conventions. 2005-06-23 16:07:51 +00:00
Juanma Barranquero
fdd6025e58 (Fsubst_char_in_region): Follow error conventions. 2005-06-23 16:06:58 +00:00
Juanma Barranquero
861e19b931 (Fsleep_for, Fsit_for): Follow error conventions. 2005-06-23 16:06:10 +00:00
Juanma Barranquero
95030461c9 (Fmake_category_set): Follow error conventions. 2005-06-23 16:05:15 +00:00
Juanma Barranquero
d4db983a99 (Funexpand_abbrev): Follow error conventions. 2005-06-23 16:04:28 +00:00
Juanma Barranquero
1d1c7e755a *** empty log message *** 2005-06-23 07:54:12 +00:00
Juanma Barranquero
9a22a004b3 (fn_png_init_io): Don't define it.
(init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
(png_read_from_file): New function, based on png_read_from_memory.
(png_load): Use it, instead of fn_png_init_io.
2005-06-23 07:48:13 +00:00
Kim F. Storm
9d12e52b0d *** empty log message *** 2005-06-22 23:19:20 +00:00
Kim F. Storm
51f10faa17 (Fmatch_data): Remove evaporate option.
(Fmatch_data): Do not mention evaporate option in doc string.
Add commentary explaining evaporate arg (for internal use only).
(unwind_set_match_data): Add comment on evaporate use.
2005-06-22 23:18:59 +00:00
Kim F. Storm
d1fab151df (save-match-data): Add comment about using evaporate arg
to set-match-data.
2005-06-22 23:18:45 +00:00
Miles Bader
53abc3bfc0 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
Rename vertical-divider face to vertical-border

2005-06-22  Miles Bader  <miles@gnu.org>

   * lisp/faces.el (vertical-border): Renamed from `vertical-divider'.

2005-06-22  Miles Bader  <miles@gnu.org>

   * man/display.texi (Faces): Change `vertical-divider' to `vertical-border'.

2005-06-22  Miles Bader  <miles@gnu.org>

   * src/xfaces.c (Qvertical_border): Renamed from `Qvertical_divider'.
   (realize_basic_faces, syms_of_xfaces): Update references to it.
   * src/dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
   to `VERTICAL_BORDER_FACE_ID'.
   * src/dispnew.c (build_frame_matrix_from_leaf_window): Update references.
2005-06-22 01:22:42 +00:00
Juri Linkov
36a3b076c6 *** empty log message *** 2005-06-21 16:15:51 +00:00
Juri Linkov
33d537f0fe (Fmodify_frame_parameters):
Call frame-set-background-mode after changing the background color
on non-window non-dos branch.
2005-06-21 16:14:51 +00:00
Juri Linkov
c20577bc3f Rename obsolete function Qframe_update_face_colors to
Qframe_set_background_mode.
2005-06-21 16:14:34 +00:00
Juri Linkov
9b0ad2cbac Add extern Qframe_set_background_mode. 2005-06-21 16:14:15 +00:00
Juanma Barranquero
23873c965c *** empty log message *** 2005-06-21 14:12:12 +00:00
Juanma Barranquero
d17f5d0a5f (Fchar_table_range): Fix spellings. 2005-06-21 13:31:30 +00:00
Juanma Barranquero
d22426e187 (Fmake_network_process): Fix spellings. 2005-06-21 13:30:39 +00:00
Juanma Barranquero
6e0dca3d12 Fix typo in comment. 2005-06-21 11:29:47 +00:00
Kim F. Storm
b7d1f38f89 *** empty log message *** 2005-06-20 21:44:38 +00:00
Kim F. Storm
5c796e808c (Fsort): Doc fix. 2005-06-20 21:37:27 +00:00
Miles Bader
b4e49aee84 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Implement tty vertical-divider face

2005-06-20  Miles Bader  <miles@gnu.org>

   * lisp/faces.el (vertical-divider): New face.

2005-06-20  Miles Bader  <miles@gnu.org>

   * man/display.texi (Faces): Add `vertical-divider'.

2005-06-20  Miles Bader  <miles@gnu.org>

   * src/xfaces.c (Qvertical_divider): New variable.
   (realize_basic_faces): Realize its face.
   (syms_of_xfaces): Initialize it.

   * src/dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.

   * src/dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
   window-separator on ttys using `vertical-divider' face by default.
2005-06-20 10:45:31 +00:00
Richard M. Stallman
b4234f4ce6 Finish previous change. 2005-06-17 21:22:14 +00:00
Richard M. Stallman
f19b57e3f9 *** empty log message *** 2005-06-17 14:42:39 +00:00
Richard M. Stallman
b7da00ba48 (get_next_display_element): Reverse test of Vshow_nonbreak_escape. 2005-06-17 14:10:09 +00:00
Richard M. Stallman
072d84a6c2 (produce_special_glyphs): Use spec_glyph_lookup_face. 2005-06-17 14:08:58 +00:00
Richard M. Stallman
dfbfad25bf (read_char): Call restore_getcjmp after jump occurs. 2005-06-17 14:06:22 +00:00
Richard M. Stallman
5f81871efe (spec_glyph_lookup_face): New function.
(build_frame_matrix_from_leaf_window): Use it.
2005-06-17 14:03:08 +00:00
Richard M. Stallman
c68b9c2ffe (spec_glyph_lookup_face): Add declaration. 2005-06-17 14:02:03 +00:00
Richard M. Stallman
398f0da507 (syms_of_buffer) <cursor-type>: Doc fix. 2005-06-17 13:59:11 +00:00
Juanma Barranquero
289824a30c *** empty log message *** 2005-06-17 01:07:30 +00:00