aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* etc/PROBLEMS: Mention problems with using file descriptorsMichael Albinus2016-02-261-0/+10
| | | | | * etc/PROBLEMS: Mention problems with using file descriptors of kqueue file notification library.
* Mention in PROBLEMS an issue with MS-Windows NT4Eli Zaretskii2016-01-161-0/+7
| | | | | | * etc/PROBLEMS (MS-Windows): Mention the problem with Shell32.dll on Windows NT4. For the details, see http://lists.gnu.org/archive/html/emacs-devel/2016-01/msg00835.html.
* Update copyright year to 2016Paul Eggert2016-01-011-1/+2
| | | | Run admin/update-copyright.
* ; Update the description of Windows 10 pinned icon issueEli Zaretskii2015-11-201-0/+4
| | | | | * etc/PROBLEMS: Mention that the issue was fixed in later Windows 10 builds.
* Describe known problems with pinning Emacs to taskbarEli Zaretskii2015-10-301-0/+30
| | | | | | * etc/PROBLEMS: Describe the problem with pinning Emacs to taskbar on Windows 10. For the details, see the discussion starting at http://lists.gnu.org/archive/html/help-emacs-windows/2015-09/msg00000.html.
* * etc/PROBLEMS: Document problems with pasting on MS-WindowsEli Zaretskii2015-09-261-0/+8
|
* Prefer straight quoting in some etc text filesPaul Eggert2015-08-261-175/+175
| | | | | These files are plain text and might be used by non-Emacs apps. They’re mostly ASCII, so just use straight quotes.
* Describe problems with cursor caused by Windows MagnifierEli Zaretskii2015-04-141-0/+15
| | | | | | | * etc/PROBLEMS: Describe the problem with cursor shape on MS-Windows due to Windows Magnifier. Fixes: Bug#20271
* Update etc/PROBLEMS.Ivan Shmakov2015-04-071-25/+37
| | | | | | | * etc/PROBLEMS: Mention visible-cursor; a few more mentions of ~/.Xresources and xrdb(1); refer to 'GNU Coreutils' and 'X Window System' or 'X' (were: 'GNU Fileutils' and 'X Windows', respectively); other minor updates and tweaks. (Bug#20011)
* Merge from origin/emacs-24Paul Eggert2015-03-231-2/+24
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ad89f85 Another minor improvement in ELisp manual (Bug#20168) 5e2951b Improve docs of 'posn-actual-col-row' (Bug#20169) 1291ce1 Minor documentation fix in ELisp manual (Bug#20174) 33e2236 * display.texi (Useless Whitespace): Fix thinko. ff3878d * configure.ac: Fix jpeg version check to work with gcc >= 5. 90b46f5 Work for the case nnmail-expiry-target is an nnmh group (bug#20170) e7f92aa authors.el small additions 0bfe915 * etc/PROBLEMS: Add entry about dir-locals and some auto-mounters. c3c4b75 Fixes: debbugs:18939 Conflicts: ChangeLog doc/lispref/ChangeLog etc/PROBLEMS lisp/ChangeLog lisp/gnus/ChangeLog lisp/simple.el
| * * etc/PROBLEMS: Add entry about dir-locals and some auto-mounters.Glenn Morris2015-03-221-2/+13
| |
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+2
| | | | | | | | Run admin/update-copyright.
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+2
| | | | | | | | Run admin/update-copyright.
* | * PROBLEMS: Omit obsolete mention of FQDNs.Paul Eggert2014-12-291-13/+2
| |
* | Merge branch 'emacs-24'.Paul Eggert2014-11-281-5/+5
|\ \ | |/
| * Mention zlib1.dll as a potential reason for libgcc-induced crashes.Eli Zaretskii2014-11-261-5/+5
| |
* | Remove support for DJGPP < 2.02Reuben Thomas2014-08-091-13/+0
| | | | | | | | | | This also removes some specially-licensed files and lots of accompanying explanation.
* | Merge from emacs-24; up to 2014-06-22T05:00:14Z!dmantipov@yandex.ruGlenn Morris2014-07-121-1/+31
|\ \ | |/
| * Document the behavior of file selection dialogs on Windows 7 (bug #17950).Eli Zaretskii2014-07-121-0/+20
| | | | | | | | | | | | | | | | | | | | etc/PROBLEMS: Mention the problem from bug #17950. src/w32fns.c (Fx_file_dialog): Mention in the doc string the behavior on Windows 7 and later when the function is repeatedly invoked with the same value of DIR. src/xfns.c (Fx_file_dialog) [USE_MOTIF, USE_GTK]: Update the doc string to match the one in w32fns.c.
| * etc/PROBLEMS: Update problems specific to MS-Windows.Eli Zaretskii2014-07-121-1/+11
| |
* | Merge from emacs-24; up to 2014-06-03T06:51:18Z!eliz@gnu.orgGlenn Morris2014-06-141-1/+0
|\ \ | |/
| * * etc/PROBLEMS: Whitespace fix.Glenn Morris2014-06-131-1/+0
| |
* | Don't require pkg-config when building from repository.Paul Eggert2014-05-161-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'. * INSTALL.REPO: pkg-config is no longer required to build from the repository. * autogen.sh: Don't check for pkg-config. (progs): Remove pkg-config. (pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH): Remove. All uses removed. * m4/pkg.m4: New file, built by admin/merge-pkg-config. * configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us. (EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug, as we use pkg.m4 from a newer pkg-config. * admin/merge-pkg-config: New script. * admin/notes/copyright: Update for m4/*.m4, in particular m4/pkg.m4. * etc/NEWS: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'. * etc/PROBLEMS (Build-time-problems): Remove pkg-config problem that is no longer an issue. * nt/INSTALL: Remove no-longer-needed notes about pkg-config.
* | * configure.ac (--enable-link-time-optimization): Add clang support.Dmitry Antipov2014-05-131-0/+14
| | | | | | | | | | | | * INSTALL: Mention it. * etc/PROBLEMS: Mention potential problems with --enable-link-time-optimization and clang on Fedora 20.
* | Make it easier on maintainers who use their own Automake.Paul Eggert2014-05-031-10/+10
| | | | | | | | | | | | | | * autogen.sh (ACLOCAL_PATH, AUTORECONF_ENV): New vars. Set them to avoid problems when maintainers prepend their own Automake installations to their PATH. Report an error if pkg.m4 can't be found.
* | Use pkg-config's pkg.m4Glenn Morris2014-05-021-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Use pkg-config's pkg.m4, rather than reinventing it. Add explicit AC_SUBST's where needed. * autogen.sh (progs): Add pkg-config. (pkg_config_min): New variable. * INSTALL.REPO: Mention pkg-config. * etc/PROBLEMS: Mention a related issue that can occur with a local automake.
* | Require GNU make to build EmacsGlenn Morris2014-03-271-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Ref: http://debbugs.gnu.org/16717#45 If no-one objects, we can then start getting rid of some of the convoluted Makefile hacks that exist to support non-GNU makes. * configure.ac: Require GNU make. (HAVE_GNU_MAKE): Remove. * INSTALL, etc/NEWS, etc/PROBLEMS: Update for this change. * Makefile.in: Comment.
* | Merge from emacs-24; up to 2014-03-21T23:16:26Z!rms@gnu.orgDaniel Colascione2014-03-221-17/+18
|\ \ | |/
| * * etc/PROBLEMS: Small copyedits.Glenn Morris2014-03-221-17/+18
| |
* | Remove lib-src/test-distrib.c and relatedGlenn Morris2014-03-221-16/+0
|/ | | | | | | | | | | | | | | | | | The class of problems that this was designed to detect, namely .elc files getting corrupted by being passed around by email via uuencode or somesuch, has not been a relevant concern for many years. * lib-src/test-distrib.c, lib-src/testfile: Remove. * lib-src/Makefile.in (DONT_INSTALL): Remove test-distrib. (test-distrib${EXEEXT}): Remove rule. * make-dist: Do not distribute lib-src/testfile. * admin/quick-install-emacs (AVOID): Remove testfile and test-distrib. * INSTALL, etc/PROBLEMS, admin/notes/unicode: Remove references to test-distrib and testfile.
* 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.