1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00
Commit graph

1711 commits

Author SHA1 Message Date
Karoly Lorentey
8ed48c277a Merged in changes from CVS HEAD
Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-1
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-2
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-3
   Update from CVS


git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-17
2003-12-28 16:05:28 +00:00
Kim F. Storm
69348b2a71 Add pointer text property. Add image maps. 2003-12-28 00:40:46 +00:00
Karoly Lorentey
8a56675df1 Add a level of indirection to terminal characteristics.
* src/termchar.h (struct terminal): New struct.
(must_write_spaces, min_padding_speed, line_ins_del_ok)
(char_ins_del_ok, scroll_region_ok, scroll_region_cost)
(memory_below_frame, fast_clear_end_of_line): Moved to struct
terminal.
(current_terminal): New variable.
(CURRENT_TERMINAL, TERMINAL_*): New accessor macros.
(min_padding_speed, dont_calculate_costs): Commented out (unused).

* src/term.c (_current_terminal): New variable.  Will be removed when
true multi-tty support is implemented.

* src/termopts.h (no_redraw_on_reenter): Moved here.

* src/term.c (set_terminal_window, ins_del_lines, calculate_costs)
(term_init): Use the accessor macros for terminal characteristics.
* src/dispnew.c (line_hash_code, line_draw_cost)
(direct_output_for_insert, update_frame_1, scrolling)
(update_frame_line): Ditto.
* src/macterm.c (mac_initialize): Ditto.
* src/msdos.c (internal_terminal_init): Ditto.
* src/scroll.c (calculate_scrolling, calculate_direct_scrolling)
(scrolling_1, scroll_cost): Ditto.
* src/sysdep.c (hft_init): Ditto.
* src/w32term.c (w32_initialize): Ditto.
* src/xdisp.c (try_window_id): Ditto.
* src/xterm.c (x_initialize): Ditto.

