1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
Commit Graph

88841 Commits

Author SHA1 Message Date
Glenn Morris
8c7309fe0b Comment (header format fix). 2009-01-22 06:33:06 +00:00
Chong Yidong
08f17840b4 pmailhdr.el: File removed. 2009-01-22 04:56:40 +00:00
Chong Yidong
1d1cf99f75 (format-annotate-function): Set write-region-post-annotation-function. 2009-01-22 04:54:35 +00:00
Chong Yidong
ae12425c9d (Format Conversion Piecemeal): Clarify behavior of
write-region-annotate-functions.  Document
write-region-post-annotation-function.
2009-01-22 04:53:41 +00:00
Chong Yidong
e3aa6669fa * files.texi (Format Conversion Piecemeal): Clarify behavior of
write-region-annotate-functions.  Document
write-region-post-annotation-function.
2009-01-22 04:53:32 +00:00
Chong Yidong
70039c86fd Document write-region-annotate-functions changes. 2009-01-22 04:53:20 +00:00
Chong Yidong
104a1c701b (buffer-swapped-with): Var removed.
(pmail-buffer-swapped): New var.
(pmail-write-region-annotate): New function.
(pmail-save-buffer): New function.
2009-01-22 04:52:49 +00:00
Chong Yidong
f1f2094bb4 (pmail-cease-edit, pmail-edit-mode): Use pmail-buffer-swapped. 2009-01-22 04:50:27 +00:00
Chong Yidong
9bef3784e9 (pmail-summary-expunge-and-save): Use pmail-expunge-and-save. 2009-01-22 04:49:41 +00:00
Chong Yidong
fdcd77945e Fix last change. 2009-01-22 04:49:19 +00:00
Chong Yidong
c6687b9fa6 * pmailhdr.el: File removed.
* pmailsum.el: Require pmailkwd.
(pmail-summary-expunge-and-save): Use pmail-expunge-and-save.

* pmail.el (buffer-swapped-with): Var removed.
(pmail-buffer-swapped): New var.
(pmail-write-region-annotate): New function.
(pmail-save-buffer): New function.

