]>
git.eshelyaron.com Git - emacs.git/log
Kenichi Handa [Mon, 9 Feb 2009 00:45:17 +0000 (00:45 +0000)]
(detect_coding_charset): Fix previous change.
Adrian Robert [Sun, 8 Feb 2009 16:44:57 +0000 (16:44 +0000)]
updates
Jason Rumney [Sun, 8 Feb 2009 15:35:36 +0000 (15:35 +0000)]
(w32_hide_hourglass): Handle case where frame
disappeared while hourglass was displayed. (Bug #2193)
Glenn Morris [Sun, 8 Feb 2009 01:52:26 +0000 (01:52 +0000)]
(diary-fancy-display): It doesn't make sense to check font-lock-mode
(see comments; reverts 2008-04-02 change). (Bug#2199)
Glenn Morris [Sun, 8 Feb 2009 01:52:01 +0000 (01:52 +0000)]
(diary-entry-marker, calendar-today-marker, calendar-holiday-marker)
(calendar-mark-visible-date): It doesn't make sense to check
font-lock-mode (see comments; reverts 2008-04-02 change). (Bug#2199)
Juri Linkov [Sun, 8 Feb 2009 00:47:15 +0000 (00:47 +0000)]
(toggle-word-wrap): New command.
Glenn Morris [Sat, 7 Feb 2009 22:41:04 +0000 (22:41 +0000)]
(rmail-msg-restore-non-pruned-header): Remove unneeded autoload of
function that no longer exists.
(rmail-toggle-header): Declare.
(message-forward-rmail-make-body): Handle mbox Rmail.
Chong Yidong [Sat, 7 Feb 2009 21:59:35 +0000 (21:59 +0000)]
Add comment.
Chong Yidong [Sat, 7 Feb 2009 21:56:47 +0000 (21:56 +0000)]
(ps-run-tmp-dir): Doc fix.
(ps-run-make-tmp-filename): Use temporary-file-directory.
Chong Yidong [Sat, 7 Feb 2009 21:56:37 +0000 (21:56 +0000)]
* progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
(ps-run-make-tmp-filename): Use temporary-file-directory.
Chong Yidong [Sat, 7 Feb 2009 21:39:46 +0000 (21:39 +0000)]
(artist-system): Allow make-temp-file to use temporary-file-directory.
Chong Yidong [Sat, 7 Feb 2009 21:39:36 +0000 (21:39 +0000)]
* textmodes/artist.el (artist-system): Allow make-temp-file to use
temporary-file-directory.
Chong Yidong [Sat, 7 Feb 2009 21:29:17 +0000 (21:29 +0000)]
(rmail-mime-attachment-dirs-alist): Use temporary-file-directory.
Chong Yidong [Sat, 7 Feb 2009 21:29:02 +0000 (21:29 +0000)]
* mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use
temporary-file-directory.
Chong Yidong [Sat, 7 Feb 2009 21:22:55 +0000 (21:22 +0000)]
(url-file): Use make-temp-file.
Chong Yidong [Sat, 7 Feb 2009 21:22:34 +0000 (21:22 +0000)]
(url-generate-unique-filename): Mark as obsolete.
Chong Yidong [Sat, 7 Feb 2009 21:22:03 +0000 (21:22 +0000)]
(url-temporary-directory): Mark as obsolete.
Chong Yidong [Sat, 7 Feb 2009 21:21:38 +0000 (21:21 +0000)]
* url-vars.el (url-temporary-directory): Mark as obsolete.
Glenn Morris [Sat, 7 Feb 2009 20:08:06 +0000 (20:08 +0000)]
(rmime-magic-string): Define for compiler.
Eli Zaretskii [Sat, 7 Feb 2009 18:35:56 +0000 (18:35 +0000)]
(rmail): Bind coding-system-for-read to no-conversion before calling
find-file-noselect. (Bug#2015)
Roland Winkler [Sat, 7 Feb 2009 17:07:56 +0000 (17:07 +0000)]
(proced-after-send-signal-hook): Use defcustom.
(proced-header-line): Handle header lines that are shorter than
window-hscroll.
(proced-send-signal): Rebind split-width-threshold analogous to
dired-pop-to-buffer.
Eli Zaretskii [Sat, 7 Feb 2009 16:56:28 +0000 (16:56 +0000)]
(Rmail Coding) <rmail-redecode-body>: Remove stale documentation of
possible problems with redecoding.
Eli Zaretskii [Sat, 7 Feb 2009 16:46:27 +0000 (16:46 +0000)]
(rmail-redecode-body): Don't encode/decode the message; instead, just rewrite
the X-Coding-System header with the new encoding, and let rmail-show-message
do the rest. Remove unused argument RAW. Fix doc string to be consistent
with the new implementation.
(rmail-show-message): Honor X-Coding-System header, if present, in preference
to Content-Type header.
Stefan Monnier [Sat, 7 Feb 2009 16:24:36 +0000 (16:24 +0000)]
(server-execute): Enable quit.
Andreas Schwab [Sat, 7 Feb 2009 15:29:11 +0000 (15:29 +0000)]
(image-mode): Always set image-type.
(image-minor-mode): Likewise.
Eli Zaretskii [Sat, 7 Feb 2009 15:16:57 +0000 (15:16 +0000)]
(rmail-cease-edit): Look for the message's encoding, and its
"content-transfer-encoding" and "content-type" headers only in the
headers' portion. (Bug#2017)
Ulf Jasper [Sat, 7 Feb 2009 13:24:06 +0000 (13:24 +0000)]
newsticker: fix infinite recursion when moving to next new item
Andreas Schwab [Sat, 7 Feb 2009 13:07:38 +0000 (13:07 +0000)]
(unexec): Fix error message.
Eli Zaretskii [Sat, 7 Feb 2009 12:55:49 +0000 (12:55 +0000)]
(rmail-cease-edit): narrow-to-region before extracting mail message headers.
Use encode-coding-region instead of insert-buffer-substring for re-encoding
edited message. Add qp/b64 encoding only after text was encoded.
Eli Zaretskii [Sat, 7 Feb 2009 11:48:40 +0000 (11:48 +0000)]
(Explicit Encoding): Document the `charset' text property produced by
decode-coding-region and decode-coding-string.
Eli Zaretskii [Sat, 7 Feb 2009 11:09:56 +0000 (11:09 +0000)]
(Commands for Insertion): Reinstate documentation of
translation-table-for-input.
Eli Zaretskii [Sat, 7 Feb 2009 11:08:45 +0000 (11:08 +0000)]
(Event Mod): Reinstate documentation of translation-table-for-input.
Eli Zaretskii [Sat, 7 Feb 2009 11:08:01 +0000 (11:08 +0000)]
(Searching Keymaps): Reinstate documentation of translation-table-for-input.
Eli Zaretskii [Sat, 7 Feb 2009 11:07:22 +0000 (11:07 +0000)]
(Translation of Characters): Reinstate documentation of
translation-table-for-input.
Adrian Robert [Sat, 7 Feb 2009 11:04:22 +0000 (11:04 +0000)]
* nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
when modal window is active. (Bug #2152)
(applicationShouldTerminate:): Remove now-unneeded while loop
around NSRunAlertPanel.
* nsmenu.m (popupSession): New file-global variable.
(pop_down_menu): End the popupSession before closing dialog.
(ns_popup_dialog): BLOCK_INPUT around dialog presentation.
(EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
don't query NSApp for events (just sleep instead).
Eli Zaretskii [Sat, 7 Feb 2009 10:52:13 +0000 (10:52 +0000)]
(syms_of_coding) <translation-table-for-input>: Modify doc string to
discourage use for character code unification.
Eli Zaretskii [Sat, 7 Feb 2009 10:47:10 +0000 (10:47 +0000)]
Don't declare `translation-table-for-input' obsolete.
Equivalent info added to its doc string, q.v.
Eli Zaretskii [Sat, 7 Feb 2009 10:25:06 +0000 (10:25 +0000)]
(save-buffer): Display "Saving file FOO..." message regardless of
buffer's size. (Bug#2137)
Chong Yidong [Sat, 7 Feb 2009 05:51:27 +0000 (05:51 +0000)]
(line-move-visual): Handle overflow-newline-into-fringe.
Chong Yidong [Sat, 7 Feb 2009 05:50:44 +0000 (05:50 +0000)]
* simple.el (line-move-visual): Handle overflow-newline-into-fringe.
Chong Yidong [Sat, 7 Feb 2009 04:15:19 +0000 (04:15 +0000)]
(run_timers): Update pending_atimers.
Chong Yidong [Sat, 7 Feb 2009 04:14:56 +0000 (04:14 +0000)]
* atimer.c (run_timers): Update pending_atimers.
Glenn Morris [Sat, 7 Feb 2009 03:20:13 +0000 (03:20 +0000)]
rmail: nndoc.el and nnmail.el are ok.
Glenn Morris [Sat, 7 Feb 2009 03:08:00 +0000 (03:08 +0000)]
Tiny change is tiny.
Glenn Morris [Sat, 7 Feb 2009 03:05:10 +0000 (03:05 +0000)]
Rmail updates.
Glenn Morris [Sat, 7 Feb 2009 03:03:57 +0000 (03:03 +0000)]
(metamail-interpret-body): Remove Rmail-specific hack that is no
longer appropriate to mbox Rmail.
Glenn Morris [Sat, 7 Feb 2009 03:02:57 +0000 (03:02 +0000)]
(rmail-create-summary-line): Widen the view buffer
before trying to move to the start of the message.
(rmail-summary-undelete-many, rmail-summary-rmail-update):
Fix rmail-set-attribute calls.
Glenn Morris [Sat, 7 Feb 2009 03:02:39 +0000 (03:02 +0000)]
(mail-bury-selects-summary, mail-yank-original): Doc fix.
(rmail-output-to-rmail-buffer): Autoload it.
(mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
Glenn Morris [Sat, 7 Feb 2009 03:01:59 +0000 (03:01 +0000)]
Sync final change from rmail-mox-branch, rev 1.13.2.4, 2006-01-16.
Alex Schroeder <alex at gnu.org>
(unrmail): Use regexps to find message separators so as not to match
any fake rmime.el separators. Remove any sections added by rmime.el.
Chong Yidong [Fri, 6 Feb 2009 17:19:10 +0000 (17:19 +0000)]
(svg_load_image): Fix last change.
Chong Yidong [Fri, 6 Feb 2009 17:18:16 +0000 (17:18 +0000)]
* image.c (svg_load_image): Fix last change.
Chong Yidong [Fri, 6 Feb 2009 16:49:35 +0000 (16:49 +0000)]
(Fx_create_frame): Signal an error if no font is found (Bug#2147).
Chong Yidong [Fri, 6 Feb 2009 16:48:46 +0000 (16:48 +0000)]
* xfns.c (Fx_create_frame): Signal an error if no font is
found (Bug#2147).
Carsten Dominik [Fri, 6 Feb 2009 16:17:56 +0000 (16:17 +0000)]
2009-02-06 Carsten Dominik <dominik@science.uva.nl>
* org-exp.el (org-export-remove-or-extract-drawers): Fix
regular expression for extracting drawers.
Carsten Dominik [Fri, 6 Feb 2009 11:47:58 +0000 (11:47 +0000)]
2009-02-06 Carsten Dominik <dominik@science.uva.nl>
* org-exp.el (org-export-preprocess-string): Fix bug with skipping
text before first headline.
Alan Mackenzie [Fri, 6 Feb 2009 10:13:59 +0000 (10:13 +0000)]
(c-emacs-features): Change a let to a let* to eliminate BC warnings.
Carsten Dominik [Fri, 6 Feb 2009 09:42:13 +0000 (09:42 +0000)]
2009-02-06 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-format-latex): Stop LaTeX fragment processing in
protected examples.
Glenn Morris [Fri, 6 Feb 2009 07:33:20 +0000 (07:33 +0000)]
(unrmail): Use current-time-string.
Glenn Morris [Fri, 6 Feb 2009 04:00:00 +0000 (04:00 +0000)]
undigest.el updated for mbox.
Glenn Morris [Fri, 6 Feb 2009 03:59:15 +0000 (03:59 +0000)]
(kill-whole-line): Provide a default argument of 1.
Glenn Morris [Fri, 6 Feb 2009 03:58:20 +0000 (03:58 +0000)]
(rmail-mail-separator): Delete.
(undigestify-rmail-message, unforward-rmail-message): Update for mbox Rmail.
Kenichi Handa [Fri, 6 Feb 2009 00:40:28 +0000 (00:40 +0000)]
*** empty log message ***
Juri Linkov [Thu, 5 Feb 2009 23:59:52 +0000 (23:59 +0000)]
(image-mode): Use `image-get-display-property' instead of `get-text-property'.
(image-minor-mode): Sync the logic with `image-mode' including the
activation of the image display by default.
Juanma Barranquero [Thu, 5 Feb 2009 23:38:36 +0000 (23:38 +0000)]
* ada-mode.texi (No project files): Fix typo. (Bug#2214)
Alan Mackenzie [Thu, 5 Feb 2009 21:21:07 +0000 (21:21 +0000)]
(c-emacs-features): Check the working of beginning/end-of-defun-function
more rigorously before setting argumentative-bod-function.
Alan Mackenzie [Thu, 5 Feb 2009 21:18:59 +0000 (21:18 +0000)]
*** empty log message ***
Juanma Barranquero [Thu, 5 Feb 2009 15:32:56 +0000 (15:32 +0000)]
And now, with the real author...
Juanma Barranquero [Thu, 5 Feb 2009 15:30:32 +0000 (15:30 +0000)]
* nt/README.W32: Fix typo. (Bug#2207)
Juanma Barranquero [Thu, 5 Feb 2009 08:46:51 +0000 (08:46 +0000)]
* character.c (syms_of_character) <script-representative-chars>:
Fix typo in docstring.
Glenn Morris [Thu, 5 Feb 2009 07:38:56 +0000 (07:38 +0000)]
(rmail-duplicate-message): Make it work.
Dan Nicolaescu [Thu, 5 Feb 2009 07:12:27 +0000 (07:12 +0000)]
(turn-on-xterm-mouse-tracking-on-terminal)
(turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
mode on the initial terminal.
Kenichi Handa [Thu, 5 Feb 2009 07:09:47 +0000 (07:09 +0000)]
(setup-default-fontset): Append entries for mathematical, instead of
prepending.
Nick Roberts [Thu, 5 Feb 2009 06:47:31 +0000 (06:47 +0000)]
*** empty log message ***
Glenn Morris [Thu, 5 Feb 2009 06:42:03 +0000 (06:42 +0000)]
Some rmail stuff hopefully fixed.
Glenn Morris [Thu, 5 Feb 2009 06:40:58 +0000 (06:40 +0000)]
(rmail-show-message): Update declaration.
(rmail-buffer, rmail-view-buffer): Declare.
(org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
Glenn Morris [Thu, 5 Feb 2009 06:40:01 +0000 (06:40 +0000)]
(rmail-what-message): Unbreak it.
Glenn Morris [Thu, 5 Feb 2009 06:36:14 +0000 (06:36 +0000)]
(rmail-buffer): Remove unneeded eval-when-compile.
(rmail-narrow-to-non-pruned-header): Remove autoload.
(mairix-rmail-fetch-field): Handle mbox Rmail.
Kenichi Handa [Thu, 5 Feb 2009 06:23:19 +0000 (06:23 +0000)]
(script-representative-chars): Remove
mathematical.
(setup-default-fontset): Add entries for each subgroup of
mathematical script.
Glenn Morris [Thu, 5 Feb 2009 06:22:39 +0000 (06:22 +0000)]
Fix previous change.
Kenichi Handa [Thu, 5 Feb 2009 06:21:19 +0000 (06:21 +0000)]
(Ffont_spec): Docstring modified.
Kenichi Handa [Thu, 5 Feb 2009 06:20:26 +0000 (06:20 +0000)]
(Vscript_representative_chars): Docstring modified.
Miles Bader [Thu, 5 Feb 2009 02:34:34 +0000 (02:34 +0000)]
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1537
Andreas Schwab [Wed, 4 Feb 2009 23:05:26 +0000 (23:05 +0000)]
Regenerate with fixed AC_FUNC_MKTIME.
Carsten Dominik [Wed, 4 Feb 2009 23:01:58 +0000 (23:01 +0000)]
2009-02-04 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-return-follows-link): Revert setting
`org-return-follows-link' to t by default.
Dan Nicolaescu [Wed, 4 Feb 2009 14:11:36 +0000 (14:11 +0000)]
NO_SOCK_SIGIO is not used anymore.
Dan Nicolaescu [Wed, 4 Feb 2009 13:36:59 +0000 (13:36 +0000)]
(gnu): Add an example for the "note" format.
Adrian Robert [Wed, 4 Feb 2009 13:19:11 +0000 (13:19 +0000)]
missed committing this on last checkin
Adrian Robert [Wed, 4 Feb 2009 11:33:33 +0000 (11:33 +0000)]
* configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
Adrian Robert [Wed, 4 Feb 2009 11:31:28 +0000 (11:31 +0000)]
* nsmenu.m (pop_down_menu): New function.
(ns_popup_dialog): Call it on unwind.
(EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
call timer_check() (Bug#2154).
(EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
handling_signal is set.
(EmacsMenu-fillWithWidgetValue:): Set submenu title.
* s/darwin.h: Same and NO_SOCK_SIGIO as well.
* nsterm.m (ns_read_socket): Same and don't set handling_signal.
* keyboard.c (poll_for_input_1, handle_async_input): Set
handling_signal under HAVE_NS.
Nick Roberts [Wed, 4 Feb 2009 10:49:04 +0000 (10:49 +0000)]
(vc-svn-diff): Revert previous change but add a test
for newvars is nil. (C-u C-x v = with default values).
Nick Roberts [Wed, 4 Feb 2009 10:46:14 +0000 (10:46 +0000)]
*** empty log message ***
Jason Rumney [Wed, 4 Feb 2009 09:13:18 +0000 (09:13 +0000)]
(CPP): Note problem with resource compiler of MSVC.
Kenichi Handa [Wed, 4 Feb 2009 07:45:09 +0000 (07:45 +0000)]
(select-safe-coding-system): Use
buffer-chars-modified-tick instead of buffer-modified-tick.
Dan Nicolaescu [Wed, 4 Feb 2009 07:32:51 +0000 (07:32 +0000)]
(vc-bzr-working-revision): Recognize a newer branch
format. Use when instead of if.
Miles Bader [Wed, 4 Feb 2009 05:48:16 +0000 (05:48 +0000)]
Add "^" to interactive spec of sexp movement commands
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1534
Glenn Morris [Wed, 4 Feb 2009 03:51:27 +0000 (03:51 +0000)]
(Fwrite_region): Doc fix (mention annotate-functions).
Glenn Morris [Wed, 4 Feb 2009 03:42:04 +0000 (03:42 +0000)]
Add some stuff on checking first pretest tarball of a major release.
Glenn Morris [Wed, 4 Feb 2009 03:41:06 +0000 (03:41 +0000)]
(mail-fetch-field): Previous doc fix was ill-advised.
Glenn Morris [Wed, 4 Feb 2009 03:39:05 +0000 (03:39 +0000)]
Require rmail not just when compiling.
Remove unneeded declarations.
Glenn Morris [Wed, 4 Feb 2009 03:38:26 +0000 (03:38 +0000)]
No need for mule-util when compiling.
(rmail-first-message): Unbreak it.