1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
Commit graph

417 commits

Author SHA1 Message Date
Jan Djärv
ee15f3125e (socket_connection): Move realhost out of #ifdefs.
Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
2007-11-19 11:09:20 +00:00
Jan Djärv
33a2a87254 (socket_connection): Use getaddrinfo if available. 2007-11-18 17:24:37 +00:00
Francesco Potortì
21e1464132 etags.c:
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.
2007-11-15 15:40:20 +00:00
Francesco Potortì
7455effca4 etags.c: (C_entries): In case '}', set fvdef to fvnone
unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
2007-11-15 13:33:13 +00:00
Dan Nicolaescu
04a697fefe * makefile.w32-in (obj): Remove sunfns.o.
* makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o.

* Makefile.in: Remove references to sunfns.c and sunfns.o.
2007-11-01 07:16:11 +00:00
Juanma Barranquero
a2666217c2 (obj): Remove abbrev.o. 2007-10-28 14:37:51 +00:00
Miles Bader
fdc9061358 Merge from emacs--rel--22
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
2007-10-27 09:07:17 +00:00
Juanma Barranquero
7ce8671d69 Add a wrapper for getenv so it also checks the registry on Windows.
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.
2007-10-26 15:46:57 +00:00
Juanma Barranquero
70cd9104ca Add a wrapper for getenv so it also checks the registry on Windows.
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.
2007-10-26 15:39:49 +00:00
Jason Rumney
d22b00e516 (sock_err_message): New function.
(set_tcp_socket): Use it.
2007-10-25 23:56:53 +00:00
Juanma Barranquero
c4b858e380 (print_help_and_exit): Fix space to improve alignment in output messages. 2007-10-09 09:46:55 +00:00
Miles Bader
1af74d06e5 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
2007-10-09 08:52:57 +00:00
Jason Rumney
dbf60b0750 (w32_window_app): Init common controls when windowed. 2007-09-27 22:08:59 +00:00
Glenn Morris
165e85b2b3 *** empty log message *** 2007-09-21 03:41:28 +00:00
Stefan Monnier
c1b8e8966d (decode_options): -t implies -c. 2007-09-21 03:21:54 +00:00
Stefan Monnier
cb06b8dcb5 (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)
(IS_ANY_SEP): Only define if !defined(HAVE_GET_CURRENT_DIR_NAME).
(main_argc): Remove.
(strprefix): Use strncmp.
2007-09-20 21:14:08 +00:00
Jason Rumney
c801ad51b2 (main) [SIGSTOP]: Change conditional from WINDOWSNT. 2007-09-20 14:58:41 +00:00
Stefan Monnier
31fa65956d (current_frame): Change the default.
(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.
2007-09-20 01:11:57 +00:00
Glenn Morris
5857323043 (SOURCES, unlock, relock): Delete. 2007-09-12 06:54:54 +00:00
Glenn Morris
bfd9ce719f Increase version to 23.0.50. 2007-08-29 08:12:34 +00:00
Miles Bader
8d9cc0b7ea Merge multi-tty branch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866
2007-08-29 05:28:10 +00:00
Miles Bader
7f22a76506 Merge from emacs--rel--22
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
2007-08-27 04:00:19 +00:00
Eli Zaretskii
ca4ea90fa9 (rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,
in case srcdir=. and file is copied into itself.
2007-08-25 10:59:32 +00:00
Miles Bader
9aecacd08a Merge from emacs--rel--22
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
2007-07-26 05:28:10 +00:00
Glenn Morris
cacc7b5131 Switch license to GPLv3 or later. 2007-07-25 07:11:02 +00:00
Glenn Morris
4a9f99bdfb Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
Eli Zaretskii
effb3d94de (clean): Don't delete *~. 2007-07-20 19:45:30 +00:00
Francesco Potortì
21b2cdc7de *** empty log message *** 2007-07-17 15:03:54 +00:00
Francesco Potortì
180f5b99a7 *** empty log message *** 2007-07-17 14:55:40 +00:00
Eli Zaretskii
9724908a55 (clean): Don't delete *~. 2007-07-16 22:41:49 +00:00
Miles Bader
0114082988 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790
2007-06-09 03:19:04 +00:00
Glenn Morris
5cf9ca93e5 (main): Use `emacs-copyright' in --version output. 2007-06-07 07:23:36 +00:00
Chong Yidong
7dfc4cda5d Version 22.1 released. 2007-06-02 11:07:00 +00:00
Francesco Potortì
cabfc1bcd6 etags.c updates. 2007-05-18 08:45:29 +00:00
Juanma Barranquero
2f2c687b8d *** empty log message *** 2007-04-26 14:22:04 +00:00
Glenn Morris
0701603152 *** empty log message *** 2007-04-26 03:44:07 +00:00
Juanma Barranquero
d620ddb3d3 *** empty log message *** 2007-03-02 10:20:18 +00:00
Francesco Potortì
11d2d983c4 *** empty log message *** 2007-02-26 13:20:57 +00:00
Glenn Morris
0971f88779 *** empty log message *** 2007-02-20 04:07:28 +00:00
Glenn Morris
5b87ad5540 Switch to standard GPL text for license. 2007-02-11 01:18:25 +00:00
Francesco Potortì
933ccc8cb8 Now --members is the default for etags, not for ctags yet. 2007-02-05 21:39:13 +00:00
Glenn Morris
d881944f98 *** empty log message *** 2007-02-05 09:07:32 +00:00
Juanma Barranquero
47dad44f54 *** empty log message *** 2007-02-04 23:49:41 +00:00
Francesco Potortì
953dea63cd etags.c fix by Per Cederqvist 2007-02-04 22:05:03 +00:00
Glenn Morris
4e6835dbc4 Add 2007 to copyright years. 2007-01-21 04:57:37 +00:00
Francesco Potortì
56c0d8662f *** empty log message *** 2007-01-02 11:28:50 +00:00
Francesco Potortì
ed8bbc0e02 (longopts): New undocumented option --no-duplicates.
(no_duplicates): Static variables for the above option.
(print_help): Do not print help for --no-warn, now undocumented.
(add_node): Allow duplicate tags in ctags mode unless --no-duplicates.
2007-01-02 11:00:40 +00:00
Francesco Potortì
17d5f8a676 *** empty log message *** 2006-12-28 00:05:16 +00:00
Francesco Potortì
18f9bf2531 *** empty log message *** 2006-12-27 23:58:29 +00:00
Juanma Barranquero
8c57275b06 Remove spurious "(tiny change)". 2006-12-26 00:10:43 +00:00