diff options
| author | Glenn Morris | 2007-10-13 20:08:38 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-10-13 20:08:38 +0000 |
| commit | d1b38156691ecd2825166147c8349d4752941612 (patch) | |
| tree | 1f131979f5920fd9969ab3ad5f8d0c7d53fce6ae /lisp | |
| parent | a584f30f1dbb67345e354da06a549a5fb20581ba (diff) | |
| download | emacs-d1b38156691ecd2825166147c8349d4752941612.tar.gz emacs-d1b38156691ecd2825166147c8349d4752941612.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f71450cd24..fdbf20ba6c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-10-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string. | ||
| 4 | (octave-re-search-forward-kw, octave-re-search-backward-kw): | ||
| 5 | Add doc string, and an explicit COUNT argument. | ||
| 6 | (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass | ||
| 7 | `inc' to search functions. | ||
| 8 | |||
| 9 | * faces.el (face-spec-set): When FRAME is nil, set the default for | ||
| 10 | new frames (restores pre-2007-09-17 behavior). Doc fix. | ||
| 11 | |||
| 1 | 2007-10-13 John W. Eaton <jwe@octave.org> | 12 | 2007-10-13 John W. Eaton <jwe@octave.org> |
| 2 | 13 | ||
| 3 | * progmodes/octave-mod.el (octave-looking-at-kw) | 14 | * progmodes/octave-mod.el (octave-looking-at-kw) |
| @@ -10,11 +21,6 @@ | |||
| 10 | (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw. | 21 | (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw. |
| 11 | (octave-scan-blocks): Likewise, for octave-re-search-forward-kw. | 22 | (octave-scan-blocks): Likewise, for octave-re-search-forward-kw. |
| 12 | 23 | ||
| 13 | 2007-10-13 Glenn Morris <rgm@gnu.org> | ||
| 14 | |||
| 15 | * faces.el (face-spec-set): When FRAME is nil, set the default for | ||
| 16 | new frames (restores pre-2007-09-17 behavior). Doc fix. | ||
| 17 | |||
| 18 | 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu> | 24 | 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu> |
| 19 | 25 | ||
| 20 | * frame.el (select-frame-set-input-focus): Fix typo | 26 | * frame.el (select-frame-set-input-focus): Fix typo |