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, 25 Feb 2002 02:26:15 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3491 emacs/lisp/ChangeLog:1.3492
*** emacs/lisp/ChangeLog:1.3491 Sun Feb 24 08:29:20 2002
--- emacs/lisp/ChangeLog        Mon Feb 25 02:26:15 2002
***************
*** 1,3 ****
--- 1,9 ----
+ 2002-02-25  Stefan Monnier  <address@hidden>
+ 
+       * ielm.el (ielm-match-data): New var.
+       (inferior-emacs-lisp-mode): Make it buffer-local.
+       (ielm-eval-input): Use it to preserve match-data between inputs.
+ 
  2002-02-24  Juanma Barranquero  <address@hidden>
  
        * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
***************
*** 18,25 ****
  
  2002-02-23  Colin Walters  <address@hidden>
  
!       * calc/calcalg3.el (calc-invent-variables): Convert integer to
!       string.
        * calc/calcalg2.el (math-solve-get-sign): Ditto.
  
        * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
--- 24,30 ----
  
  2002-02-23  Colin Walters  <address@hidden>
  
!       * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
        * calc/calcalg2.el (math-solve-get-sign): Ditto.
  
        * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
***************
*** 28,35 ****
        * ibuf-ext.el (ibuffer-old-time): Change to hours.
        (ibuffer-mark-old-buffers): Handle it.
  
