| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * makefile.w32-in (obj): Remove sunfns.o. | Dan Nicolaescu | 2007-11-01 | 1 | -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 Barranquero | 2007-10-28 | 1 | -0/+4 |
| | | |||||
| * | Merge from emacs--rel--22 | Miles Bader | 2007-10-27 | 1 | -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 Barranquero | 2007-10-26 | 1 | -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 Rumney | 2007-10-25 | 1 | -0/+5 |
| | | | | | | | | | (set_tcp_socket): Use it. | ||||
| * | | Add a wrapper for getenv so it also checks the registry on Windows. | Juanma Barranquero | 2007-10-26 | 1 | -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 Barranquero | 2007-10-09 | 1 | -0/+5 |
| | | | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-10-09 | 1 | -0/+6 |
| |\ \ | |/ | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875 | ||||
| | * | (w32_window_app): Init common controls when windowed. | Jason Rumney | 2007-09-27 | 1 | -0/+6 |
| | | | |||||
| * | | *** empty log message *** | Glenn Morris | 2007-09-21 | 1 | -0/+6 |
| | | | |||||
| * | | (decode_options): -t implies -c. | Stefan Monnier | 2007-09-21 | 1 | -0/+4 |
| | | | |||||
| * | | (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP) | Stefan Monnier | 2007-09-20 | 1 | -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 Rumney | 2007-09-20 | 1 | -0/+4 |
| | | | |||||
| * | | (current_frame): Change the default. | Stefan Monnier | 2007-09-20 | 1 | -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 Morris | 2007-09-12 | 1 | -0/+4 |
| | | | |||||
| * | | Increase version to 23.0.50. | Glenn Morris | 2007-08-29 | 1 | -0/+4 |
| | | | |||||
| * | | Merge multi-tty branch | Miles Bader | 2007-08-29 | 1 | -0/+54 |
| | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866 | ||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-08-27 | 1 | -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 Zaretskii | 2007-08-25 | 1 | -0/+6 |
| | | | | | | | | | in case srcdir=. and file is copied into itself. | ||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -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 Morris | 2007-07-25 | 1 | -0/+6 |
| | | | |||||
| | * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | | |||||
| | * | (clean): Don't delete *~. | Eli Zaretskii | 2007-07-20 | 1 | -0/+4 |
| | | | |||||
| * | | *** empty log message *** | Francesco Potortì | 2007-07-17 | 1 | -0/+3 |
| | | | |||||
| * | | *** empty log message *** | Francesco Potortì | 2007-07-17 | 1 | -0/+4 |
| | | | |||||
| * | | (clean): Don't delete *~. | Eli Zaretskii | 2007-07-16 | 1 | -0/+4 |
| | | | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-06-09 | 1 | -0/+4 |
| |\ \ | |/ | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790 | ||||
| | * | Version 22.1 released. | Chong Yidong | 2007-06-02 | 1 | -0/+4 |
| | | | |||||
| * | | (main): Use `emacs-copyright' in --version output. | Glenn Morris | 2007-06-07 | 1 | -0/+5 |
| | | | |||||
| * | | etags.c updates. | Francesco Potortì | 2007-05-18 | 1 | -0/+8 |
| | | | |||||
| * | | *** empty log message *** | Juanma Barranquero | 2007-04-26 | 1 | -111/+111 |
| | | | |||||
| * | | *** empty log message *** | Glenn Morris | 2007-04-26 | 1 | -0/+4 |
| |/ | |||||
| * | *** empty log message *** | Juanma Barranquero | 2007-03-02 | 1 | -3/+2 |
| | | |||||
| * | *** empty log message *** | Francesco Potortì | 2007-02-26 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Glenn Morris | 2007-02-20 | 1 | -0/+5 |
| | | |||||
| * | Switch to standard GPL text for license. | Glenn Morris | 2007-02-11 | 1 | -2/+17 |
| | | |||||
| * | Now --members is the default for etags, not for ctags yet. | Francesco Potortì | 2007-02-05 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Glenn Morris | 2007-02-05 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2007-02-04 | 1 | -3/+3 |
| | | |||||
| * | etags.c fix by Per Cederqvist | Francesco Potortì | 2007-02-04 | 1 | -0/+8 |
| | | |||||
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Francesco Potortì | 2007-01-02 | 1 | -0/+1 |
| | | |||||
| * | (longopts): New undocumented option --no-duplicates. | Francesco Potortì | 2007-01-02 | 1 | -0/+7 |
| | | | | | | | (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. | ||||
| * | *** empty log message *** | Francesco Potortì | 2006-12-28 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Francesco Potortì | 2006-12-27 | 1 | -0/+9 |
| | | |||||
| * | Remove spurious "(tiny change)". | Juanma Barranquero | 2006-12-26 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-12-22 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-12-22 | 1 | -0/+11 |
| | | |||||
| * | *** empty log message *** | Francesco Potortì | 2006-12-20 | 1 | -0/+4 |
| | | |||||
| * | [WINDOWSNT] (set_fg, get_wc): New variables. | Juanma Barranquero | 2006-12-18 | 1 | -14/+16 |
| | | | | | | | [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions. (main) [WINDOWSNT]: Remove code to release the focus; call w32_give_focus instead. | ||||