diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 70 |
1 files changed, 69 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c951ed32557..b36953e23f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,75 @@ | |||
| 1 | 2010-07-02 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2010-07-02 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * lisp.h: | ||
| 4 | * atimer.h: Remove define for P_. | ||
| 5 | |||
| 6 | * alloc.c: Remove __P and P_ from .c and .m files. | ||
| 7 | * atimer.c: | ||
| 8 | * buffer.c: | ||
| 9 | * callint.c: | ||
| 10 | * category.c: | ||
| 11 | * charset.c: | ||
| 12 | * chartab.c: | ||
| 13 | * cm.c: | ||
| 14 | * coding.c: | ||
| 15 | * composite.c: | ||
| 16 | * data.c: | ||
| 17 | * dired.c: | ||
| 18 | * dispnew.c: | ||
| 19 | * doc.c: | ||
| 20 | * editfns.c: | ||
| 21 | * emacs.c: | ||
| 22 | * eval.c: | ||
| 23 | * fileio.c: | ||
| 24 | * filelock.c: | ||
| 25 | * fns.c: | ||
| 26 | * font.c: | ||
| 27 | * fontset.c: | ||
| 28 | * frame.c: | ||
| 29 | * ftfont.c: | ||
| 30 | * ftxfont.c: | ||
| 31 | * gmalloc.c: | ||
| 32 | * gtkutil.c: | ||
| 33 | * image.c: | ||
| 34 | * indent.c: | ||
| 35 | * intervals.c: | ||
| 36 | * keyboard.c: | ||
| 37 | * keymap.c: | ||
| 38 | * lread.c: | ||
| 39 | * marker.c: | ||
| 40 | * menu.c: | ||
| 41 | * minibuf.c: | ||
| 42 | * print.c: | ||
| 43 | * process.c: | ||
| 44 | * scroll.c: | ||
| 45 | * search.c: | ||
| 46 | * sound.c: | ||
| 47 | * strftime.c: | ||
| 48 | * syntax.c: | ||
| 49 | * sysdep.c: | ||
| 50 | * term.c: | ||
| 51 | * terminal.c: | ||
| 52 | * textprop.c: | ||
| 53 | * unexalpha.c: | ||
| 54 | * w32console.c: | ||
| 55 | * w32fns.c: | ||
| 56 | * w32font.c: | ||
| 57 | * w32menu.c: | ||
| 58 | * w32term.c: | ||
| 59 | * w32uniscribe.c: | ||
| 60 | * window.c: | ||
| 61 | * xdisp.c: | ||
| 62 | * xfaces.c: | ||
| 63 | * xfns.c: | ||
| 64 | * xfont.c: | ||
| 65 | * xftfont.c: | ||
| 66 | * xmenu.c: | ||
| 67 | * xselect.c: | ||
| 68 | * xterm.c: Likewise. | ||
| 69 | |||
| 3 | Remove P_ and __P macros. | 70 | Remove P_ and __P macros. |
| 4 | * buffer.h: Remove P_ and __P macros. | 71 | * atimer.h: Remove P_ and __P macros. |
| 72 | * buffer.h: | ||
| 5 | * category.h: | 73 | * category.h: |
| 6 | * ccl.h: | 74 | * ccl.h: |
| 7 | * character.h: | 75 | * character.h: |