aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Juanma Barranquero2007-12-061-1/+1
|
* Merge from emacs--rel--22Miles Bader2007-12-062-2/+17
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-943
| * (default_C_help) [CTAGS]: differentiate the help string,Francesco Potortì2007-11-221-15/+23
| | | | | | | | | | | | as the defaults in ctags are different from etags. (default_C_help, Cplusplus_help, PHP_help, print_help): Remove text saying --members is the default: not true in Emacs 22.
| * Help strings corrections in etags.c.Francesco Potortì2007-11-221-0/+7
| |
| * Backporting bug corrections from trunk.Francesco Potortì2007-11-201-19/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-15 Francesco Potort�<pot@gnu.org> * etags.c: (C_entries): In case '}' decrement bracelev before testing it. 2007-11-15 Masatake YAMATO <jet@gyve.org> * etags.c (C_entries): In case '}', set fvdef to fvnone unconditioned to (!ignoreindent && lp == newlb.buffer + 1). 2007-11-15 Francesco Potort�<pot@gnu.org> * etags.c: (C_entries): Reset the fvdef machine when out of function. (C_entries): Parse start of C comment as a space == end of token. This is not necessary for C++ comment, already parsed as newline.
| * Backporting bug corrections from trunk.Francesco Potortì2007-11-201-0/+10
| |
| * etags.c: (C_entries): In case '}', set fvdef to fvnoneFrancesco Potortì2007-11-151-0/+5
| | | | | | | | unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
* | (VMS_SUPPORT): No longer byte-compiled.Jason Rumney2007-11-282-1/+5
| |
* | (socket_connection): Remove AI_ADDRCONFIG.Jan Djärv2007-11-272-1/+5
| |
* | (socket_connection): Move realhost out of #ifdefs.Jan Djärv2007-11-192-5/+18
| | | | | | | | Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
* | (socket_connection): Use getaddrinfo if available.Jan Djärv2007-11-182-5/+55
| |
* | etags.c:Francesco Potortì2007-11-151-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | Make prototypes for extern definitions, and add all that are needed to quench warnings on 64-bit. (main): Use the same defaults for ctags as for etags: find typedefs, structure tags, macro constants, enum constants, struct members and global variables. (make_C_tag) [DEBUG]: Add debugging printout. (C_entries): In case '}' decrement bracelev before testing it.
* | Make prototypes for extern definitions, and add allFrancesco Potortì2007-11-151-38/+35
| | | | | | | | | | | | | | | | | | | | | | | | that are needed to quench warnings on 64-bit. (main): Use the same defaults for ctags as for etags: find typedefs, structure tags, macro constants, enum constants, struct members and global variables. (make_C_tag) [DEBUG]: Add debugging printout. (C_entries): In case '}' decrement bracelev before testing it.
* | etags.c: (C_entries): In case '}', set fvdef to fvnoneFrancesco Potortì2007-11-151-0/+5
| | | | | | | | unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
* | (C_entries): In case '}', set fvdef to fvnoneFrancesco Potortì2007-11-151-2/+2
| | | | | | | | unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
* | * makefile.w32-in (obj): Remove sunfns.o.Dan Nicolaescu2007-11-012-1/+5
| | | | | | | | | | | | * makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o. * Makefile.in: Remove references to sunfns.c and sunfns.o.
* | (obj): Remove abbrev.o.Juanma Barranquero2007-10-282-1/+5
| |
* | Comment change.Juanma Barranquero2007-10-271-2/+2
| |
* | Merge from emacs--rel--22Miles Bader2007-10-272-2/+30
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
| * Add a wrapper for getenv so it also checks the registry on Windows.Juanma Barranquero2007-10-262-7/+128
| | | | | | | | | | | | | | | | | | | | | | Suggestion and algorithm by Eli Zaretskii. Code partially based on w32_get_resource and init_environment (w32.c). (xmalloc): New function by Károly Lőrentey (backported from the trunk). (quote_file_name): Use it. (egetenv): New wrapper for getenv. (get_current_dir_name, decode_options, get_server_config, set_local_socket, set_socket, main): Use egetenv, not getenv. (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
| * (sock_err_message): New function.Jason Rumney2007-10-252-2/+30
| | | | | | | | (set_tcp_socket): Use it.
* | Add a wrapper for getenv so it also checks the registry on Windows.Juanma Barranquero2007-10-262-10/+113
| | | | | | | | | | | | | | | | | | Suggestion and algorithm by Eli Zaretskii. Code partially based on w32_get_resource and init_environment (w32.c). (egetenv): New wrapper for getenv. (get_current_dir_name, decode_options, get_server_config, set_local_socket, set_socket, main): Use egetenv, not getenv. (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
* | (print_help_and_exit): Fix space to improve alignment in output messages.Juanma Barranquero2007-10-092-1/+6
| |
* | Merge from emacs--rel--22Miles Bader2007-10-093-5/+16
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
| * (w32_window_app): Init common controls when windowed.Jason Rumney2007-09-272-3/+14
| |
| * (emacsclient, emacsclientw): Link to COMCTL32.Jason Rumney2007-09-271-2/+2
| |
* | Remove broken end-of-file comment.Glenn Morris2007-10-061-3/+0
| |
* | Remove obsolete file.Glenn Morris2007-09-211-504/+0
| |
* | (emacstool, nemacstool, xvetool, xveterm): Delete targets built fromGlenn Morris2007-09-211-20/+2
| | | | | | | | emacstool.
* | *** empty log message ***Glenn Morris2007-09-211-0/+6
| |
* | (decode_options): -t implies -c.Stefan Monnier2007-09-212-0/+5
| |
* | (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)Stefan Monnier2007-09-202-37/+29
| | | | | | | | | | | | (IS_ANY_SEP): Only define if !defined(HAVE_GET_CURRENT_DIR_NAME). (main_argc): Remove. (strprefix): Use strncmp.
* | (main) [SIGSTOP]: Change conditional from WINDOWSNT.Jason Rumney2007-09-202-1/+5
| |
* | (current_frame): Change the default.Stefan Monnier2007-09-202-31/+27
| | | | | | | | | | | | | | (longopts): Replace --current-frame by --create-frame. (decode_options): Reverse the meaning of -c. (print_help_and_exit): Update help text accordingly. (main): Remove the -version and -good-version messages.
* | (SOURCES, unlock, relock): Delete.Glenn Morris2007-09-122-9/+4
| |
* | Increase version to 23.0.50.Glenn Morris2007-08-292-1/+5
| |
* | (VERSION): Set back to 22.1.50 following inadvertent bump in multi-ttyGlenn Morris2007-08-291-1/+1
| | | | | | | | merge.
* | Merge multi-tty branchMiles Bader2007-08-293-168/+693
|\ \ | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866
| * \ Merge from emacs--devo--0Miles Bader2007-08-272-5/+14
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 857-862) - Update from CVS - Merge from emacs--rel--22 - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file. * emacs--rel--22 (patch 97-100) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 246-247) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-38
| * | Further simplification pending merge to trunk.Glenn Morris2007-08-271-35/+30
| | |
| * | Simplify log ready for merge into trunk. On merge, date to beGlenn Morris2007-08-261-91/+54
| | | | | | | | | | | | replaced with merge date.
| * | (sys/stat.h, errno.h): Remove duplicate includes.Glenn Morris2007-08-261-2/+0
| | |
| * | Import changelog info from arch logs into ChangeLog.multi-tty filesMiles Bader2007-08-221-1/+50
| | | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-34
| * | Merge from emacs--devo--0Miles Bader2007-08-131-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31
| * \ \ Merge from emacs--devo--0Miles Bader2007-07-3133-330/+673
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-838) - Update from CVS - Merge from emacs--rel--22 - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Fix void function definition error in cus-edit.el - Restore lisp/emacs-lisp/cl-loaddefs.el * emacs--rel--22 (patch 70-83) - Update from CVS - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Indicate that emacs--devo--0--patch-834 does not need to be applied - Merge from gnus--rel--5.10 - Restore lisp/emacs-lisp/cl-loaddefs.el * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28
| * \ \ \ Merge from emacs--devo--0Miles Bader2007-07-243-10/+45
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 814-823) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 59-69) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 237-238) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-26
| * \ \ \ \ Merge from emacs--devo--0Miles Bader2007-06-112-1/+13
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 781-792) - Update from CVS - Merge from gnus--rel--5.10 - Merge from emacs--rel--22 * emacs--rel--22 (patch 33-41) * gnus--rel--5.10 (patch 226-228) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-21
| * | | | | | * emacsclient.c (main): Avoid having a declaration after aDan Nicolaescu2007-05-262-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statement. * sysdep.c: Comment out text after #endif.
| * | | | | | *** empty log message ***Juanma Barranquero2007-05-211-1/+6
| | | | | | |
| * | | | | | (print_help_and_exit): Restore and adapt trunk change from 2006-11-23 which wasJuanma Barranquero2007-05-211-18/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | lost in the merge.