summaryrefslogtreecommitdiff
path: root/lib-src/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* *** empty log message ***Glenn Morris2007-02-201-0/+5
|
* Switch to standard GPL text for license.Glenn Morris2007-02-111-2/+17
|
* Now --members is the default for etags, not for ctags yet.Francesco Potortì2007-02-051-0/+5
|
* *** empty log message ***Glenn Morris2007-02-051-1/+1
|
* *** empty log message ***Juanma Barranquero2007-02-041-3/+3
|
* etags.c fix by Per CederqvistFrancesco Potortì2007-02-041-0/+8
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* *** empty log message ***Francesco Potortì2007-01-021-0/+1
|
* (longopts): New undocumented option --no-duplicates.Francesco Potortì2007-01-021-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-281-0/+1
|
* *** empty log message ***Francesco Potortì2006-12-271-0/+9
|
* Remove spurious "(tiny change)".Juanma Barranquero2006-12-261-1/+1
|
* *** empty log message ***Eli Zaretskii2006-12-221-0/+1
|
* *** empty log message ***Eli Zaretskii2006-12-221-0/+11
|
* *** empty log message ***Francesco Potortì2006-12-201-0/+4
|
* [WINDOWSNT] (set_fg, get_wc): New variables.Juanma Barranquero2006-12-181-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.
* (w32_execvp): New function; wrapper for `execvp'.Juanma Barranquero2006-12-151-4/+11
| | | | | (execvp) [WINDOWSNT]: Redefine to `w32_execvp'. (fail): Remove Windows-specific fix (subsumed in w32_execvp).
* *** empty log message ***Kim F. Storm2006-12-061-1/+1
|
* ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe): Use $(USER32)Juanma Barranquero2006-12-061-0/+5
| | | | for compatibility with Visual Studio .NET 2003.
* *** empty log message ***Juanma Barranquero2006-11-301-0/+16
|
* *** empty log message ***Francesco Potortì2006-11-281-0/+14
|
* (TRES): New macro (copied from nt/makefile.w32-in).Juanma Barranquero2006-11-271-0/+6
| | | | | ($(TRES)): New rule (copied from nt/makefile.w32-in). ($(BLD)/emacsclientw.exe): Add dependency.
* *** empty log message ***Eli Zaretskii2006-11-271-0/+5
|
* *** empty log message ***Juanma Barranquero2006-11-251-0/+5
|
* Fix email addressJason Rumney2006-11-251-2/+2
|
* *** empty log message ***Jason Rumney2006-11-251-0/+4
|
* (file_name_absolute_p) [WINDOWSNT]: Support absolute file names with forwardEli Zaretskii2006-11-241-0/+5
| | | | slashes.
* (print_help_and_exit): Tweak message contents and tabs/spacesJuanma Barranquero2006-11-231-0/+5
| | | | to improve alignment in message boxes.
* Include <stdarg.h>.Juanma Barranquero2006-11-221-0/+10
| | | | | | | | | [WINDOWSNT]: Include <windows.h>. (w32_check_console_app): New function. (message): New function. (decode_options, print_help_and_exit, fail, main, initialize_sockets, get_server_config, set_tcp_socket, set_local_socket, set_socket): Use message().
* *** empty log message ***Juanma Barranquero2006-11-201-3/+3
|
* *** empty log message ***Juanma Barranquero2006-11-161-0/+1
|
* Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS.Jason Rumney2006-11-131-0/+4
|
* *** empty log message ***Juanma Barranquero2006-11-131-0/+10
|
* *** empty log message ***Jason Rumney2006-11-131-0/+4
|
* Fix braino.Juanma Barranquero2006-11-111-3/+3
|
* [!WINDOWSNT]: Include <sys/types.h>.Juanma Barranquero2006-11-101-2/+6
|
* Add "add-log-time-zone-rule: t" to Local Variables section.Juanma Barranquero2006-11-101-0/+1
|
* *** empty log message ***Juanma Barranquero2006-11-081-0/+5
|
* (get_server_config) [WINDOWSNT]: Search the server file on APPDATAJuanma Barranquero2006-11-071-0/+3
| | | | if it doesn't exist on HOME, even if HOME is defined.
* *** empty log message ***Juanma Barranquero2006-11-071-0/+6
|
* (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show option --socket-name.Juanma Barranquero2006-11-061-0/+20
| | | | | | | | | | | | | | | | (decode_options): Don't get EMACS_SERVER_FILE here, it could override command line options. (decode_options) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option. (fail): Don't check for missing arguments, it is now done in set_socket. (file_name_absolute_p): New function (loosely based on the one in fileio.c). (initialize_sockets): Don't check for duplicate loading of Winsock. (get_server_config): Only try relative paths in the default directory locations. (set_tcp_socket): Don't call INITIALIZE(). Warn when connecting to a remote server. (set_socket): Call INITIALIZE(). Search explicit command-line arguments, then environment variable EMACS_SERVER_FILE, then implicit socket paths, before trying the alternate editor. (main): Use file_name_absolute_p.
* *** empty log message ***Eli Zaretskii2006-11-041-0/+5
|