qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs Makefile TODO extras.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs Makefile TODO extras.c
Date: Fri, 04 Apr 2008 18:23:10 +0000

CVSROOT:        /cvsroot/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        08/04/04 18:23:10

Modified files:
        .              : Makefile TODO extras.c 

Log message:
        cosmetics, small fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/Makefile?cvsroot=qemacs&r1=1.35&r2=1.36
http://cvs.savannah.gnu.org/viewcvs/qemacs/TODO?cvsroot=qemacs&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/qemacs/extras.c?cvsroot=qemacs&r1=1.2&r2=1.3

Patches:
Index: Makefile
===================================================================
RCS file: /cvsroot/qemacs/qemacs/Makefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- Makefile    4 Apr 2008 07:11:14 -0000       1.35
+++ Makefile    4 Apr 2008 18:23:10 -0000       1.36
@@ -53,8 +53,8 @@
 TARGETLIBS:=
 TARGETS+= qe$(EXE) tqe$(EXE) kmaps ligatures
 
-OBJS=qe.o charset.o buffer.o input.o display.o util.o hex.o list.o cutils.o
-TOBJS=tqe.o charset.o buffer.o input.o display.o util.o hex.o list.o cutils.o
+OBJS= qe.o charset.o buffer.o input.o display.o util.o hex.o list.o cutils.o
+TOBJS= tqe.o charset.o buffer.o input.o display.o util.o hex.o list.o cutils.o
 
 OBJS+= extras.o
 

Index: TODO
===================================================================
RCS file: /cvsroot/qemacs/qemacs/TODO,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- TODO        10 Jan 2008 12:21:05 -0000      1.13
+++ TODO        4 Apr 2008 18:23:10 -0000       1.14
@@ -1,10 +1,10 @@
 General TODO:
 ------------
+- rewrite TODO file with more sections
 - remember X11 window positions and restore layout ?
 - improve image viewer.
 - regex search/replace (use glibc 2.1 regex.c file)
 - tab cursor displayed size
-- fix kana input method
 - current path in compile set to current buffer path
 - avoid problems with popups (kill_buffer, delete_window, split_window)
 - avoid error in new file
@@ -15,13 +15,13 @@
 - integrate tinySVG renderer based on the new libraster.
 - improve speed of text renderer / improve truncate mode (merge some
   good parts with CSS renderer ?). Suppress CRC hack (not reliable).
-- set_input_method() and set_buffer_file_coding_system() in config
-  file.
+- set_input_method() and set_buffer_file_coding_system() in config file.
 - add custom memory handling functions.
+- fix kana input method
 - charset: add JIS missing encoding functions
 - display alternate cursor in non activate column in hex mode.
 - implement wheel mode in CSS display.
-- check console charset support (need to convert input?)
+DONE   - check console charset support (need to convert input?)
 - test Hebrew keymap support.
 DONE   - kill buffer handling: append next kill as command flag
 DONE   - delete word should be a kill operation
@@ -35,8 +35,8 @@
 - add TAGS support:
   * recursive search of QTAGS file.
   * C decl parser
-  * man like mode 
   * global QTAGS file indexed with global includes
+DONE   man like mode 
 - see if java/javascript/c++ is OK.
 - autocomplete
 DONE   - forward-level, backward-level: skipping balanced parentheses
@@ -64,7 +64,7 @@
 
 - vi mode.
 - vertical scroll bar
-- better Makefile (select modes)
+DONE   - better Makefile (select modes)
 - add auto close buffer flag (for list mode)
 - improve layout scheme for better scalability.
 - make dired and bufed left windows temporary popleft windows
@@ -74,7 +74,7 @@
 - make command declaration macros standalone
 - dpy_open_font should never return NULL, must have a system font.
 - other coloring modes
-- variables ?
+DONE   - variables ?
 - scripting
 - expression evaluator
 - dos/mac translation modes
@@ -106,7 +106,7 @@
   (variable pitch, tabs, ^x and \uxxxx stuff -- emacs behaviour) ?
 DONE   - check X11 connection at probe time
 DONE   - allow quoting of special keys : let do_char insert xterm/vt100 
-         key sequence to allow typing special keys into shell process
+DONE     key sequence to allow typing special keys into shell process
 - fix scroll up/down to move point if already at end
 - fix terminal size inside shell window ?
 - cmdline arg to force lines and columns to test shell.

Index: extras.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/extras.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- extras.c    31 Mar 2008 21:52:01 -0000      1.2
+++ extras.c    4 Apr 2008 18:23:10 -0000       1.3
@@ -359,7 +359,7 @@
     CMDV( KEY_META(KEY_CTRL('f')), KEY_NONE,
           "forward-block", do_forward_block, ESi, 1, "v")
     CMDV( KEY_ESC, KEY_DELETE,
-          "backward-kill-block", do_kill_block, ESi, -1, "v")
+          "backward-kill-block", do_kill_block, ESi, -1, "*v")
     CMDV( KEY_META(KEY_CTRL('k')), KEY_NONE,
           "kill-block", do_kill_block, ESi, 1, "*v")
           /* Should also have mark-block on C-M-@ */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]