diff options
| author | Eli Zaretskii | 2006-05-19 19:51:35 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-19 19:51:35 +0000 |
| commit | 75e3b95755421ebf5f55d3288e522161903976f7 (patch) | |
| tree | 3b6ddc0cadf3dcb106e4334dfdfd760d975a12f2 | |
| parent | 74456292cede7bb245b53e58abf6aaf763f85695 (diff) | |
| download | emacs-75e3b95755421ebf5f55d3288e522161903976f7.tar.gz emacs-75e3b95755421ebf5f55d3288e522161903976f7.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
3 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7732edb6b24..c8054a5dd76 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-05-19 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/cc-styles.el (c-style-alist): Doc fix. | ||
| 4 | |||
| 1 | 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * term/mac-win.el (mac-bytes-to-digits): Remove function. | 7 | * term/mac-win.el (mac-bytes-to-digits): Remove function. |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 39bf92c54d1..ad91c194743 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change) | ||
| 2 | |||
| 3 | * searching.texi (Simple Match Data): Warn about match data being | ||
| 4 | set anew by every search. | ||
| 5 | |||
| 1 | 2006-05-17 Richard Stallman <rms@gnu.org> | 6 | 2006-05-17 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * minibuf.texi (Minibuffer History): Clarify. | 8 | * minibuf.texi (Minibuffer History): Clarify. |
diff --git a/src/ChangeLog b/src/ChangeLog index 621e2632982..b2f6e402c0d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,7 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * w32.c (init_environment): Perform the processing of environment | 3 | * w32.c (init_environment): Perform the processing of environment |
| 4 | variables on a copy of default variables and their values, not on | 4 | variables on a copy of default variables and their values, not on |
| 5 | the original. | 5 | the original. Simplify code that calls ExpandEnvironmentStrings |
| 6 | and make buf1[] and buf2[] more visible for easier debugging. | ||
| 6 | 7 | ||
| 7 | 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 8 | 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 8 | 9 | ||