* etc/TODO: Add pointer to my tla archive.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-1
2003-12-24 18:55:24 +00:00
Karoly Lorentey
da1492a4cf tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137
(automatically generated log message)

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--base-0
2003-12-24 16:09:13 +00:00
Kenichi Handa
3999c70516 *** empty log message *** 2003-12-01 13:06:41 +00:00
Luc Teirlinck
d18473b956 *** empty log message *** 2003-12-01 02:29:01 +00:00
Jonathan Yavner
9f8a930d98 testcover.el: Changes to 1value and noreturn 2003-11-30 07:33:32 +00:00
Jan Djärv
1394f7f5f6 NEWS and documentation for use-file-dialog. 2003-11-29 11:36:55 +00:00
Kim F. Storm
d46aeafce0 posn-object and posn-object-x-y. 2003-11-27 21:59:16 +00:00
Kim F. Storm
5f6eef9448 Enhanced mouse events. Grep decoupled from compile. 2003-11-23 22:56:12 +00:00
Thien-Thi Nguyen
d29bf2fae9 Fix typo for hide-ifdef-mode entry: "line" -> "like". 2003-11-22 07:34:51 +00:00
Lars Hansen
cae8ddbb46 *** empty log message *** 2003-11-21 18:28:07 +00:00
Lars Hansen
9ac8c83b08 Add plans for change of file attributes UID and GID from integer to string. 2003-11-21 18:23:27 +00:00
Luc Teirlinck
76bf15e9a2 *** empty log message *** 2003-11-14 23:14:37 +00:00
Kenichi Handa
e07398776b Add Kannada. 2003-11-10 07:08:33 +00:00
Luc Teirlinck
92d2f1869d *** empty log message *** 2003-11-09 22:02:08 +00:00
Luc Teirlinck
06a49fc15e *** empty log message *** 2003-11-09 03:38:24 +00:00
Kenichi Handa
d5418998b5 Fix language names. Add C, Braille, Georgian, Ukrainian.
Add IPA pronunciation to English.  Fix tab widths.
2003-11-06 23:00:45 +00:00
Kenichi Handa
b88110030f *** empty log message *** 2003-11-06 23:00:03 +00:00
Luc Teirlinck
c617790907 *** empty log message *** 2003-11-05 05:11:41 +00:00
Eli Zaretskii
984002eb3b From David Ponce: document segfaults with the Linux kernels that
enable the Exec-shield functionality.
2003-11-03 06:23:11 +00:00
Kenichi Handa
85afc7c705 *** empty log message *** 2003-10-30 08:10:48 +00:00
Kenichi Handa
5b9d488cc1 Fix cases of language names. Make German lines one.
Delete FORTRAN, add Mathematics
2003-10-30 07:48:23 +00:00
Jan Djärv
f16a1bf671 * PROBLEMS: Characters are displayed as empty boxes or
with wrong font under X.
2003-10-24 09:27:51 +00:00
Luc Teirlinck
e5dadca769 *** empty log message *** 2003-10-22 19:23:55 +00:00
Nick Roberts
f2afecdaf3 *** empty log message *** 2003-10-21 23:08:11 +00:00
Dave Love
46937ad8f2 cfengine-mode 2003-10-21 11:32:22 +00:00
Richard M. Stallman
1ae7cf5ee8 (edebug-display-freq-count): Doc fix. 2003-10-20 23:46:31 +00:00
Jan Djärv
c94472fc11 Added x-send-client-message. 2003-10-12 15:30:22 +00:00
Dave Love
c51b37fde9 *** empty log message *** 2003-10-06 16:36:56 +00:00
Dave Love
dc8fcfb3b0 Comment on mule-ucs. 2003-10-06 16:17:52 +00:00
Werner LEMBERG
00694c2006 * TUTORIAL.de: Minor updates and grammatical fixes. 2003-09-29 22:56:46 +00:00
Lute Kamstra
86b9b767c5 *** empty log message *** 2003-09-29 10:28:56 +00:00
Lute Kamstra
bc3b02f99b *** empty log message *** 2003-09-26 12:53:18 +00:00
Kim F. Storm
fbe574208a *** empty log message *** 2003-09-24 23:52:11 +00:00
Luc Teirlinck
f8977ff323 *** empty log message *** 2003-09-23 02:48:44 +00:00
Richard M. Stallman
8fe7d8c8bd *** empty log message *** 2003-09-22 15:51:28 +00:00
Kim F. Storm
0c4da02395 Rename get-network-interface-info to network-interface-info. 2003-09-20 23:25:46 +00:00
Richard M. Stallman
837ea4dc04 Delete some ???. 2003-09-19 14:27:24 +00:00
Kim F. Storm
205f1dde3c New functions network-interface-list and get-network-interface-info. 2003-09-13 23:41:12 +00:00
Stefan Monnier
cff5e534cd *** empty log message *** 2003-09-12 19:44:31 +00:00
Richard M. Stallman
f387bdeaae *** empty log message *** 2003-09-12 01:09:43 +00:00
Richard M. Stallman
f6537e033c Document char-displayable-p more clearly.
Add many +++ markers.
2003-09-12 00:44:10 +00:00
Lute Kamstra
5df034de1f *** empty log message *** 2003-09-08 08:06:58 +00:00
Dave Love
01b70437d0 Eldoc change 2003-09-06 17:57:46 +00:00
Eli Zaretskii
30955b19ce Fix wording of the last change. 2003-09-05 16:44:38 +00:00
Dave Love
b51dcd1427 code-pages changes 2003-09-04 17:18:48 +00:00
Kim F. Storm
23706d6c22 Blinking cursor's default off state restored to "no cursor". 2003-09-03 07:58:13 +00:00
Glenn Morris
b9e6b4981b *** empty log message *** 2003-09-02 17:43:01 +00:00
Dave Love
4a29bad2d0 *** empty log message *** 2003-09-01 18:51:17 +00:00