aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2002-09-06 20:45:41 +0000
committerStefan Monnier <[email protected]>2002-09-06 20:45:41 +0000
commit537b4efb6c62179624200ebd3b431f4bcc97f1c1 (patch)
tree01f74b122f87477030bb403943e97bfcb88c9ba0 /lisp
parent09bfa5cafbf6c2175434df236473cd683339f660 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog49
1 files changed, 43 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5618e15f75..038ee40aff 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,18 @@
+2002-09-06 Stefan Monnier <[email protected]>
+
+ * 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 <[email protected]>
- * progmodes/etags.el (find-tag-tag, complete-tag): Bind
- completion-ignore-case based on tags-case-fold-search, so that
+ * 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 <[email protected]>
@@ -86,11 +97,11 @@
2002-09-04 Andre Spiegel <[email protected]>
* vc-hooks.el: Require vc.el at compile-time.
- (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p): Moved
- here from vc.el.
+ (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.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.
@@ -102,6 +113,32 @@
2002-09-02 Stefan Monnier <[email protected]>
+ * 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.