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: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 10 Jan 2002 17:14:27 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3311 emacs/lisp/ChangeLog:1.3312
*** emacs/lisp/ChangeLog:1.3311 Thu Jan 10 04:40:57 2002
--- emacs/lisp/ChangeLog        Thu Jan 10 17:14:26 2002
***************
*** 1,12 ****
  2002-01-10  Eli Zaretskii  <address@hidden>
  
        * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
  
  2002-01-09  Michael Kifer  <address@hidden>
!       
        * viper.el (viper-set-hooks): zap viper-unfriendly bindings in
        flyspell-mouse-map.
!       
  2002-01-08  Richard M. Stallman  <address@hidden>
  
        * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
--- 1,27 ----
+ 2002-01-10  Thien-Thi Nguyen  <address@hidden>
+ 
+       * play/zone.el (zone-timeout): New var.
+       (zone-hiding-modeline): New macro.
+       (zone-call): New func.
+ 
+       (zone): Init `modeline-hidden-level' symbol property.
+       Use `zone-call' instead of `funcall'.
+ 
+       (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 1.7).
+ 
+       (zone-pgm-stress): Use `zone-hiding-modeline'.
+ 
+       (zone-pgm-stress-destress): New zone program.
+ 
  2002-01-10  Eli Zaretskii  <address@hidden>
  
        * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
  
  2002-01-09  Michael Kifer  <address@hidden>
! 
        * viper.el (viper-set-hooks): zap viper-unfriendly bindings in
        flyspell-mouse-map.
! 
  2002-01-08  Richard M. Stallman  <address@hidden>
  
        * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
***************
*** 42,50 ****
        2000-08-30.
  
  2002-01-08  Michael Kifer  <address@hidden>
!       
        * ediff-hook.el: added an autoload cookie.
!       
  2002-01-08  Pavel Jan,Bm(Bk  <address@hidden>
  
        * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
--- 57,65 ----
        2000-08-30.
  
  2002-01-08  Michael Kifer  <address@hidden>
! 
        * ediff-hook.el: added an autoload cookie.
! 
  2002-01-08  Pavel Jan,Bm(Bk  <address@hidden>
  
        * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
***************
*** 56,92 ****
        (occur-mode-map): Bind `o' to that.
  
  2002-01-07  Michael Kifer  <address@hidden>
!       
        * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
        new macro that replaces viper-emacs-p and viper-xemacs-p in many
        cases. Used to reduce the number of warnings.
!       
        * viper-cmd.el: use viper-cond-compile-for-xemacs-or-emacs.
        (viper-standard-value): moved here from viper.el.
        (viper-set-unread-command-events): moved to viper-util.el
        (viper-check-minibuffer-overlay): make sure
        viper-minibuffer-overlay is moved to cover the entire input field.
!       
        * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
        (viper-read-key-sequence, viper-set-unread-command-events,
        viper-char-symbol-sequence-p, viper-char-array-p): moved here.
!       
        * viper-ex.el: use viper-cond-compile-for-xemacs-or-emacs.
!       
        * viper-keym.el: use viper-cond-compile-for-xemacs-or-emacs.
!       
        * viper-mous.el: use viper-cond-compile-for-xemacs-or-emacs.
!       
        * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p,
        viper-event-vector-p): moved to viper-util.el
!       
        * viper.el (viper-standard-value): moved to viper-cmd.el.
        Use viper-cond-compile-for-xemacs-or-emacs.
  
        * ediff-help.el: use ediff-cond-compile-for-xemacs-or-emacs.
!       
        * ediff-hook.el: use ediff-cond-compile-for-xemacs-or-emacs.
!       
        * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): new
        macro designed to be used in many places where ediff-emacs-p or
        ediff-xemacs-p was previously used. Reduces the number of
