diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 19014a996f9..8d35fa06ac5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 2 | |||
| 3 | * calc/calc-ext.el (math-get-value,math-get-sdev) | ||
| 4 | (math-contains-sdev): New functions. | ||
| 5 | |||
| 6 | * calc/calc-graph.el (calc-graph-format-data) | ||
| 7 | (calc-graph-add-curve): Check for error forms. | ||
| 8 | (calc-graph-set-styles): Add option for error forms. | ||
| 9 | |||
| 1 | 2007-08-03 Miles Bader <miles@gnu.org> | 10 | 2007-08-03 Miles Bader <miles@gnu.org> |
| 2 | 11 | ||
| 3 | * vc-hooks.el (vc-handled-backends): Change capitalization of VC | 12 | * vc-hooks.el (vc-handled-backends): Change capitalization of VC |
| @@ -9,6 +18,36 @@ | |||
| 9 | * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info) | 18 | * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info) |
| 10 | (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'. | 19 | (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'. |
| 11 | 20 | ||
| 21 | 2007-08-02 Richard Stallman <rms@gnu.org> | ||
| 22 | |||
| 23 | * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number | ||
| 24 | to update deleted flag. | ||
| 25 | |||
| 26 | * cus-edit.el (customize-apropos, customize-apropos-options) | ||
| 27 | (customize-apropos-faces, customize-apropos-groups): Improve prompt. | ||
| 28 | |||
| 29 | * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item. | ||
| 30 | |||
| 31 | * startup.el (fancy-splash-head, startup-echo-area-message): | ||
| 32 | Change message text. | ||
| 33 | |||
| 34 | * emulation/tpu-edt.el (next-line-internal): Setting deleted. | ||
| 35 | All callers use line-move. | ||
| 36 | |||
| 37 | * progmodes/compile.el (compilation-find-buffer): Return current | ||
| 38 | buffer immediately if suitable. | ||
| 39 | (compile, compilation-buffer-name, compilation-start): Doc fixes. | ||
| 40 | |||
| 41 | 2007-07-31 Daiki Ueno <ueno@unixuser.org> | ||
| 42 | |||
| 43 | * faces.el (face-normalize-spec): New function. | ||
| 44 | (frame-set-background-mode): Normalize face-spec before calling | ||
| 45 | face-spec-match-p. | ||
| 46 | |||
| 47 | 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 48 | |||
| 49 | * server.el (server-window): Add switch-to-buffer-other-frame option. | ||
| 50 | |||
| 12 | 2007-08-03 Glenn Morris <rgm@gnu.org> | 51 | 2007-08-03 Glenn Morris <rgm@gnu.org> |
| 13 | 52 | ||
| 14 | * cus-edit.el (customize-apropos): Make the error message indicate | 53 | * cus-edit.el (customize-apropos): Make the error message indicate |