bpt/emacs.git
15 years ago*** empty log message ***
Alan Mackenzie [Thu, 12 Feb 2009 12:29:06 +0000 (12:29 +0000)]
*** empty log message ***

15 years agoSimplify previous change; again.
Glenn Morris [Thu, 12 Feb 2009 07:53:11 +0000 (07:53 +0000)]
Simplify previous change; again.

15 years agoSimplify previous change.
Glenn Morris [Thu, 12 Feb 2009 07:52:02 +0000 (07:52 +0000)]
Simplify previous change.

15 years ago(rmail-set-label): Fix the test for a label being already present. (Bug#2210)
Glenn Morris [Thu, 12 Feb 2009 06:55:43 +0000 (06:55 +0000)]
(rmail-set-label): Fix the test for a label being already present.  (Bug#2210)

15 years agoAdd info/.gitignore
Miles Bader [Thu, 12 Feb 2009 06:28:59 +0000 (06:28 +0000)]
Add info/.gitignore

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1544

15 years ago(MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
Kenichi Handa [Thu, 12 Feb 2009 06:06:29 +0000 (06:06 +0000)]
(MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
(composition_gstring_width): Fix handling of LGLYPH_YOFF.
(autocmp_chars): Use fast_looking_at.  Don't compose more
characters than MAX_COMPOSITION_COMPONENST.
(find_automatic_composition): While looking forward and backward,
check static composition.  Fix where to stop looking forward.
(composition_adjust_point): Fix checking of static composition.
(Fcomposition_get_gstring): Pay attention to
MAX_COMPOSITION_COMPONENST.

15 years ago(fast_looking_at): New function.
Kenichi Handa [Thu, 12 Feb 2009 06:01:23 +0000 (06:01 +0000)]
(fast_looking_at): New function.

15 years ago(fast_looking_at): Extern it.
Kenichi Handa [Thu, 12 Feb 2009 05:55:50 +0000 (05:55 +0000)]
(fast_looking_at): Extern it.

15 years ago(encode_terminal_code): Adjusted for the change of
Kenichi Handa [Thu, 12 Feb 2009 05:55:02 +0000 (05:55 +0000)]
(encode_terminal_code): Adjusted for the change of
<struct glyph>.u.cmp.to.
(append_composite_glyph): Likewise.

15 years ago(fill_gstring_glyph_string): Adjusted for the change of
Kenichi Handa [Thu, 12 Feb 2009 05:54:20 +0000 (05:54 +0000)]
(fill_gstring_glyph_string): Adjusted for the change of
<struct glyph>.u.cmp.to.  Check if the glyph belongs to the same
composition.
(append_composite_glyph): Adjusted for the change of
<strcut glyph>.u.cmp.to.

15 years ago(?.): New character category for
Kenichi Handa [Thu, 12 Feb 2009 05:48:41 +0000 (05:48 +0000)]
(?.): New character category for
Base characters.  Set them in the standard category table.

15 years agoUse "\\c." instead of "[[:alpha:]]" to match with
Kenichi Handa [Thu, 12 Feb 2009 05:42:56 +0000 (05:42 +0000)]
Use "\\c." instead of "[[:alpha:]]" to match with
a base character.

15 years ago(isearch-yank-char-in-minibuffer)
Stefan Monnier [Thu, 12 Feb 2009 05:38:25 +0000 (05:38 +0000)]
(isearch-yank-char-in-minibuffer)
(isearch-other-meta-char): Use with-current-buffer.

15 years ago(verilog-mode): Avoid circular use of syntax-ppss.
Stefan Monnier [Thu, 12 Feb 2009 05:34:26 +0000 (05:34 +0000)]
(verilog-mode): Avoid circular use of syntax-ppss.

15 years ago(end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw.
Stefan Monnier [Thu, 12 Feb 2009 04:31:01 +0000 (04:31 +0000)]
(end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw.

15 years ago(end-of-defun): Don't skip to next line after
Stefan Monnier [Thu, 12 Feb 2009 04:16:14 +0000 (04:16 +0000)]
(end-of-defun): Don't skip to next line after
calling end-of-defun-function if it already moved to BOL.

15 years ago(rmail-show-message-verbose-min): New option.
Richard M. Stallman [Thu, 12 Feb 2009 04:01:11 +0000 (04:01 +0000)]
(rmail-show-message-verbose-min): New option.
(rmail-show-message): Conditionally show start and finish in echo area.

15 years agoTiny change is tiny.
Glenn Morris [Thu, 12 Feb 2009 03:30:26 +0000 (03:30 +0000)]
Tiny change is tiny.

15 years ago(rmail-unix-mail-delimiter): Doc fix.
Glenn Morris [Thu, 12 Feb 2009 03:29:19 +0000 (03:29 +0000)]
(rmail-unix-mail-delimiter): Doc fix.
(rmail-enable-multibyte): Don't really define, only for compiler.

15 years ago(rmail-read-label): Don't scan for labels if the summary exists, since
Glenn Morris [Thu, 12 Feb 2009 03:28:53 +0000 (03:28 +0000)]
(rmail-read-label): Don't scan for labels if the summary exists, since
it's already done.

15 years ago(rmail-get-summary-labels): Store any message labels for use in
Glenn Morris [Thu, 12 Feb 2009 03:28:37 +0000 (03:28 +0000)]
(rmail-get-summary-labels): Store any message labels for use in
completion.

15 years agoAdd some gnus stuff from emacs-devel.
Glenn Morris [Thu, 12 Feb 2009 03:27:01 +0000 (03:27 +0000)]
Add some gnus stuff from emacs-devel.

15 years ago(org-footnote-at-definition-p): Fix doc typo.
Glenn Morris [Thu, 12 Feb 2009 03:26:13 +0000 (03:26 +0000)]
(org-footnote-at-definition-p): Fix doc typo.

15 years agoJoachim Reiter <Reiter.Joachim at web.de> (tiny change)
Glenn Morris [Thu, 12 Feb 2009 03:25:54 +0000 (03:25 +0000)]
Joachim Reiter  <Reiter.Joachim at web.de>  (tiny change)

(org-footnote-action): Fix doc typo.

15 years ago(read-buffer-to-switch): Add table to icomplete-with-completion-tables.
Stefan Monnier [Thu, 12 Feb 2009 02:19:53 +0000 (02:19 +0000)]
(read-buffer-to-switch): Add table to icomplete-with-completion-tables.

15 years ago(dired-add-entry): Avoid munging long-form Dired switches (Bug#2261).
Chong Yidong [Wed, 11 Feb 2009 14:47:24 +0000 (14:47 +0000)]
(dired-add-entry): Avoid munging long-form Dired switches (Bug#2261).

15 years ago* dired-aux.el (dired-add-entry): Avoid munging long-form Dired
Chong Yidong [Wed, 11 Feb 2009 14:46:05 +0000 (14:46 +0000)]
* dired-aux.el (dired-add-entry): Avoid munging long-form Dired
switches (Bug#2261).

15 years agoRemove spurious semicolons.
Juanma Barranquero [Wed, 11 Feb 2009 09:45:12 +0000 (09:45 +0000)]
Remove spurious semicolons.

15 years ago* server.el (server-with-environment): Don't fail for negative entries in ENV.
Juanma Barranquero [Wed, 11 Feb 2009 09:22:59 +0000 (09:22 +0000)]
* server.el (server-with-environment): Don't fail for negative entries in ENV.

15 years agoFix typos and add bug references.
Juanma Barranquero [Wed, 11 Feb 2009 08:44:18 +0000 (08:44 +0000)]
Fix typos and add bug references.

15 years ago* vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
Dan Nicolaescu [Wed, 11 Feb 2009 06:36:32 +0000 (06:36 +0000)]
* vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
(vc-default-dir-printer): Add a comment about updating this function.

* vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
for the file name.

15 years ago(Visibility of Frames): Mention the effect multiple
Glenn Morris [Wed, 11 Feb 2009 04:15:18 +0000 (04:15 +0000)]
(Visibility of Frames): Mention the effect multiple
workspaces/desktops can have on visibility.

(as I learnt in bug#2199).

15 years ago(calendar-window-list): Ignore invisible windows.
Glenn Morris [Wed, 11 Feb 2009 04:02:16 +0000 (04:02 +0000)]
(calendar-window-list): Ignore invisible windows.
(calendar-set-mode-line): Fall back to a default width if we seem to be
called from daemon.  (Bug#2199)

15 years ago(rmail-make-label): Doc fix.
Glenn Morris [Wed, 11 Feb 2009 04:01:35 +0000 (04:01 +0000)]
(rmail-make-label): Doc fix.
(rmail-read-label): Add current labels to completion list.  (Bug#2222)
(rmail-set-label): Use `or'.

15 years ago(mbx_delimit_begin): Also write the current time.
Glenn Morris [Wed, 11 Feb 2009 03:59:52 +0000 (03:59 +0000)]
(mbx_delimit_begin): Also write the current time.

15 years ago(Fwrite_region): !NILP -> CONSP.
Stefan Monnier [Wed, 11 Feb 2009 03:52:56 +0000 (03:52 +0000)]
(Fwrite_region): !NILP -> CONSP.

15 years ago(find-library-name, find-library): Doc fixes.
Chong Yidong [Wed, 11 Feb 2009 02:25:06 +0000 (02:25 +0000)]
(find-library-name, find-library): Doc fixes.

15 years ago* emacs-lisp/find-func.el (find-library-name, find-library): Doc
Chong Yidong [Wed, 11 Feb 2009 02:24:51 +0000 (02:24 +0000)]
* emacs-lisp/find-func.el (find-library-name, find-library): Doc
fixes.

15 years ago(send_process): Properly relocate pointer into data
Andreas Schwab [Tue, 10 Feb 2009 22:32:39 +0000 (22:32 +0000)]
(send_process): Properly relocate pointer into data
when using encoded data.

15 years agoAdd "tiny change" note.
Juanma Barranquero [Tue, 10 Feb 2009 10:26:53 +0000 (10:26 +0000)]
Add "tiny change" note.

15 years ago* env.el (getenv): When FRAME is non-nil, pass the frame environment
Juanma Barranquero [Tue, 10 Feb 2009 10:24:59 +0000 (10:24 +0000)]
* env.el (getenv): When FRAME is non-nil, pass the frame environment
  to `getenv-internal', not the frame.  (Bug#2259)

15 years agoFix typo.
Juanma Barranquero [Tue, 10 Feb 2009 09:02:05 +0000 (09:02 +0000)]
Fix typo.

15 years ago*** empty log message ***
Kenichi Handa [Tue, 10 Feb 2009 06:17:23 +0000 (06:17 +0000)]
*** empty log message ***

15 years ago(describe-char-display): On terminal, if terminal
Kenichi Handa [Tue, 10 Feb 2009 06:03:44 +0000 (06:03 +0000)]
(describe-char-display): On terminal, if terminal
coding system is nil, assume us-ascii.
(describe-char): Don't show the composition informaiton if it is
trivial.

15 years ago(vc-svn-after-dir-status): Use shy group for revision
Nick Roberts [Tue, 10 Feb 2009 06:03:07 +0000 (06:03 +0000)]
(vc-svn-after-dir-status): Use shy group for revision
number as it isn't present for unregistered files.

15 years ago(vc-dir-find-file-other-window): Allow mouse events.
Nick Roberts [Tue, 10 Feb 2009 05:51:47 +0000 (05:51 +0000)]
(vc-dir-find-file-other-window): Allow mouse events.
(vc-dir-mouse-map): New keymap.
(vc-default-dir-printer): Use it locally.

15 years agoFix stupidity in previous change.
Glenn Morris [Tue, 10 Feb 2009 05:26:52 +0000 (05:26 +0000)]
Fix stupidity in previous change.

15 years agoAvoid messing up font-lock-global-modes.
Glenn Morris [Tue, 10 Feb 2009 05:23:35 +0000 (05:23 +0000)]
Avoid messing up font-lock-global-modes.

15 years agoRegenerate.
Glenn Morris [Tue, 10 Feb 2009 03:58:49 +0000 (03:58 +0000)]
Regenerate.

15 years ago(rmail-set-attribute): Allow ATTR to be a string.
Glenn Morris [Tue, 10 Feb 2009 03:57:10 +0000 (03:57 +0000)]
(rmail-set-attribute): Allow ATTR to be a string.

15 years ago(mail-use-rfc822): Remove * from defcustom doc.
Glenn Morris [Tue, 10 Feb 2009 03:39:38 +0000 (03:39 +0000)]
(mail-use-rfc822): Remove * from defcustom doc.
(mail-file-babyl-p): Use with-temp-buffer.

15 years agoJust require rmail.
Glenn Morris [Tue, 10 Feb 2009 03:36:00 +0000 (03:36 +0000)]
Just require rmail.

15 years agoJust require rmail.
Glenn Morris [Tue, 10 Feb 2009 03:33:48 +0000 (03:33 +0000)]
Just require rmail.
(rmail-old-pruned): Add doc string.
(rmail-edit-current-message): Use rmail-msg-is-pruned.
(rmail-cease-edit): Don't mangle the leading From line.
Don't mark as edited if there were no changes.  (Bug#2256)
Correctly restore header state.

15 years ago(rmail-automatic-folder-directives): Doc fix.
Glenn Morris [Tue, 10 Feb 2009 03:33:27 +0000 (03:33 +0000)]
(rmail-automatic-folder-directives): Doc fix.
(rmail-current-message, rmail-total-messages)
(rmail-message-vector, rmail-deleted-vector): Add doc strings.
(rmail-duplicate-message): Doc fix.
(rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
New functions.
(rmail-get-header, rmail-set-header, rmail-set-attribute):
Use rmail-apply-in-message.
(rmail-message-attr-p): Use rmail-get-header, hence no longer requires
unswapped-ness.
(rmail-get-attr-names): Check for missing or corrupt attribute headers.
(rmail-auto-file): Set the filed attribute, rather than explicitly not
doing so.  (Bug#2231)

15 years ago(mbx_delimit_begin, mbx_delimit_end): Write mbox rather than Babyl
Glenn Morris [Tue, 10 Feb 2009 03:30:39 +0000 (03:30 +0000)]
(mbx_delimit_begin, mbx_delimit_end): Write mbox rather than Babyl
format.  (Bug#2196)

15 years agoRemove platform-independent -j comments.
Glenn Morris [Tue, 10 Feb 2009 03:29:00 +0000 (03:29 +0000)]
Remove platform-independent -j comments.
Remove deleted --enable-cocoa-experimental-ctrl-g option.

15 years ago--enable-cocoa-experimental-ctrl-g was removed.
Glenn Morris [Tue, 10 Feb 2009 03:28:13 +0000 (03:28 +0000)]
--enable-cocoa-experimental-ctrl-g was removed.

15 years ago(url-generate-unique-filename): Silence compiler.
Glenn Morris [Tue, 10 Feb 2009 03:27:29 +0000 (03:27 +0000)]
(url-generate-unique-filename): Silence compiler.

15 years agonewsticker: kill groups buffer after saving/loading.
Ulf Jasper [Mon, 9 Feb 2009 20:05:48 +0000 (20:05 +0000)]
newsticker: kill groups buffer after saving/loading.

15 years agoAdd :version tags for previous change.
Glenn Morris [Mon, 9 Feb 2009 17:26:21 +0000 (17:26 +0000)]
Add :version tags for previous change.

15 years ago(doc-view-scroll-up-or-next-page)
Tassilo Horn [Mon, 9 Feb 2009 15:33:47 +0000 (15:33 +0000)]
(doc-view-scroll-up-or-next-page)
(doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset
the old hscroll value after switching pages.

15 years ago(diary-entry-marker, calendar-today-marker)
Glenn Morris [Mon, 9 Feb 2009 07:52:54 +0000 (07:52 +0000)]
(diary-entry-marker, calendar-today-marker)
(calendar-holiday-marker): Drop test for color display.

15 years ago(Holidays, Displaying the Diary): Update for new marker defaults.
Glenn Morris [Mon, 9 Feb 2009 07:50:44 +0000 (07:50 +0000)]
(Holidays, Displaying the Diary): Update for new marker defaults.

15 years ago(Mail-mode integration): Mention the way to do
Daiki Ueno [Mon, 9 Feb 2009 03:05:50 +0000 (03:05 +0000)]
(Mail-mode integration): Mention the way to do
"encrypt-to-self".  (Bug#1807)

15 years ago(detect_coding_charset): Fix previous change.
Kenichi Handa [Mon, 9 Feb 2009 00:45:17 +0000 (00:45 +0000)]
(detect_coding_charset): Fix previous change.

15 years agoupdates
Adrian Robert [Sun, 8 Feb 2009 16:44:57 +0000 (16:44 +0000)]
updates

15 years ago(w32_hide_hourglass): Handle case where frame
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)

15 years ago(diary-fancy-display): It doesn't make sense to check font-lock-mode
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)

15 years ago(diary-entry-marker, calendar-today-marker, calendar-holiday-marker)
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)

15 years ago(toggle-word-wrap): New command.
Juri Linkov [Sun, 8 Feb 2009 00:47:15 +0000 (00:47 +0000)]
(toggle-word-wrap): New command.

15 years ago(rmail-msg-restore-non-pruned-header): Remove unneeded autoload of
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.

15 years agoAdd comment.
Chong Yidong [Sat, 7 Feb 2009 21:59:35 +0000 (21:59 +0000)]
Add comment.

15 years ago(ps-run-tmp-dir): Doc fix.
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.

15 years ago* progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
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.

15 years ago(artist-system): Allow make-temp-file to 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.

15 years ago* textmodes/artist.el (artist-system): Allow make-temp-file to use
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.

15 years ago(rmail-mime-attachment-dirs-alist): 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.

15 years ago* mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use
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.

15 years ago(url-file): Use make-temp-file.
Chong Yidong [Sat, 7 Feb 2009 21:22:55 +0000 (21:22 +0000)]
(url-file): Use make-temp-file.

15 years ago(url-generate-unique-filename): Mark as obsolete.
Chong Yidong [Sat, 7 Feb 2009 21:22:34 +0000 (21:22 +0000)]
(url-generate-unique-filename): Mark as obsolete.

15 years ago(url-temporary-directory): Mark as obsolete.
Chong Yidong [Sat, 7 Feb 2009 21:22:03 +0000 (21:22 +0000)]
(url-temporary-directory): Mark as obsolete.

15 years ago* url-vars.el (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.

15 years ago(rmime-magic-string): Define for compiler.
Glenn Morris [Sat, 7 Feb 2009 20:08:06 +0000 (20:08 +0000)]
(rmime-magic-string): Define for compiler.

15 years ago(rmail): Bind coding-system-for-read to no-conversion before calling
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)

15 years ago(proced-after-send-signal-hook): Use defcustom.
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.

15 years ago(Rmail Coding) <rmail-redecode-body>: Remove stale documentation of
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.

15 years ago(rmail-redecode-body): Don't encode/decode the message; instead, just rewrite
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.

15 years ago(server-execute): Enable quit.
Stefan Monnier [Sat, 7 Feb 2009 16:24:36 +0000 (16:24 +0000)]
(server-execute): Enable quit.

15 years ago(image-mode): Always set image-type.
Andreas Schwab [Sat, 7 Feb 2009 15:29:11 +0000 (15:29 +0000)]
(image-mode): Always set image-type.
(image-minor-mode): Likewise.

15 years ago(rmail-cease-edit): Look for the message's encoding, and its
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)

15 years agonewsticker: fix infinite recursion when moving to next new item
Ulf Jasper [Sat, 7 Feb 2009 13:24:06 +0000 (13:24 +0000)]
newsticker: fix infinite recursion when moving to next new item

15 years ago(unexec): Fix error message.
Andreas Schwab [Sat, 7 Feb 2009 13:07:38 +0000 (13:07 +0000)]
(unexec): Fix error message.

15 years ago(rmail-cease-edit): narrow-to-region before extracting mail message headers.
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.

15 years ago(Explicit Encoding): Document the `charset' text property produced by
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.

15 years ago(Commands for Insertion): Reinstate documentation of
Eli Zaretskii [Sat, 7 Feb 2009 11:09:56 +0000 (11:09 +0000)]
(Commands for Insertion): Reinstate documentation of
translation-table-for-input.

15 years ago(Event Mod): 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.

15 years ago(Searching Keymaps): 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.

15 years ago(Translation of Characters): Reinstate documentation of
Eli Zaretskii [Sat, 7 Feb 2009 11:07:22 +0000 (11:07 +0000)]
(Translation of Characters): Reinstate documentation of
translation-table-for-input.

15 years ago* nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
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).

15 years ago(syms_of_coding) <translation-table-for-input>: Modify doc string to
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.