aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
| * (Copyright): Update to 2008.Glenn Morris2008-01-041-1/+10
| |
* | *** empty log message ***Juanma Barranquero2008-01-071-9/+9
| |
* | (Copyright): Update to 2008.Glenn Morris2008-01-041-0/+8
| |
* | *** empty log message ***Juanma Barranquero2007-12-061-1/+1
| |
* | Merge from emacs--rel--22Miles Bader2007-12-061-0/+5
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-943
| * Help strings corrections in etags.c.Francesco Potortì2007-11-221-0/+7
| |
| * 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-281-0/+4
| |
* | (socket_connection): Remove AI_ADDRCONFIG.Jan Djärv2007-11-271-0/+4
| |
* | (socket_connection): Move realhost out of #ifdefs.Jan Djärv2007-11-191-0/+5
| | | | | | | | Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
* | (socket_connection): Use getaddrinfo if available.Jan Djärv2007-11-181-0/+4
| |
* | 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.
* | etags.c: (C_entries): In case '}', set fvdef to fvnoneFrancesco Potortì2007-11-151-0/+5
| | | | | | | | unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
* | * makefile.w32-in (obj): Remove sunfns.o.Dan Nicolaescu2007-11-011-0/+4
| | | | | | | | | | | | * 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-281-0/+4
| |
* | Merge from emacs--rel--22Miles Bader2007-10-271-0/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | 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-261-0/+12
| | | | | | | | | | | | | | | | | | | | | | 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-251-0/+5
| | | | | | | | (set_tcp_socket): Use it.
* | Add a wrapper for getenv so it also checks the registry on Windows.Juanma Barranquero2007-10-261-1/+11
| | | | | | | | | | | | | | | | | | 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-091-0/+5
| |
* | Merge from emacs--rel--22Miles Bader2007-10-091-0/+6
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
| * (w32_window_app): Init common controls when windowed.Jason Rumney2007-09-271-0/+6
| |
* | *** empty log message ***Glenn Morris2007-09-211-0/+6
| |
* | (decode_options): -t implies -c.Stefan Monnier2007-09-211-0/+4
| |
* | (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)Stefan Monnier2007-09-201-0/+7
| | | | | | | | | | | | (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-201-0/+4
| |
* | (current_frame): Change the default.Stefan Monnier2007-09-201-16/+21
| | | | | | | | | | | | | | (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-121-0/+4
| |
* | Increase version to 23.0.50.Glenn Morris2007-08-291-0/+4
| |
* | Merge multi-tty branchMiles Bader2007-08-291-0/+54
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866
* | Merge from emacs--rel--22Miles Bader2007-08-271-0/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * 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--devo--0--patch-860
| * (rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,Eli Zaretskii2007-08-251-0/+6
| | | | | | | | in case srcdir=. and file is copied into itself.
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+7
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-0/+6
| |
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
| * (clean): Don't delete *~.Eli Zaretskii2007-07-201-0/+4
| |
* | *** empty log message ***Francesco Potortì2007-07-171-0/+3
| |
* | *** empty log message ***Francesco Potortì2007-07-171-0/+4
| |
* | (clean): Don't delete *~.Eli Zaretskii2007-07-161-0/+4
| |
* | Merge from emacs--rel--22Miles Bader2007-06-091-0/+4
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790
| * Version 22.1 released.Chong Yidong2007-06-021-0/+4
| |
* | (main): Use `emacs-copyright' in --version output.Glenn Morris2007-06-071-0/+5
| |
* | etags.c updates.Francesco Potortì2007-05-181-0/+8
| |
* | *** empty log message ***Juanma Barranquero2007-04-261-111/+111
| |
* | *** empty log message ***Glenn Morris2007-04-261-0/+4
|/
* *** empty log message ***Juanma Barranquero2007-03-021-3/+2
|
* *** empty log message ***Francesco Potortì2007-02-261-0/+4
|