diff options
| author | Jan D | 2010-07-02 14:19:53 +0200 |
|---|---|---|
| committer | Jan D | 2010-07-02 14:19:53 +0200 |
| commit | f57e2426f0e8a6b251be71b6f62237fd286998ea (patch) | |
| tree | a8db36e415ea69b4196881b44122454317510f46 /src/ChangeLog | |
| parent | 383e09700c9b3d175c506301d363be4597827db7 (diff) | |
| download | emacs-f57e2426f0e8a6b251be71b6f62237fd286998ea.tar.gz emacs-f57e2426f0e8a6b251be71b6f62237fd286998ea.zip | |
Remove __P and P_ from .c and .m files and definition of P_
* lisp.h:
* atimer.h: Remove define for P_.
* alloc.c: Remove __P and P_ from .c and .m files.
* atimer.c:
* buffer.c:
* callint.c:
* category.c:
* charset.c:
* chartab.c:
* cm.c:
* coding.c:
* composite.c:
* data.c:
* dired.c:
* dispnew.c:
* doc.c:
* editfns.c:
* emacs.c:
* eval.c:
* fileio.c:
* filelock.c:
* fns.c:
* font.c:
* fontset.c:
* frame.c:
* ftfont.c:
* ftxfont.c:
* gmalloc.c:
* gtkutil.c:
* image.c:
* indent.c:
* intervals.c:
* keyboard.c:
* keymap.c:
* lread.c:
* marker.c:
* menu.c:
* minibuf.c:
* print.c:
* process.c:
* scroll.c:
* search.c:
* sound.c:
* strftime.c:
* syntax.c:
* sysdep.c:
* term.c:
* terminal.c:
* textprop.c:
* unexalpha.c:
* w32console.c:
* w32fns.c:
* w32font.c:
* w32menu.c:
* w32term.c:
* w32uniscribe.c:
* window.c:
* xdisp.c:
* xfaces.c:
* xfns.c:
* xfont.c:
* xftfont.c:
* xmenu.c:
* xselect.c:
* xterm.c: Likewise.
* ebrowse.c: Remove P_ and __P.
* etags.c:
* movemail.c:
* pop.c:
* update-game-score.c: Likewise.
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: |