| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Version number change. | Carsten Dominik | 2006-08-15 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Carsten Dominik | 2006-08-15 | 3 | -0/+37 |
| | | |||||
| * | (Installation, Activation): Split from Installation and | Carsten Dominik | 2006-08-15 | 1 | -40/+114 |
| | | | | | | Activation. (Clocking work time): Documented new features. | ||||
| * | (org-clock-special-range, org-clock-update-time-maybe): | Carsten Dominik | 2006-08-15 | 1 | -271/+306 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | New functions. (org-stamp-time-of-day-regexp): Allow weekday to be of word chars, not only a-z. (org-agenda-get-blocks): Allow multiple blocks per headline. (org-timestamp-change): Call `org-clock-update-time-maybe'. (org-export-html-title-format) (org-export-html-toplevel-hlevel): New options. (org-export-language-setup): Added support for Czech. (org-mode, org-insert-todo-heading, org-find-visible) (org-find-invisible, org-invisible-p, org-invisible-p2) (org-back-to-heading, org-on-heading-p, org-up-heading-all) (org-show-subtree, org-show-entry, org-make-options-regexp): Removed compatibility support for old outline-mode. (org-check-occur-regexp): Funtion removed. (org-on-heading-p, org-back-to-heading): Made defalias. (org-set-local): New defsubst. (org-set-regexps-and-options, org-mode) (org-set-font-lock-defaults, org-edit-agenda-file-list) (org-timeline, org-agenda-list, org-todo-list, org-tags-view) (org-remember-apply-template, org-table-edit-field) (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii) (org-set-autofill-regexps): Use `org-set-local'. (org-table-eval-formula): Fixed bug with parsing of display flags. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2006-08-15 | 1 | -0/+3 |
| | | |||||
| * | (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC | Kenichi Handa | 2006-08-15 | 2 | -36/+34 |
| | | | | | | | | | is exhausted, return with RET. (detect_coding_emacs_mule, detect_coding_iso2022) (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above change. | ||||
| * | (Stack Buffer): Explain fringe arrow. | Nick Roberts | 2006-08-15 | 1 | -6/+7 |
| | | |||||
| * | *** empty log message *** | Nick Roberts | 2006-08-15 | 2 | -1/+16 |
| | | |||||
| * | (gdb-info-stack-custom): Indicate selected frame with fringe arrow. | Nick Roberts | 2006-08-15 | 1 | -7/+18 |
| | | | | | | | | | | Suggested by Simon Marshall <simon.marshall@misys.com>. (gdb-stack-position): New variable. (gdb-starting, gdb-exited): Reset gdb-stack-position to nil. (gdb-frames-mode): Set gdb-stack-position to nil. Add to overlay-arrow-variable-list (gdb-reset): Delete gdb-stack-position from above list. | ||||
| * | * keyboard.c (read_char): Don't reset idle timers if a time limit | Chong Yidong | 2006-08-14 | 2 | -2/+17 |
| | | | | | is supplied. | ||||
| * | (pitx): Print iterator position. | Kim F. Storm | 2006-08-14 | 1 | -1/+5 |
| | | | | | Limit stack dump in case iterator is not initialized. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-14 | 1 | -1/+6 |
| | | |||||
| * | * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is | Jan Djärv | 2006-08-14 | 2 | -2/+8 |
| | | | | | read only. | ||||
| * | * FOR-RELEASE: Elisp manual checking completed. | Chong Yidong | 2006-08-13 | 2 | -59/+4 |
| | | |||||
| * | * cus-theme.el (customize-create-theme) | Romain Francoise | 2006-08-13 | 4 | -5/+14 |
| | | | | | | | | | (custom-theme-visit-theme): End `y-or-n-p' prompt with a space. * filesets.el (filesets-add-buffer): Ditto. * pcvs.el (cvs-change-cvsroot): Ditto. | ||||
| * | Fix last entry. | Romain Francoise | 2006-08-13 | 1 | -1/+2 |
| | | |||||
| * | (mm-extern-mail-server): End `y-or-n-p' prompt with a space. | Romain Francoise | 2006-08-13 | 2 | -1/+6 |
| | | |||||