emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 24 Mar 2003 12:29:21 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4962 emacs/lisp/ChangeLog:1.4963
*** emacs/lisp/ChangeLog:1.4962 Mon Mar 24 07:21:02 2003
--- emacs/lisp/ChangeLog        Mon Mar 24 12:29:20 2003
***************
*** 5,11 ****
        (pop-global-mark-quick-repeat): New user option.
        (set-mark-command): Use it.
  
!       * emulation/cua-base.el (cua-set-mark): 
        Check pop-global-mark-quick-repeat.
  
  2003-03-24  John Paul Wallington  <address@hidden>
--- 5,11 ----
        (pop-global-mark-quick-repeat): New user option.
        (set-mark-command): Use it.
  
!       * emulation/cua-base.el (cua-set-mark):
        Check pop-global-mark-quick-repeat.
  
  2003-03-24  John Paul Wallington  <address@hidden>
***************
*** 29,35 ****
  
  2003-03-23  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-mode.el (c-parse-state): Added kludge to avoid
        an infinite loop when Emacs' open-paren-in-column-zero rule
        kicks in and causes the sexp functions to misbehave.
  
--- 29,35 ----
  
  2003-03-23  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
        an infinite loop when Emacs' open-paren-in-column-zero rule
        kicks in and causes the sexp functions to misbehave.
  
***************
*** 39,57 ****
        (file-cache-complete, file-cache-display): New functions.
  
        * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
!       (rul-generic-mode): Bugfixes by address@hidden 
  
        * dirtrack.el (dirtrack-cygwin-directory-function): New function.
        Remove timestamp.
  
  2003-03-22  Kim F. Storm  <address@hidden>
  
!       * ido.el (ido-mode): Remove unused NOBIND arg. Fix doc string
        accordingly.
        (ido-define-mode-map): Bind C-l for both file and dir modes.
!       (ido-wide-find-file, ido-wide-find-dir, ido-make-directory): 
        Let-bind enable-recursive-minibuffers to t around read-string.
!       
  2003-03-22  Kenichi Handa  <address@hidden>
  
        * international/fontset.el (setup-default-fontset):
--- 39,57 ----
        (file-cache-complete, file-cache-display): New functions.
  
        * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
!       (rul-generic-mode): Bugfixes by address@hidden
  
        * dirtrack.el (dirtrack-cygwin-directory-function): New function.
        Remove timestamp.
  
  2003-03-22  Kim F. Storm  <address@hidden>
  
!       * ido.el (ido-mode): Remove unused NOBIND arg.  Fix doc string
        accordingly.
        (ido-define-mode-map): Bind C-l for both file and dir modes.
!       (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
        Let-bind enable-recursive-minibuffers to t around read-string.
! 
  2003-03-22  Kenichi Handa  <address@hidden>
  
        * international/fontset.el (setup-default-fontset):
***************
*** 61,67 ****
        * language/indian.el (indian-font-foundry): New variable.
        (indian-script-language-alist): New variable.
        (indian-font-char-index-table): New variable.
!       (indian-font-char): New function. 
        (indian-font-char-range): New function.
        (font-ccl-encoder-alist): Add entry for AKRUTI font.
  
--- 61,67 ----
        * language/indian.el (indian-font-foundry): New variable.
        (indian-script-language-alist): New variable.
        (indian-font-char-index-table): New variable.
!       (indian-font-char): New function.
        (indian-font-char-range): New function.
        (font-ccl-encoder-alist): Add entry for AKRUTI font.
  
***************
*** 108,115 ****
        * language/european.el ("Latin-6"): Fix input-method.
        ("Latin-7"): Fix input-method.
  
!       * international/utf-8.el (utf-fragment-on-decoding): Don't call
!       register-char-codings.
        (utf-fragment-on-decoding): Don't update char-coding-system-table.
        (utf-translate-cjk): Don't call register-char-codings nor
        optimize-char-coding-system-table.  Don't update
--- 108,115 ----
        * language/european.el ("Latin-6"): Fix input-method.
        ("Latin-7"): Fix input-method.
  
!       * international/utf-8.el (utf-fragment-on-decoding):
!       Don't call register-char-codings.
        (utf-fragment-on-decoding): Don't update char-coding-system-table.
        (utf-translate-cjk): Don't call register-char-codings nor
        optimize-char-coding-system-table.  Don't update
***************
*** 118,125 ****
        * international/ucs-tables.el (ucs-unify-8859): Don't call
        register-char-codings.
        (ucs-unify-8859): Don't call optimize-char-coding-system-table.
!       (ucs-fragment-8859): Don't update char-coding-system-table.  Don't
!       call register-char-codings nor optimize-char-coding-system-table.
  
        * international/mule.el (optimize-char-coding-system-table):
        Remove this function.
--- 118,125 ----
        * international/ucs-tables.el (ucs-unify-8859): Don't call
        register-char-codings.
        (ucs-unify-8859): Don't call optimize-char-coding-system-table.
!       (ucs-fragment-8859): Don't update char-coding-system-table.
!       Don't call register-char-codings nor optimize-char-coding-system-table.
  
        * international/mule.el (optimize-char-coding-system-table):
        Remove this function.
***************
*** 138,143 ****
--- 138,147 ----
  
        * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
        (cp-make-coding-system): Don't call cp-fix-safe-chars.
+ 
+ 2003-03-18  Stefan Monnier  <address@hidden>
+ 
+       * startup.el (command-line-1): Use command-execute for any command.
  
  2003-03-17  Stefan Monnier  <address@hidden>
  




reply via email to

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