summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (menu-bar-games-menu): Remove yow.Chong Yidong2006-11-171-3/+0
|
* * menu-bar.el (menu-bar-games-menu): Remove yow.Chong Yidong2006-11-171-0/+4
|
* Declare variable before XSETFRAME to avoid gcc 2.96 error.Jan Djärv2006-11-172-1/+7
| | | | Tetsurou Okazaki <okazaki@be.to> (tiny change)
* (simple_search): In the loop of backward searching,Kenichi Handa2006-11-172-1/+6
| | | | check also the byte position against the limit.
* (section{Agenda Views}): Document `C-k'.Carsten Dominik2006-11-171-5/+6
|
* *** empty log message ***Carsten Dominik2006-11-173-0/+21
|
* Fix typosCarsten Dominik2006-11-171-12/+19
| | | | (Agenda commands): Document `C-k'.
* (org-scan-tags): Re-align code fixed.Carsten Dominik2006-11-171-119/+111
| | | | | | | | | | | (org-detach-overlay): Renamed from `org-detatch-overlay'. (org-table-convert-region): Insert space after column separator. (org-agenda-kill): New command. (org-metaleft): Call `org-outdent-item' on bullets. (org-metaright): Call `org-indent-item' on bullets. (org-timestamp-change): Set `org-last-changed-timestamp'. (org-current-line): Make sure (bolp) returns correct result. (org-agenda-change-all-lines): Make sure TODO are highlighted.
* (cvs-retrieve-revision): Set buffer-file-coding-system.Stefan Monnier2006-11-172-0/+6
|
* (http/https): Fix a typo in the HTTP URL.Eli Zaretskii2006-11-162-1/+5
|
* ** kzeitler@lucent.com: mouse-yank-at-click (with mouse-2) in fringeChong Yidong2006-11-161-2/+0
| | | | Fixed.
* (global-map): Change 2006-08-16 fix to call mouse-yank-at-clickChong Yidong2006-11-161-1/+1
| | | | | explicitly, since mouse events are not carried over into keyboard macros.
* * mouse.el (global-map): Change 2006-08-16 fix to callChong Yidong2006-11-161-0/+6
| | | | | mouse-yank-at-click explicitly, since mouse events are not carried over into keyboard macros.
* *** empty log message ***Richard M. Stallman2006-11-161-0/+5
|
* Merge from gnus--rel--5.10Miles Bader2006-11-167-27/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 164-166) - Update from CVS 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-util.el (gnus-extract-address-components): Improve comment. 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-util.el (gnus-extract-address-components): Work with address in which the name portion contains @. 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus.el (gnus-start): Move custom group up. (gnus-select-method): Don't autoload, but make it available for `customize-variable'. (gnus-getenv-nntpserver): Don't autoload. 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of mm-with-unibyte-current-buffer to make string unibyte. * lisp/gnus/mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of mm-string-as-multibyte. 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/message.el: Merge from the trunk to fix the bug WRT double encoded subjects. (message-replacement-char): New variable. (message-fix-before-sending): Use it. (message-simplify-subject): New function to remove duplicate code. (message-reply, message-followup): Use it. (message-simplify-subject-functions): New variable. (message-strip-subject-encoded-words): New function 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection instead of gnus-intersection because arguments of gnus-sorted-nunion must be sorted. This avoids corruption of gnus-newsgroup-unreads. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-515
* (ido-file-internal): Use current buffer's file name as defaultKim F. Storm2006-11-161-1/+3
| | | | choice for ido-find-alternate-file. Suggested by Matt Hodges.
* *** empty log message ***Kim F. Storm2006-11-161-1/+6
|
* *** empty log message ***Juanma Barranquero2006-11-162-17/+18
|
* (url-http): Make proxy-object buffer-local, to handle proxiedMagnus Henoch2006-11-152-1/+6
| | | | asynchronous connections correctly.
* (url-generic-parse-url): Use with-temp-buffer.Magnus Henoch2006-11-152-2/+5
|
* (url-http-wait-for-headers-change-function): Defer detection of HTTPMagnus Henoch2006-11-152-1/+7
| | | | 0.9 until we have at least one line.
* (allout-doublecheck-at-and-shallower): Clarify docstring.Chong Yidong2006-11-151-28/+70
| | | | | | | | | | | | | | (allout-inhibit-aberrance-doublecheck): Rename from allout-during-yank-processing. All callers changed. (allout-ascend): Provide for unusual case where some topic after the first in file is at lower depth than the first. (allout-shift-in): Ensure the offspring of the new containing topic are exposed. (allout-encrypt-string): Preserve the coding-system of the text, according to that of the containing buffer. (allout-toggle-subtree-encryption): When the text being encrypted requires a different coding system, offer to preserve the coding system using a file local var.
* * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.Chong Yidong2006-11-151-0/+15
| | | | | | | | | | | | | | (allout-inhibit-aberrance-doublecheck): Rename from allout-during-yank-processing. All callers changed. (allout-ascend): Provide for unusual case where some topic after the first in file is at lower depth than the first. (allout-shift-in): Ensure the offspring of the new containing topic are exposed. (allout-encrypt-string): Preserve the coding-system of the text, according to that of the containing buffer. (allout-toggle-subtree-encryption): When the text being encrypted requires a different coding system, offer to preserve the coding system using a file local var.
* (c-font-lock-declarators): Iff at the top-level or inside a classChong Yidong2006-11-151-1/+5
| | | | | | declaration, use c-at-toplevel-p rather than a variable instantiation to recognise a function declaration. Suggested by Feng Li <fengli@gmail.com>.
* * progmodes/cc-fonts.el (c-font-lock-declarators): Iff at theChong Yidong2006-11-151-0/+7
| | | | | | top-level or inside a class declaration, use c-at-toplevel-p rather than a variable instantiation to recognise a function declaration. Suggested by Feng Li <fengli@gmail.com>.
* Mention find-file where C-x C-f RET change is described.Eli Zaretskii2006-11-141-1/+2
|
* (Fcompleting_read): Fix typo in docstring.Romain Francoise2006-11-142-1/+5
|
* *** empty log message ***Juanma Barranquero2006-11-142-5/+27
|
* Total rewrite.Juanma Barranquero2006-11-141-849/+967
|
* (ada-parse-prj-file): Don't delete project buffer; user may want to edit it.Juanma Barranquero2006-11-141-47/+76
| | | | | | | | | | | (ada-xref-set-project-field, ada-xref-current-project-file, ada-xref-current-project, ada-show-current-project, ada-set-main-compile-application): New functions. (ada-xref-get-project-field, ada-require-project-file): Normalize use of ada-prj-default-project-file. (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub): Normalize use of ada-require-project-file. (ada-prj-find-prj-file): Improve doc string, comments.
* (ada-mode-version): Bump version.Juanma Barranquero2006-11-141-7/+8
| | | | | | (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application. (ada-create-menu): Add ada-set-main-compile-application, ada-show-current-main, ada-show-current-project.
* (inferior-python-mode-syntax-table): New var.Stefan Monnier2006-11-142-1/+14
| | | | (inferior-python-mode): Use it.
* *** empty log message ***Kim F. Storm2006-11-141-0/+4
|
* *** empty log message ***Kim F. Storm2006-11-141-2/+0
|
* (terminal-init-xterm): Add more key bindings.Andreas Schwab2006-11-142-1/+9
|
* (code_convert_region): InitializeKenichi Handa2006-11-142-0/+11
| | | | | coding->heading_ascii. (decode_coding_string, code_convert_region): Likewise.
* *** empty log message ***YAMAMOTO Mitsuharu2006-11-143-0/+31
|
* [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg)YAMAMOTO Mitsuharu2006-11-141-10/+21
| | | | | | [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if CGContextShowGlyphsWithAdvances is available.
* (menu_quit_handler, install_menu_quit_handler):YAMAMOTO Mitsuharu2006-11-141-6/+10
| | | | | | | | Replace `#ifdef HAVE_CANCELMENUTRACKING' with `#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1030'. (install_menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if CancelMenuTracking is available.
* (Fx_display_mm_height, Fx_display_mm_width)YAMAMOTO Mitsuharu2006-11-141-16/+40
| | | | | | [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if CGDisplayScreenSize is available.
* Regenerate.YAMAMOTO Mitsuharu2006-11-142-110/+0
|
* (HAVE_CANCELMENUTRACKING): Remove test.YAMAMOTO Mitsuharu2006-11-141-9/+0
|
* Sync with src/config.in.YAMAMOTO Mitsuharu2006-11-141-7/+4
|
* (mh-x-image-url-cache-canonicalize): Add `*' to reserved WindowsBill Wohler2006-11-142-7/+14
| | | | filename characters (closes SF #1396499).
* (ido-copy-current-word): C-o copies region if active.Kim F. Storm2006-11-131-12/+15
|
* *** empty log message ***Kim F. Storm2006-11-131-0/+4
|
* (org-emph-face): fix typo in varible name.Carsten Dominik2006-11-131-1/+1
|
* *** empty log message ***Carsten Dominik2006-11-131-0/+4
|
* ** CC mode defun-finding issues.Chong Yidong2006-11-131-2/+0
| | | | Fixed by acm's 2006-11-08 checkin.
* ** simon.marshall@misys.com: proposed cc-fonts patch.Chong Yidong2006-11-131-2/+0
| | | | Fixed by 2006-11-10 checkin.