aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2008-01-0925-35/+49
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
| * Merge from emacs--rel--22Miles Bader2008-01-0823-23/+25
| |\ | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| | * Add 2008 to copyright years.Glenn Morris2008-01-0725-25/+27
| | |
| | * (Copyright): Update to 2008.Glenn Morris2008-01-042-2/+11
| | |
| | * (version): Just use current year for short copyright; update to 2008.Glenn Morris2008-01-041-2/+3
| | |
| | * (print_version): Update copyright to 2008.Glenn Morris2008-01-041-1/+1
| | |
| * | *** empty log message ***Juanma Barranquero2008-01-071-9/+9
| | |
| * | (Copyright): Update to 2008.Glenn Morris2008-01-042-1/+9
| | |
| * | (version) <emacs_copyright>: New variable. Just use current year for copyright.Glenn Morris2008-01-041-2/+6
| | |
| * | (print_version): Update copyright to 2008.Glenn Morris2008-01-041-2/+2
| | |
* | | Merge from emacs--devo--0Miles Bader2007-12-161-1/+1
|\ \ \ | |/ / | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
| * | *** empty log message ***Juanma Barranquero2007-12-061-1/+1
| | |
* | | Merge from emacs--devo--0Miles Bader2007-12-064-50/+148
|\ \ \ | |/ / | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
| * | 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).
* | | Merge from emacs--devo--0Miles Bader2007-11-113-4/+12
|\ \ \ | |/ / | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
| * | * 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--devo--0Miles Bader2007-10-272-12/+143
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 902-908) - Update from CVS - Merge from emacs--rel--22 * 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--unicode--0--patch-278
| * | 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.
* | | *** empty log message ***Jason Rumney2007-10-201-0/+3
| | |
* | | (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.Jason Rumney2007-10-201-20/+43
| | | | | | | | | | | | | | | (WINNT_SUPPORT): Add term/w32-win.elc. (lisp1, lisp2): Sync with lisp in src/Makefile.in.
* | | *** empty log message ***Jason Rumney2007-10-201-0/+4
| | |
* | | (obj): Sync with src/Makefile.inJason Rumney2007-10-201-4/+5
| | |
* | | Merge from emacs--devo--0Miles Bader2007-10-115-713/+731
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
| * | (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
| | |