aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 22.0.97.Chong Yidong2007-04-041-1/+1
|
* Bump version to 22.0.96.Chong Yidong2007-03-201-1/+1
|
* *** empty log message ***Juanma Barranquero2007-03-021-3/+2
|
* Bump to 22.0.95.Chong Yidong2007-03-011-1/+1
|
* Add University of California copyright and revised BSDL license.Glenn Morris2007-02-271-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-261-2/+2
|
* *** empty log message ***Francesco Potortì2007-02-261-0/+4
|
* Bump to version 22.0.94.emacs-pretest-22.0.94Chong Yidong2007-02-231-1/+1
|
* Ulrich Mueller <ulm at kph.uni-mainz.de> (tiny change):Glenn Morris2007-02-201-1/+5
| | | | | (EMACS, EMACSOPT): New variables. (blessmail): Use `--no-site-file' when compiling.
* *** empty log message ***Glenn Morris2007-02-201-0/+5
|
* Comment changes and clarifications.Juanma Barranquero2007-02-161-2/+34
|
* 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
|
* (default_C_help, Cplusplus_help, PHP_help, print_help)Francesco Potortì2007-02-051-12/+14
| | | | (main): Now --members is the default for etags, not for ctags yet.
* *** 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
|
* (gperf, in_word_set): changed attribute for Java to (C_JAVA & ~C_PLPL).Francesco Potortì2007-02-041-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 Morris2007-02-031-1/+1
|
* Add missing Copyright header. Years from date of installation inGlenn Morris2007-01-281-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 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.