comparison lisp/ChangeLog @ 93681:c9b42189e94f

(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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 05 Apr 2008 03:32:05 +0000
parents 3636fd479ab3
children a47f86eaf5c0
comparison
equal deleted inserted replaced
93680:5dee8473f368 93681:c9b42189e94f
1 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/hideif.el (hif-token-alist): New var.
4 (hif-token-regexp, hif-tokenize): Use it.
5 (hif-mathify-binop): New macro.
6 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
7 (hif-greater-equal, hif-less-equal): Use it.
8 (hif-logior, hif-logand): New functions.
9 (hif-math): Accept | and & as well.
10
11 * progmodes/etags.el: Fix problem with completion for buffer-local
12 tables. Reported by Radey Shouman <shouman@comcast.net>.
13 (tags-complete-tag): Remove.
14 (tags-lazy-completion-table): New function to replace it.
15 (find-tag-tag, complete-tag): Update users.
16
1 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu> 17 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2 18
3 * vc-rcs.el (vc-rcs-dir-status): 19 * vc-rcs.el (vc-rcs-dir-status):
4 * vc-sccs.el (vc-sccs-dir-status): New function. 20 * vc-sccs.el (vc-sccs-dir-status): New function.
5 21