aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* etags.c:Francesco Potortì2007-11-151-0/+10
| | | | | | | | | | | | | 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.
* Make prototypes for extern definitions, and add allFrancesco Potortì2007-11-151-38/+35
| | | | | | | | | | | | 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.
* etags.c: (C_entries): In case '}', set fvdef to fvnoneFrancesco Potortì2007-11-151-0/+5
| | | | unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
* (C_entries): In case '}', set fvdef to fvnoneFrancesco Potortì2007-11-151-2/+2
| | | | unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
* * makefile.w32-in (obj): Remove sunfns.o.Dan Nicolaescu2007-11-012-1/+5
| | | | | | * makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o. * Makefile.in: Remove references to sunfns.c and sunfns.o.
* (obj): Remove abbrev.o.Juanma Barranquero2007-10-282-1/+5
|
* Comment change.Juanma Barranquero2007-10-271-2/+2
|
* Merge from emacs--rel--22Miles Bader2007-10-272-2/+30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Barranquero2007-10-262-7/+128
| | | | | | | | | | | | | | | | | | | | | | 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 Rumney2007-10-252-2/+30
| | | | | | | | (set_tcp_socket): Use it.
* | Add a wrapper for getenv so it also checks the registry on Windows.Juanma Barranquero2007-10-262-10/+113
| | | | | | | | | | | | | | | | | | 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 Barranquero2007-10-092-1/+6
| |
* | Merge from emacs--rel--22Miles Bader2007-10-093-5/+16
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
| * (w32_window_app): Init common controls when windowed.Jason Rumney2007-09-272-3/+14
| |
| * (emacsclient, emacsclientw): Link to COMCTL32.Jason Rumney2007-09-271-2/+2
| |
* | Remove broken end-of-file comment.Glenn Morris2007-10-061-3/+0
| |
* | Remove obsolete file.Glenn Morris2007-09-211-504/+0
| |
* | (emacstool, nemacstool, xvetool, xveterm): Delete targets built fromGlenn Morris2007-09-211-20/+2
| | | | | | | | emacstool.
* | *** empty log message ***Glenn Morris2007-09-211-0/+6
| |
* | (decode_options): -t implies -c.Stefan Monnier2007-09-212-0/+5
| |
* | (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)Stefan Monnier2007-09-202-37/+29
| | | | | | | | | | | | (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 Rumney2007-09-202-1/+5
| |
* | (current_frame): Change the default.Stefan Monnier2007-09-202-31/+27
| | | | | | | | | | | | | | (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 Morris2007-09-122-9/+4
| |
* | Increase version to 23.0.50.Glenn Morris2007-08-292-1/+5
| |
* | (VERSION): Set back to 22.1.50 following inadvertent bump in multi-ttyGlenn Morris2007-08-291-1/+1
| | | | | | | | merge.
* | Merge multi-tty branchMiles Bader2007-08-293-168/+693
|\ \ | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866
| * \ Merge from emacs--devo--0Miles Bader2007-08-272-5/+14
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 857-862) - Update from CVS - Merge from emacs--rel--22 - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file. * 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--multi-tty--0--patch-38
| * | Further simplification pending merge to trunk.Glenn Morris2007-08-271-35/+30
| | |
| * | Simplify log ready for merge into trunk. On merge, date to beGlenn Morris2007-08-261-91/+54
| | | | | | | | | | | | replaced with merge date.
| * | (sys/stat.h, errno.h): Remove duplicate includes.Glenn Morris2007-08-261-2/+0
| | |
| * | Import changelog info from arch logs into ChangeLog.multi-tty filesMiles Bader2007-08-221-1/+50
| | | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-34
| * | Merge from emacs--devo--0Miles Bader2007-08-131-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31
| * \ \ Merge from emacs--devo--0Miles Bader2007-07-3133-330/+673
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-838) - Update from CVS - Merge from emacs--rel--22 - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Fix void function definition error in cus-edit.el - Restore lisp/emacs-lisp/cl-loaddefs.el * emacs--rel--22 (patch 70-83) - Update from CVS - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Indicate that emacs--devo--0--patch-834 does not need to be applied - Merge from gnus--rel--5.10 - Restore lisp/emacs-lisp/cl-loaddefs.el * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28
| * \ \ \ Merge from emacs--devo--0Miles Bader2007-07-243-10/+45
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 814-823) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 59-69) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 237-238) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-26
| * \ \ \ \ Merge from emacs--devo--0Miles Bader2007-06-112-1/+13
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 781-792) - Update from CVS - Merge from gnus--rel--5.10 - Merge from emacs--rel--22 * emacs--rel--22 (patch 33-41) * gnus--rel--5.10 (patch 226-228) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-21
| * | | | | | * emacsclient.c (main): Avoid having a declaration after aDan Nicolaescu2007-05-262-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statement. * sysdep.c: Comment out text after #endif.
| * | | | | | *** empty log message ***Juanma Barranquero2007-05-211-1/+6
| | | | | | |
| * | | | | | (print_help_and_exit): Restore and adapt trunk change from 2006-11-23 which wasJuanma Barranquero2007-05-211-18/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | lost in the merge.
| * | | | | | Merged from emacs--devo--0Miles Bader2007-05-202-15/+32
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-744 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-745 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-746 Merge from emacs--rel--22 * emacs@sv.gnu.org/emacs--devo--0--patch-747 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-748 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-749 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-750 Merge from emacs--rel--22 * emacs@sv.gnu.org/emacs--devo--0--patch-751 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-752 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-753 Merge from emacs--rel--22 * emacs@sv.gnu.org/emacs--devo--0--patch-754 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-755 Merge from emacs--rel--22 * emacs@sv.gnu.org/emacs--devo--0--patch-756 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-757 Update from CVS: lisp/textmodes/sgml-mode.el: Revert last change. * emacs@sv.gnu.org/emacs--devo--0--patch-758 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-759 Merge from emacs--rel--22 * emacs@sv.gnu.org/emacs--devo--0--patch-760 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-761 Update from CVS * emacs@sv.gnu.org/emacs--rel--22--patch-14 Update from CVS * emacs@sv.gnu.org/emacs--rel--22--patch-15 Update from CVS * emacs@sv.gnu.org/emacs--rel--22--patch-16 Update from CVS: src/xterm.c (XTread_socket): Revert last change. * emacs@sv.gnu.org/emacs--rel--22--patch-17 Update from CVS * emacs@sv.gnu.org/emacs--rel--22--patch-18 Update from CVS * emacs@sv.gnu.org/emacs--rel--22--patch-19 Update from CVS * emacs@sv.gnu.org/emacs--rel--22--patch-20 Update from CVS * emacs@sv.gnu.org/emacs--rel--22--patch-21 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-221 Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-12 Creator: Karoly Lorentey <karoly@lorentey.hu>
| * | | | | | | * loadup.el: Load mac-win on a Mac. Avoid loading both x-win andDan Nicolaescu2007-05-192-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mac-win. * term/mac-win.el: (mac-initialize-window-system): New function. Move global setup here. * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here. (SYSTEM_PURESIZE_EXTRA): Only define on Carbon. * emacsclient.c (decode_options): Don't use a tty on mac carbon.
| * | | | | | | * emacsclient.c (handle_sigtstp): Use the new name for theDan Nicolaescu2007-05-172-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | socket variable.
| * | | | | | | * emacsclient.c (decode_options): Don't use a tty on windows.Dan Nicolaescu2007-05-163-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * makefile.w32-in (VERSION): Update.
| * | | | | | | *** empty log message ***Jason Rumney2007-05-161-0/+3
| | | | | | | |
| * | | | | | | (emacs_socket): Rename from s.Jason Rumney2007-05-161-45/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move definition below includes it depends on. (SEND_STRING, SEND_QUOTED): Remove obfuscation macros. (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp): (main): Expand removed macros inline.
| * | | | | | | (emacs_socket): Rename from s.Jason Rumney2007-05-162-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move definition below includes it depends on.
| * | | | | | | * emacsclient.c (s): Restore.Dan Nicolaescu2007-05-162-40/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (main): Don't define s here. (w32_execvp): Move definition before use.
| * | | | | | | Add arch taglineMiles Bader2007-05-161-0/+1
| | | | | | | |
| * | | | | | | New ChangeLog for multi-tty specific changesJason Rumney2007-05-151-0/+33
| | | | | | | |
| * | | | | | | (s): Remove.Jason Rumney2007-05-151-23/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (main): Define here instead. (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend option. (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals. (strprefix): Define unconditionally.