diff options
| author | Jan D | 2010-07-02 11:26:33 +0200 |
|---|---|---|
| committer | Jan D | 2010-07-02 11:26:33 +0200 |
| commit | 383e09700c9b3d175c506301d363be4597827db7 (patch) | |
| tree | b72edd130163ced1973c2dabcd3708573f208fa2 /src/ChangeLog | |
| parent | d9170db5208a86d94a6d8a89c8fa1e678bd094bd (diff) | |
| download | emacs-383e09700c9b3d175c506301d363be4597827db7.tar.gz emacs-383e09700c9b3d175c506301d363be4597827db7.zip | |
Remove P_ and __P macros.
* lwlib/lwlib-Xaw.h: Remove P_ and __P macros.
* lwlib/lwlib-Xlw.h:
* lwlib/lwlib-Xm.h:
* lwlib/lwlib-int.h:
* lwlib/lwlib-utils.h:
* lwlib/lwlib.h: Likewise.
* src/buffer.h: Remove P_ and __P macros.
* src/category.h:
* src/ccl.h:
* src/character.h:
* src/charset.h:
* src/cm.h:
* src/coding.h:
* src/composite.h:
* src/dispextern.h:
* src/disptab.h:
* src/font.h:
* src/fontset.h:
* src/frame.h:
* src/gtkutil.h:
* src/indent.h:
* src/intervals.h:
* src/keyboard.h:
* src/keymap.h:
* src/lisp.h:
* src/macros.h:
* src/md5.h:
* src/menu.h:
* src/msdos.h:
* src/nsterm.h:
* src/puresize.h:
* src/region-cache.h:
* src/syntax.h:
* src/syssignal.h:
* src/systime.h:
* src/termhooks.h:
* src/w32term.h:
* src/widget.h:
* src/window.h:
* src/xgselect.h:
* src/xsettings.h:
* src/xterm.h: Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 46d41bf24bd..c951ed32557 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,43 @@ | |||
| 1 | 2010-07-02 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | Remove P_ and __P macros. | ||
| 4 | * buffer.h: Remove P_ and __P macros. | ||
| 5 | * category.h: | ||
| 6 | * ccl.h: | ||
| 7 | * character.h: | ||
| 8 | * charset.h: | ||
| 9 | * cm.h: | ||
| 10 | * coding.h: | ||
| 11 | * composite.h: | ||
| 12 | * dispextern.h: | ||
| 13 | * disptab.h: | ||
| 14 | * font.h: | ||
| 15 | * fontset.h: | ||
| 16 | * frame.h: | ||
| 17 | * gtkutil.h: | ||
| 18 | * indent.h: | ||
| 19 | * intervals.h: | ||
| 20 | * keyboard.h: | ||
| 21 | * keymap.h: | ||
| 22 | * lisp.h: | ||
| 23 | * macros.h: | ||
| 24 | * md5.h: | ||
| 25 | * menu.h: | ||
| 26 | * msdos.h: | ||
| 27 | * nsterm.h: | ||
| 28 | * puresize.h: | ||
| 29 | * region-cache.h: | ||
| 30 | * syntax.h: | ||
| 31 | * syssignal.h: | ||
| 32 | * systime.h: | ||
| 33 | * termhooks.h: | ||
| 34 | * w32term.h: | ||
| 35 | * widget.h: | ||
| 36 | * window.h: | ||
| 37 | * xgselect.h: | ||
| 38 | * xsettings.h: | ||
| 39 | * xterm.h: Likewise. | ||
| 40 | |||
| 1 | 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu> | 41 | 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 42 | ||
| 3 | * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf. | 43 | * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf. |