aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | * make-dist: No longer create lisp/MANIFEST.Glenn Morris2010-10-191-0/+4
| | | | | | | | | | No-one can remember what this file was for. http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00512.html
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-0/+4
|\ \ | |/
| * * README: Updates.Glenn Morris2010-10-111-1/+1
| |
| * * BUGS, INSTALL.BZR: Updates.Glenn Morris2010-10-111-0/+4
| |
* | More make-dist simplification.Glenn Morris2010-10-121-0/+7
| | | | | | | | | | | | | | * make-dist: Remove --compress. Check for the appropriate gzip-like executable, and if not found, don't compress. Check version number in README, don't change it. Use find for nt/inc/*.h.
* | Remove trailing / from directory names.Dan Nicolaescu2010-10-121-0/+5
| | | | | | | | | | * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove trailing / from directory names.
* | * make-dist: Update and simplify.Glenn Morris2010-10-111-0/+4
| | | | | | | | | | | | | | Eg: there are no symlinks in the tree for a long time Check for version in emacsver.texi. Clean up *~ etc files using a find at the end. Add etc/srecode.
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-121-0/+4
|\ \ | |/
| * Mention the bug number for the last change in make-dist.Eli Zaretskii2010-10-081-1/+1
| |
| * make-dist: Don't distribute src/buildobj.h.Eli Zaretskii2010-10-081-0/+4
| |
* | Pass CFLAGS to the linker.Dan Nicolaescu2010-10-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses. * lib-src/Makefile.in (PROFILING_LDFLAGS): Remove, not needed. * msdos/sed1v2.inp (PROFILING_LDFLAGS): * msdos/sed3v2.inp (PROFILING_LDFLAGS): Remove, not defined anymore. * src/Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line. (PROFILING_LDFLAGS): Remove, not needed anymore.
* | * make-dist: No more doc/emacs/*.texi.in.Glenn Morris2010-10-091-0/+2
| |
* | * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.Glenn Morris2010-10-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | * configure: Regenerate. * .bzrignore: Remove doc/emacs/emacsver.texi. * doc/emacs/Makefile.in (distclean): Do not delete emacsver.texi. * doc/emacs/emacsver.texi: New file, replacing emacsver.texi.in. * admin/admin.el (set-version): Add doc/emacs/emacsver.texi.
* | * configure.in: Combine some conditionals.Glenn Morris2010-10-081-0/+2
| |
* | Set the version number in the texinfo manuals using configure.Glenn Morris2010-10-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/Makefile.in (emacsdir): New variable. ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo. * doc/misc/faq.texi (VER): Replace with EMACSVER from emacsver.texi. * doc/lispref/Makefile.in (emacsdir): New variable. (MAKEINFO): Add -I $emacsdir. (dist): Copy emacsver.texi. * doc/lispref/book-spine.texinfo, doc/lispref/elisp.texi: * doc/lispref/vol2.texi, doc/lispref/vol1.texi: Set EMACSVER by including emacsver.texi. * doc/emacs/emacsver.texi.in: New file. * doc/emacs/emacs.texi: Set EMACSVER by including emacsver.texi. * doc/emacs/Makefile.in (distclean): Delete emacsver.texi. (dist): Copy emacsver.texi. * admin/admin.el (set-version): No need to act on doc/ files any more. * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi. * make-dist: Include doc/emacs/*.texi.in.
* | Remove lib-src/b2m.c and b2m.pl.Glenn Morris2010-10-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emacs does not use Babyl files since 23.1, and you can use M-x unrmail. * msdos/mainmake.v2 (install): Remove b2m. * lisp/emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c. * lib-src/b2m.c, lib-src/b2m.pl: Remove files. * lib-src/Makefile.in (INSTALLABLES): Remove b2m. * lib-src/makefile.w32-in ($(BLD)/b2m.$(O)): Remove. * doc/emacs/ack.texi (Acknowledgments): No more b2m.c. * admin/quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m. * INSTALL, make-dist: Remove references to b2m. * Makefile.in (MAN_PAGES): Remove b2m.1.
* | * .dir-locals.el: The Emacs convention is sentence-end-double-space.Glenn Morris2010-10-041-0/+4
| | | | | | | | Remove arch-tag comment.
* | * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.Dan Nicolaescu2010-10-031-0/+4
| | | | | | | | * src/xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/xfont.c: * src/w32term.c: * src/w32reg.c: * src/w32inevt.c: * src/w32heap.c: * src/w32console.c: * src/w16select.c: * src/unexsol.c: * src/term.c: * src/sound.c: * src/scroll.c (m): * src/gtkutil.c: * src/font.c: * src/filelock.c: * src/fileio.c: * src/dosfns.c: * src/dbusbind.c: * src/bidi.c: * src/callproc.c: * src/process.c: * src/msdos.c: * src/charset.c: Do not include stdlib.h and string.h, config.h does it. * configure.in: Include stdlib.h and string.h unconditionally.
* | configure.in: Don't enable ImageMagick unless HAVE_X11.Romain Francoise2010-09-291-0/+4
| |
* | * configure.in (HAVE_GNUTLS): Add a description to make autoheader happy.Glenn Morris2010-09-271-0/+5
| |
* | Compile with imagemagick support by default.Lars Magne Ingebrigtsen2010-09-271-0/+4
| |
* | Don't break the build if we don't have the gnutls libraries.Lars Magne Ingebrigtsen2010-09-261-0/+5
| |
* | Set up GnuTLS support.Ted Zlatanov2010-09-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Set up GnuTLS. * lisp/net/gnutls.el: GnuTLS glue code to set up a connection. * src/Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS) (obj, LIBES): Set up GnuTLS support. * src/config.in: Set up GnuTLS support. * src/emacs.c: Set up GnuTLS support and call syms_of_gnutls. * src/gnutls.c: The source code for GnuTLS support in Emacs. * src/gnutls.h: The GnuTLS glue for Emacs, macros and enums. * src/process.c (make_process, Fstart_process) (read_process_output, send_process): Set up GnuTLS support for process input/output file descriptors. * src/process.h: Set up GnuTLS support.
* | Rename libxml2 functions, and make parse tree format consistent with xml.el.Chong Yidong2010-09-211-0/+4
| | | | | | | | | | | | | | | | | | * xml.c: Switch to GNU indentation. (make_dom): Change parse tree format to match xml.el. (Fxml_parse_html_string_internal): Rename from html-parse-string. (Fxml_parse_string_internal): Rename from xml-parse-string. * configure.in: Announce whether libxml2 is linked to.
* | Check in missing ChangeLog entry.Dan Nicolaescu2010-09-211-0/+4
| |
* | Support building with libxml2, if it is installed.Eli Zaretskii2010-09-181-0/+5
| | | | | | | | config.bat: Detect that libxml2 is installed and if so, build with it.
* | * configure.in (HAVE_LIBXML2): Check that the libxml2 we found canLars Magne Ingebrigtsen2010-09-131-0/+5
| | | | | | | | be used. This fixes a conf problem on Mac OS X.
* | Add support for the libxml2 library.Lars Magne Ingebrigtsen2010-09-101-0/+4
| | | | | | | | | | This adds the html-parse-string and xml-parse-string functions in the new file src/xml.c, as well as autoconf detection of the library.
* | * make-dist: No more TODO files under lisp/.Glenn Morris2010-09-081-0/+4
| |
* | Update config.bat due to lisp/gnus/.dir-locals.el.Eli Zaretskii2010-09-041-0/+5
| | | | | | | | config.bat: Produce lisp/gnus/_dir-locals.el from lisp/gnus/.dir-locals.el.
* | Fix configure checksAndreas Schwab2010-08-231-0/+5
| | | | | | | | | | * configure.in: Fix check for librsvg, imagemagick and MagickExportImagePixels.
* | ChangeLog fixes.Glenn Morris2010-08-201-2/+2
| |
* | minor imagemagick tweaks, one configure bugfix, and some ChangeLogsJoakim Verona2010-08-201-15/+4
| |
* | documentation changesJoakim Verona2010-08-181-0/+15
| |
* | * configure.in (AC_PREREQ): Require autoconf 2.65.Dan Nicolaescu2010-08-101-0/+4
| |
* | * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.Dan Nicolaescu2010-08-091-0/+4
| |
* | Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.Andreas Schwab2010-08-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN. * m/amdx86-64.h: Likewise. * m/arm.h: Likewise. * m/hp800.h: Likewise. * m/ia64.h: Likewise. * m/ibmrs6000.h: Likewise. * m/ibms390.h: Likewise. * m/intel386.h: Likewise. * m/iris4d.h: Likewise. * m/m68k.h: Likewise. * m/macppc.h: Likewise. * m/mips.h: Likewise. * m/sh3.h: Likewise. * m/sparc.h: Likewise. * m/template.h: Likewise. * m/vax.h: Likewise. * m/xtensa.h: Likewise. * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of WORDS_BIG_ENDIAN. * lisp.h: Likewise. * md5.c: Likewise. * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise. * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove. * configure.in: Add AC_C_BIGENDIAN.
* | * configure.in (ORDINARY_LINK): Use on hpux* too.Dan Nicolaescu2010-08-091-0/+4
| |
* | More undeclared function fixes and add -Wimplicit-function-declaration.Jan D2010-08-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | If a function returns Lisp_Object it must be declared, otherwise on a 64-bit system, it will return just 32 bits (int). * configure.in: Use -Wimplicit-function-declaration if compiler supports it. * src/keyboard.h (poll_for_input_1): Unconditionally declare. * src/xterm.h (x_get_focus_frame): Declare.
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Check for util.h. * src/bidi.c (bidi_dump_cached_states): Fix fprintf warning. * src/emacs.c: Include src/nsterm.h if HAVE_NS. * src/image.c (xpm_scan, xpm_make_color_table_v) (xpm_put_color_table_v, xpm_get_color_table_v) (xpm_make_color_table_h, xpm_put_color_table_h) (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image) (xpm_load): Convert to ANSI C prototypes. * src/lisp.h (fmod_float): Declare. * src/menu.h (x_set_menu_bar_line): Declare. (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions. * src/window.c: Include menu.h. * src/nsfns.m (have_menus_p, ns_display_info_for_name) (x_set_cursor_type, ns_appkit_version_str) (ns_appkit_version_int, ns_do_applescript) (x_set_scroll_bar_default_width, x_sync, compute_tip_xy) (syms_of_nsfns): Convert to ANSI C prototypes. * src/nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C prototypes. * src/nsimage.m (ns_load_image): Move NSTRACE after declarations. * src/nsmenu.m (popup_activated, name_is_separator) (syms_of_nsmenu): Convert to ANSI C prototypes. (runMenuAt): Prototypes and move declarations before code. * src/nsterm.h : Include sysselect.h. (x_sync, x_get_focus_frame, x_set_mouse_position) (x_set_mouse_pixel_position, x_make_frame_visible) (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height) (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines) (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select) (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect): Declare * src/process.c: Check HAVE_UTIL_H. Include src/nsterm.h if HAVE_NS. * src/nsterm.m (ns_init_paths, ns_alloc_autorelease_pool) (ns_ring_bell, ns_defined_color, hide_hourglass) (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm): Convert to ANSI C prototypes. (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations before code. * src/sysdep.c: Check HAVE_TERM_H * src/term.c: Check HAVE_SYS_IOCTL_H. * src/unexmacosx.c (print_region_list, print_regions) (build_region_list, find_emacs_zone_regions) (unexec_regions_merge, read_load_commands, dump_it) (unexec_init_emacs_zone): Convert to ANSI C prototypes. * src/xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
* | Rename src/unexec.c => src/unexcoff.c.Eli Zaretskii2010-08-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | * configure.in: Restore accidentally removed use ofAndreas Schwab2010-08-041-0/+5
| | | | | | | | GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
* | Fix typos in ChangeLogs.Juanma Barranquero2010-07-291-2/+2
| |
* | Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconfJan D2010-07-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | * configure.in: Check for dirent.h * dired.c, sysdep.c: test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/msdos.h, s/usg5-4.h: don't define SYSV_SYSTEM_DIR * sed2v2.inp (HAVE_DIRENT_H): Edit to 1
* | * configure.in: Remove reference to usg5-4, unused.Dan Nicolaescu2010-07-281-0/+4
| |
* | Use __executable_start to find start of text segment for profilingAndreas Schwab2010-07-251-0/+4
| | | | | | | | | | | | | | | | | | * emacs.c (main) [PROFILING]: Use __executable_start if defined to find start of text segment. * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START is defined. * configure.in: Check for __executable_start.
* | * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)Ken Brown2010-07-241-0/+4
| |
* | * .bzrignore, .gitignore: Ignore README.W32 on the root directory.Juanma Barranquero2010-07-241-0/+4
| |
* | Fix typos in ChangeLogs.Juanma Barranquero2010-07-241-1/+1
| |