aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-01-015-55/+144
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 563-582) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 177-185) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-158
| * (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.
* | Merge from emacs--devo--0Miles Bader2006-12-162-13/+54
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 545-562) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - erc-iswitchb: Temporarily enable iswitchb mode * gnus--rel--5.10 (patch 172-176) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-156
| * 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).
* | Merge from emacs--devo--0Miles Bader2006-12-074-80/+210
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 523-544) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 168-171) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150
| * *** 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().
* | Merge from emacs--devo--0Miles Bader2006-11-213-37/+54
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 505-522) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: etc/TUTORIAL.cn: Updated. - Merge from erc--emacs--22 * gnus--rel--5.10 (patch 164-167) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137
| * *** 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
| |
| * Fix braino.Juanma Barranquero2006-11-111-3/+3
| |
| * [!WINDOWSNT]: Include <sys/types.h>.Juanma Barranquero2006-11-102-2/+8
| |
| * Add "add-log-time-zone-rule: t" to Local Variables section.Juanma Barranquero2006-11-101-0/+1
| |