diff options
| author | Stefan Monnier | 2009-11-20 03:19:27 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-11-20 03:19:27 +0000 |
| commit | 02e1b4886fd7e2b673841a697782383e3b7ceb22 (patch) | |
| tree | e6c44b0bb58c024ea6263bd1d628a22373c47718 /lisp | |
| parent | 83d60c79cfa77e707f61f6bfb1fd5642aefeee65 (diff) | |
| download | emacs-02e1b4886fd7e2b673841a697782383e3b7ceb22.tar.gz emacs-02e1b4886fd7e2b673841a697782383e3b7ceb22.zip | |
Add missing entry.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 46 |
1 files changed, 27 insertions, 19 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8c202491b99..f107cc625ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -15,26 +15,27 @@ | |||
| 15 | 15 | ||
| 16 | 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com> | 16 | 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com> |
| 17 | 17 | ||
| 18 | * calc/calc.el (calc-set-mode-line): Rename | 18 | * calc/calc.el (calc-set-mode-line): |
| 19 | `calc-complement-signed-mode' to `calc-twos-complement-mode'. | 19 | Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'. |
| 20 | (math-format-number): Rename `math-format-complement-signed' to | 20 | (math-format-number): Rename `math-format-complement-signed' to |
| 21 | `math-format-twos-complement'. | 21 | `math-format-twos-complement'. |
| 22 | 22 | ||
| 23 | * calc/calc-bin.el (math-format-twos-complement): Renamed from | 23 | * calc/calc-bin.el (math-format-twos-complement): Rename from |
| 24 | math-format-complement-signed. | 24 | math-format-complement-signed. |
| 25 | (calc-radix): Rename `calc-complement-signed-mode' to | 25 | (calc-radix): Rename `calc-complement-signed-mode' to |
| 26 | `calc-twos-complement-mode'. | 26 | `calc-twos-complement-mode'. |
| 27 | (calc-octal-radix, calc-hex-radix): Add an argument for two's complement. | 27 | (calc-octal-radix, calc-hex-radix): Add an argument for |
| 28 | two's complement. | ||
| 28 | 29 | ||
| 29 | * calc/calc-embed.el (calc-embedded-mode-vars): Rename | 30 | * calc/calc-embed.el (calc-embedded-mode-vars): |
| 30 | `calc-complement-signed-mode' to `calc-twos-complement-mode'. | 31 | Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'. |
| 31 | 32 | ||
| 32 | * calc/calc-ext.el (calc-init-extensions): Rename | 33 | * calc/calc-ext.el (calc-init-extensions): |
| 33 | `calc-complement-signed-mode' to `calc-twos-complement-mode'. | 34 | Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'. |
| 34 | (math-format-number-fancy): Let `calc-twos-complement-mode' be nil. | 35 | (math-format-number-fancy): Let `calc-twos-complement-mode' be nil. |
| 35 | 36 | ||
| 36 | * calc/calc-units.el (math-build-units-table-buffer): Let | 37 | * calc/calc-units.el (math-build-units-table-buffer): |
| 37 | `calc-twos-complement-mode' be nil. | 38 | Let `calc-twos-complement-mode' be nil. |
| 38 | 39 | ||
| 39 | * calc/calc-menu.el (calc-modes-menu): Clean up two's complement | 40 | * calc/calc-menu.el (calc-modes-menu): Clean up two's complement |
| 40 | entries. | 41 | entries. |
| @@ -44,8 +45,17 @@ | |||
| 44 | * calc/calc-forms.el (math-format-date): | 45 | * calc/calc-forms.el (math-format-date): |
| 45 | * calc/calc-graph.el (calc-graph-plot): | 46 | * calc/calc-graph.el (calc-graph-plot): |
| 46 | * calc/calc-math.el (math-use-emacs-fn): | 47 | * calc/calc-math.el (math-use-emacs-fn): |
| 47 | * calc/calccomp.el (math-compose-expr): Let | 48 | * calc/calccomp.el (math-compose-expr): |
| 48 | `calc-twos-complement-mode' be nil. | 49 | Let `calc-twos-complement-mode' be nil. |
| 50 | |||
| 51 | 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 52 | |||
| 53 | * abbrev.el (abbrev-with-wrapper-hook): (re)move... | ||
| 54 | * simple.el (with-wrapper-hook): ...to here. Add argument `args'. | ||
| 55 | * minibuffer.el (completion-in-region-functions): New hook. | ||
| 56 | (completion-in-region): New function. | ||
| 57 | * emacs-lisp/lisp.el (lisp-complete-symbol): | ||
| 58 | * pcomplete.el (pcomplete-std-complete): Use it. | ||
| 49 | 59 | ||
| 50 | 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca> | 60 | 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 51 | 61 | ||
| @@ -128,8 +138,7 @@ | |||
| 128 | 138 | ||
| 129 | * descr-text.el (describe-char-padded-string): Compose with TAB | 139 | * descr-text.el (describe-char-padded-string): Compose with TAB |
| 130 | only if there's a font for CH. | 140 | only if there's a font for CH. |
| 131 | (describe-char): Fix the condition for detecting a trivial | 141 | (describe-char): Fix the condition for detecting a trivial composition. |
| 132 | composition. | ||
| 133 | 142 | ||
| 134 | 2009-11-18 Nathaniel Flath <flat0103@gmail.com> | 143 | 2009-11-18 Nathaniel Flath <flat0103@gmail.com> |
| 135 | 144 | ||
| @@ -151,7 +160,7 @@ | |||
| 151 | 160 | ||
| 152 | 2009-11-17 Jan Djärv <jan.h.d@swipnet.se> | 161 | 2009-11-17 Jan Djärv <jan.h.d@swipnet.se> |
| 153 | 162 | ||
| 154 | * font-setting.el (font-use-system-font): Moved ... | 163 | * font-setting.el (font-use-system-font): Move ... |
| 155 | 164 | ||
| 156 | * cus-start.el (all): ... to here. | 165 | * cus-start.el (all): ... to here. |
| 157 | 166 | ||
| @@ -171,7 +180,7 @@ | |||
| 171 | * loadup.el: If feature system-font-setting or font-render-setting is | 180 | * loadup.el: If feature system-font-setting or font-render-setting is |
| 172 | there, load font-setting. | 181 | there, load font-setting. |
| 173 | 182 | ||
| 174 | * Makefile.in (ELCFILES): font-settings.el is new. | 183 | * Makefile.in (ELCFILES): Add font-settings.el. |
| 175 | * font-setting.el: New file. | 184 | * font-setting.el: New file. |
| 176 | 185 | ||
| 177 | 2009-11-17 Glenn Morris <rgm@gnu.org> | 186 | 2009-11-17 Glenn Morris <rgm@gnu.org> |
| @@ -200,9 +209,8 @@ | |||
| 200 | 209 | ||
| 201 | 2009-11-16 Kevin Ryde <user42@zip.com.au> | 210 | 2009-11-16 Kevin Ryde <user42@zip.com.au> |
| 202 | 211 | ||
| 203 | * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use | 212 | * textmodes/flyspell.el (sgml-mode-flyspell-verify): |
| 204 | `sgml-lexical-context' instead of own parse for tag. (Further to | 213 | Use `sgml-lexical-context' instead of own parse for tag (Bug#4511). |
| 205 | Bug#4511). | ||
| 206 | 214 | ||
| 207 | * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords. | 215 | * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords. |
| 208 | (lm-keywords-list): Allow comma-only separator like "foo,bar". | 216 | (lm-keywords-list): Allow comma-only separator like "foo,bar". |