| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (eexecfile): Use the __main__ rather than `emacs' namespace. | Stefan Monnier | 2006-08-20 | 2 | -5/+10 |
| | | |||||
| * | * frame.el (blink-cursor-start): Set timer first. | Chong Yidong | 2006-08-20 | 2 | -5/+14 |
| | | | | | | (blink-cursor-end): Ignore timer cancelling errors. Suggested by Ken Manheimer. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2006-08-20 | 1 | -1/+6 |
| | | |||||
| * | (comment-box): Call `comment-normalize-vars'. Add autoload cookie. | Juanma Barranquero | 2006-08-20 | 1 | -4/+6 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-08-20 | 4 | -0/+26 |
| | | |||||
| * | (line-number-at-pos): Doc fix. | Richard M. Stallman | 2006-08-20 | 1 | -1/+3 |
| | | |||||
| * | (run-with-idle-timer): Pass t to timer-activate-when-idle, so timer | Richard M. Stallman | 2006-08-20 | 1 | -1/+3 |
| | | | | | can run before Emacs becomes non-idle again. | ||||
| * | (Reading One Event): Update xref. | Richard M. Stallman | 2006-08-20 | 1 | -1/+1 |
| | | |||||
| * | (Top): Update subnode menu. | Richard M. Stallman | 2006-08-20 | 1 | -0/+2 |
| | | |||||
| * | (Idle Timers): New node, split out from Timers. | Richard M. Stallman | 2006-08-20 | 1 | -5/+60 |
| | | | | | Document current-idle-time. | ||||
| * | (load_pixmap): Add quotes in error message. | Richard M. Stallman | 2006-08-20 | 1 | -1/+1 |
| | | |||||
| * | (Fcurrent_idle_time): New function. | Richard M. Stallman | 2006-08-20 | 1 | -0/+30 |
| | | | | | (syms_of_keyboard): defsubr it. | ||||
| * | - Jorgen Schaefer <forcer@forcix.cx>'s June 18 bug report | Chong Yidong | 2006-08-18 | 1 | -3/+0 |
| | | | | | Fixed in RMS' 2006-08-16 commit. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2006-08-18 | 2 | -0/+20 |
| | | |||||
| * | (whitespace-cleanup-internal): New optional arg REGION-ONLY. If it's non-nil, | Eli Zaretskii | 2006-08-18 | 1 | -4/+7 |
| | | | | | | | modify the message to the user accordingly. (whitespace-cleanup-region): Call whitespace-cleanup-internal with a non-nil argument. | ||||
| * | Synchronize with TUTORIAL. | Eli Zaretskii | 2006-08-18 | 3 | -5/+5 |
| | | |||||
| * | (spaces-string): Simplify and add doc string. | Eli Zaretskii | 2006-08-18 | 2 | -5/+6 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2006-08-18 | 1 | -1/+1 |
| | | |||||
| * | (Fset_window_fringes): Do nothing on a tty. | Nick Roberts | 2006-08-17 | 1 | -6/+9 |
| | | | | | (Fwindow_fringes): Put ? operator after the line break. | ||||
| * | *** empty log message *** | Nick Roberts | 2006-08-17 | 1 | -0/+5 |
| | | |||||
| * | (gdb-edit-locals-value): Balance parens. | Romain Francoise | 2006-08-17 | 2 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Romain Francoise | 2006-08-17 | 1 | -1/+1 |
| | | |||||
| * | (compare-windows): lambda's take an arg and pass | Richard M. Stallman | 2006-08-17 | 2 | -2/+9 |
| | | | | | it to compare-windows-skip-whitespace. | ||||
| * | (jit-lock-fontify-now): Protect the modified status of the right buffer. | Stefan Monnier | 2006-08-17 | 2 | -7/+13 |
| | | |||||
| * | (cvs-parse-table): Accept the new `...' format for removed files. | Stefan Monnier | 2006-08-17 | 2 | -1/+7 |
| | | |||||
| * | (gdb-locals-watch-map, gdb-locals-watch-map-1): Suppress keymap first. | Nick Roberts | 2006-08-17 | 1 | -6/+34 |
| | | | | | | | (gdb-edit-locals-map-1): New variable. (gdb-edit-locals-value): New function. (gdb-stack-list-locals-handler): Use them. | ||||
| * | *** empty log message *** | Nick Roberts | 2006-08-17 | 1 | -0/+8 |
| | | |||||
| * | (global-map): Allow yanking with mouse-2 at a spot whose | Stefan Monnier | 2006-08-17 | 2 | -0/+5 |
| | | | | | cursor would normally be drawn in the fringe. | ||||
| * | (font-lock-extend-region-wholelines): Fix up typo. | Stefan Monnier | 2006-08-17 | 2 | -25/+27 |
| | | | | | Reported by Martin Rudalics <rudalics@gmx.at>. | ||||
| * | Merge from gnus--rel--5.10 | Miles Bader | 2006-08-16 | 4 | -24/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 123-125) - Update from CVS 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/compface.el (uncompface): Use binary rather than raw-text-unix. 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/compface.el (uncompface): Make sure the eol conversion doesn't take place when communicating with the external programs. Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>. 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nnheader.el (nnheader-insert-head): Fix typo in comment. 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/nnweb.el (nnweb-google-parse-1): Update regexp for author and date. Make it more robust by parsing author and date independently. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-398 | ||||
| * | (debug_output_compilation_hack): Fix return type. | Andreas Schwab | 2006-08-16 | 2 | -1/+5 |
| | | |||||
| * | (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead | Andreas Schwab | 2006-08-16 | 2 | -1/+6 |
| | | | | | of hardcoding it. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2006-08-16 | 5 | -0/+47 |
| | | |||||
| * | (debug_output_compilation_hack): New function. | Richard M. Stallman | 2006-08-16 | 1 | -0/+9 |
| | | |||||
| * | (Saving Emacs Sessions): Clean up wording. | Richard M. Stallman | 2006-08-16 | 1 | -5/+5 |
| | | |||||
| * | (Marking Objects): Mention term "select all". | Richard M. Stallman | 2006-08-16 | 1 | -1/+1 |
| | | |||||
| * | (Top): Update subnode menu. | Richard M. Stallman | 2006-08-16 | 1 | -1/+1 |
| | | |||||
| * | (Help Mode): Move node up in file. | Richard M. Stallman | 2006-08-16 | 1 | -57/+57 |
| | | |||||
| * | (Extended Menu Items): Show format of cached bindings in extended menu items. | Richard M. Stallman | 2006-08-16 | 1 | -1/+8 |
| | | |||||
| * | (Variable Definitions): Explain when the | Richard M. Stallman | 2006-08-16 | 1 | -14/+25 |
| | | | | | standard value expression is evaluated. | ||||
| * | (x-clipboard-yank): Specify * in interactive spec. | Richard M. Stallman | 2006-08-16 | 1 | -2/+2 |
| | | | | | (special-event-map): Process drag-n-drop events this way. | ||||
| * | (move-beginning-of-line): Test whether fields | Richard M. Stallman | 2006-08-16 | 1 | -5/+20 |
| | | | | | | would prevent motion back to line's first visible character. If so, stop where the fields would stop the motion. | ||||
| * | (comment-indent): Fully update INDENT | Richard M. Stallman | 2006-08-16 | 1 | -3/+8 |
| | | | | | before checking to see if it will change the text. | ||||
| * | (custom-newline): New function. | Richard M. Stallman | 2006-08-16 | 1 | -0/+9 |
| | | | | | (custom-mode-map): Bind newline to custom-newline. | ||||
| * | (compare-windows): Factor compare-ignore-whitespace into ignore-whitespace. | Richard M. Stallman | 2006-08-16 | 1 | -13/+21 |
| | | | | | | | Check each buffer for its skip-function. Handle compare-windows-skip-whitespace special-case test by returning t from default skip function. | ||||
| * | Clean up wording. | Richard M. Stallman | 2006-08-16 | 1 | -2/+3 |
| | | |||||
| * | (choose_write_coding_system): Use LF for end-of-line | Kenichi Handa | 2006-08-16 | 2 | -0/+7 |
| | | | | | in auto-saving. | ||||
| * | * commands.texi (Reading One Event): Explain idleness in | Chong Yidong | 2006-08-15 | 1 | -0/+9 |
| | | | | | `read-event'. | ||||
| * | * commands.texi (Reading One Event): Explain idleness in | Chong Yidong | 2006-08-15 | 1 | -0/+5 |
| | | | | | `read-event'. | ||||
| * | * keyboard.c (read_char): Don't change idle timer state at all if | Chong Yidong | 2006-08-15 | 2 | -13/+17 |
| | | | | | end_time is supplied. | ||||