Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (OTHER_PLATFORM_SUPPORT): Add term/internal.elc, term/pc-win.elc, | Eli Zaretskii | 2009-09-27 | 2 | -1/+11 |
| | | | | | emacs-lisp/easymenu.elc, and term/ns-win.elc, to be consistent with src/Makefile.in. | ||||
* | Fix typo in comment. | Juanma Barranquero | 2009-09-24 | 1 | -1/+1 |
| | |||||
* | (main): Sort scores before trimming them, | Stefan Monnier | 2009-09-11 | 2 | -3/+8 |
| | | | | reported by Jason Feng <jfeng@ozbert.com> (bug#4397). | ||||
* | ($(DESTDIR)${archlibdir}): Set umask to world-readable before creating | Glenn Morris | 2009-09-09 | 2 | -3/+8 |
| | | | | directories and game score files. | ||||
* | Fix typos. | Juanma Barranquero | 2009-09-07 | 1 | -9/+9 |
| | |||||
* | Remove cvtmail. | Glenn Morris | 2009-08-19 | 1 | -0/+1 |
| | |||||
* | Remove file | Glenn Morris | 2009-08-19 | 1 | -190/+0 |
| | |||||
* | (UTILITIES): Remove cvtmail. | Glenn Morris | 2009-08-19 | 2 | -4/+7 |
| | | | | (cvtmail${EXEEXT}): Remove. | ||||
* | Remove cvtmail, yow, emacsserver. | Glenn Morris | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | * b2m.c (main): Ensure that each message ends in two newlines. | Chong Yidong | 2009-07-08 | 2 | -3/+18 |
| | |||||
* | * w32term.c (w32_initialize): Use standard types. | Jason Rumney | 2009-07-03 | 2 | -1/+5 |
| | | | | | * 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 Zaretskii | 2009-07-03 | 2 | -0/+6 |
| | |||||
* | bug#1849 - Windows 7 Taskbar Support | Jason Rumney | 2009-06-30 | 2 | -6/+47 |
| | | | | | | | | | | | | | | * 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 Meyering | 2009-06-29 | 2 | -2/+6 |
| | | | | * make-docfile.c (scan_lisp_file): Remove useless test. | ||||
* | (movemail.o): Don't pass -Demacs, unused. | Dan Nicolaescu | 2009-06-23 | 2 | -1/+5 |
| | |||||
* | Add "Branch for 23.1" ChangeLog entry. | Chong Yidong | 2009-06-21 | 1 | -0/+4 |
| | |||||
* | Bump version to 23.1.50. | Chong Yidong | 2009-06-21 | 1 | -1/+1 |
| | |||||
* | Bump version number to 23.0.95.emacs-pretest-23.0.95 | Chong Yidong | 2009-06-19 | 1 | -1/+1 |
| | |||||
* | * mac-fix-env.m: * Makefile.in (mac-fix-env): Remove. | Adrian Robert | 2009-06-09 | 3 | -75/+5 |
| | |||||
* | Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS. | Adrian Robert | 2009-06-07 | 2 | -1/+5 |
| | |||||
* | Bump version to 23.0.94.emacs-pretest-23.0.94 | Chong Yidong | 2009-05-23 | 1 | -1/+1 |
| | |||||
* | Bump version to 23.0.93. | Chong Yidong | 2009-05-01 | 1 | -1/+1 |
| | |||||
* | * emacsclient.c (print_help_and_exit): Fix typo and tabify (careful | Juanma Barranquero | 2009-04-20 | 2 | -5/+10 |
| | | | | spacing is required in the message output, as the comment suggests). | ||||
* | * emacsclient.c (print_help_and_exit): Clarify argument placement | Chong Yidong | 2009-04-20 | 2 | -8/+14 |
| | | | | for short option names. | ||||
* | (print_help_and_exit): Fix typo. | Dan Nicolaescu | 2009-04-02 | 2 | -2/+6 |
| | |||||
* | Bump version to 23.0.92.emacs-pretest-23.0.92 | Chong Yidong | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned. | Eli Zaretskii | 2009-03-21 | 3 | -8/+19 |
| | | | | | | | | | | | | | | | | | | | | | | 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 Barranquero | 2009-03-11 | 1 | -1/+1 |
| | |||||
* | * emacsclient.c (main): Revert part of last change, | Juanma Barranquero | 2009-03-11 | 2 | -0/+25 |
| | | | | so drive-relative file names again work on Windows. | ||||
* | * server.el (server-process-filter): Use expand-file-name rather than | Stefan Monnier | 2009-03-10 | 2 | -36/+10 |
| | | | | | | | 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. | ||||
* | Add arch tagline | Miles Bader | 2009-03-04 | 1 | -0/+2 |
| | |||||
* | (main) [MAIL_USE_POP]: Add -r to usage message. | Glenn Morris | 2009-03-04 | 2 | -1/+5 |
| | |||||
* | Add .gitignore rules for in-place builds. | Juanma Barranquero | 2009-03-03 | 1 | -26/+4 |
| | |||||
* | Bump version to 23.0.91.emacs-pretest-23.0.91 | Chong Yidong | 2009-02-26 | 1 | -1/+1 |
| | |||||
* | Include time.h unconditionally. | Chong Yidong | 2009-02-13 | 1 | -2/+2 |
| | | | | (main): Use time_t for time variables. | ||||
* | * movemail.c: Include time.h unconditionally. | Chong Yidong | 2009-02-13 | 1 | -0/+5 |
| | | | | (main): Use time_t for time variables. | ||||
* | (mbx_delimit_begin): Also write the current time. | Glenn Morris | 2009-02-11 | 2 | -1/+16 |
| | |||||
* | (mbx_delimit_begin, mbx_delimit_end): Write mbox rather than Babyl | Glenn Morris | 2009-02-10 | 2 | -2/+7 |
| | | | | format. (Bug#2196) | ||||
* | Bump version to 23.0.90.emacs-pretest-23.0.90 | Chong Yidong | 2009-02-01 | 1 | -1/+1 |
| | |||||
* | * emacsclient.c (decode_options): Use a dummy display name under NS/Cocoa. | Adrian Robert | 2009-01-23 | 2 | -1/+14 |
| | |||||
* | (matching_regexp): Fix OB1 error. | Chong Yidong | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | * ebrowse.c (matching_regexp): Fix OB1 error. | Chong Yidong | 2009-01-14 | 1 | -0/+4 |
| | |||||
* | Add missing entry. | Glenn Morris | 2009-01-10 | 1 | -0/+5 |
| | |||||
* | Comment (add Author:, based on authors.el). | Glenn Morris | 2009-01-10 | 2 | -4/+10 |
| | |||||
* | Comment (add Author: header). | Glenn Morris | 2009-01-10 | 1 | -0/+2 |
| | |||||
* | Comment (add an author based on ack.texi). | Glenn Morris | 2009-01-10 | 1 | -0/+3 |
| | |||||
* | Comments (minor fixes of some header conventions). | Glenn Morris | 2009-01-10 | 1 | -17/+20 |
| | |||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 23 | -23/+23 |
| | |||||
* | (Copyright): Update copyright for 2009. | Glenn Morris | 2009-01-05 | 2 | -2/+9 |
| | |||||
* | (print_version): Update copyright for 2009. | Glenn Morris | 2009-01-05 | 1 | -2/+2 |
| |