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: Sun, 23 Jun 2002 15:07:40 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4024 emacs/lisp/ChangeLog:1.4025
*** emacs/lisp/ChangeLog:1.4024 Sun Jun 23 11:45:48 2002
--- emacs/lisp/ChangeLog        Sun Jun 23 15:07:39 2002
***************
*** 11,17 ****
  2002-06-21  Kim F. Storm  <address@hidden>
  
        * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
!       work again. Corrected error in check for C-u initiated prefix.
  
        * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
  
--- 11,17 ----
  2002-06-21  Kim F. Storm  <address@hidden>
  
        * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
!       work again.  Corrected error in check for C-u initiated prefix.
  
        * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
  
***************
*** 31,37 ****
        * edmacro.el (edmacro-fix-menu-commands):
        Discard `help-echo' events.  Handle (menu-bar) events.
        Simplify by converting key sequence to a list and then back to vector.
!       
  2002-06-21  Stephen Gildea  <address@hidden>
  
        * mwheel.el: Allow arbitrary keys for scrolling, add a third
--- 31,37 ----
        * edmacro.el (edmacro-fix-menu-commands):
        Discard `help-echo' events.  Handle (menu-bar) events.
        Simplify by converting key sequence to a list and then back to vector.
! 
  2002-06-21  Stephen Gildea  <address@hidden>
  
        * mwheel.el: Allow arbitrary keys for scrolling, add a third
***************
*** 50,55 ****
--- 50,59 ----
        (find-file-read-only, find-file-read-only-other-window)
        (find-file-read-only-other-frame): Use it and fix prompts.
  
+ 2002-06-21  Stefan Monnier  <address@hidden>
+ 
+       * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
+ 
  2002-06-20  Emmanuel Briot  <address@hidden>
  
        * progmodes/ada-mode.el: Update copyright notice.
