diff options
| author | Dan Nicolaescu | 2009-10-23 05:15:26 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-10-23 05:15:26 +0000 |
| commit | 8f43cbf352348c20bb1560480a8545ee8c2d9442 (patch) | |
| tree | b5e40b9619484a3792f332c958d802b29f2b185e /src/ChangeLog | |
| parent | 1d228a31c34f8194420631c5116fc7cea4d4ec37 (diff) | |
| download | emacs-8f43cbf352348c20bb1560480a8545ee8c2d9442.tar.gz emacs-8f43cbf352348c20bb1560480a8545ee8c2d9442.zip | |
* puresize.h (BASE_PURESIZE): Increase to 1430000.
* term/tty-colors.el (msdos-color-values): Remove declaration, unused.
(color-name-rgb-alist, tty-standard-colors)
(tty-color-mode-alist): Change to defconst.
* simple.el (mark-inactive): Purecopy message.
* menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
(global-map, yank-menu):
* textmodes/ispell.el (ispell-menu-map):
* net/eudc.el (eudc-tools-menu):
* international/mule-cmds.el (describe-language-environment-map)
(setup-language-environment-map, set-coding-system-map)
(mule-menu-keymap):
* vc-hooks.el (vc-menu-entry, vc-menu-map):
* replace.el (occur-mode-map):
* pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
* bindings.el (propertized-buffer-identification): Purecopy
tooltip text.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7f9a07d277f..3c1c603c669 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Increase to 1430000. | ||
| 4 | |||
| 1 | 2009-10-21 Andreas Schwab <schwab@linux-m68k.org> | 5 | 2009-10-21 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 6 | ||
| 3 | * doprnt.c (doprnt): Fix overflow check. | 7 | * doprnt.c (doprnt): Fix overflow check. |