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: Fri, 06 Sep 2002 16:45:42 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4283 emacs/lisp/ChangeLog:1.4284
*** emacs/lisp/ChangeLog:1.4283 Fri Sep  6 11:17:19 2002
--- emacs/lisp/ChangeLog        Fri Sep  6 16:45:41 2002
***************
*** 1,7 ****
  2002-09-06  Simon Marshall  <address@hidden>
  
!       * progmodes/etags.el (find-tag-tag, complete-tag): Bind
!       completion-ignore-case based on tags-case-fold-search, so that
        case-sensitivity of tag completion matches that of tag search.
  
  2002-09-06  Juanma Barranquero  <address@hidden>
--- 1,18 ----
+ 2002-09-06  Stefan Monnier  <address@hidden>
+ 
+       * menu-bar.el (menu-bar-make-mm-toggle): New macro.
+       (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
+       (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
+       Remove.  Use the minor mode function directly instead.
+       (menu-bar-mode): Add message and customize-mark-as-set and return
+       the new value as do other minor modes.
+ 
+       * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
+ 
  2002-09-06  Simon Marshall  <address@hidden>
  
!       * progmodes/etags.el (find-tag-tag, complete-tag):
!       Bind completion-ignore-case based on tags-case-fold-search, so that
        case-sensitivity of tag completion matches that of tag search.
  
  2002-09-06  Juanma Barranquero  <address@hidden>
***************
*** 86,96 ****
  2002-09-04  Andre Spiegel  <address@hidden>
  
        * vc-hooks.el: Require vc.el at compile-time.
!       (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p): Moved
!       here from vc.el.
  
!       * vc.el (vc-workfile-unchanged-p,
!       vc-default-workfile-unchanged-p): Moved to vc-hooks.el.
  
        * vc-rcs.el (vc-rcs-state): Don't require vc.el.
  
--- 97,107 ----
  2002-09-04  Andre Spiegel  <address@hidden>
  
        * vc-hooks.el: Require vc.el at compile-time.
!       (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
!       Moved here from vc.el.
  
!       * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
!       Moved to vc-hooks.el.
  
        * vc-rcs.el (vc-rcs-state): Don't require vc.el.
  
***************
*** 101,106 ****
--- 112,143 ----
        utf-8-fragment-on-decoding is non-nil.
  
  2002-09-02  Stefan Monnier  <address@hidden>
+ 
+       * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
+       (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
+       Use text-mode's syntax-table and abbrev-table.
+       (text-mode): Set require-final-newline to t.
+ 
+       * newcomment.el (comment-make-extra-lines): Only use the
+       dummy `=' char when there's really nothing else.
+       Don't remove spaces if it leads to an incorrect comment.
+ 
+       * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
+       around the cvs/ssh/libc bug.
+       (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
+       (defun-cvs-mode): Use the new `declare' thingy.
+       (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
+       (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
+       (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
+ 
+       * pcvs-parse.el (cvs-parse-table): Create a `need-update'
+       node rather than a message for new directories.
+       (cvs-parse-status): Add support for `Entry Invalid'.
+ 
+       * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
+       (smerge-combine-with-next): New function.
+       (smerge-diff): Don't output `wrote /tmp/foo' messages.
+       Insert message if no diffs were found.
  
        * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
        (mail-mode-abbrev-table): Set to text-mode-abbrev-table.




reply via email to

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