***************
*** 121,126 ****
--- 125,148 ----
        * progmodes/f90.el (f90-type-def-re): Fix value.
        (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
  
+ 2002-06-18  Stefan Monnier  <address@hidden>
+ 
+       * international/quail.el (quail-help): Don't assume the buffer
+       is displayed in the same frame.
+ 
+       * emacs-lisp/debug.el (cancel-debug-on-entry):
+       * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
+ 
+       * pcvs.el (cvs-vc-command-advice): Handle the case where args
+       are passed to `cvs' before the command name.
+       (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
+ 
+       * pcvs-info.el (cvs-add-face): Minor rewrite.
+       (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
+ 
+       * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
+       regexp when they don't match comment-foo any more.
+ 
  2002-06-18  Juanma Barranquero  <address@hidden>
  
        * filesets.el (filesets-update-pre010505): Fix typo.
***************
*** 197,204 ****
  
  2002-06-14  Juanma Barranquero  <address@hidden>
  
!       * comint.el (comint-snapshot-last-prompt): Bind
!       `inhibit-read-only' to t to support read-only prompts.
        (comint-output-filter): Likewise.
  
  2002-06-14  Miles Bader  <address@hidden>
--- 219,226 ----
  
  2002-06-14  Juanma Barranquero  <address@hidden>
  
!       * comint.el (comint-snapshot-last-prompt):
!       Bind `inhibit-read-only' to t to support read-only prompts.
        (comint-output-filter): Likewise.
  
  2002-06-14  Miles Bader  <address@hidden>
***************
*** 230,237 ****
  
  2002-06-12  Karl Fogel  <address@hidden>
  
!       * bookmark.el (bookmark-file-or-variation-thereof): Restore
!       vc-backend check, thanks to Robert Thorpe for noticing.
  
  2002-06-12  Eli Zaretskii  <address@hidden>
  
--- 252,259 ----
  
  2002-06-12  Karl Fogel  <address@hidden>
  
!       * bookmark.el (bookmark-file-or-variation-thereof):
!       Restore vc-backend check, thanks to Robert Thorpe for noticing.
  
  2002-06-12  Eli Zaretskii  <address@hidden>
  
***************
*** 242,247 ****
--- 264,274 ----
        * term/w32-win.el (x-handle-switch): Fix handling of
        x-invocation-args for switches with arguments.
  
+ 2002-06-12  Stefan Monnier  <address@hidden>
+ 
+       * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
+       without first making sure it's bound.
+ 
  2002-06-12  Richard M. Stallman  <address@hidden>
  
        * info.el (Info-fontify-node): Compute header line specially
***************
*** 280,287 ****
  
  2002-06-12  Colin Walters  <address@hidden>
  
!       * font-core.el (font-lock-core-only): Variable deleted.  All uses
!       removed.
        (font-lock-set-defaults): Variable alist settings moved back into
        font-lock-set-defaults-1.
        (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
--- 307,314 ----
  
  2002-06-12  Colin Walters  <address@hidden>
  
!       * font-core.el (font-lock-core-only): Variable deleted.
!       All uses removed.
        (font-lock-set-defaults): Variable alist settings moved back into
        font-lock-set-defaults-1.
        (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
***************
*** 297,304 ****
  
        * replace.el (occur-mode): Don't set `font-lock-defaults'.
  
!       * help-mode.el (help-highlight-p, help-highlight-face): Variable
!       was unused; deleted.
        (help-make-xrefs): Doc fix.
  
  2002-06-11  Richard M. Stallman  <address@hidden>
--- 324,331 ----
  
        * replace.el (occur-mode): Don't set `font-lock-defaults'.
  
!       * help-mode.el (help-highlight-p, help-highlight-face):
!       Variable was unused; delete.
        (help-make-xrefs): Doc fix.
  
  2002-06-11  Richard M. Stallman  <address@hidden>
***************
*** 348,355 ****
        * comint.el (comint-send-input, comint-output-filter): Use the
        `font-lock-face' property instead of `face'.  Don't check the
        highlight-enabling variables anymore.
!       (comint-highlight-input, comint-highlight-prompt): Variables
!       removed.
  
        * faces.el (display-supports-face-attributes-p): New function.
        (face-spec-set-match-display): Support `supports' predicate.
--- 375,381 ----
        * comint.el (comint-send-input, comint-output-filter): Use the
        `font-lock-face' property instead of `face'.  Don't check the
        highlight-enabling variables anymore.
!       (comint-highlight-input, comint-highlight-prompt): Variables removed.
  
        * faces.el (display-supports-face-attributes-p): New function.
        (face-spec-set-match-display): Support `supports' predicate.
***************
*** 371,398 ****
  
  2002-06-09  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-style.el (c-set-style, c-set-style-1): Added
!       another state for the `dont-override' flag where it only keeps
        globally set variables.
  
  2002-06-08  Colin Walters  <address@hidden>
  
        * descr-text.el (describe-text-properties): Sort the output by the
!       size of the values.  Put `font-lock-face' property on property
!       names.
        (toplevel): Provide `descr-text'.
  
        * international/mule-diag.el (describe-char-after): When there are
        text properties, require `descr-text', and just call
        `describe-text-properties'.
  
!       * international/mule.el (sgml-html-meta-auto-coding-function): New
!       function.
        (auto-coding-from-file-contents): Delete; merge functionality into
        `set-auto-coding'.
        (set-auto-coding): Move tests from `auto-coding-functions' so that
!       they have a lower priority than coding: tags.  Put
!       `auto-coding-regexp-alist' tests before coding: tag tests.
        (sgml-xml-auto-coding-function): Simply `intern' the match, and
        test if it's a valid coding system.
        (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
--- 397,423 ----
  
  2002-06-09  Martin Stjernholm  <address@hidden>
  
!       * progmodes/cc-style.el (c-set-style, c-set-style-1):
!       Add another state for the `dont-override' flag where it only keeps
        globally set variables.
  
  2002-06-08  Colin Walters  <address@hidden>
  
        * descr-text.el (describe-text-properties): Sort the output by the
!       size of the values.  Put `font-lock-face' property on property names.
        (toplevel): Provide `descr-text'.
  
        * international/mule-diag.el (describe-char-after): When there are
        text properties, require `descr-text', and just call
        `describe-text-properties'.
  
!       * international/mule.el (sgml-html-meta-auto-coding-function):
!       New function.
        (auto-coding-from-file-contents): Delete; merge functionality into
        `set-auto-coding'.
        (set-auto-coding): Move tests from `auto-coding-functions' so that
!       they have a lower priority than coding: tags.
!       Put `auto-coding-regexp-alist' tests before coding: tag tests.
        (sgml-xml-auto-coding-function): Simply `intern' the match, and
        test if it's a valid coding system.
        (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.



reply via email to

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