diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6535b7f8dc..75771572cf9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 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): |