diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2aa2ba6575d..784c2d09da8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * progmodes/idlw-help.el: Require browse-url unconditionally, it | ||
| 4 | is available by default. | ||
| 5 | (idlwave-help-browse-url-available): Change default to t. | ||
| 6 | |||
| 7 | * emulation/edt.el (defgroup, defcustom): Remove definition. | ||
| 8 | (eval-when-compile): Remove. | ||
| 9 | (c-mark-function): | ||
| 10 | * textmodes/reftex-dcr.el (bibtex-beginning-of-entry): | ||
| 11 | * textmodes/fill.el (comment-search-forward) | ||
| 12 | (comment-string-strip): | ||
| 13 | * progmodes/prolog.el (comint-mode, comint-send-string) | ||
| 14 | (comint-send-region, comint-send-eof): | ||
| 15 | * progmodes/dcl-mode.el (imenu-default-create-index-function): | ||
| 16 | * emulation/viper-util.el (viper-forward-Word): | ||
| 17 | * emulation/vi.el (c-mark-function): | ||
| 18 | * emulation/edt-vt100.el (vt100-wide-mode): | ||
| 19 | * emacs-lisp/timer.el (diary-entry-time): Declare as functions. | ||
| 20 | |||
| 1 | 2007-11-19 Michael Albinus <michael.albinus@gmx.de> | 21 | 2007-11-19 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 22 | ||
| 3 | * net/tramp.el (tramp-open-connection-setup-interactive-shell): | 23 | * net/tramp.el (tramp-open-connection-setup-interactive-shell): |