diff options
| author | Juanma Barranquero | 2008-03-04 10:18:57 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-03-04 10:18:57 +0000 |
| commit | 3d193d0f78fe28c455c64c9f1689bc6134a961f4 (patch) | |
| tree | 8d026ce109b2a90b60c6a95a705f86015e773da5 /lib-src | |
| parent | 1fc34624969db9c6b7c4ca4db3d3406498aa90ec (diff) | |
| download | emacs-3d193d0f78fe28c455c64c9f1689bc6134a961f4.tar.gz emacs-3d193d0f78fe28c455c64c9f1689bc6134a961f4.zip | |
Add oo.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/.gitignore | 1 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/.gitignore b/lib-src/.gitignore index 157ce12c972..67ce7f736b5 100644 --- a/lib-src/.gitignore +++ b/lib-src/.gitignore | |||
| @@ -14,6 +14,7 @@ hexl | |||
| 14 | make-docfile | 14 | make-docfile |
| 15 | movemail | 15 | movemail |
| 16 | obj | 16 | obj |
| 17 | oo | ||
| 17 | profile | 18 | profile |
| 18 | sorted-doc | 19 | sorted-doc |
| 19 | test-distrib | 20 | test-distrib |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d726ec108a2..e23f9062237 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-03-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * .cvsignore: Add oo. | ||
| 4 | |||
| 1 | 2008-02-27 Yuri Shtil <yuris@juniper.net> (tiny change) | 5 | 2008-02-27 Yuri Shtil <yuris@juniper.net> (tiny change) |
| 2 | 6 | ||
| 3 | * etags.c (Perl_functions): Fix call to skip_spaces. | 7 | * etags.c (Perl_functions): Fix call to skip_spaces. |