aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 22.0.93.Chong Yidong2007-01-231-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-2119-21/+21
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-1611-22/+22
| | | | 2001).
* Add c-file-style local binding.Richard M. Stallman2007-01-021-0/+1
|
* *** empty log message ***Francesco Potortì2007-01-021-0/+1
|
* (main): Pass the -u option to sort in ctags mode.Francesco Potortì2007-01-021-2/+5
|
* (longopts): New undocumented option --no-duplicates.Francesco Potortì2007-01-022-33/+46
| | | | | | (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.
* (readline): When creating a relative file name from aFrancesco Potortì2006-12-281-4/+12
| | | | | | | | | | #line directive, leave the file name alone. The previous behaviour was to make it relative to the tags file directory, under the hypothesis that the #line directive file name was relative to the directory of the tagged file. That hypothesis is wrong with Cpp and Lex. (Makefile_targets): Do not include spaces in tag names.
* *** 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
|
* Add stamp_BLD.Eli Zaretskii2006-12-231-0/+1
|
* *** empty log message ***Eli Zaretskii2006-12-221-0/+1
|
* (clean): Delete stamp_BLD.Eli Zaretskii2006-12-221-0/+1
|
* *** empty log message ***Eli Zaretskii2006-12-221-0/+11
|
* (make-docfile, ctags, etags, ebrowse, hexl)Eli Zaretskii2006-12-221-14/+27
| | | | | | | | | | (movemail, fakemail, sorted-doc, digest-doc, emacsclient) (test-distrib, $(DOC), all): depend on stamp_BLD instead of $(BLD). ($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O)) ($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O)) ($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS)) ($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O)) ($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD.
* (C_entries): DEFUN names were longer by one: corrected.Francesco Potortì2006-12-201-3/+2
|
* *** empty log message ***Francesco Potortì2006-12-201-0/+4
|
* Bump version number to 22.0.92Chong Yidong2006-12-191-1/+1
|
* [WINDOWSNT] (set_fg, get_wc): New variables.Juanma Barranquero2006-12-182-33/+74
| | | | | | [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions. (main) [WINDOWSNT]: Remove code to release the focus; call w32_give_focus instead.
* Comment and whitespace changes.Richard M. Stallman2006-12-151-5/+5
|
* Rework a few comments.Juanma Barranquero2006-12-151-3/+3
|
* (w32_execvp): New function; wrapper for `execvp'.Juanma Barranquero2006-12-152-7/+48
| | | | | (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-062-2/+7
| | | | for compatibility with Visual Studio .NET 2003.
* *** empty log message ***Juanma Barranquero2006-11-301-0/+16
|
* (emacs_pid): New variable.Juanma Barranquero2006-11-301-35/+30
| | | | | | | | (message): Remove leftover code. (get_server_config): Set emacs_pid. Don't allow Emacs to grab the focus yet; emacsclient can still display an informational message before sending requests to Emacs. (main): Allow Emacs to grab the focus. Simplify message() call.
* (message): Make sure the message is properly written even if it contains printfJuanma Barranquero2006-11-301-2/+7
| | | | | | escapes, and flush the result. (set_tcp_socket): Make the message for non-local connections informational rather than an error.
* *** empty log message ***Francesco Potortì2006-11-281-0/+14
|
* Previous changes checked in by jhd checked and cleaned up:Francesco Potortì2006-11-281-9/+8
| | | | | | | | | (readline): Check for double quote after #line. (readline): sscanf could in principle return 2. (TeX_commands): Use p++ (rather than *p++) to increment p. (Lua_functions): Explicitely discard LOOKING_AT's return value. (TEX_mode): Check getc retruns EOF. File ended without newline causes infinite loop.
* (TRES): New macro (copied from nt/makefile.w32-in).Juanma Barranquero2006-11-272-2/+12
| | | | | ($(TRES)): New rule (copied from nt/makefile.w32-in). ($(BLD)/emacsclientw.exe): Add dependency.
* *** empty log message ***Eli Zaretskii2006-11-271-0/+5
|
* ($(BLD)/emacsclient.$(O)): Depend on makefile.w32-in.Eli Zaretskii2006-11-271-1/+3
|
* *** empty log message ***Juanma Barranquero2006-11-251-0/+5
|
* (VERSION): New macro.Juanma Barranquero2006-11-251-2/+4
| | | | (ECLIENT_CFLAGS): Add -DVERSION.
* (file_name_absolute_p) [WINDOWSNT]: Use isalpha().Jason Rumney2006-11-251-1/+1
|
* 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-242-1/+6
| | | | slashes.
* Space/tab mixup.Juanma Barranquero2006-11-241-1/+1
|
* (print_help_and_exit): Tweak message contents and tabs/spacesJuanma Barranquero2006-11-232-8/+14
| | | | to improve alignment in message boxes.
* Include <stdarg.h>.Juanma Barranquero2006-11-222-30/+87
| | | | | | | | | [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-132-5/+4
|
* *** empty log message ***Juanma Barranquero2006-11-131-0/+10
|
* (emacsclient): Depend also on emacsclientw.exe.Juanma Barranquero2006-11-131-28/+12
| | | | | | | ($(BLD)/emacsclientw.exe): New target. (install): Install emacsclientw.exe. ($(BLD)/cvtmail.$(O), $(BLD)/emacstool.$(O)): Remove obsolete targets. (ECLIENT_CFLAGS): Remove redundant flags.
* [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.Juanma Barranquero2006-11-131-1/+8
|
* ($(BLD)/emacsclient.$(O)): Use CFLAGS.Jason Rumney2006-11-131-1/+1
|
* *** empty log message ***Jason Rumney2006-11-131-0/+4
|