Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Copyright): Update to 2008. | Glenn Morris | 2008-01-04 | 2 | -2/+11 |
| | |||||
* | (version): Just use current year for short copyright; update to 2008. | Glenn Morris | 2008-01-04 | 1 | -2/+3 |
| | |||||
* | (print_version): Update copyright to 2008. | Glenn Morris | 2008-01-04 | 1 | -1/+1 |
| | |||||
* | (default_C_help) [CTAGS]: differentiate the help string, | Francesco Potortì | 2007-11-22 | 1 | -15/+23 |
| | | | | | | as the defaults in ctags are different from etags. (default_C_help, Cplusplus_help, PHP_help, print_help): Remove text saying --members is the default: not true in Emacs 22. | ||||
* | Help strings corrections in etags.c. | Francesco Potortì | 2007-11-22 | 1 | -0/+7 |
| | |||||
* | Backporting bug corrections from trunk. | Francesco Potortì | 2007-11-20 | 1 | -19/+17 |
| | | | | | | | | | | | | | | | | | 2007-11-15 Francesco Potort�<pot@gnu.org> * etags.c: (C_entries): In case '}' decrement bracelev before testing it. 2007-11-15 Masatake YAMATO <jet@gyve.org> * etags.c (C_entries): In case '}', set fvdef to fvnone unconditioned to (!ignoreindent && lp == newlb.buffer + 1). 2007-11-15 Francesco Potort�<pot@gnu.org> * etags.c: (C_entries): Reset the fvdef machine when out of function. (C_entries): Parse start of C comment as a space == end of token. This is not necessary for C++ comment, already parsed as newline. | ||||
* | Backporting bug corrections from trunk. | Francesco Potortì | 2007-11-20 | 1 | -0/+10 |
| | |||||
* | etags.c: (C_entries): In case '}', set fvdef to fvnone | Francesco Potortì | 2007-11-15 | 1 | -0/+5 |
| | | | | unconditioned to (!ignoreindent && lp == newlb.buffer + 1). | ||||
* | Add a wrapper for getenv so it also checks the registry on Windows. | Juanma Barranquero | 2007-10-26 | 2 | -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 Rumney | 2007-10-25 | 2 | -2/+30 |
| | | | | (set_tcp_socket): Use it. | ||||
* | (w32_window_app): Init common controls when windowed. | Jason Rumney | 2007-09-27 | 2 | -3/+14 |
| | |||||
* | (emacsclient, emacsclientw): Link to COMCTL32. | Jason Rumney | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | (rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command, | Eli Zaretskii | 2007-08-25 | 2 | -5/+14 |
| | | | | in case srcdir=. and file is copied into itself. | ||||
* | Replace `iff' in comments. | Glenn Morris | 2007-08-08 | 1 | -2/+2 |
| | |||||
* | Update some .arch-inventory files | Miles Bader | 2007-07-30 | 1 | -1/+1 |
| | | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-77 Creator: Michael Olson <mwolson@gnu.org> | ||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -0/+6 |
| | |||||
* | Change to GPLv3. | Glenn Morris | 2007-07-25 | 1 | -288/+623 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 31 | -41/+43 |
| | |||||
* | (clean): Don't delete *~. | Eli Zaretskii | 2007-07-20 | 2 | -1/+7 |
| | |||||
* | Bump version number to 22.1.50. | Chong Yidong | 2007-06-04 | 1 | -1/+1 |
| | |||||
* | Increment version number to 22.1.emacs-22.1 | Chong Yidong | 2007-06-02 | 1 | -1/+1 |
| | |||||
* | Version 22.1 released. | Chong Yidong | 2007-06-02 | 1 | -0/+4 |
| | |||||
* | Bump version to 22.0.990emacs-pretest-22.0.990 | Chong Yidong | 2007-05-17 | 1 | -1/+1 |
| | |||||
* | Bump version to 22.0.99. | Chong Yidong | 2007-04-24 | 1 | -1/+1 |
| | |||||
* | Bump version to 22.0.98. | Chong Yidong | 2007-04-17 | 1 | -1/+1 |
| | |||||
* | Bump version to 22.0.97. | Chong Yidong | 2007-04-04 | 1 | -1/+1 |
| | |||||
* | Bump version to 22.0.96. | Chong Yidong | 2007-03-20 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2007-03-02 | 1 | -3/+2 |
| | |||||
* | Bump to 22.0.95. | Chong Yidong | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | Add University of California copyright and revised BSDL license. | Glenn Morris | 2007-02-27 | 1 | -17/+56 |
| | | | | | Remove Ken Arnold copyright. (print_version): Remove Ken Arnold, refer to new file ETAGS.README. | ||||
* | (etags, ctags): define EMACS_NAME as "GNU Emacs". | Francesco Potortì | 2007-02-26 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Francesco Potortì | 2007-02-26 | 1 | -0/+4 |
| | |||||
* | Bump to version 22.0.94.emacs-pretest-22.0.94 | Chong Yidong | 2007-02-23 | 1 | -1/+1 |
| | |||||
* | Ulrich Mueller <ulm at kph.uni-mainz.de> (tiny change): | Glenn Morris | 2007-02-20 | 1 | -1/+5 |
| | | | | | (EMACS, EMACSOPT): New variables. (blessmail): Use `--no-site-file' when compiling. | ||||
* | *** empty log message *** | Glenn Morris | 2007-02-20 | 1 | -0/+5 |
| | |||||
* | Comment changes and clarifications. | Juanma Barranquero | 2007-02-16 | 1 | -2/+34 |
| | |||||
* | 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 |
| | |||||
* | (default_C_help, Cplusplus_help, PHP_help, print_help) | Francesco Potortì | 2007-02-05 | 1 | -12/+14 |
| | | | | (main): Now --members is the default for etags, not for ctags yet. | ||||
* | *** 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 |
| | |||||
* | (gperf, in_word_set): changed attribute for Java to (C_JAVA & ~C_PLPL). | Francesco Potortì | 2007-02-04 | 1 | -10/+10 |
| | | | | | | | The previous change introduced 2004-09-13 was broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused import, package, extends, implements and interface to be treated specially for all kinds of C-style files, not just Java files. (by Per Cederqvist). | ||||
* | Fix file local variables c-file-style specification. | Glenn Morris | 2007-02-03 | 1 | -1/+1 |
| | |||||
* | Add missing Copyright header. Years from date of installation in | Glenn Morris | 2007-01-28 | 1 | -0/+3 |
| | | | | | | | public Emacs CVS to present. [email from rms, 2007/1/22, "Copyright years": "That is copyright FSF. Whoever added that failed to put in the proper copyright notice."] | ||||
* | Bump version to 22.0.93. | Chong Yidong | 2007-01-23 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 19 | -21/+21 |
| | |||||
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-16 | 11 | -22/+22 |
| | | | | 2001). | ||||
* | Add c-file-style local binding. | Richard M. Stallman | 2007-01-02 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Francesco Potortì | 2007-01-02 | 1 | -0/+1 |
| |