aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add stubs for Windows, required after CVE-2010-0825 change.Juanma Barranquero2010-04-031-0/+6
| | | | | * ntlib.c (getgid, getegid, setegid): New stubs. * ntlib.h (getgid, getegid, setegid): Declare them.
* Fix permissions handling (CVE-2010-0825).Chong Yidong2010-04-021-0/+6
| | | | | | * movemail.c (main): Check return values of setuid. Avoid possibility of symlink attack when movemail is setgid mail (CVE-2010-0825).
* Fix typos in ChangeLogs.Juanma Barranquero2010-04-021-8/+8
|
* `make uninstall' fix (Bug#5620).Chong Yidong2010-03-191-0/+5
| | | | | * Makefile.in (uninstall): Handle the case where archlibdir does not exist. (Bug#5720)
* Fix typos in Changelogs.Juanma Barranquero2010-03-081-1/+1
|
* * etags.c (Scheme_functions): Don't loop past a null character (Bug#5601).Chong Yidong2010-02-201-0/+5
|
* Mark last change as tiny.Chong Yidong2010-01-291-1/+1
|
* * etags.c (Fortran_functions): Handle recursive keyword (Bug#5484).Chong Yidong2010-01-291-0/+5
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Set copyright year to 2010.Glenn Morris2010-01-101-0/+6
| | | | | | | | | | | | | * Cocoa/Emacs.base/Contents/Info.plist: * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * GNUstep/Emacs.base/Resources/Info-gnustep.plist: Set copyright year to 2010. * version.el (emacs-copyright): Set copyright year to 2010. * ebrowse.c (version): * etags.c (print_version): * rcs2log (Copyright): Set copyright year to 2010.
* Fix typos in ChangeLogs.Juanma Barranquero2009-12-291-1/+1
|
* * lib-src/makefile.w32-in, doc/lispintro/makefile.w32-in: UseChong Yidong2009-12-091-0/+5
| | | | parenthesis for macros for nmake compatibility.
* * etags.c (absolute_filename): Use memove if we have it for overlapping copy.Jan Djärv2009-11-231-0/+5
|
* * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.Dan Nicolaescu2009-11-041-0/+4
| | | | * make-docfile.c (scan_lisp_file): Also look for `defvaralias'.
* * .gitignore: Add echolisp.tmp.Juanma Barranquero2009-10-151-0/+4
|
* (print_help_and_exit): Fix bug report instructions.Glenn Morris2009-10-151-0/+2
|
* (echolisp): New rule.Glenn Morris2009-10-151-0/+5
| | | | (clean): Delete echolisp.tmp.
* (OTHER_PLATFORM_SUPPORT): Add term/internal.elc, term/pc-win.elc,Eli Zaretskii2009-09-271-0/+6
| | | | | emacs-lisp/easymenu.elc, and term/ns-win.elc, to be consistent with src/Makefile.in.
* (main): Sort scores before trimming them,Stefan Monnier2009-09-111-0/+5
| | | | reported by Jason Feng <jfeng@ozbert.com> (bug#4397).
* ($(DESTDIR)${archlibdir}): Set umask to world-readable before creatingGlenn Morris2009-09-091-0/+5
| | | | directories and game score files.
* Fix typos.Juanma Barranquero2009-09-071-9/+9
|
* Remove cvtmail.Glenn Morris2009-08-191-0/+1
|
* (UTILITIES): Remove cvtmail.Glenn Morris2009-08-191-0/+5
| | | | (cvtmail${EXEEXT}): Remove.
* * b2m.c (main): Ensure that each message ends in two newlines.Chong Yidong2009-07-081-0/+4
|
* * w32term.c (w32_initialize): Use standard types.Jason Rumney2009-07-031-0/+4
| | | | | * runemacs.c (set_user_model_id): Use standard types. * emacsclient.c (w32_set_user_model_id): Use standard types.
* (WINNT_SUPPORT): Add common-win.elc, like src/Makefile.in did.Eli Zaretskii2009-07-031-0/+5
|
* bug#1849 - Windows 7 Taskbar SupportJason Rumney2009-06-301-0/+7
| | | | | | | | | | | | | | * w32term.c (w32_initialize): Use GetModuleHandle for library that is already loaded. Set user model ID if supported (bug#1849). * runemacs.c (set_user_model_id): New function. (WinMain): Use it. * emacsclient.c (w32_give_focus): Use GetModuleHandle for library that is already loaded. (w32_set_user_model_id): New function. (main): Use it to associate emacsclient with emacs (bug#1849).
* Remove useless if-before-free test.Jim Meyering2009-06-291-0/+5
| | | | * make-docfile.c (scan_lisp_file): Remove useless test.
* (movemail.o): Don't pass -Demacs, unused.Dan Nicolaescu2009-06-231-0/+4
|
* Add "Branch for 23.1" ChangeLog entry.Chong Yidong2009-06-211-0/+4
|
* * mac-fix-env.m: * Makefile.in (mac-fix-env): Remove.Adrian Robert2009-06-091-0/+5
|
* Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.Adrian Robert2009-06-071-0/+4
|
* * emacsclient.c (print_help_and_exit): Fix typo and tabify (carefulJuanma Barranquero2009-04-201-0/+5
| | | | spacing is required in the message output, as the comment suggests).
* * emacsclient.c (print_help_and_exit): Clarify argument placementChong Yidong2009-04-201-0/+5
| | | | for short option names.
* (print_help_and_exit): Fix typo.Dan Nicolaescu2009-04-021-0/+4
|
* inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned.Eli Zaretskii2009-03-211-0/+12
| | | | | | | | | | | | | | | | | | | | | | inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid to unsigned. (getpwuid): Argument is now unsigned. uid_t is now unsigned. ntlib.c (setuid): Argument is now unsigned. (getuid): Return value is now unsigned. (getpwuid): Argument is now unsigned. (fchown): UID and GID arguments are now unsigned. ntlib.h (fchown): UID and GID arguments are now unsigned. (getuid): Return value is now unsigned. (setuid): Argument is now unsigned. (getpwuid): Remove prototype (it's declared in nt/inc/pwd.h). w32.c (getpwuid): Change argument type to unsigned. (struct w32_id): Change type of `rid' member to unsigned. (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of argument ID to unsigned. All callers changed. (getuid, geteuid, getgid, getegid): Change return type to unsigned.
* Fix date in entry.Juanma Barranquero2009-03-111-1/+1
|
* * emacsclient.c (main): Revert part of last change,Juanma Barranquero2009-03-111-0/+5
| | | | so drive-relative file names again work on Windows.
* * server.el (server-process-filter): Use expand-file-name rather thanStefan Monnier2009-03-101-0/+6
| | | | | | | command-line-normalize-file-name so as to use the `dir' when provided. * emacsclient.c (main): Always pass cwd via "-dir". Pass the file names without prepending cwd to them, so Emacs uses its customary rules to determine how to interpret the file name.
* (main) [MAIL_USE_POP]: Add -r to usage message.Glenn Morris2009-03-041-0/+4
|
* * movemail.c: Include time.h unconditionally.Chong Yidong2009-02-131-0/+5
| | | | (main): Use time_t for time variables.
* (mbx_delimit_begin): Also write the current time.Glenn Morris2009-02-111-0/+4
|
* (mbx_delimit_begin, mbx_delimit_end): Write mbox rather than BabylGlenn Morris2009-02-101-0/+5
| | | | format. (Bug#2196)
* * emacsclient.c (decode_options): Use a dummy display name under NS/Cocoa.Adrian Robert2009-01-231-0/+5
|
* * ebrowse.c (matching_regexp): Fix OB1 error.Chong Yidong2009-01-141-0/+4
|
* Add missing entry.Glenn Morris2009-01-101-0/+5
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* (Copyright): Update copyright for 2009.Glenn Morris2009-01-051-0/+6
|
* * movemail.c (main): Fatal if hard links cannot be created.Chong Yidong2009-01-011-0/+4
|
* File name fix, for AUTHORS.Glenn Morris2008-12-191-1/+1
|