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,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 05 Apr 2008 03:32:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/05 03:32:08

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13329
retrieving revision 1.13330
diff -u -b -r1.13329 -r1.13330
--- ChangeLog   5 Apr 2008 00:56:28 -0000       1.13329
+++ ChangeLog   5 Apr 2008 03:32:05 -0000       1.13330
@@ -1,3 +1,19 @@
+2008-04-05  Stefan Monnier  <address@hidden>
+
+       * progmodes/hideif.el (hif-token-alist): New var.
+       (hif-token-regexp, hif-tokenize): Use it.
+       (hif-mathify-binop): New macro.
+       (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
+       (hif-greater-equal, hif-less-equal): Use it.
+       (hif-logior, hif-logand): New functions.
+       (hif-math): Accept | and & as well.
+
+       * progmodes/etags.el: Fix problem with completion for buffer-local
+       tables.  Reported by Radey Shouman <address@hidden>.
+       (tags-complete-tag): Remove.
+       (tags-lazy-completion-table): New function to replace it.
+       (find-tag-tag, complete-tag): Update users.
+
 2008-04-04  Dan Nicolaescu  <address@hidden>
 
        * vc-rcs.el (vc-rcs-dir-status):




reply via email to

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