summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
...
* File name fix, for AUTHORS.Glenn Morris2008-12-191-1/+1
|
* Fix typos and author's names.Juanma Barranquero2008-12-191-8/+8
|
* * emacs.c (main): Print and error and exit when no data is readDan Nicolaescu2008-12-182-7/+20
| | | | | | | | | | from the pipe. * startup.el (command-line): Do not mention the server name in case the user has not mentioned it, print a more explicit message. * emacsclient.c (start_daemon_and_retry_set_socket): Improve error checking.
* Fix typos.Juanma Barranquero2008-12-171-2/+3
|
* Include syswait.h instead of sys/types.h.Dan Nicolaescu2008-12-142-1/+5
|
* Fix comment typo.Glenn Morris2008-12-131-1/+1
|
* (WCONTINUED): New compatibility define for older systems.Dan Nicolaescu2008-12-112-0/+8
|
* (main): Fix previous change.Dan Nicolaescu2008-12-102-4/+4
|
* * emacsclient.c (main): Fix mindless breakage where emacsclientJuanma Barranquero2008-12-102-0/+7
| | | | does not work *at all* on Windows, even if it *can* connect.
* (main): Fail in case of not being able to connect.Dan Nicolaescu2008-12-102-0/+3
|
* (decode_options): Fix typo.Dan Nicolaescu2008-12-101-1/+1
|
* (EMACS_DAEMON): Remove definition.Dan Nicolaescu2008-12-102-9/+22
| | | | | | | (decode_options): Do not allow an empty alternate_editor on WINDOWSNT. (print_help_and_exit): Replace EMACS_DAEMON with WINDOWSNT. (start_daemon_and_retry_set_socket): Likewise.
* * emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define.Juanma Barranquero2008-12-102-7/+21
| | | | | | | Changes when EMACS_DAEMON is not defined: (print_help_and_exit): Don't add daemon information to help. (start_daemon_and_retry_set_socket): Make a no-op. (main): Don't set `start_daemon_if_needed' (which is initialized to 0).
* * misc.texi (emacsclient Options): Describe what an empty stringDan Nicolaescu2008-12-102-6/+89
| | | | | | | | | | | | | | argument does for --alternate-editor. * emacsclient.1: Describe what an empty string argument does for --alternate-editor. * emacsclient.c (print_help_and_exit): Describe what an empty string argument does for --alternate-editor. (set_socket): Make it possible to not exit in case of an error. (start_daemon_and_retry_set_socket): New function. (main): Use it. Restore the NULL value for socket_name and server_file after the set_socket call.
* *** empty log message ***Dan Nicolaescu2008-12-031-1/+1
|
* Fix typo in include.Dan Nicolaescu2008-12-031-1/+1
|
* Include <darpa/inet.h>.Dan Nicolaescu2008-12-032-0/+6
|
* (scan_lisp_file): Use xmalloc instead of malloc.Dan Nicolaescu2008-12-012-1/+5
|
* Derek Peschel <dpeschel at eskimo.com> (tiny change)Glenn Morris2008-11-222-1/+5
| | | | (add_regex): Pass correct length to re_compile_pattern.
* Fix last change.Chong Yidong2008-11-021-52/+51
|
* (window_system): Delete redundant variable.Chong Yidong2008-11-021-79/+85
| | | | | | (decode_options): Don't use it. (find_tty): New function. (main): Use find_tty, and don't use window_system.
* * emacsclient.c (window_system): Delete redundant variable.Chong Yidong2008-11-021-0/+7
| | | | | | (decode_options): Don't use it. (find_tty): New function. (main): Use find_tty, and don't use window_system.
* (main) [WINDOWSNT]: Don't ifdef away the call to `ttyname'.Eli Zaretskii2008-11-012-6/+23
| | | | | | (w32_getenv): Treat $TERM specially: if not found in the environment and in the Registry, return "w32console". (ttyname) [WINDOWSNT]: New function.
* (main): Don't force sending tty when in eval mode.Andreas Schwab2008-10-312-1/+5
|
* (main): If using the current frame, send tty information to Emacs inChong Yidong2008-10-301-1/+4
| | | | case daemon mode needs to occupy this tty.
* * emacsclient.c (main): If using the current frame, send ttyChong Yidong2008-10-301-0/+5
| | | | information to Emacs in case daemon mode needs to occupy this tty.
* * emacsclient.c (EXTRA_SPACE): New macro.Juanma Barranquero2008-10-292-7/+17
| | | | (get_server_config, set_local_socket): Use it.
* * makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.Juanma Barranquero2008-10-292-1/+6
| | | | Reported by Guillaume Conjat <gconjat.ext@orange-ftgroup.com>.
* * server.el, emacsclient.c: Use TMPDIR (default /tmp) instead of hardcoded /tmp.Juanma Barranquero2008-10-292-6/+16
|
* (longopts, print_help_and_exit): Add -nw.Dan Nicolaescu2008-10-132-2/+8
| | | | (decode_options): Use getopt_long_only.
* (OTHER_PLATFORM_SUPPORT): Remove ccl.elc and codepage.elc.Eli Zaretskii2008-09-302-2/+5
|
* Fix typos.Juanma Barranquero2008-09-241-21/+21
|
* (main): Fix a typo in a comment.Eli Zaretskii2008-09-191-1/+1
|
* (main): Use stdout rather than stdin to obtain the terminal (bug#427).Chong Yidong2008-09-191-1/+1
|
* * emacsclient.c (main): Use stdout rather than stdin to obtain theChong Yidong2008-09-191-0/+5
| | | | terminal (bug#427).
* 2008-08-25 Francesco Potort�<pot@gnu.org>Francesco Potortì2008-08-251-0/+4
| | | | * etags.c (main): Do not use static space for the tagfile string.
* (main): Do not use static space for the tagfile string.Francesco Potortì2008-08-251-5/+6
|
* etags.c: improve collapsing multiple slashes in file names.Francesco Potortì2008-08-161-0/+7
|
* (main): Use canonicalize_filename on tags file name.Francesco Potortì2008-08-161-31/+38
| | | | | | (relative_filename): Revert 3.85: do not collapse slashes here. (absolute_dirname): Remove useless call to canonicalize_filename. (canonicalize_filename): Collapse multiple slashes here.
* * s/darwin.h (OTHER_FILES): Do not define here, defined inDan Nicolaescu2008-08-072-6/+6
| | | | | | | | | | | | | | | | | | | config.in. * Makefile.in (ALL_OBJC_CFLAGS): New variable. (.m.o): Use it. * config.in: Regenerate. * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES. Do not special case for NS_IMPL_COCOA. * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable. AC_SUBST it. (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define. AC_SUBST it. (OTHER_FILES): Always define for HAVE_NS. (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA. * configure: Regenerate.
* * Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA. (.m.o): ↵Adrian Robert2008-08-062-6/+5
| | | | Dispense with GNUstep-specific flags.
* (socket_connection): Add conditionals for HAVE_KRB5_ERROR_TEXT andChong Yidong2008-08-051-7/+13
| | | | | HAVE_KRB5_ERROR_E_TEXT to support compilation with MIT Kerberos and Heimdal, respectively.
* * pop.c (socket_connection): Add conditionals forChong Yidong2008-08-051-0/+6
| | | | | HAVE_KRB5_ERROR_TEXT and HAVE_KRB5_ERROR_E_TEXT to support compilation with MIT Kerberos and Heimdal, respectively.
* Fix typos.Juanma Barranquero2008-08-041-3/+3
|
* * bitmaps/README:Dan Nicolaescu2008-07-313-156/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xfns.c: * termcap.c: * term.c: * syswait.h: * systty.h: * systime.h: * syssignal.h: * sysdep.c: * process.h: * process.c: * print.c: * ndir.h: * lread.c: * keyboard.c: * getpagesize.h: * floatfns.c: * fileio.c: * emacs.c: * doc.c: * dispnew.c: * dired.c: * data.c: * callproc.c: * buffer.c: * README: * Makefile.in: * s/template.h: * s/msdos.h: * m/vax.h: Remove VMS support. * s/vms.h: * vlimit.h: * uaf.h: * temacs.opt: * param.h: * ioctl.h: Remove file. * descrip.mms: * compile.com: Remove file. * Create.c: Remove VMS support. * message.el (Module): * gnus-start.el (Module): * gnus-registry.el (Module): * textmodes/texinfmt.el: * nxml/nxml-enc.el: * mail/feedmail.el: * international/mule.el: * international/latexenc.el: * emulation/viper-util.el: * emulation/viper-init.el: * emulation/viper-ex.el: * emacs-lisp/bytecomp.el: * version.el: * subr.el: * startup.el: * sort.el: * shadowfile.el: * recentf.el: * printing.el: * paths.el: * minibuffer.el: * ls-lisp.el: * loadup.el: * hippie-exp.el: * finder.el: * files.el: * ediff-util.el: * ediff-ptch.el: * ediff-init.el: * ediff-diff.el: * dired.el: * dired-aux.el: * cus-edit.el: * bindings.el: * arc-mode.el: * add-log.el: Remove VMS support. * obsolete/vmsproc.el: * obsolete/vms-pmail.el: * obsolete/vms-patch.el: Remove file. * etags.c: * emacsclient.c: Remove VMS support. * termcap.src: Remove file. * README: * PROBLEMS: * MACHINES: Remove VMS info. * ediff.texi: Remove VMS support. * os.texi: * intro.texi: * files.texi: Remove VMS support. * emacs.texi: Remove VMS support. * make-dist: * README: Remove VMS support. * vms: Remove directory.
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-273-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate.
* (mac-fix-env): Remove #ifdef around rule.Dan Nicolaescu2008-07-212-2/+4
|
* Fix typos.Juanma Barranquero2008-07-181-4/+4
|
* * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.Andreas Schwab2008-07-172-22/+7
| | | | | | * Makefile.in (INSTALL_SCRIPT): Remove duplicate definition. (LIB_STANDARD_LIBSRC): Don't define. (LOADLIBES): Remove LIB_STANDARD_LIBSRC.
* various small cleanups detailed in changelogsAdrian Robert2008-07-162-5/+9
|