* pmailedit.el (pmail-cease-edit, pmail-edit-mode): Use
pmail-buffer-swapped.
2009-01-22 04:46:52 +00:00
Chong Yidong
ac0827d773 * format.el (format-annotate-function): Set
write-region-post-annotation-function.
2009-01-22 04:43:47 +00:00
Chong Yidong
67fbc0cb3a (Vwrite_region_post_annotation_function)
(Vwrite_region_annotation_buffers): New vars.
(build_annotations_unwind): Just reset
Vwrite_region_annotation_buffers.
(Fwrite_region): Initialize Vwrite_region_annotation_buffers.
Call write-region-post-annotation-function.
(build_annotations): Add to Vwrite_region_annotation_buffers if
buffer changes.
2009-01-22 04:42:51 +00:00
Chong Yidong
918b848ba1 * fileio.c (Vwrite_region_post_annotation_function)
(Vwrite_region_annotation_buffers): New vars.
(build_annotations_unwind): Just reset
Vwrite_region_annotation_buffers.
(Fwrite_region): Initialize Vwrite_region_annotation_buffers.
Call write-region-post-annotation-function.
(build_annotations): Add to Vwrite_region_annotation_buffers if
buffer changes.
2009-01-22 04:42:41 +00:00
John Wiegley
059075fbd3 Added missing ChangeLog entry 2009-01-22 01:43:02 +00:00
John Wiegley
c2b2a6cabf Patch to change the default binding of C-a to eshell-bol. I don't think it's
actually bound at all by default in eshell; it just falls back to the default
binding of C-a.
2009-01-22 01:11:49 +00:00
John Wiegley
fd94644feb Add eshell-handle-ansi-color to the default list of output filters. 2009-01-22 01:11:30 +00:00
Adrian Robert
a39e2539a3 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on Tiger. * nsfns.m (ns_do_applescript): Conditionalize typeUTF16ExternalRepresentation on Tiger. 2009-01-22 00:00:13 +00:00
Adrian Robert
d3810c2118 * nsimage.m (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color values in onTiger section. * nsterm.m (ns_defined_color): Fix settings of the XColor variable fields: red,green,blue scale to 2-byte, pixel's components to 1-byte. (Bug#1663) 2009-01-21 22:28:45 +00:00
Adrian Robert
e336ab4926 fix typo in comment 2009-01-21 22:26:32 +00:00
Stefan Monnier
f87ff5396e (completion--insert-strings): Fix up computation of
column position which manifested e.g. in proced's signal completion.
2009-01-21 21:20:55 +00:00
Chong Yidong
97e121ccb0 (server-start): Allow server to shut down when no frames are available
in daemon-mode.
2009-01-21 20:33:17 +00:00
Chong Yidong
3c196b459b * server.el (server-start): Allow server to shut down when no frames
are available in daemon-mode.
2009-01-21 20:28:27 +00:00
Adrian Robert
35ed44db5a * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window. (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused. 2009-01-21 18:56:41 +00:00
Michael Albinus
193e68284e * tramp.texi (all): Harmonize usage of "external method",
"external transfer method" and "out-of-band method".
(Connection types): Precise the differences of inline and external
methods.  Written by Adrian Phillips <a.phillips@met.no>.
2009-01-21 18:54:45 +00:00
Adrian Robert
6049d3a0bb * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues. * nsterm.m (EmacsPrefsController-setPanelFromDefaultValues) New function. (EmacsPrefsController-resetToDefaults:): Use it. 2009-01-21 18:13:26 +00:00
Adrian Robert
9ce5a36f02 * macos.texi (Preferences Panel): Update description of font setting to reflect that prior frame selection is no longer needed. 2009-01-21 17:58:16 +00:00
Adrian Robert
e889fa0685 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame. 2009-01-21 17:56:37 +00:00
Adrian Robert
4c7077c3f0 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore DPI. (Bug#1316) 2009-01-21 17:28:05 +00:00
Adrian Robert
a9b4df6950 * nsterm.m: (x_set_frame_alpha): Add prototype. (ns_fake_keydown, EmacsView-keyUp:): New variable and function to handle Ctrl-tab. (ns_get_color): Use unsigned long long for scanned hex string value. (ns_term_shutdown): Abort on non SIGTERM signals. 2009-01-21 17:09:28 +00:00
Adrian Robert
cbe0b5bfa9 * nsmenu.m (NSMENUPROFILE): Change #if style. 2009-01-21 16:34:24 +00:00
Juanma Barranquero
24c7b4608a * term.el (term-previous-matching-input, term-next-matching-input)
(term-previous-matching-input-from-input)
  (term-next-matching-input-from-input, term-backward-matching-input)
  (term-forward-matching-input): Change argument name to match docstring.
2009-01-21 11:03:25 +00:00
Glenn Morris
2603d79b46 (authors-aliases): Remove some "ignore" entries that are no longer needed.
(authors-scan-change-log): Doc fix.
(authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2009-01-21 03:54:29 +00:00
Glenn Morris
994e96474c Mention limiting number of bugs displayed on web-page. 2009-01-21 03:50:32 +00:00
Chong Yidong
309c769836 Very minor doc fix. 2009-01-21 01:23:31 +00:00
Agustín Martín
8e56b4645a (ispell-find-aspell-dictionaries): Use aspell default dict. 2009-01-20 11:34:39 +00:00
Nick Roberts
d35fdb5bb1 (Debuggers): Add paragraph missed in previous change. 2009-01-20 05:27:31 +00:00
Nick Roberts
b424697fe6 (Debuggers): Revert some of 2008-10-31 change to
raise GUD subsections.
2009-01-20 05:20:40 +00:00
Nick Roberts
9aa5f2fbf4 *** empty log message *** 2009-01-20 05:19:02 +00:00
Juanma Barranquero
68f040f2f1 Fix bug references. 2009-01-20 02:29:24 +00:00
Kenichi Handa
2d3e4f023e (describe-char): Improve description of eight-bit
char in a unibyte buffer.
2009-01-20 02:15:43 +00:00
Glenn Morris
959de43b78 Restore comment lost in previous change. 2009-01-20 01:21:37 +00:00
Glenn Morris
8d8d616c6b (pmail-last-label, pmail-last-multi-labels):
Move back here from pmailkwd.el.
(pmail-message-labels-p): Move back here from pmailsum.el.
2009-01-20 01:18:20 +00:00
Glenn Morris
3cbaa3c2cc (pmail-message-labels-p): Move back to pmail.el. 2009-01-20 01:16:55 +00:00
Glenn Morris
8c7eb1c1a1 (pmail-last-label, pmail-last-multi-labels): Move back to pmail.el. 2009-01-20 01:16:28 +00:00
Glenn Morris
fdeaec4941 Add yet more addresses to avoid in replies. 2009-01-20 00:58:43 +00:00
Glenn Morris
24e1588835 (authors-aliases, authors-fixed-case): Add some entries. 2009-01-20 00:53:00 +00:00
Glenn Morris
78a45118e8 Fix some alias and case issues. 2009-01-20 00:51:23 +00:00
Chong Yidong
5208f3ad4e Fix last change. 2009-01-19 16:58:51 +00:00
Chong Yidong
4d27053708 Autoload other interpreter names. 2009-01-19 16:58:34 +00:00