1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
Commit graph

66995 commits

Author SHA1 Message Date
Andreas Schwab
bcd7101a18 *** empty log message *** 2006-11-18 14:46:50 +00:00
Jan Djärv
e8fd09cc7b Merge text from xresmini. 2006-11-18 14:46:40 +00:00
Andreas Schwab
fbb7c02f78 (GC_MARK_SECONDARY_STACK): Update call to
mark_memory.
2006-11-18 14:46:30 +00:00
Jan Djärv
ccf17b26dc (x-cut-buffer-or-selection-value): Decode text from
cut-buffers with next-selection-coding-system if not nil.
2006-11-18 13:16:58 +00:00
Eli Zaretskii
3a6df531db Fix date in custom-save-all change. 2006-11-18 12:25:35 +00:00
Eli Zaretskii
f4cfdbbe14 Fix date in mouse_autoselect_window removal change. 2006-11-18 11:08:36 +00:00
Carsten Dominik
22a54481cf * textmodes/org.el (org-fix-decoded-time): New function.
(org-display-custom-time): Use `org-fix-decoded-time'.
2006-11-17 16:06:50 +00:00
Carsten Dominik
1063e165e0 *** empty log message *** 2006-11-17 16:06:29 +00:00
Chong Yidong
9fb59b9820 (menu-bar-games-menu): Remove yow. 2006-11-17 13:23:08 +00:00
Chong Yidong
5fc0d93412 * menu-bar.el (menu-bar-games-menu): Remove yow. 2006-11-17 13:22:58 +00:00
Jan Djärv
118ddbddd2 Declare variable before XSETFRAME to avoid gcc 2.96 error.
Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2006-11-17 13:02:53 +00:00
Kenichi Handa
347d9bbe01 (simple_search): In the loop of backward searching,
check also the byte position against the limit.
2006-11-17 12:12:15 +00:00
Carsten Dominik
07d59ce8e6 (section{Agenda Views}): Document `C-k'. 2006-11-17 07:57:11 +00:00
Carsten Dominik
119ee84fc3 *** empty log message *** 2006-11-17 07:56:58 +00:00
Carsten Dominik
3a401219ca Fix typos
(Agenda commands): Document `C-k'.
2006-11-17 07:55:50 +00:00
Carsten Dominik
500f86e093 (org-scan-tags): Re-align code fixed.
(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.
2006-11-17 07:54:32 +00:00
Stefan Monnier
3c5471b8a2 (cvs-retrieve-revision): Set buffer-file-coding-system. 2006-11-17 02:58:35 +00:00
Eli Zaretskii
f31493f9c1 (http/https): Fix a typo in the HTTP URL. 2006-11-16 20:53:46 +00:00
Chong Yidong
b548003bb0 ** kzeitler@lucent.com: mouse-yank-at-click (with mouse-2) in fringe
Fixed.
2006-11-16 15:47:56 +00:00
Chong Yidong
d97c13b212 (global-map): Change 2006-08-16 fix to call mouse-yank-at-click
explicitly, since mouse events are not carried over into keyboard
macros.
2006-11-16 15:47:30 +00:00
Chong Yidong
c940b9e5d5 * mouse.el (global-map): Change 2006-08-16 fix to call
mouse-yank-at-click explicitly, since mouse events are not carried
over into keyboard macros.
2006-11-16 15:47:17 +00:00
Richard M. Stallman
041580b601 *** empty log message *** 2006-11-16 13:13:35 +00:00
Miles Bader
4573e0dfb8 Merge from gnus--rel--5.10
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
2006-11-16 11:10:48 +00:00
Kim F. Storm
033ecf787a (ido-file-internal): Use current buffer's file name as default
choice for ido-find-alternate-file.  Suggested by Matt Hodges.
2006-11-16 09:07:16 +00:00
Kim F. Storm
9923717e0b *** empty log message *** 2006-11-16 09:07:03 +00:00
Juanma Barranquero
1ac3c9101d *** empty log message *** 2006-11-16 00:58:47 +00:00
Magnus Henoch
6e2988e60d (url-http): Make proxy-object buffer-local, to handle proxied
asynchronous connections correctly.
2006-11-15 23:29:56 +00:00
Magnus Henoch
d58fae84a6 (url-generic-parse-url): Use with-temp-buffer. 2006-11-15 23:14:49 +00:00
Magnus Henoch
9832523519 (url-http-wait-for-headers-change-function): Defer detection of HTTP
0.9 until we have at least one line.
2006-11-15 23:07:23 +00:00
Chong Yidong
498a649399 (allout-doublecheck-at-and-shallower): Clarify docstring.
(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.
2006-11-15 16:34:20 +00:00
Chong Yidong
30fa215969 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
(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.
2006-11-15 16:33:50 +00:00
Chong Yidong
39f7186cef (c-font-lock-declarators): Iff at the 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>.
2006-11-15 16:31:03 +00:00
Chong Yidong
bf5546acd0 * progmodes/cc-fonts.el (c-font-lock-declarators): Iff at the
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>.
2006-11-15 16:30:48 +00:00
Eli Zaretskii
e0f0fe40e5 Mention find-file where C-x C-f RET change is described. 2006-11-14 20:00:43 +00:00
Romain Francoise
d089c7a89b (Fcompleting_read): Fix typo in docstring. 2006-11-14 19:25:40 +00:00
Juanma Barranquero
7809b18296 *** empty log message *** 2006-11-14 16:46:28 +00:00
Juanma Barranquero
11e52000cc Total rewrite. 2006-11-14 16:44:14 +00:00
Juanma Barranquero
85187d8368 (ada-parse-prj-file): Don't delete project buffer; user may want to edit it.
(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.
2006-11-14 16:19:48 +00:00
Juanma Barranquero
d4ee31d348 (ada-mode-version): Bump version.
(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.
2006-11-14 16:13:39 +00:00
Stefan Monnier
71884b8d18 (inferior-python-mode-syntax-table): New var.
(inferior-python-mode): Use it.
2006-11-14 15:34:15 +00:00
Kim F. Storm
65694d6465 *** empty log message *** 2006-11-14 12:07:18 +00:00
Kim F. Storm
923155e45e *** empty log message *** 2006-11-14 11:30:46 +00:00
Andreas Schwab
5efe831f08 (terminal-init-xterm): Add more key bindings. 2006-11-14 11:26:20 +00:00
Kenichi Handa
1364f42033 (code_convert_region): Initialize
coding->heading_ascii.
(decode_coding_string, code_convert_region): Likewise.
2006-11-14 10:41:04 +00:00
YAMAMOTO Mitsuharu
9b150aa248 *** empty log message *** 2006-11-14 08:22:42 +00:00
YAMAMOTO Mitsuharu
1d4412cd77 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg)
[MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
&& MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
CGContextShowGlyphsWithAdvances is available.
2006-11-14 08:22:19 +00:00
YAMAMOTO Mitsuharu
74e537fb69 (menu_quit_handler, install_menu_quit_handler):
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.
2006-11-14 08:22:04 +00:00
YAMAMOTO Mitsuharu
3e2d41ea66 (Fx_display_mm_height, Fx_display_mm_width)
[MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
&& MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
CGDisplayScreenSize is available.
2006-11-14 08:21:57 +00:00
YAMAMOTO Mitsuharu
a34abbb045 Regenerate. 2006-11-14 08:21:49 +00:00
YAMAMOTO Mitsuharu
d9a3479e3b (HAVE_CANCELMENUTRACKING): Remove test. 2006-11-14 08:21:26 +00:00