!       * shell.el (shell-pcomplete, shell-pcomplete-reverse): New
!       functions.
        (toplevel): Bind them.
        (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
        not necessary now that we use pcomplete.
--- 33,39 ----
        * ibuf-ext.el (ibuffer-old-time): Change to hours.
        (ibuffer-mark-old-buffers): Handle it.
  
!       * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
        (toplevel): Bind them.
        (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
        not necessary now that we use pcomplete.
***************
*** 47,60 ****
  
  2002-02-22  Eli Zaretskii  <address@hidden>
  
!       * progmodes/etags.el (find-tag-noselect, find-tag) 
        (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
        Fix a typo in doc strings.
  
  2002-02-20  Deepak Goel  <address@hidden>
  
        * play/snake.el (snake-velocity-queue, snake-update-velocity)
!       (snake-final-x-velocity, snake-final-y-velocity): 
        New variable and functions.  Store user's keypresses
        into a queue and pop from the queue each subsequent turn.
        (snake-update-game, snake-move-left)
--- 51,64 ----
  
  2002-02-22  Eli Zaretskii  <address@hidden>
  
!       * progmodes/etags.el (find-tag-noselect, find-tag)
        (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
        Fix a typo in doc strings.
  
  2002-02-20  Deepak Goel  <address@hidden>
  
        * play/snake.el (snake-velocity-queue, snake-update-velocity)
!       (snake-final-x-velocity, snake-final-y-velocity):
        New variable and functions.  Store user's keypresses
        into a queue and pop from the queue each subsequent turn.
        (snake-update-game, snake-move-left)
***************
*** 62,68 ****
        (snake-start-game): Use that queue.
        (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
        (snake-use-color-flag): Likewise.
!       (snake-mode): Rename uses of those variables.  
  
  2002-02-22  Eli Zaretskii  <address@hidden>
  
--- 66,72 ----
        (snake-start-game): Use that queue.
        (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
        (snake-use-color-flag): Likewise.
!       (snake-mode): Rename uses of those variables.
  
  2002-02-22  Eli Zaretskii  <address@hidden>
  
***************
*** 73,97 ****
        (compount-text-no-extensions): Renamed from compound-text.
        (x-ctext-no-extensions, ctext-no-extensions): Aliases for
        compound-text-no-extensions.
!       (compound-text): Redefined using post-read and pre-write
!       conversions.
  
        * international/mule.el (non-standard-icccm-encodings-alist)
        (non-standard-designations-alist): New variables.
!       (ctext-post-read-conversion, ctext-pre-write-conversion): New
!       functions.
  
  2002-02-21  Andre Spiegel  <address@hidden>
  
        Patch by Jonathan Kamens <address@hidden>.
!       
        * vc.el (vc-default-init-version): Update documentation to
        indicate that the backend can override the default init version.
        (vc-register): Use the backend init-version function, if it
        exists, to determine the initial version of a file.
        (vc-diff-switches-list): Don't symbol-quote backend, since it's
!       already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't
!       bound.
  
        * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
        not version-controlled.  This is necessary, e.g., if the file has
--- 77,99 ----
        (compount-text-no-extensions): Renamed from compound-text.
        (x-ctext-no-extensions, ctext-no-extensions): Aliases for
        compound-text-no-extensions.
!       (compound-text): Redefined using post-read and pre-write conversions.
  
        * international/mule.el (non-standard-icccm-encodings-alist)
        (non-standard-designations-alist): New variables.
!       (ctext-post-read-conversion, ctext-pre-write-conversion):
!       New functions.
  
  2002-02-21  Andre Spiegel  <address@hidden>
  
        Patch by Jonathan Kamens <address@hidden>.
! 
        * vc.el (vc-default-init-version): Update documentation to
        indicate that the backend can override the default init version.
        (vc-register): Use the backend init-version function, if it
        exists, to determine the initial version of a file.
        (vc-diff-switches-list): Don't symbol-quote backend, since it's
!       already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
  
        * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
        not version-controlled.  This is necessary, e.g., if the file has
***************
*** 102,108 ****
  2002-02-21  Andre Spiegel  <address@hidden>
  
        Patch by address@hidden
!       
        * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
        (vc-cvs-sticky-tag-display): New variable.
        (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
--- 104,110 ----
  2002-02-21  Andre Spiegel  <address@hidden>
  
        Patch by address@hidden
! 
        * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
        (vc-cvs-sticky-tag-display): New variable.
        (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
***************
*** 387,394 ****
  
        * register.el (describe-register-1): Access register contents here.
  
!       * textmodes/text-mode.el (text-mode-hook-identify): Restore
!       previous definition.  Add to text-mode-hook again.
  
        * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
        (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
--- 389,396 ----
  
        * register.el (describe-register-1): Access register contents here.
  
!       * textmodes/text-mode.el (text-mode-hook-identify):
!       Restore previous definition.  Add to text-mode-hook again.
  
        * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
        (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
***************
*** 405,418 ****
  
  2002-02-12  Eli Zaretskii  <address@hidden>
  
!       * progmodes/pascal.el (pascal-imenu-generic-expression): Add
!       menu-title and fix parentheses.
  
  2002-02-12  Per Abrahamsen  <address@hidden>
  
        * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
!       (menu-bar-options-menu): Don't set default value for
!       `truncate-lines'.
  
  2002-02-12  Per Abrahamsen  <address@hidden>
  
--- 407,419 ----
  
  2002-02-12  Eli Zaretskii  <address@hidden>
  
!       * progmodes/pascal.el (pascal-imenu-generic-expression):
!       Add menu-title and fix parentheses.
  
  2002-02-12  Per Abrahamsen  <address@hidden>
  
        * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
!       (menu-bar-options-menu): Don't set default value for `truncate-lines'.
  
  2002-02-12  Per Abrahamsen  <address@hidden>
  
***************
*** 421,430 ****
        marked as customized.
  
        * international/mule-cmds.el
!       (setup-specified-language-environment): Mark
!       `current-language-environment' as customized.
!       (set-input-method): Mark
!       `default-input-method' as customized when called interactively.
        (toggle-input-method): Ditto.
  
  2002-02-11  Colin Walters  <address@hidden>
--- 422,431 ----
        marked as customized.
  
        * international/mule-cmds.el
!       (setup-specified-language-environment):
!       Mark `current-language-environment' as customized.
!       (set-input-method): Mark `default-input-method' as customized when
!       called interactively.
        (toggle-input-method): Ditto.
  
  2002-02-11  Colin Walters  <address@hidden>
***************
*** 448,454 ****
        (menu-bar-showhide-menu): Ditto.
        (menu-bar-options-menu): Ditto.
        (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
!       (menu-bar-scroll-bar-none): Removed.
        (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
        expressions instead.
  
--- 449,455 ----
        (menu-bar-showhide-menu): Ditto.
        (menu-bar-options-menu): Ditto.
        (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
!       (menu-bar-scroll-bar-none): Remove.
        (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
        expressions instead.
  
***************
*** 456,462 ****
        (customize-set-variable): Ditto.
        (customize-save-variable): Ditto.
        (customize-set-variable): Load dependencies before setting value.
!         (custom-load-symbol): Autoload it.
        (customize-mark-as-set): New function.
  
  2002-02-11  Eli Zaretskii  <address@hidden>
--- 457,463 ----
        (customize-set-variable): Ditto.
        (customize-save-variable): Ditto.
        (customize-set-variable): Load dependencies before setting value.
!       (custom-load-symbol): Autoload it.
        (customize-mark-as-set): New function.
  
  2002-02-11  Eli Zaretskii  <address@hidden>
***************
*** 471,479 ****
        (strokes-help): Do not use doubled with-output-to-temp-buffer.
        Fix the help string.
        (strokes-prompt-user-save-strokes): Fix typo.
!       (strokes-list-strokes): Use proper exit-actionargument for
!       view-buffer.
!       Update copyright notice.
  
        * international/mule-diag.el: Various doc and message fixes.
        (non-iso-charset-alist): Add mac-roman.  Don't add entries for
--- 472,479 ----
        (strokes-help): Do not use doubled with-output-to-temp-buffer.
        Fix the help string.
        (strokes-prompt-user-save-strokes): Fix typo.
!       (strokes-list-strokes): Use proper exit-action argument for
!       view-buffer.  Update copyright notice.
  
        * international/mule-diag.el: Various doc and message fixes.
        (non-iso-charset-alist): Add mac-roman.  Don't add entries for
***************
*** 492,518 ****
  
  2002-02-10  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * menu-bar.el (menu-bar-showhide-menu): Rename functions for
!       toggling.
  
  2002-02-10  Michael Kifer  <address@hidden>
  
!       * viper-util.el (viper-read-key-sequence): fixed so it'll read
        fast key sequences in emacs native mode
!       (viper-events-to-keys): deleted
  
!       * viper.el (describe-key, describe-key-briefly): get rid of
        viper-events-to-keys.
  
        * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
  
!       * ediff-wind.el (ediff-setup-control-frame): Use
!       ediff-has-gutter-support.
  
        * ediff-util.el (ediff-dispose-of-variant-according-to-user):
        check if buff is alive.
  
!       * ediff.el: typo in comment.
  
  2002-02-09  Pavel Jan,Bm(Bk  <address@hidden>
  
--- 492,517 ----
  
  2002-02-10  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
  
  2002-02-10  Michael Kifer  <address@hidden>
  
!       * viper-util.el (viper-read-key-sequence): Fix so it'll read
        fast key sequences in emacs native mode
!       (viper-events-to-keys): Delete.
  
!       * viper.el (describe-key, describe-key-briefly): Get rid of
        viper-events-to-keys.
  
        * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
  
!       * ediff-wind.el (ediff-setup-control-frame):
!       Use ediff-has-gutter-support.
  
        * ediff-util.el (ediff-dispose-of-variant-according-to-user):
        check if buff is alive.
  
!       * ediff.el: Typo in comment.
  
  2002-02-09  Pavel Jan,Bm(Bk  <address@hidden>
  



reply via email to

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