aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Undo last change (mistakenly committed to branch).Chong Yidong2008-02-041-5/+0
|
* * etags.c: Added "GTY" as synonym for __attribute__. UpdatedChong Yidong2008-02-041-0/+5
| | | | gperf output.
* * pop.c (pop_stat, pop_last): Fix last fix.Chong Yidong2008-01-221-0/+4
|
* * pop.c (pop_stat, pop_last): Check validity of string-to-integerChong Yidong2008-01-101-0/+5
| | | | conversion. Mistakes spotted by Nico Golde.
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* (Copyright): Update to 2008.Glenn Morris2008-01-041-1/+10
|
* Help strings corrections in etags.c.Francesco Potortì2007-11-221-0/+7
|
* Backporting bug corrections from trunk.Francesco Potortì2007-11-201-0/+10
|
* etags.c: (C_entries): In case '}', set fvdef to fvnoneFrancesco Potortì2007-11-151-0/+5
| | | | unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
* Add a wrapper for getenv so it also checks the registry on Windows.Juanma Barranquero2007-10-261-0/+12
| | | | | | | | | | | 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-251-0/+5
| | | | (set_tcp_socket): Use it.
* (w32_window_app): Init common controls when windowed.Jason Rumney2007-09-271-0/+6
|
* (rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,Eli Zaretskii2007-08-251-0/+6
| | | | in case srcdir=. and file is copied into itself.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-0/+6
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (clean): Don't delete *~.Eli Zaretskii2007-07-201-0/+4
|
* Version 22.1 released.Chong Yidong2007-06-021-0/+4
|
* *** empty log message ***Juanma Barranquero2007-03-021-3/+2
|
* *** empty log message ***Francesco Potortì2007-02-261-0/+4
|
* *** empty log message ***Glenn Morris2007-02-201-0/+5
|
* 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
|
* *** 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
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* *** empty log message ***Francesco Potortì2007-01-021-0/+1
|
* (longopts): New undocumented option --no-duplicates.Francesco Potortì2007-01-021-0/+7
| | | | | | (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.
* *** 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
|
* *** empty log message ***Eli Zaretskii2006-12-221-0/+1
|
* *** empty log message ***Eli Zaretskii2006-12-221-0/+11
|
* *** empty log message ***Francesco Potortì2006-12-201-0/+4
|
* [WINDOWSNT] (set_fg, get_wc): New variables.Juanma Barranquero2006-12-181-14/+16
| | | | | | [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions. (main) [WINDOWSNT]: Remove code to release the focus; call w32_give_focus instead.
* (w32_execvp): New function; wrapper for `execvp'.Juanma Barranquero2006-12-151-4/+11
| | | | | (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-061-0/+5
| | | | for compatibility with Visual Studio .NET 2003.
* *** empty log message ***Juanma Barranquero2006-11-301-0/+16
|
* *** empty log message ***Francesco Potortì2006-11-281-0/+14
|
* (TRES): New macro (copied from nt/makefile.w32-in).Juanma Barranquero2006-11-271-0/+6
| | | | | ($(TRES)): New rule (copied from nt/makefile.w32-in). ($(BLD)/emacsclientw.exe): Add dependency.
* *** empty log message ***Eli Zaretskii2006-11-271-0/+5
|
* *** empty log message ***Juanma Barranquero2006-11-251-0/+5
|
* 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-241-0/+5
| | | | slashes.
* (print_help_and_exit): Tweak message contents and tabs/spacesJuanma Barranquero2006-11-231-0/+5
| | | | to improve alignment in message boxes.
* Include <stdarg.h>.Juanma Barranquero2006-11-221-0/+10
| | | | | | | | | [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
|