aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2008-07-30 09:42:46 +0000
committerJuanma Barranquero2008-07-30 09:42:46 +0000
commitff6d2a9e33dd163c6fe9dec2fe8813ab4d689d7e (patch)
tree92fb27f1f21236180a1308b041d87d5bc8c1f290 /lisp/ChangeLog
parent3f6b73eff6ebfafeab50df3bf9644ad8a4444403 (diff)
downloademacs-ff6d2a9e33dd163c6fe9dec2fe8813ab4d689d7e.tar.gz
emacs-ff6d2a9e33dd163c6fe9dec2fe8813ab4d689d7e.zip
* lisp/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
ada-xref-set-default-prj-values. (ada-prj-display-page): Ditto. * list/ada-xref.el (ada-gnatstub-opts): Fix doc string. (ada-make-filename-from-adaname): Fix free variable.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 13 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8dbf24f1163..74b23a8f461 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12008-07-30 Stepehen Leake <stephen_leake@stephe-leake.org>
2
3 * lisp/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
4 ada-xref-set-default-prj-values.
5 (ada-prj-display-page): Ditto.
6
7 * list/ada-xref.el (ada-gnatstub-opts): Fix doc string.
8 (ada-make-filename-from-adaname): Fix free variable.
9
12008-07-30 Dan Nicolaescu <dann@ics.uci.edu> 102008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2 11
3 * vc-git.el (vc-git-status-printer): Synchronize with the default. 12 * vc-git.el (vc-git-status-printer): Synchronize with the default.
@@ -17,12 +26,11 @@
17 tasks, as well as extern declarations of tasks for indenting and 26 tasks, as well as extern declarations of tasks for indenting and
18 for foward/backward expression. 27 for foward/backward expression.
19 28
202008-07-30 Wilson Snyder <wsnyder@wsnyder.org> 292008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
21 30
22 * verilog-mode (verilog-read-decls): Allow AUTORESET to work with 31 * verilog-mode (verilog-read-decls): Allow AUTORESET to work with
23 SV 'logic' signals. [Julian Gorfajn] 32 SV 'logic' signals. [Julian Gorfajn]
24 (verilog-auto-inst-column): Make verilog-auto-inst-column 33 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
25 customizable.
26 (verilog-string-replace-matches): Avoid recursion with small 34 (verilog-string-replace-matches): Avoid recursion with small
27 replacements. 35 replacements.
28 (verilog-auto-inst-param-value, verilog-mode-version) 36 (verilog-auto-inst-param-value, verilog-mode-version)
@@ -31,10 +39,9 @@
31 (verilog-auto-inst-port, verilog-simplify-range-expression): Add 39 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
32 verilog-auto-inst-param-value option for AUTOINST. [David Rogoff] 40 verilog-auto-inst-param-value option for AUTOINST. [David Rogoff]
33 This allows parameters to be replaced with their values, on the 41 This allows parameters to be replaced with their values, on the
34 expansion of an AUTOINST with Verilog 2001 style parameter 42 expansion of an AUTOINST with Verilog 2001 style parameter settings.
35 settings.
36 43
372008-07-30 David Lord <david.lord@phonecoop.coop> 442008-07-30 David Lord <david.lord@phonecoop.coop>
38 45
39 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr' 46 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
40 to `cddr'. 47 to `cddr'.