aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* (main) [MAIL_USE_POP]: Add -r to usage message.Glenn Morris2009-03-041-0/+4
|
* * movemail.c: Include time.h unconditionally.Chong Yidong2009-02-131-0/+5
| | | | (main): Use time_t for time variables.
* (mbx_delimit_begin): Also write the current time.Glenn Morris2009-02-111-0/+4
|
* (mbx_delimit_begin, mbx_delimit_end): Write mbox rather than BabylGlenn Morris2009-02-101-0/+5
| | | | format. (Bug#2196)
* * emacsclient.c (decode_options): Use a dummy display name under NS/Cocoa.Adrian Robert2009-01-231-0/+5
|
* * ebrowse.c (matching_regexp): Fix OB1 error.Chong Yidong2009-01-141-0/+4
|
* Add missing entry.Glenn Morris2009-01-101-0/+5
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* (Copyright): Update copyright for 2009.Glenn Morris2009-01-051-0/+6
|
* * movemail.c (main): Fatal if hard links cannot be created.Chong Yidong2009-01-011-0/+4
|
* 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-181-0/+5
| | | | | | | | | | 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-141-0/+4
|
* (WCONTINUED): New compatibility define for older systems.Dan Nicolaescu2008-12-111-0/+4
|
* (main): Fix previous change.Dan Nicolaescu2008-12-101-0/+4
|
* * emacsclient.c (main): Fix mindless breakage where emacsclientJuanma Barranquero2008-12-101-0/+5
| | | | 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-101-0/+1
|
* (EMACS_DAEMON): Remove definition.Dan Nicolaescu2008-12-101-0/+8
| | | | | | | (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-101-0/+8
| | | | | | | 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-101-0/+9
| | | | | | | | | | | | | | 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
|
* Include <darpa/inet.h>.Dan Nicolaescu2008-12-031-0/+4
|
* (scan_lisp_file): Use xmalloc instead of malloc.Dan Nicolaescu2008-12-011-0/+4
|
* Derek Peschel <dpeschel at eskimo.com> (tiny change)Glenn Morris2008-11-221-0/+4
| | | | (add_regex): Pass correct length to re_compile_pattern.
* * 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-011-0/+8
| | | | | | (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-311-0/+4
|
* * 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-291-0/+3
| | | | (get_server_config, set_local_socket): Use it.
* * makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.Juanma Barranquero2008-10-291-0/+5
| | | | Reported by Guillaume Conjat <[email protected]>.
* * server.el, emacsclient.c: Use TMPDIR (default /tmp) instead of hardcoded /tmp.Juanma Barranquero2008-10-291-0/+5
|
* (longopts, print_help_and_exit): Add -nw.Dan Nicolaescu2008-10-131-0/+5
| | | | (decode_options): Use getopt_long_only.
* (OTHER_PLATFORM_SUPPORT): Remove ccl.elc and codepage.elc.Eli Zaretskii2008-09-301-0/+5
|
* Fix typos.Juanma Barranquero2008-09-241-21/+21
|
* * emacsclient.c (main): Use stdout rather than stdin to obtain theChong Yidong2008-09-191-0/+5
| | | | terminal (bug#427).
* 2008-08-25 Francesco Potort�<[email protected]>Francesco Potortì2008-08-251-0/+4
| | | | * etags.c (main): Do not use static space for the tagfile string.
* etags.c: improve collapsing multiple slashes in file names.Francesco Potortì2008-08-161-0/+7
|
* * s/darwin.h (OTHER_FILES): Do not define here, defined inDan Nicolaescu2008-08-071-0/+5
| | | | | | | | | | | | | | | | | | | 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-061-0/+5
| | | | Dispense with GNUstep-specific flags.
* * 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-311-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-211-0/+4
|
* Fix typos.Juanma Barranquero2008-07-181-4/+4
|
* * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.Andreas Schwab2008-07-171-0/+6
| | | | | | * 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-161-0/+5
|
* (fcloseall, fgetchar, flushall, fputchar, putw): Remove,Dan Nicolaescu2008-07-161-0/+5
| | | | unused.