aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2007-08-28 08:10:08 +0000
committerGlenn Morris2007-08-28 08:10:08 +0000
commit6262a3bb799c9149081ad79c3ea34122ac4627f5 (patch)
tree0f97a3d627b5ea5ec5b2ffab2f3263a6b105d40e /src
parent79527a3d3e41e9a01ec70f04995d6a832f02b886 (diff)
downloademacs-6262a3bb799c9149081ad79c3ea34122ac4627f5.tar.gz
emacs-6262a3bb799c9149081ad79c3ea34122ac4627f5.zip
Some more tidying and simplification pending merge.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.multi-tty133
1 files changed, 38 insertions, 95 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty
index e386556a807..dbe57c25329 100644
--- a/src/ChangeLog.multi-tty
+++ b/src/ChangeLog.multi-tty
@@ -613,11 +613,6 @@
613 613
6142005-12-23 Karoly Lorentey <lorentey@elte.hu> 6142005-12-23 Karoly Lorentey <lorentey@elte.hu>
615 615
616 * print.c (print_preprocess): Don't lose print_depth levels while
617 iterating.
618
6192005-12-23 Karoly Lorentey <lorentey@elte.hu>
620
621 * keyboard.c (Fset_input_interrupt_mode, Fset_output_flow_control) 616 * keyboard.c (Fset_input_interrupt_mode, Fset_output_flow_control)
622 (syms_of_keyboard): Defsubr them. 617 (syms_of_keyboard): Defsubr them.
623 (Fset_input_meta_mode, Fset_quit_char): New functions. 618 (Fset_input_meta_mode, Fset_quit_char): New functions.
@@ -627,78 +622,55 @@
627 622
628 * xterm.c (x_initialize): Use Fset_input_interrupt_mode. 623 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
629 624
6302005-12-22 Karoly Lorentey <lorentey@elte.hu> 625 * print.c (print_preprocess): Don't lose print_depth levels while
631 626 iterating.
632 * term.c (suspend-tty): Update doc string.
633
6342005-12-19 Karoly Lorentey <lorentey@elte.hu>
635
636 * dispnew.c (window_change_signal): Fix typo.
637
6382005-12-13 Karoly Lorentey <lorentey@elte.hu>
639
640 * dispnew.c (window_change_signal): Don't believe width/height values
641 that are impossibly small.
642
6432005-12-12 Karoly Lorentey <lorentey@elte.hu>
644
645 * xterm.c (x_term_init) [!HAVE_GTK_MULTIDISPLAY]:
646 Refuse to create secondary X connections.
647 627
6482005-12-12 Karoly Lorentey <lorentey@elte.hu> 6282005-12-12 Karoly Lorentey <lorentey@elte.hu>
649 629
650 * keyboard.c (kbd_buffer_store_event_hold): Simplify condition.
651 (read_key_sequence): Reinitialize fkey and keytran at each replay.
652
653 * coding.c (Fkeyboard_coding_system): Update doc. 630 * coding.c (Fkeyboard_coding_system): Update doc.
654 631
6552005-11-07 Karoly Lorentey <lorentey@elte.hu>
656
657 * data.c (do_symval_forwarding, store_symval_forwarding) 632 * data.c (do_symval_forwarding, store_symval_forwarding)
658 (find_symbol_value): Use the selected frame's keyboard, not 633 (find_symbol_value): Use the selected frame's keyboard, not
659 current_kboard. 634 current_kboard.
660 635
6612005-10-29 Karoly Lorentey <lorentey@elte.hu> 636 * dispnew.c (window_change_signal): Don't believe width/height values
637 that are impossibly small.
662 638
663 * keyboard.c (mark_kboards): Also mark Vkeyboard_translate_table. 639 * keyboard.c (mark_kboards): Also mark Vkeyboard_translate_table.
640 (kbd_buffer_store_event_hold): Simplify condition.
641 (read_key_sequence): Reinitialize fkey and keytran at each replay.
642
643 * term.c (suspend-tty): Update doc string.
644
645 * xterm.c (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create
646 secondary X connections.
664 647
6652005-10-28 Karoly Lorentey <lorentey@elte.hu> 6482005-10-28 Karoly Lorentey <lorentey@elte.hu>
666 649
667 * keyboard.c (Vkeyboard_translate_table): Move to struct kboard. 650 * keyboard.c (Vkeyboard_translate_table)
668 * keyboard.h (Vkeyboard_translate_table): Move to struct kboard. 651 * keyboard.h (Vkeyboard_translate_table): Move to struct kboard.
669 652
670 * keyboard.c (read_char): Use current_kboard to access 653 * keyboard.c (read_char)
654 * keymap.c (Fdescribe_buffer_bindings): : Use current_kboard to access
671 Vkeyboard_translate_table. 655 Vkeyboard_translate_table.
672 * keymap.c (Fdescribe_buffer_bindings): Ditto.
673 656
674 * keyboard.c (init_kboard): Initialize Vkeyboard_translate_table. 657 * keyboard.c (init_kboard): Initialize Vkeyboard_translate_table.
675 658 (syms_of_keyboard): Use DEFVAR_KBOARD to define
676 * keyboard.c (syms_of_keyboard): Use DEFVAR_KBOARD to define
677 Vkeyboard_translate_table. Update doc strings. 659 Vkeyboard_translate_table. Update doc strings.
678 660
6792005-10-28 Karoly Lorentey <lorentey@elte.hu> 6612005-10-28 Karoly Lorentey <lorentey@elte.hu>
680 662
681 * keyboard.c (syms_of_keyboard): Update docs of 663 * keyboard.c (syms_of_keyboard): Update docs of
682 local-function-key-map and function-key-map. 664 local-function-key-map and function-key-map.
683 665 (pop_kboard): Set current_kboard to the kboard of the
6842005-10-23 Karoly Lorentey <lorentey@elte.hu>
685
686 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Change address to the
687 multi-tty mailing list.
688
6892005-09-19 Karoly Lorentey <lorentey@elte.hu>
690
691 * term.c (tty_set_terminal_modes): Output newlines on the correct
692 terminal device.
693
6942005-09-11 Karoly Lorentey <lorentey@elte.hu>
695
696 * keyboard.c (pop_kboard): Set current_kboard to the kboard of the
697 selected frame when the stored kboard object has been deleted before 666 selected frame when the stored kboard object has been deleted before
698 pop_kboard. 667 pop_kboard.
699 (restore_kboard_configuration): Call pop_kboard only after setting up 668 (restore_kboard_configuration): Call pop_kboard only after setting up
700 single_kboard mode. 669 single_kboard mode.
701 670
671 * term.c (tty_set_terminal_modes): Output newlines on the correct
672 terminal device.
673
7022005-09-11 Karoly Lorentey <lorentey@elte.hu> 6742005-09-11 Karoly Lorentey <lorentey@elte.hu>
703 675
704 * keyboard.c: Add forward declaration of restore_kboard_configuration. 676 * keyboard.c: Add forward declaration of restore_kboard_configuration.
@@ -754,12 +726,8 @@
754 parameter, not `tty' when discovering the tty type of the new frame. 726 parameter, not `tty' when discovering the tty type of the new frame.
755 Initialize `tty' and `tty-type' frame parameters in the new frame. 727 Initialize `tty' and `tty-type' frame parameters in the new frame.
756 728
7572005-08-04 Karoly Lorentey <lorentey@elte.hu>
758
759 * window.c (window_internal_height): Remove bogus make_number call. 729 * window.c (window_internal_height): Remove bogus make_number call.
760 730
7612005-08-04 Karoly Lorentey <lorentey@elte.hu>
762
763 * xsmfns.c (x_session_close): New function. 731 * xsmfns.c (x_session_close): New function.
764 * xterm.h: Declare it. 732 * xterm.h: Declare it.
765 733
@@ -767,8 +735,7 @@
767 secondary displays. 735 secondary displays.
768 (x_term_init): Do not initialize X session management when the 736 (x_term_init): Do not initialize X session management when the
769 initial display was a tty frame. 737 initial display was a tty frame.
770 (x_delete_display): Close X session management when we close its 738 (x_delete_display): Close X session management when we close its display.
771 display.
772 739
7732005-07-12 Karoly Lorentey <lorentey@elte.hu> 7402005-07-12 Karoly Lorentey <lorentey@elte.hu>
774 741
@@ -778,17 +745,13 @@
778 (Vfunction_key_map, Vkey_translation_map): New declarations. 745 (Vfunction_key_map, Vkey_translation_map): New declarations.
779 746
780 * keyboard.c (Vfunction_key_map): New variable. 747 * keyboard.c (Vfunction_key_map): New variable.
781 (Vglobal_key_translation_map): Rename to 748 (Vglobal_key_translation_map): Rename to Vglobal_key_translation_map.
782 Vglobal_key_translation_map.
783 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards): 749 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
784 Update. 750 Update.
785 751
786 * keymap.c (Fdescribe_buffer_bindings): Update. 752 * keymap.c (Fdescribe_buffer_bindings): Update.
787 * term.c (term_get_fkeys_1): Update. 753 * term.c (term_get_fkeys_1): Update.
788 754
789
7902005-07-11 Karoly Lorentey <lorentey@elte.hu>
791
792 * xdisp.c (select_frame_for_redisplay): Fix xassert. 755 * xdisp.c (select_frame_for_redisplay): Fix xassert.
793 756
7942005-07-11 Karoly Lorentey <lorentey@elte.hu> 7572005-07-11 Karoly Lorentey <lorentey@elte.hu>
@@ -826,20 +789,9 @@
826 * xterm.c (x_delete_frame_display): Rename to x_delete_device. 789 * xterm.c (x_delete_frame_display): Rename to x_delete_device.
827 * xterm.c (x_create_frame_display): Rename to x_create_device. 790 * xterm.c (x_create_frame_display): Rename to x_create_device.
828 791
829 * coding.c: Update. 792 * coding.c, dispextern.h, data.c, dispnew.c, frame.c, frame.h
830 * dispextern.h: Update. 793 * keyboard.c, keyboard.h, lisp.h, sysdep.c, term.c, xdisp.c
831 * data.c: Update. 794 * xselect.c, xterm.c: Update.
832 * dispnew.c: Update.
833 * frame.c: Update.
834 * frame.h: Update.
835 * keyboard.c: Update.
836 * keyboard.h: Update.
837 * lisp.h: Update.
838 * sysdep.c: Update.
839 * term.c: Update.
840 * xdisp.c: Update.
841 * xselect.c: Update.
842 * xterm.c: Update.
843 795
844 * prefix-args.c: Include stdlib.h for exit. 796 * prefix-args.c: Include stdlib.h for exit.
845 797
@@ -853,38 +805,29 @@
853 * frame.c (Fmake_terminal_frame): Update. 805 * frame.c (Fmake_terminal_frame): Update.
854 * term.c (tty_setup_colors): Update comment. 806 * term.c (tty_setup_colors): Update comment.
855 807
8562005-07-10 Karoly Lorentey <lorentey@elte.hu> 8082005-06-27 Karoly Lorentey <lorentey@elte.hu>
857
858 * xdisp.c (select_frame_for_redisplay): Add xassert for
859 FRAME_LIVE_P.
860 (unwind_redisplay): Don't restore previous frame if it has been
861 deleted.
862
8632005-07-10 Karoly Lorentey <lorentey@elte.hu>
864
865 * term.c (term_init): Move maybe_fatal declaration to top-level to
866 prevent complaints from GCC 4.0.
867 809
8682005-07-06 Karoly Lorentey <lorentey@elte.hu> 810 * data.c (Fterminal_local_value, Fset_terminal_local_value): New
811 functions (note: disabled).
812 (syms_of_data): Defsubr them (note: disabled).
869 813
870 * frame.c (syms_of_frame): Add warning to `delete-frame-functions' 814 * frame.c (syms_of_frame): Add warning to `delete-frame-functions'
871 description. 815 description.
872 816
8732005-07-03 Karoly Lorentey <lorentey@elte.hu> 817 * keyboard.c (syms_of_keyboard): Expand docs of terminal-local
874 818 variables to warn about their random bindings.
875 * term.c (tty_set_terminal_modes, tty_reset_terminal_modes): Flush
876 tty output before returning.
877 819
878 * sysdep.c (reset_sys_modes): Remove superflous fflush call. 820 * sysdep.c (reset_sys_modes): Remove superflous fflush call.
879 821
8802005-06-27 Karoly Lorentey <lorentey@elte.hu> 822 * term.c (tty_set_terminal_modes, tty_reset_terminal_modes): Flush
881 823 tty output before returning.
882 * data.c (Fterminal_local_value, Fset_terminal_local_value): New 824 (term_init): Move maybe_fatal declaration to top-level to
883 functions (note: disabled). 825 prevent complaints from GCC 4.0.
884 (syms_of_data): Defsubr them (note: disabled).
885 826
886 * keyboard.c (syms_of_keyboard): Expand docs of terminal-local 827 * xdisp.c (select_frame_for_redisplay): Add xassert for
887 variables to warn about their random bindings. 828 FRAME_LIVE_P.
829 (unwind_redisplay): Don't restore previous frame if it has been
830 deleted.
888 831
8892005-06-27 Karoly Lorentey <lorentey@elte.hu> 8322005-06-27 Karoly Lorentey <lorentey@elte.hu>
890 833