aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove reference to src/s fileGlenn Morris2012-08-081-2/+2
|
* etc/PROBLEMS small updatesGlenn Morris2012-07-301-5/+1
| | | | | | Remove references to m/ and s/ files. Remove reference to hpux _FILE_OFFSET_BITS issue, no longer true since 2012-05-31.
* All the cool platforms support CLASH_DETECTION...Glenn Morris2012-07-111-2/+2
| | | | | | | | | | | | * configure.ac (CLASH_DETECTION): Define unconditionally. Every platform using configure supports it. * src/s/aix4-2.h, src/s/bsd-common.h, src/s/cygwin.h, src/s/darwin.h: * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/template.h: * src/s/usg5-4-common.h: Move CLASH_DETECTION to configure. * etc/PROBLEMS: Recommend customizing create-lockfiles rather than recompiling with CLASH_DETECTION unset.
* Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.comGlenn Morris2012-06-281-0/+30
|\
| * Add a PROBLEMS note about the libotf name-clash annoyanceGlenn Morris2012-06-281-0/+30
| |
* | * PROBLEMS (68000 C compiler problems): Remove obsolete section.Paul Eggert2012-06-041-44/+0
| | | | | | | | | | Not only are the compilers long-dead, the obsolete advice typically doesn't apply to current Emacs sources.
* | Remove obsolete '#define static' cruft.Paul Eggert2012-05-301-9/+1
|/ | | | | | | | | | | | | | * etc/PROBLEMS: Remove obsolete '#define static' cruft. * lwlib/xlwmenu.c [emacs]: Include "bitmaps/gray.xbm". (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits) [!emacs]: Remove; all uses replaced with definiens. * src/s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef. This #undef was "temporary" in 2000; it is no longer needed now that '#define static' has gone away. * src/xfns.c, src/xterm.h (gray_bitmap_width, gray_bitmap_height) (gray_bitmap_bits): Remove; no longer needed. All uses replaced with definiens. * src/xterm.c: Include "bitmaps/gray.xbm".
* Fix commenting convention in PROBLEMS exampleGlenn Morris2012-04-041-4/+4
|
* Doc fix for xterm-extra-capabilitiesGlenn Morris2012-03-311-0/+17
| | | | | | * lisp/term/xterm.el (xterm-extra-capabilities): Doc fix. * etc/PROBLEMS: Mention xterm-extra-capabilities issue.
* etc/PROBLEMS: Document keyboard ghosting with M-| (Bug#10740).Chong Yidong2012-03-121-0/+6
|
* Add PROBLEMS entry for X clipboard managers slowing down exitGlenn Morris2012-02-241-0/+22
| | | | See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8869#92
* PROBLEMS tiny fixes for references to src/{m,s} files.Glenn Morris2012-02-031-2/+2
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Spelling fixes.Paul Eggert2011-11-141-1/+1
|
* etc/PROBLEMS: Mention crashes on MS-Windows when compiled with GCC 4.6.1.Eli Zaretskii2011-10-211-0/+8
|
* * etc/PROBLEMS: Very long lines being slow is a known issue.Glenn Morris2011-09-241-0/+6
|
* * PROBLEMS: Remove obsolete comment re Yellow Dog (Bug#9403).Paul Eggert2011-08-291-37/+0
|
* fix many doubled-word typosU. Ser2011-05-101-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Merge from emacs-23 branch, up to 2010-05-20T22:16:19Z!juri@jurta.org.Glenn Morris2011-01-171-0/+13
|\
| * * etc/PROBLEMS: Add note about svn+ssh. (Bug#7791)Glenn Morris2011-01-171-2/+13
| |
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
| * Document GTK Emacs kill on display close in PROBLEMS.Chong Yidong2010-10-251-10/+9
| | | | | | | | * src/xterm.c (x_connection_closed): Expand comment.
* | -batch implies -q.Glenn Morris2011-01-071-4/+2
| | | | | | | | | | | | * etc/PROBLEMS: -batch implies -q. * msdos/sedleim.inp (RUN-EMACS): -batch imples --no-init-file.
* | Document GTK Emacs kill on display close in PROBLEMS.Chong Yidong2010-10-251-10/+9
| | | | | | | | * src/xterm.c (x_connection_closed): Update comment.
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-0/+8
|\ \ | |/
| * * PROBLEMS: Mention problem with Cygwin 1.5.19.Ken Brown2010-07-271-0/+8
| |
* | Rename src/unexec.c => src/unexcoff.c.Eli Zaretskii2010-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/unexcoff.c: Renamed from unexec.c. src/deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co]. configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o. admin/MAINTAINERS: Rename src/unexec.c => src/unexcoff.c. etc/AUTHORS: Rename unexec.o => unexcoff.o. etc/PROBLEMS: Rename unexec.o => unex*.o. lisp/emacs-lisp/find-gc.el (find-gc-source-files): Rename unexec.c => unexcoff.c. lisp/emacs-lisp/authors.el (authors-fixed-entries): Rename unexec.c => unexcoff.c. msdos/sed1v2.inp (UNEXEC_OBJ): Edit to unexcoff.o, due to renaming of unexec.c => unexcoff.c.
* | * PROBLEMS: Add note about use of backslashes in Windows paths.Juanma Barranquero2010-07-201-2/+16
| |
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-11/+4
|\ \ | |/
| * * etc/PROBLEMS: Update Cygwin GCC information. (Bug#6458)Ken Brown2010-06-181-11/+4
| |
* | Revert 2010-06-26T12:01:31Z!eliz@gnu.org (fixed in emacs-23 branch).Eli Zaretskii2010-06-261-4/+11
| |
* | PROBLEMS: Update Cygwin-related info regarding GCC versions.Eli Zaretskii2010-06-261-11/+4
| |
* | * etc/PROBLEMS: Remove some more obsolete information.Glenn Morris2010-05-271-130/+33
| | | | | | | | Also some re-filling.
* | * etc/PROBLEMS: Remove some more old information.Glenn Morris2010-05-261-54/+2
| |
* | * etc/PROBLEMS: Remove old information no longer of relevance.Glenn Morris2010-05-261-401/+6
| |
* | Do not preprocess src/Makefile.in.Glenn Morris2010-05-261-38/+0
|/ | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Do not preprocess src/Makefile.in. (cpp_undefs, CPP_NEED_TRADITIONAL): Remove. (AC_EGREP_CPP): Test no longer needed. * configure: Regenerate. * config.bat: Do not preprocess src/Makefile.in. * make-dist: No more Makefile.c files. * INSTALL, src/README: Makefiles are not preprocessed. * src/Makefile.in, src/autodeps.mk, src/deps.mk, src/ns.mk: Convert comments to Makefile format. * lib-src/Makefile.in (distclean): No more Makefile.c. * src/Makefile.in (bootstrap-clean): No more Makefile.c. * admin/notes/cpp: Remove file. * admin/quick-install-emacs (AVOID): No more Makefile.c files. * etc/PROBLEMS, etc/MACHINES: Remove details of cpp problems which can no longer occur.
* Add check for buggy version of GCC (Bug#6031).Chong Yidong2010-05-021-1/+1
| | | | | | * configure.in: Add check for buggy version of GCC (Bug#6031). * configure: Regenerate * etc/NEWS: Minor tweak to problem description.
* * PROBLEMS: Document gcc-4.5 bug (Bug#6031).Chong Yidong2010-04-271-0/+11
|
* Document problems on MS-Windows with incompatible regex.h headers.Eli Zaretskii2010-03-271-0/+20
| | | | | PROBLEMS: Mention problems on MS-Windows with incompatible regex.h headers.
* Document Bug#5541.Chong Yidong2010-03-191-0/+15
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Remove resolved GTK on Cygwin problem.Chong Yidong2009-12-091-22/+0
|
* Mention Metacity hang on Emacs resize.Jan Djärv2009-11-261-0/+9
|
* * PROBLEMS: Remove fixed rebasing problem.Chong Yidong2009-11-201-28/+0
|
* * PROBLEMS (http): Add workaround for Cygwin crash.Chong Yidong2009-11-201-2/+13
|
* Remove obsolete Mule-UCS information (the package is not redundant).Chong Yidong2009-09-131-73/+0
|
* * PROBLEMS: Document Athena/Lucid internationalizationChong Yidong2009-09-131-1/+9
| | | | problem (Bug#4333).
* Merge in a few snippets just deleted from faq.texi.Glenn Morris2009-06-161-3/+6
|
* Tweak entry about Exceed X server (Bug#3383).Chong Yidong2009-05-261-3/+4
|