--- 71,107 ----
        (occur-mode-map): Bind `o' to that.
  
  2002-01-07  Michael Kifer  <address@hidden>
! 
        * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
        new macro that replaces viper-emacs-p and viper-xemacs-p in many
        cases. Used to reduce the number of warnings.
! 
        * viper-cmd.el: use viper-cond-compile-for-xemacs-or-emacs.
        (viper-standard-value): moved here from viper.el.
        (viper-set-unread-command-events): moved to viper-util.el
        (viper-check-minibuffer-overlay): make sure
        viper-minibuffer-overlay is moved to cover the entire input field.
! 
        * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
        (viper-read-key-sequence, viper-set-unread-command-events,
        viper-char-symbol-sequence-p, viper-char-array-p): moved here.
! 
        * viper-ex.el: use viper-cond-compile-for-xemacs-or-emacs.
! 
        * viper-keym.el: use viper-cond-compile-for-xemacs-or-emacs.
! 
        * viper-mous.el: use viper-cond-compile-for-xemacs-or-emacs.
! 
        * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p,
        viper-event-vector-p): moved to viper-util.el
! 
        * viper.el (viper-standard-value): moved to viper-cmd.el.
        Use viper-cond-compile-for-xemacs-or-emacs.
  
        * ediff-help.el: use ediff-cond-compile-for-xemacs-or-emacs.
! 
        * ediff-hook.el: use ediff-cond-compile-for-xemacs-or-emacs.
! 
        * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): new
        macro designed to be used in many places where ediff-emacs-p or
        ediff-xemacs-p was previously used. Reduces the number of
***************
*** 98,108 ****
        ediff-whitespace-diff-region-p, ediff-get-region-contents):
        moved to ediff-util.el.
        (ediff-event-key): moved here.
!       
        * ediff-merge.el: got rid of unreferenced variables.
!       
        * ediff-mult.el: use ediff-cond-compile-for-xemacs-or-emacs.
!       
        * ediff-util.el: use ediff-cond-compile-for-xemacs-or-emacs.
        (ediff-cleanup-mess): improved the way windows are set up after
        quitting ediff.
--- 113,123 ----
        ediff-whitespace-diff-region-p, ediff-get-region-contents):
        moved to ediff-util.el.
        (ediff-event-key): moved here.
! 
        * ediff-merge.el: got rid of unreferenced variables.
! 
        * ediff-mult.el: use ediff-cond-compile-for-xemacs-or-emacs.
! 
        * ediff-util.el: use ediff-cond-compile-for-xemacs-or-emacs.
        (ediff-cleanup-mess): improved the way windows are set up after
        quitting ediff.
***************
*** 126,136 ****
        (ediff-arrange-autosave-in-merge-jobs): check if the merge file
        is visited by another buffer and ask to save/delete that buffer.
        (ediff-verify-file-merge-buffer): new function to do the above.
!       
        * ediff-vers.el: load ediff-init.el at compile time.
!       
        * ediff-wind.el: use ediff-cond-compile-for-xemacs-or-emacs.
!       
        * ediff.el (ediff-windows, ediff-regions-wordwise,
        ediff-regions-linewise): use indirect buffers to improve
        robustness and make it possible to compare regions of the same
--- 141,151 ----
        (ediff-arrange-autosave-in-merge-jobs): check if the merge file
        is visited by another buffer and ask to save/delete that buffer.
        (ediff-verify-file-merge-buffer): new function to do the above.
! 
        * ediff-vers.el: load ediff-init.el at compile time.
! 
        * ediff-wind.el: use ediff-cond-compile-for-xemacs-or-emacs.
! 
        * ediff.el (ediff-windows, ediff-regions-wordwise,
        ediff-regions-linewise): use indirect buffers to improve
        robustness and make it possible to compare regions of the same
***************
*** 140,146 ****
        (ediff-files-internal): refuse to compare identical files.
        (ediff-regions-internal): get rid of the warning about comparing
        regions of the same buffer.
!       
        * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): moved here.
        Plus the following fixes courtesy of Dave Love:
        Doc fixes.
--- 155,161 ----
        (ediff-files-internal): refuse to compare identical files.
        (ediff-regions-internal): get rid of the warning about comparing
        regions of the same buffer.
! 
        * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): moved here.
        Plus the following fixes courtesy of Dave Love:
        Doc fixes.
***************
*** 150,156 ****
        (ediff-copy-to-buffer): Use insert-buffer-substring rather than
        consing buffer contents.
        (ediff-goto-word): Move syntax table setting outside loop.
!       
  2002-01-07  Richard M. Stallman  <address@hidden>
  
        * dired.el (dired-copy-filename-as-kill): Call kill-append
--- 165,171 ----
        (ediff-copy-to-buffer): Use insert-buffer-substring rather than
        consing buffer contents.
        (ediff-goto-word): Move syntax table setting outside loop.
! 
  2002-01-07  Richard M. Stallman  <address@hidden>
  
        * dired.el (dired-copy-filename-as-kill): Call kill-append
***************
*** 223,230 ****
  
        * enriched.el (enriched-make-annotation): Doc fix.
  
!       * format.el (format-replace-strings, format-subtract-regions) 
!       (format-annotate-region, format-annotate-location) 
        (format-annotate-atomic-property-change)
        (format-annotate-single-property-change): Doc fixes.
  
--- 238,245 ----
  
        * enriched.el (enriched-make-annotation): Doc fix.
  
!       * format.el (format-replace-strings, format-subtract-regions)
!       (format-annotate-region, format-annotate-location)
        (format-annotate-atomic-property-change)
        (format-annotate-single-property-change): Doc fixes.
  
***************
*** 292,298 ****
  2002-01-02  Chris Hanson  <address@hidden>
  
        * xscheme.el: Eleven years of updates on a private copy.
!                     
        Extensive changes to support multiple xscheme buffers:
        (run-scheme): Break up into new functions to facilitate starting
        processes in other buffers.
--- 307,313 ----
  2002-01-02  Chris Hanson  <address@hidden>
  
        * xscheme.el: Eleven years of updates on a private copy.
! 
        Extensive changes to support multiple xscheme buffers:
        (run-scheme): Break up into new functions to facilitate starting
        processes in other buffers.
***************
*** 415,425 ****
        * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
        * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
        * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
!       * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el: 
        * progmodes/cperl-mode.el, progmodes/idlwave.el:
        * progmodes/sh-script.el, progmodes/vhdl-mode.el:
        Adapt face definitions to use :weight and :slant.
!       
        * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
  
        * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
--- 430,440 ----
        * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
        * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
        * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
!       * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
        * progmodes/cperl-mode.el, progmodes/idlwave.el:
        * progmodes/sh-script.el, progmodes/vhdl-mode.el:
        Adapt face definitions to use :weight and :slant.
! 
        * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
  
        * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
***************
*** 454,460 ****
  
        * replace.el (query-replace-read-args): Immediate error if read-only.
  
!       * textmodes/makeinfo.el (makeinfo-compilation-sentinel): 
        Display the output buffer in a more intelligent way.
  
  2001-12-30  Eli Zaretskii  <address@hidden>
--- 469,475 ----
  
        * replace.el (query-replace-read-args): Immediate error if read-only.
  
!       * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
        Display the output buffer in a more intelligent way.
  
  2001-12-30  Eli Zaretskii  <address@hidden>
***************
*** 493,500 ****
        * international/iso-transl.el (iso-transl-char-map) Eliminate the
        alias symbols--put the translated sequences here directly.
  
!       * progmodes/cc-mode.el (c-mode-abbrev-table) 
!       (c++-mode-abbrev-table, objc-mode-abbrev-table) 
        (java-mode-abbrev-table, pike-mode-abbrev-table):
        Mark all the predefined abbrevs as "system" abbrevs.
  
--- 508,515 ----
        * international/iso-transl.el (iso-transl-char-map) Eliminate the
        alias symbols--put the translated sequences here directly.
  
!       * progmodes/cc-mode.el (c-mode-abbrev-table)
!       (c++-mode-abbrev-table, objc-mode-abbrev-table)
        (java-mode-abbrev-table, pike-mode-abbrev-table):
        Mark all the predefined abbrevs as "system" abbrevs.
  
***************
*** 616,644 ****
        (occur-mode-map): Bind C-o to it.
  
  2001-12-24  Michael Kifer  <address@hidden>
!       
        * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
        (viper-special-read-and-insert-char): Make C-m work right in the r
        comand.
        (viper-buffer-search-enable): Fixed format string.
!       
        * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
        instead of viper-info-on-file.
        (ex-set-visited-file-name): New function.
!       
        * viper.el (viper-emacs-state-mode-list): Added mail-mode.
!       
        * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
        action argument.
!       
        * ediff-init.el: Fixed some doc strings.
!       
        * ediff-util.el (ediff-after-quit-hook-internal): New variable.
        Got rid of make-local-hook.
!       
        * ediff-wind.el (ediff-setup-control-frame): Got rid of
        make-local-hook.
!       
  2001-12-23  Richard M. Stallman  <address@hidden>
  
        * term/x-win.el (x-handle-geometry): Put height and width
--- 631,659 ----
        (occur-mode-map): Bind C-o to it.
  
  2001-12-24  Michael Kifer  <address@hidden>
! 
        * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
        (viper-special-read-and-insert-char): Make C-m work right in the r
        comand.
        (viper-buffer-search-enable): Fixed format string.
! 
        * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
        instead of viper-info-on-file.
        (ex-set-visited-file-name): New function.
! 
        * viper.el (viper-emacs-state-mode-list): Added mail-mode.
! 
        * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
        action argument.
! 
        * ediff-init.el: Fixed some doc strings.
! 
        * ediff-util.el (ediff-after-quit-hook-internal): New variable.
        Got rid of make-local-hook.
! 
        * ediff-wind.el (ediff-setup-control-frame): Got rid of
        make-local-hook.
! 
  2001-12-23  Richard M. Stallman  <address@hidden>
  
        * term/x-win.el (x-handle-geometry): Put height and width
***************
*** 681,687 ****
  
        * time.el (display-time-load-average-threshold): New variable.
        (display-time-update): Use it.
!       
        These changes allow cycling through past 1, 5 and 15 minutes
        load-average displayed in the mode-line.
  
--- 696,702 ----
  
        * time.el (display-time-load-average-threshold): New variable.
        (display-time-update): Use it.
! 
        These changes allow cycling through past 1, 5 and 15 minutes
        load-average displayed in the mode-line.
  
***************
*** 725,731 ****
  
        * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
  
!       * emacs-lisp/easy-mmode.el (define-minor-mode): 
        Make no arg by default in an interactive call,
        so that repeating the command toggles again.
  
--- 740,746 ----
  
        * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
  
!       * emacs-lisp/easy-mmode.el (define-minor-mode):
        Make no arg by default in an interactive call,
        so that repeating the command toggles again.
  
***************
*** 847,855 ****
  
  2001-12-19  Richard M. Stallman  <address@hidden>
  
!       * international/mule-cmds.el (describe-language-environment): 
        Fix calls to help-xref-button.
!       
  2001-12-19  Miles Bader  <address@hidden>
  
        * international/fontset.el: Require `ind-util' when compiling.
--- 862,870 ----
  
  2001-12-19  Richard M. Stallman  <address@hidden>
  
!       * international/mule-cmds.el (describe-language-environment):
        Fix calls to help-xref-button.
! 
  2001-12-19  Miles Bader  <address@hidden>
  
        * international/fontset.el: Require `ind-util' when compiling.
***************
*** 967,973 ****
  
        * startup.el (command-line-1): Display startup screen
        even if there are command line args.
!       Add a note about how to go to editing your files. 
        (fancy-splash-head): Add a note about how to go to your files.
        (fancy-splash-outer-buffer): New variable.
        (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
--- 982,988 ----
  
        * startup.el (command-line-1): Display startup screen
        even if there are command line args.
!       Add a note about how to go to editing your files.
        (fancy-splash-head): Add a note about how to go to your files.
        (fancy-splash-outer-buffer): New variable.
        (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.



reply via email to

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