aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * etc/PROBLEMS: Whitespace fix.Glenn Morris2014-06-131-1/+0
|
* * etc/PROBLEMS: Small copyedits.Glenn Morris2014-03-221-17/+18
|
* Another update of MS-Windows entries in etc/PROBLEMS.Eli Zaretskii2014-02-211-0/+16
|
* Update MS-Windows entries in etc/PROBLEMS.Eli Zaretskii2014-02-211-26/+77
|
* * etc/PROBLEMS: Remove more obsolete stuff, modernize exec-shield a bit,Glenn Morris2014-01-221-197/+68
| | | | downplay LessTif (Motif is free software now).
* * etc/PROBLEMS: Remove more ancient, irrelevant stuffGlenn Morris2014-01-091-47/+0
|
* * etc/PROBLEMS: Remove yet more old stuff; more small editsGlenn Morris2014-01-061-56/+12
|
* * etc/PROBLEMS: More removal of old stuffGlenn Morris2014-01-061-53/+5
|
* * etc/PROBLEMS: Remove some old stuff; other small editsGlenn Morris2014-01-061-59/+9
|
* * etc/PROBLEMS: Remove some no-longer relevant stuff re installationGlenn Morris2014-01-061-20/+0
|
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* Update location of Emacs on MS Windows FAQGlenn Morris2013-08-271-3/+3
|
* Use just DOC instead of DOC-nn.mm.Stefan Monnier2013-05-151-1/+1
| | | | | | | | | | | | | | | | * lisp/loadup.el: Just use unversioned DOC. * Makefile.in (install-doc): DOC file is not version specific any more. * .bzrignore: Don't ignore DOC-* any more. * admin/quick-install-emacs: Don't prune DOC-* files a any more. * doc/lispref/loading.texi (Autoload): * doc/lispref/help.texi (Documentation Basics, Accessing Documentation) (Accessing Documentation, Accessing Documentation): DOC-* is now DOC. * etc/.gitignore: Don't ignore DOC-* any more. * lib-src/makefile.w32-in ($(DOC)): Use DOC rather than DOC-X. * msdos/sed1x.inp: Don't rewrite DOC any more. * nt/makefile.w32-in (clean, top-distclean): DOC-X doesn't exist any more. * src/Makefile.in (bootstrap-clean): DOC-* doesn't exist any more. * src/makefile.w32-in (DOC): Use just "DOC".
* Fix typosGlenn Morris2013-04-091-3/+2
|
* * PROBLEMS: Mention Ubuntu warnings about libdbusmenu.Jan Djärv2013-04-071-0/+18
|
* * PROBLEMS: Fix previous change: any kind of transparency can crash.Paul Eggert2013-03-181-1/+1
| | | | Fixes: debbugs:13867
* Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9.Paul Eggert2013-03-171-0/+4
| | | | | | | | | | * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2. We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be no way to do this in pkg-config, so make do with a reasonable approximation. * etc/PROBLEMS: Mention problem with ImageMagick 6.8.2-3 through 6.8.3-9. Fixes: debbugs:13867
* Simplify data_start configuration.Paul Eggert2013-02-241-34/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followon simplification to the fix for Bug#13650. * admin/CPP-DEFINES (DATA_START, ORDINARY_LINK): Remove. * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START) (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove. (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's not always needed. (HAVE_DATA_START): New macro. * etc/PROBLEMS (LIBS_SYSTEM, LIBS_MACHINE, LIBS_STANDARD): Remove. Remove legacy-systems section, as this stuff is no longer applicable with current linking strategies. * src/Makefile.in (LD_FIRSTFLAG, LIB_GCC, CRT_DIR, LIB_STANDARD) (START_FILES): Remove. All uses removed. (otherobj): Remove $(VMLIMIT_OBJ), as it's now first. (ALLOBJS): Move here from autodeps.mk, and with VMLIMITS_OBJ first. (buildobj.h): Use it. ($(ALLOBJS)): Depend on globals.h. (temacs$(EXEEXT)): Use $(ALLOBJS). * src/autodeps.mk (ALLOBJS): Move to Makefile.in. * src/deps.mk (vm-limit.o): * src/makefile.w32-in ($(BLD)/vm-limit.$(O)): Do not depend on mem-limits.h. * src/emacs.c (__do_global_ctors, __do_global_ctors_aux) (__do_global_dtors, __CTOR_LIST__, __DTOR_LIST__) [__GNUC__ && !ORDINARY_LINK]: Remove. * src/mem-limits.h, src/pre-crt0.c: Remove. * src/unexaix.c, src/unexcoff.c: Don't include mem-limits.h. * src/unexcoff.c (etext): New decl. (make_hdr): Use it instead of start_of_data. * src/vm-limit.c: Move most of mem-limits.h's contents here. (data_start): New decl. It's OK if this is approximate, so simplify-away some unnecessary exactness. (POINTER): Remove; all uses removed. (data_space_start): Now char *, to avoid casts. (exceeds_lisp_ptr): New function, replacing the old EXCEEDS_LISP_PTR macro. All uses changed. (check_memory_limits): Simplify and remove casts. (start_of_data) [!CANNOT_DUMP || !SYSTEM_MALLOC]: Remove. (memory_warnings): Use data_start instead of start_of_data. Fixes: debbugs:13783
* Remove obsolete references to VAX in comments.Paul Eggert2013-02-101-33/+0
|
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
|
* 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
|\ \ | |/