| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (mouse-region-delete-keys): Add deletechar. | Eli Zaretskii | 2002-03-03 | 2 | -1/+5 |
| * | (International): Fix wording of the last change. | Eli Zaretskii | 2002-03-03 | 1 | -2/+2 |
| * | fixed parens in the last patch | Sam Steingold | 2002-03-03 | 3 | -12/+18 |
| * | (tetris-score-file): Put in home dir, not in /tmp. | Richard M. Stallman | 2002-03-03 | 2 | -1/+6 |
| * | (gamegrid-set-font, gamegrid-setup-face) | Richard M. Stallman | 2002-03-03 | 2 | -4/+11 |
| * | (snake-score-file): Put in home dir, not in /tmp. | Richard M. Stallman | 2002-03-03 | 1 | -1/+4 |
| * | (install-arch-indep): Use umask 022 for DOC* and lisp/. | Richard M. Stallman | 2002-03-03 | 1 | -3/+5 |
| * | (find-dired-filter): Fix previous change. | Richard M. Stallman | 2002-03-03 | 1 | -1/+1 |
| * | *** empty log message *** | Thien-Thi Nguyen | 2002-03-03 | 1 | -2/+8 |
| * | (list-diary-entries): Use `buffer-substring' instead of | Thien-Thi Nguyen | 2002-03-03 | 1 | -2/+2 |
| * | (find-grep-dired): Rename arg to `regexp'. | Richard M. Stallman | 2002-03-03 | 2 | -4/+10 |
| * | (find-grep-dired): Call shell-quote-argument. Specify the -e option. | Richard M. Stallman | 2002-03-03 | 1 | -1/+2 |
| * | (Fopen_network_stream): Always call turn_on_atimers around connect. | Kim F. Storm | 2002-03-03 | 1 | -4/+2 |
| * | Test for getpeername. | Kim F. Storm | 2002-03-03 | 3 | -4/+8 |
| * | *** empty log message *** | Richard M. Stallman | 2002-03-03 | 1 | -3/+2 |
| * | *** empty log message *** | Richard M. Stallman | 2002-03-02 | 1 | -5/+0 |
| * | (tildify-string-alist): Entry for xml-mode added. | Pavel Janík | 2002-03-02 | 2 | -2/+8 |
| * | Fix the wording of index entry in the last change. | Eli Zaretskii | 2002-03-02 | 1 | -1/+1 |
| * | (Locales): locale-coding-system is used for decoding keyboard input on X. | Eli Zaretskii | 2002-03-02 | 1 | -3/+4 |
| * | (International, Language Environments, Specify Coding): Make it clear | Eli Zaretskii | 2002-03-02 | 1 | -9/+15 |
| * | (Encoding and I/O): Mention select-safe-coding-system in the documentation | Eli Zaretskii | 2002-03-02 | 1 | -9/+14 |
| * | (syms_of_buffer) <buffer-file-coding-system>: Doc fix. | Eli Zaretskii | 2002-03-02 | 2 | -0/+7 |
| * | Added information on how to set options in CDE so | Jan Djärv | 2002-03-02 | 2 | -0/+12 |
| * | (mwheel-scroll): Remove `double' and `triple' from the | Miles Bader | 2002-03-02 | 2 | -4/+14 |
| * | Blinking cursor enhancement. | Kim F. Storm | 2002-03-02 | 1 | -0/+5 |
| * | *** empty log message *** | Richard M. Stallman | 2002-03-01 | 1 | -1/+1 |
| * | (Fminibuffer_selected_window): New function. | Kim F. Storm | 2002-03-01 | 1 | -0/+15 |
| * | *** empty log message *** | Kim F. Storm | 2002-03-01 | 1 | -0/+5 |
| * | Blinking cursor enhancement. | Kim F. Storm | 2002-03-01 | 1 | -0/+10 |
| * | (x_display_and_set_cursor): Blink box cursor using | Kim F. Storm | 2002-03-01 | 2 | -7/+30 |
| * | (make_window, replace_window): Initialize phys_cursor_width. | Kim F. Storm | 2002-03-01 | 1 | -0/+2 |
| * | (struct window): New member phys_cursor_width. | Kim F. Storm | 2002-03-01 | 1 | -3/+3 |
| * | (Fopen_network_stream): Use GCPRO6. | Kim F. Storm | 2002-03-01 | 2 | -5/+10 |
| * | (GCPRO6): New macro. | Kim F. Storm | 2002-03-01 | 1 | -0/+22 |
| * | (HAVE_JPEG): Turn it off if libjpeg version < 6b. | Richard M. Stallman | 2002-03-01 | 2 | -1/+18 |
| * | (texinfo-start-menu-description): Remove extra paren in regexp. | Andreas Schwab | 2002-03-01 | 2 | -2/+7 |
| * | (mouse-show-mark): Use display-mouse-p, not display-graphic-p, | Eli Zaretskii | 2002-03-01 | 2 | -1/+7 |
| * | (eshell-parse-variable-ref): Use `make-temp-file'. | Colin Walters | 2002-03-01 | 2 | -1/+4 |
| * | Typo. | Stefan Monnier | 2002-03-01 | 1 | -1/+1 |
| * | (calc-gnuplot-tempfile): Don't expand against | Colin Walters | 2002-03-01 | 1 | -2/+2 |
| * | *** empty log message *** | Colin Walters | 2002-03-01 | 1 | -0/+7 |
| * | (java-font-lock-extra-types): Match java.net.URL, etc. | Richard M. Stallman | 2002-03-01 | 1 | -1/+1 |
| * | *** empty log message *** | Richard M. Stallman | 2002-03-01 | 1 | -0/+5 |
| * | Describe non-blocking connect using open-network-stream. | Kim F. Storm | 2002-03-01 | 1 | -0/+13 |
| * | (Fprocess_status): Document connect and failed return values. | Kim F. Storm | 2002-03-01 | 2 | -1/+4 |
| * | Added support for non-blocking connect. | Kim F. Storm | 2002-02-28 | 1 | -0/+15 |
| * | (Qconnect, Qfailed): New variables. | Kim F. Storm | 2002-02-28 | 1 | -145/+350 |
| * | (syms_of_window): Initialize minibuf_selected_window. | Kim F. Storm | 2002-02-28 | 1 | -0/+2 |
| * | (minibuf_selected_window): Renamed from Vminibuf_selected_window. | Kim F. Storm | 2002-02-28 | 5 | -7/+13 |
| * | (minibuf_selected_window): Renamed from | Kim F. Storm | 2002-02-28 | 1 | -3/+4 |