diff options
| author | Dmitry Antipov | 2012-07-31 15:37:38 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-31 15:37:38 +0400 |
| commit | c09bfb2f140b2885af17185634451e2abfd6e91c (patch) | |
| tree | f0529721a19d42d6ba84f0ed96ab10562d40a727 /ChangeLog | |
| parent | 906debc3b7206396a00f9dd91a519909c1c9d3bb (diff) | |
| download | emacs-c09bfb2f140b2885af17185634451e2abfd6e91c.tar.gz emacs-c09bfb2f140b2885af17185634451e2abfd6e91c.zip | |
Miscellaneous fixes for non-default X toolkits.
* configure.ac (MOTIF): Check for /usr/include/openmotif
and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
* lwlib/lwlib-Xm.c (make_menu_in_widget): Remove unused variable.
* src/xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
* src/xterm.c (x_frame_of_widget): Remove redundant prototype.
Move under #ifdef USE_LUCID.
(x_create_toolkit_scroll_bar): Adjust scroll_bar_name
definition and usage to avoid warnings.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Improve OpenMotif detection on GNU/Linux systems. | ||
| 4 | * configure.ac (MOTIF): Check for /usr/include/openmotif | ||
| 5 | and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif. | ||
| 6 | |||
| 1 | 2012-07-31 Andreas Schwab <schwab@linux-m68k.org> | 7 | 2012-07-31 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 8 | ||
| 3 | * Makefile.in (install-arch-indep): Avoid eval. | 9 | * Makefile.in (install-arch-indep): Avoid eval. |