summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.1.mh-e-doc-8.0.1Bill Wohler2006-06-21
| | | | (Preface): Depend on GNU mailutils 1.0 and higher.
* Update for MH-E release 8.0.1.mh-e-8.0.1Bill Wohler2006-06-21
|
* (Version, mh-version): Update for release 8.0.1.Bill Wohler2006-06-21
|
* lisp/play/cookie1.el (cookie): Work properly when there's only one entryMiles Bader2006-06-21
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-323
* Changes from arch/CVS synchronizationMiles Bader2006-06-21
|
* Merge from gnus--rel--5.10Miles Bader2006-06-21
| | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 108-110) - Merge from emacs--devo--0 - Clean up merge mistakes - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-321
* (terminal-init-xterm): Bind C-return.Dan Nicolaescu2006-06-21
|
* (gdb-exited): Ensure overlay arrow gets killed.Nick Roberts2006-06-20
| | | | (gdb-frame-handler): Generalise frame regexp for templates.
* *** empty log message ***Nick Roberts2006-06-20
|
* * files.el (hack-local-variables): Run `hack-local-variables-hook'Chong Yidong2006-06-20
| | | | whether or not a local variables list is defined.
* (appt-display-format): Default value must beGlenn Morris2006-06-20
| | | | one of the customize options.
* *** empty log message ***Glenn Morris2006-06-20
|
* * term/xterm.el (terminal-init-xterm): Update key availabilityDan Nicolaescu2006-06-20
| | | | | | | info. * term.el (term-delete-lines, term-insert-lines): Clarify comments.
* * msb.el (msb): Move `sit-for' hack here to handle bothChong Yidong2006-06-20
| | | | | "mouse-down and drag" and "mouse-up and select" situations. (mouse-select-buffer): Move `sit-for' hack to `msb'.
* Remove trailing whitespace.Romain Francoise2006-06-20
|
* Delete extra tab.Romain Francoise2006-06-20
|
* *** empty log message ***Kenichi Handa2006-06-20
|
* (word-combining-categories): Add entries for 2-byte Han characters.Kenichi Handa2006-06-20
|
* Merge from gnus--rel--5.10Miles Bader2006-06-20
| | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 107) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-317
* *** empty log message ***Richard M. Stallman2006-06-19
|
* (size_window): New arg FIRST_ONLY. All callers changed.Richard M. Stallman2006-06-19
| | | | | | | (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL for the case of a top-level window and the following minibuffer. Don't exit because of no `next' when there is a parent. Use the FIRST_ONLY feature when resizing following windows.
* (init_syntax_once): Give most control chars' syntax Spunct.Richard M. Stallman2006-06-19
|
* (Bindat Spec): Clarify previous change.Richard M. Stallman2006-06-19
|
* (mode-line-format): Save some mode line space.Richard M. Stallman2006-06-19
|
* (find-file-noselect): Improve the question wording.Richard M. Stallman2006-06-19
| | | | (basic-save-buffer-2): Mask UMASK against 666.
* (mouse-drag-vertical-line-rightward-window): New function.Richard M. Stallman2006-06-19
| | | | (mouse-drag-vertical-line): Call it.
* (customize-option, customize-option-other-window): Error if SYMBOL is nil.Richard M. Stallman2006-06-19
|
* mention C-qKarl Berry2006-06-19
|
* (section{Clocking Time}): Add new clocking commands.Carsten Dominik2006-06-19
| | | | (section{Structure Editing}): Add global archiving command.
* *** empty log message ***Carsten Dominik2006-06-19
|
* (Publishing links): Document theCarsten Dominik2006-06-19
| | | | | | | `:link-validation-function' property. (Extensions and Hacking): New chapter, includes some sections of the "Miscellaneous" chapter.
* Require noutline, also on XEmacs.Carsten Dominik2006-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (org-end-of-subtree): Return point. (org-dblock-start-re, org-dblock-end-re): New constants. (org-create-dblock, org-prepare-dblock, org-map-dblocks) (org-dblock-update, org-update-dblock, org-beginning-of-dblock) (org-update-all-dblocks, org-find-dblock): New functions. (org-collect-clock-time-entries): New function. (org-html-handle-time-stamps): Never export CLOCK timeranges. (org-fixup-indentation): Modified to deadl correctly with lines starting with TAB. Only one argument DIFF now. (org-demote, org-promote): Call `org-fixup-indentation' with just one argument, DIFF. (org-mode): Don't mark buffer as modified when aligning tables. (org-clock-sum): Don't makr buffer modified when adding time sum properties. (org-export-as-html): Added support for a link validation function. (org-archive-all-done): New function. (org-archive-subtree): New prefix argument. When set, archive all done subtrees in this buffer. (org-remove-clock-overlays) (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'. (org-inhibit-highlight-removal): New variable, for dyn amic scoping. (org-put-clock-overlay): Don't swallow last headline character when displaying overlay. (org-store-link): Link to `image-mode' with just the file name.
* 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2006-06-18
| | | | some typo fixes
* 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2006-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * viper-cmd.el (viper-special-read-and-insert-char): use read-key-sequence. (viper-after-change-undo-hook): enhancements. (viper-after-change-undo-hook): new hook. (viper-undo): use viper-after-change-undo-hook. (viper-add-newline-at-eob-if-necessary): widen before making changes. (viper-next-line-at-bol): If point is on a widget or a button, simulate clicking on that widget/button. * viper.el (viper-mode): allow for a separate cursor color in Emacs state. * ediff-diff (ediff-test-patch-utility): catch errors. (ediff-actual-diff-options, ediff-actual-diff3-options): new variables. (ediff-set-actual-diff-options): new function. (ediff-reset-diff-options, ediff-toggle-ignore-case): use ediff-set-actual-diff-options. (ediff-extract-diffs): catch errors. (ediff-whitespace): add nonbreakable space. (ediff-same-file-contents): catch errors. * ediff-mult.el (ediff-collect-custom-diffs): save coding-system-for-read. * ediff-vers.el (ediff-keep-tmp-versions): new var. (ediff-vc-internal, ediff-vc-merge-internal): use ediff-delete-version-file. (ediff-delete-version-file): new function. * ediff-wind.el (ediff-control-frame-parameters): set frame fringes. * ediff.el (ediff-directories, ediff-directory-revisions, ediff-merge-directories, ediff-merge-directories-with-ancestor, ediff-directories-internal, ediff-merge-directory-revisions, ediff-merge-directory-revisions-with-ancestor, ediff-directories3): use read-directory-name.
* changed my email-idRamprasad B2006-06-18
|
* 2006-06-18 Ralf Angeli <angeli@caeruleus.net>Romain Francoise2006-06-18
| | | | | | * textmodes/tex-mode.el (tex-font-lock-match-suscript): Remove superfluous part of regexp for brace matching which is handled by `scan-lists' call.
* Merge from gnus--rel--5.10Miles Bader2006-06-17
| | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 105-106) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-313
* (update_frame): Check for input pending on entry.Kim F. Storm2006-06-17
| | | | (update_window, update_frame_1): Break loop if input is detected.
* *** empty log message ***Kim F. Storm2006-06-17
|
* *** empty log message ***Richard M. Stallman2006-06-16
|
* (Coding Conventions): Better explain conventions for definition constructs.Richard M. Stallman2006-06-16
|
* (Special Properties): String value of `read-only' serves as the error message.Richard M. Stallman2006-06-16
|
* (Character Type): Clarify prev. change.Richard M. Stallman2006-06-16
| | | | (Non-ASCII in Strings): Mention \u and \U.
* (Using Interactive): Explain problem of markers, etc., in command-history.Richard M. Stallman2006-06-16
|
* (list-options): Put "obsolete" msg in buffer.Richard M. Stallman2006-06-16
|
* (basic-save-buffer-2): For a new precious file,Richard M. Stallman2006-06-16
| | | | use the default modes in the return value.
* (facemenu-color-alist): Doc fix.Richard M. Stallman2006-06-16
|
* (custom-guess-name-alist): Recognize `-flag'.Richard M. Stallman2006-06-16
|
* 2006-06-16 Francis Litterio <flitterio@gmail.com>Jan Djärv2006-06-16
| | | | | | | | | * xterm.c (x_check_expected_move, handle_one_xevent) (x_set_offset, x_check_fullscreen): Extensive changes to make frame positioning deterministic under X. * xterm.h (x_output): Added members left_before_move and top_before_move. Removed members expected_left and expected_top.
* (next_overlay_string): Fix assert.Kim F. Storm2006-06-16
| | | | | | | | | | | | | | (push_it, pop_it): Handle composition and stretch specific values. Only handle it->slice in image (for now). (back_to_previous_visible_line_start): Continue search if newline is part of a compisition. Simplify. (reseat_1): Set it->object to buffer. (set_iterator_to_next): Set it->object to string or buffer, when setting it->method to GET_FROM_STRING or GET_FROM_BUFFER. (next_element_from_composition): Set it->object to buffer if not from string. (set_cursor_from_row): Only save start of string if not already done to handle multiple strings in a row.