aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-12-28 19:46:56 +0000
committerJuanma Barranquero2007-12-28 19:46:56 +0000
commit2e5093251c8e63f4546ffc30182dd4015e9a58fd (patch)
tree29167b913b37cf15f6125ed2610319018fed356e
parentca252c862ae893f25ce526c9a4d3434550f7e29b (diff)
downloademacs-2e5093251c8e63f4546ffc30182dd4015e9a58fd.tar.gz
emacs-2e5093251c8e63f4546ffc30182dd4015e9a58fd.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog70
1 files changed, 32 insertions, 38 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ec229f89091..7caab1fc466 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8,27 +8,26 @@
8 version-control systems. Instead, make it use logic from 8 version-control systems. Instead, make it use logic from
9 vc-hooks.el so it will become smarter whenever VC mode does. 9 vc-hooks.el so it will become smarter whenever VC mode does.
10 10
11 * vc-hooks.el: 'added is a real state, not a future hypothetical 11 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
12 one. Fix the documentation. 12 Fix the documentation.
13 13
14 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el: 14 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
15 Modify all instances of the dir-state back-end method to suppress 15 Modify all instances of the dir-state back-end method to suppress
16 keeping undo lists on the buffers holding status output, which 16 keeping undo lists on the buffers holding status output, which
17 can get extremely large. 17 can get extremely large.
18 18
19 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info 19 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
20 functions so they don't do work that the default one can do 20 so they don't do work that the default one can do instead.
21 instead.
22 21
23 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered 22 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
24 states. and the new return-value convention. These are not 23 states, and the new return-value convention. These are not
25 actually used yet, just set. 24 actually used yet, just set.
26 25
27 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered 26 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
28 states when appropriate. 27 states when appropriate.
29 28
30 * vc-hg.el (vc-hg-state,vc-hg-dir-state): Set 'ignored and 29 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
31 'unregistered' when appropriate. 30 'unregistered when appropriate.
32 31
33 * vc-git.el: Document that we don't set the new states yet. 32 * vc-git.el: Document that we don't set the new states yet.
34 33
@@ -38,9 +37,8 @@
38 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when 37 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
39 appropriate. 38 appropriate.
40 39
41 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 40 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
42 'unregistered' when appropriate. 41 when appropriate.
43
44 42
452007-12-28 Nick Roberts <nickrob@snap.net.nz> 432007-12-28 Nick Roberts <nickrob@snap.net.nz>
46 44
@@ -83,8 +81,8 @@
83 81
842007-12-27 Kenichi Handa <handa@ni.aist.go.jp> 822007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
85 83
86 * international/mule-cmds.el (select-safe-coding-system): When a 84 * international/mule-cmds.el (select-safe-coding-system):
87 buffer is modified, cancel the writing. 85 When a buffer is modified, cancel the writing.
88 86
892007-12-26 Eric S. Raymond <esr@snark.thyrsus.com> 872007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
90 88
@@ -137,7 +135,7 @@
1372007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> 1352007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
138 136
139 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead 137 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
140 `mark' for error checking. 138 of `mark' for error checking.
141 139
1422007-12-26 Tassilo Horn <tassilo@member.fsf.org> 1402007-12-26 Tassilo Horn <tassilo@member.fsf.org>
143 141
@@ -145,18 +143,16 @@
145 New functions. 143 New functions.
146 (image-mode): Set bookmark-make-cell-function appropriately. 144 (image-mode): Set bookmark-make-cell-function appropriately.
147 145
148 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg 146 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
149 name.
150 147
151 * bookmark.el (bookmark-make-cell-function): New variable. 148 * bookmark.el (bookmark-make-cell-function): New variable.
152 (bookmark-make): Call bookmark-make-cell-function's function 149 (bookmark-make): Call bookmark-make-cell-function's function
153 instead of bookmark-make-cell. 150 instead of bookmark-make-cell.
154 (bookmark-get-handler, bookmark-jump-internal): New functions. 151 (bookmark-get-handler, bookmark-jump-internal): New functions.
155 (bookmark-jump, bookmark-jump-other-window, bookmark-insert) 152 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
156 (bookmark-bmenu-2-window, bookmark-bmenu-other-window): Use 153 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
157 bookmark-jump-internal. 154 Use bookmark-jump-internal.
158 (bookmark-make-cell-for-text-file): Renamed from 155 (bookmark-make-cell-for-text-file): Renamed from bookmark-make-cell.
159 bookmark-make-cell.
160 156
161 * doc-view.el (doc-view-bookmark-make-cell) 157 * doc-view.el (doc-view-bookmark-make-cell)
162 (doc-view-bookmark-jump): New functions. 158 (doc-view-bookmark-jump): New functions.
@@ -170,12 +166,11 @@
170 Simplify main indentation logic to get rid of the conditional call 166 Simplify main indentation logic to get rid of the conditional call
171 to `indent-according-to-mode' (it just ended up calling 167 to `indent-according-to-mode' (it just ended up calling
172 `indent-line-function' in all cases anyway, which can be done more 168 `indent-line-function' in all cases anyway, which can be done more
173 simply here). Remove unnecessary test of ARG in active region 169 simply here). Remove unnecessary test of ARG in active region case.
174 case.
175 170
1762007-12-25 Richard Stallman <rms@gnu.org> 1712007-12-25 Richard Stallman <rms@gnu.org>
177 172
178 * allout.el (allout-region-active-p): Renamed from my-region-active-p. 173 * allout.el (allout-region-active-p): Rename from my-region-active-p.
179 Use `use-region-p'. 174 Use `use-region-p'.
180 (allout-write-file-hook-handler): Simplify code. 175 (allout-write-file-hook-handler): Simplify code.
181 176
@@ -407,8 +402,7 @@
407 * progmodes/cc-subword.el (c-subword-mode): Drop support for 402 * progmodes/cc-subword.el (c-subword-mode): Drop support for
408 systems without define-minor-mode. 403 systems without define-minor-mode.
409 404
410 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging 405 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
411 message.
412 406
413 * progmodes/verilog-mode.el: Replace all instances of 407 * progmodes/verilog-mode.el: Replace all instances of
414 string-to-int with string-to-number, insert-string with insert, 408 string-to-int with string-to-number, insert-string with insert,
@@ -446,8 +440,8 @@
446 (verilog-font-customize): Call customize-apropos only if bound. 440 (verilog-font-customize): Call customize-apropos only if bound.
447 (verilog-getopt-flags, verilog-auto-reeval-locals): Use 441 (verilog-getopt-flags, verilog-auto-reeval-locals): Use
448 make-local-variable rather than make-variable-buffer-local. 442 make-local-variable rather than make-variable-buffer-local.
449 (verilog-company, verilog-project, verilog-modi-cache-list): Move 443 (verilog-company, verilog-project, verilog-modi-cache-list):
450 make-variable-buffer-local calls to top-level. 444 Move make-variable-buffer-local calls to top-level.
451 (font-lock-defaults-alist): Don't define it. 445 (font-lock-defaults-alist): Don't define it.
452 (verilog-need-fld): Remove. 446 (verilog-need-fld): Remove.
453 (verilog-font-lock-init): Don't set font-lock-defaults-alist. 447 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
@@ -456,14 +450,14 @@
456 450
4572007-12-17 Andreas Schwab <schwab@suse.de> 4512007-12-17 Andreas Schwab <schwab@suse.de>
458 452
459 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Fix 453 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
460 comment typo. 454 Fix comment typo.
461 455
4622007-12-16 Michael Albinus <michael.albinus@gmx.de> 4562007-12-16 Michael Albinus <michael.albinus@gmx.de>
463 457
464 * net/dbus.el (dbus-name-owner-changed-handler): Use 458 * net/dbus.el (dbus-name-owner-changed-handler):
465 `dbus-unregister-signal' for removing old rules. Obey new 459 Use `dbus-unregister-signal' for removing old rules.
466 structure of `dbus-registered-functions-table'. 460 Obey new structure of `dbus-registered-functions-table'.
467 461
4682007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org> 4622007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
469 463
@@ -485,8 +479,8 @@
485 * progmodes/cperl-mode.el (cperl-brace-offset) 479 * progmodes/cperl-mode.el (cperl-brace-offset)
486 (cperl-continued-brace-offset, cperl-label-offset) 480 (cperl-continued-brace-offset, cperl-label-offset)
487 (cperl-continued-statement-offset) 481 (cperl-continued-statement-offset)
488 (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add 482 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
489 safe-local-variable properties. 483 Add safe-local-variable properties.
490 484
4912007-12-08 Dan Nicolaescu <dann@ics.uci.edu> 4852007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
492 486
@@ -529,7 +523,7 @@
529 (verilog-end-of-statement, verilog-indent-declaration) 523 (verilog-end-of-statement, verilog-indent-declaration)
530 (verilog-get-lineup-indent): Remove trailing whitespace. 524 (verilog-get-lineup-indent): Remove trailing whitespace.
531 (verilog-mode): Fix autoload cookie. Set 525 (verilog-mode): Fix autoload cookie. Set
532 beginning-of-defun-function and end-of-defun-function. Use when 526 beginning-of-defun-function and end-of-defun-function. Use when
533 instead of if. 527 instead of if.
534 (verilog-emacs-features, verilog-auto-ascii-enum) 528 (verilog-emacs-features, verilog-auto-ascii-enum)
535 (verilog-insert-indices): Escape braces in doc strings. 529 (verilog-insert-indices): Escape braces in doc strings.
@@ -1108,14 +1102,14 @@
1108 (math-comp-comma, math-comp-vector-prec): Declare as variables. 1102 (math-comp-comma, math-comp-vector-prec): Declare as variables.
1109 (math-var-formatter, math-matrix-formatter) 1103 (math-var-formatter, math-matrix-formatter)
1110 (math-lang-adjust-words, math-lang-read-symbol, math-land-read) 1104 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
1111 (math-punc-table, math-compose-subscr,math-dots) 1105 (math-punc-table, math-compose-subscr, math-dots)
1112 (math-func-formatter): New property names to store language 1106 (math-func-formatter): New property names to store language
1113 specific information. 1107 specific information.
1114 (math-compose-tex-var, math-compose-tex-intv) 1108 (math-compose-tex-var, math-compose-tex-intv)
1115 (math-compose-maple-intv, math-compose-eqn-intv) 1109 (math-compose-maple-intv, math-compose-eqn-intv)
1116 (math-compose-tex-sum, math-compose-tex-func) 1110 (math-compose-tex-sum, math-compose-tex-func)
1117 (math-compose-tex-intv): New functions. 1111 (math-compose-tex-intv): New functions.
1118 (math-eqn-ignore-words,math-tex-ignore-words) 1112 (math-eqn-ignore-words, math-tex-ignore-words)
1119 (math-latex-ignore-words): Move from calc.el. 1113 (math-latex-ignore-words): Move from calc.el.
1120 (math-special-function-table): Add entries for tex. 1114 (math-special-function-table): Add entries for tex.
1121 (calc-lang-slash-idiv, calc-lang-allows-underscores): 1115 (calc-lang-slash-idiv, calc-lang-allows-underscores):
@@ -1617,7 +1611,7 @@
1617 Replace `mapcar*' by `math-map-binop'. 1611 Replace `mapcar*' by `math-map-binop'.
1618 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'. 1612 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
1619 1613
1620 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys) 1614 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
1621 (math-read-expr-level): Declare as functions. 1615 (math-read-expr-level): Declare as functions.
1622 1616
1623 * calc/calc-vec.el (math-read-expr-level): Declare as a function. 1617 * calc/calc-vec.el (math-read-expr-level): Declare as a function.