aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDan Nicolaescu2008-01-05 10:43:59 +0000
committerDan Nicolaescu2008-01-05 10:43:59 +0000
commit84b83f784229e23b0df4f32bd3294451edc81477 (patch)
treee844afae8f5ced479db8943864f1ff7f54a9fff3 /lisp
parent7ea26faf0ca59347269550b107297be20dea49bd (diff)
downloademacs-84b83f784229e23b0df4f32bd3294451edc81477.tar.gz
emacs-84b83f784229e23b0df4f32bd3294451edc81477.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog55
1 files changed, 55 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b6e1b937314..27f4252195c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,58 @@
12007-01-05 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/verilog-mode.el: Replace all instances of
4 string-to-int with string-to-number, insert-string with insert,
5 and read-input with read-string.
6 (top-level): No need to require imenu, reporter, dinotrace, vc,
7 font-lock when compiling. Always require compile. Relegate remaining
8 compatibility cruft to XEmacs. Don't require font-lock.
9 (verilog-version): Remove superfluous concat.
10 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
11 No need to define.
12 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
13 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
14 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
15 (verilog-startup-message-displayed): These are variables, not constants.
16 (verilog-batch-execute-func, verilog-auto-inst)
17 (verilog-auto-inst-param): Use mapc rather than mapcar.
18 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
19 actually defining.
20 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
21 (verilog-modi-get-outputs, verilog-modi-get-inouts)
22 (verilog-modi-get-inputs, verilog-modi-get-wires)
23 (verilog-modi-get-regs, verilog-modi-get-assigns)
24 (verilog-modi-get-consts, verilog-modi-get-gparams)
25 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
26 (verilog-modi-get-sub-inputs): Move inline functions earlier in
27 the file.
28 (sigs-in, sigs-out): Don't declare multiple times.
29 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
30 `defvar'.
31 (verilog-auto): Call dinotrace-unannotate-all only if bound.
32 (verilog-module-inside-filename-p): No need to wrap fboundp test
33 in condition-case.
34 (reporter-submit-bug-report): Autoload it.
35 (verilog-mark-defun): Call zmacs-activate-region only if bound.
36 (verilog-font-customize): Call customize-apropos only if bound.
37 (verilog-getopt-flags, verilog-auto-reeval-locals):
38 Use make-local-variable rather than make-variable-buffer-local.
39 (verilog-company, verilog-project, verilog-modi-cache-list):
40 Move make-variable-buffer-local calls to top-level.
41 (font-lock-defaults-alist): Don't define it.
42 (verilog-need-fld): Remove.
43 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
44 (verilog-mode): Only call make-local-hook on XEmacs.
45 Set font-lock-defaults rather than using verilog-font-lock-init.
46
47 * progmodes/verilog-mode.el (top-level): Don't require compile.
48 (compilation-error-regexp-alist, compilation-last-buffer):
49 Define for compiler.
50 (verilog-insert-1): New function.
51 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
52 Use verilog-insert-1.
53 (verilog-surelint-off): Use next-error-last-buffer if bound.
54 Check compile buffer is live.
55
12008-01-05 Stefan Monnier <monnier@iro.umontreal.ca> 562008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2 57
3 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text 58 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text