]> code.delx.au - gnu-emacs/log
gnu-emacs
15 years ago* format.el (format-annotate-function): Set
Chong Yidong [Thu, 22 Jan 2009 04:43:47 +0000 (04:43 +0000)]
* format.el (format-annotate-function): Set
write-region-post-annotation-function.

15 years ago(Vwrite_region_post_annotation_function)
Chong Yidong [Thu, 22 Jan 2009 04:42:51 +0000 (04:42 +0000)]
(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.

15 years ago* fileio.c (Vwrite_region_post_annotation_function)
Chong Yidong [Thu, 22 Jan 2009 04:42:41 +0000 (04:42 +0000)]
* 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.

15 years agoAdded missing ChangeLog entry
John Wiegley [Thu, 22 Jan 2009 01:43:02 +0000 (01:43 +0000)]
Added missing ChangeLog entry

15 years agoPatch to change the default binding of C-a to eshell-bol. I don't think it's
John Wiegley [Thu, 22 Jan 2009 01:11:49 +0000 (01:11 +0000)]
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.

15 years agoAdd eshell-handle-ansi-color to the default list of output filters.
John Wiegley [Thu, 22 Jan 2009 01:11:30 +0000 (01:11 +0000)]
Add eshell-handle-ansi-color to the default list of output filters.

15 years ago* nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on Tiger. * nsfns...
Adrian Robert [Thu, 22 Jan 2009 00:00:13 +0000 (00:00 +0000)]
* nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on Tiger. * nsfns.m (ns_do_applescript): Conditionalize typeUTF16ExternalRepresentation on Tiger.

15 years ago* nsimage.m (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color values...
Adrian Robert [Wed, 21 Jan 2009 22:28:45 +0000 (22:28 +0000)]
* 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)

15 years agofix typo in comment
Adrian Robert [Wed, 21 Jan 2009 22:26:32 +0000 (22:26 +0000)]
fix typo in comment

15 years ago(completion--insert-strings): Fix up computation of
Stefan Monnier [Wed, 21 Jan 2009 21:20:55 +0000 (21:20 +0000)]
(completion--insert-strings): Fix up computation of
column position which manifested e.g. in proced's signal completion.

15 years ago(server-start): Allow server to shut down when no frames are available
Chong Yidong [Wed, 21 Jan 2009 20:33:17 +0000 (20:33 +0000)]
(server-start): Allow server to shut down when no frames are available
in daemon-mode.

15 years ago* server.el (server-start): Allow server to shut down when no frames
Chong Yidong [Wed, 21 Jan 2009 20:28:27 +0000 (20:28 +0000)]
* server.el (server-start): Allow server to shut down when no frames
are available in daemon-mode.

15 years ago* nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window. (ns_font_to_xlfd...
Adrian Robert [Wed, 21 Jan 2009 18:56:41 +0000 (18:56 +0000)]
* nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.  (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.

15 years ago* tramp.texi (all): Harmonize usage of "external method",
Michael Albinus [Wed, 21 Jan 2009 18:54:45 +0000 (18:54 +0000)]
* 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>.

15 years ago* nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues. * nsterm.m (Emacs...
Adrian Robert [Wed, 21 Jan 2009 18:13:26 +0000 (18:13 +0000)]
* nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.  * nsterm.m (EmacsPrefsController-setPanelFromDefaultValues) New function.  (EmacsPrefsController-resetToDefaults:): Use it.

15 years ago* macos.texi (Preferences Panel): Update description of font setting to reflect that...
Adrian Robert [Wed, 21 Jan 2009 17:58:16 +0000 (17:58 +0000)]
* macos.texi (Preferences Panel): Update description of font setting to reflect that prior frame selection is no longer needed.

15 years ago(EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
Adrian Robert [Wed, 21 Jan 2009 17:56:37 +0000 (17:56 +0000)]
(EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.

15 years ago* nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore DPI. (Bug#1316)
Adrian Robert [Wed, 21 Jan 2009 17:28:05 +0000 (17:28 +0000)]
* nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore DPI. (Bug#1316)

15 years ago* nsterm.m: (x_set_frame_alpha): Add prototype. (ns_fake_keydown, EmacsView-keyUp...
Adrian Robert [Wed, 21 Jan 2009 17:09:28 +0000 (17:09 +0000)]
* 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.

15 years ago* nsmenu.m (NSMENUPROFILE): Change #if style.
Adrian Robert [Wed, 21 Jan 2009 16:34:24 +0000 (16:34 +0000)]
* nsmenu.m (NSMENUPROFILE): Change #if style.

15 years ago* term.el (term-previous-matching-input, term-next-matching-input)
Juanma Barranquero [Wed, 21 Jan 2009 11:03:25 +0000 (11:03 +0000)]
* 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.

15 years ago(authors-aliases): Remove some "ignore" entries that are no longer needed.
Glenn Morris [Wed, 21 Jan 2009 03:54:29 +0000 (03:54 +0000)]
(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.

15 years agoMention limiting number of bugs displayed on web-page.
Glenn Morris [Wed, 21 Jan 2009 03:50:32 +0000 (03:50 +0000)]
Mention limiting number of bugs displayed on web-page.

15 years agoVery minor doc fix.
Chong Yidong [Wed, 21 Jan 2009 01:23:31 +0000 (01:23 +0000)]
Very minor doc fix.

15 years ago(ispell-find-aspell-dictionaries): Use aspell default dict.
Agustín Martín [Tue, 20 Jan 2009 11:34:39 +0000 (11:34 +0000)]
(ispell-find-aspell-dictionaries): Use aspell default dict.

15 years ago(Debuggers): Add paragraph missed in previous change.
Nick Roberts [Tue, 20 Jan 2009 05:27:31 +0000 (05:27 +0000)]
(Debuggers): Add paragraph missed in previous change.

15 years ago(Debuggers): Revert some of 2008-10-31 change to
Nick Roberts [Tue, 20 Jan 2009 05:20:40 +0000 (05:20 +0000)]
(Debuggers): Revert some of 2008-10-31 change  to
raise GUD subsections.

15 years ago*** empty log message ***
Nick Roberts [Tue, 20 Jan 2009 05:19:02 +0000 (05:19 +0000)]
*** empty log message ***

15 years agoFix bug references.
Juanma Barranquero [Tue, 20 Jan 2009 02:29:24 +0000 (02:29 +0000)]
Fix bug references.

15 years ago(describe-char): Improve description of eight-bit
Kenichi Handa [Tue, 20 Jan 2009 02:15:43 +0000 (02:15 +0000)]
(describe-char): Improve description of eight-bit
char in a unibyte buffer.

15 years agoRestore comment lost in previous change.
Glenn Morris [Tue, 20 Jan 2009 01:21:37 +0000 (01:21 +0000)]
Restore comment lost in previous change.

15 years ago(pmail-last-label, pmail-last-multi-labels):
Glenn Morris [Tue, 20 Jan 2009 01:18:20 +0000 (01:18 +0000)]
(pmail-last-label, pmail-last-multi-labels):
Move back here from pmailkwd.el.
(pmail-message-labels-p): Move back here from pmailsum.el.

15 years ago(pmail-message-labels-p): Move back to pmail.el.
Glenn Morris [Tue, 20 Jan 2009 01:16:55 +0000 (01:16 +0000)]
(pmail-message-labels-p): Move back to pmail.el.

15 years ago(pmail-last-label, pmail-last-multi-labels): Move back to pmail.el.
Glenn Morris [Tue, 20 Jan 2009 01:16:28 +0000 (01:16 +0000)]
(pmail-last-label, pmail-last-multi-labels): Move back to pmail.el.

15 years agoAdd yet more addresses to avoid in replies.
Glenn Morris [Tue, 20 Jan 2009 00:58:43 +0000 (00:58 +0000)]
Add yet more addresses to avoid in replies.

15 years ago(authors-aliases, authors-fixed-case): Add some entries.
Glenn Morris [Tue, 20 Jan 2009 00:53:00 +0000 (00:53 +0000)]
(authors-aliases, authors-fixed-case): Add some entries.

15 years agoFix some alias and case issues.
Glenn Morris [Tue, 20 Jan 2009 00:51:23 +0000 (00:51 +0000)]
Fix some alias and case issues.

15 years agoFix last change.
Chong Yidong [Mon, 19 Jan 2009 16:58:51 +0000 (16:58 +0000)]
Fix last change.

15 years agoAutoload other interpreter names.
Chong Yidong [Mon, 19 Jan 2009 16:58:34 +0000 (16:58 +0000)]
Autoload other interpreter names.

15 years ago* progmodes/ruby-mode.el (name): Autoload other interpreter names.
Chong Yidong [Mon, 19 Jan 2009 16:58:13 +0000 (16:58 +0000)]
* progmodes/ruby-mode.el (name): Autoload other interpreter names.

15 years ago(font_spec_from_name): Return Qnil if font name could not be parsed.
Chong Yidong [Mon, 19 Jan 2009 16:42:44 +0000 (16:42 +0000)]
(font_spec_from_name): Return Qnil if font name could not be parsed.
(font_parse_name): Treat a `?' character as part of an XLFD.

15 years ago(Finternal_set_lisp_face_attribute, Fx_list_fonts): Check return value of font_spec_f...
Chong Yidong [Mon, 19 Jan 2009 16:41:16 +0000 (16:41 +0000)]
(Finternal_set_lisp_face_attribute, Fx_list_fonts): Check return value of font_spec_from_name.
(Fx_list_fonts): Doc fix.

15 years ago* xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
Chong Yidong [Mon, 19 Jan 2009 16:40:30 +0000 (16:40 +0000)]
* xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
Check return value of font_spec_from_name.
(Fx_list_fonts): Doc fix.

* font.c (font_spec_from_name): Return Qnil if font name could not
be parsed.
(font_parse_name): Treat a `?' character as part of an XLFD.

15 years ago* descr-text.el (describe-char-categories): New defsubst.
Juanma Barranquero [Mon, 19 Jan 2009 15:48:15 +0000 (15:48 +0000)]
* descr-text.el (describe-char-categories): New defsubst.
  (describe-char): Use it.

15 years ago(Font Lookup): Document WIDTH argument of x-list-fonts.
Chong Yidong [Mon, 19 Jan 2009 15:29:18 +0000 (15:29 +0000)]
(Font Lookup): Document WIDTH argument of x-list-fonts.

15 years ago* display.texi (Font Lookup): Document WIDTH argument of
Chong Yidong [Mon, 19 Jan 2009 15:29:05 +0000 (15:29 +0000)]
* display.texi (Font Lookup): Document WIDTH argument of
x-list-fonts.

15 years ago(Fsubstring): Doc fix.
Chong Yidong [Mon, 19 Jan 2009 15:13:31 +0000 (15:13 +0000)]
(Fsubstring): Doc fix.

15 years ago* fns.c (Fsubstring): Doc fix.
Chong Yidong [Mon, 19 Jan 2009 15:05:32 +0000 (15:05 +0000)]
* fns.c (Fsubstring): Doc fix.

15 years ago(ftfont_lookup_cache): Check the return value of FcFontList.
Kenichi Handa [Mon, 19 Jan 2009 12:08:31 +0000 (12:08 +0000)]
(ftfont_lookup_cache): Check the return value of FcFontList.
(ftfont_list): Likewise.

15 years ago* net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
Michael Albinus [Mon, 19 Jan 2009 06:52:50 +0000 (06:52 +0000)]
* net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
IPv4 mapped IPv6 addresses.

15 years agoMerge from gnus--devo--0
Miles Bader [Mon, 19 Jan 2009 01:06:25 +0000 (01:06 +0000)]
Merge from gnus--devo--0

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

15 years agoAdd arch tagline
Miles Bader [Mon, 19 Jan 2009 00:49:01 +0000 (00:49 +0000)]
Add arch tagline

15 years ago* textmodes/css-mode.el (css-backward-sexp): Stop once
Juanma Barranquero [Sun, 18 Jan 2009 22:32:20 +0000 (22:32 +0000)]
* textmodes/css-mode.el (css-backward-sexp): Stop once
  it reaches the beginning of the buffer.  (Bug#1949)

15 years agoERC: Rotate ChangeLog.
Michael Olson [Sun, 18 Jan 2009 21:02:59 +0000 (21:02 +0000)]
ERC: Rotate ChangeLog.

15 years agoERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
Michael Olson [Sun, 18 Jan 2009 21:01:14 +0000 (21:01 +0000)]
ERC: erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.

15 years ago* dbusbind.c (Fdbus_register_signal):
Juanma Barranquero [Sun, 18 Jan 2009 03:58:09 +0000 (03:58 +0000)]
* dbusbind.c (Fdbus_register_signal):
* process.c (conv_sockaddr_to_lisp):
* w32fns.c (Fw32_battery_status): Use empty_unibyte_string.

15 years ago* callproc.c (Fgetenv_internal): Doc fix.
Juanma Barranquero [Sun, 18 Jan 2009 03:28:35 +0000 (03:28 +0000)]
* callproc.c (Fgetenv_internal): Doc fix.

15 years ago* linum.el (linum-update-window): Use `delq' instead of `delete';
Juanma Barranquero [Sun, 18 Jan 2009 01:45:34 +0000 (01:45 +0000)]
* linum.el (linum-update-window): Use `delq' instead of `delete';
  compare strings with `equal-including-properties'.

15 years agoPeter Tury <tury.peter at gmail.com> (tiny change)
Glenn Morris [Sat, 17 Jan 2009 22:27:54 +0000 (22:27 +0000)]
Peter Tury  <tury.peter at gmail.com>  (tiny change)

(Relative timer): Fix typo.

15 years agoUpdate for ns-emacs.texi having been merged into macos.texi.
Glenn Morris [Sat, 17 Jan 2009 20:04:38 +0000 (20:04 +0000)]
Update for ns-emacs.texi having been merged into macos.texi.

15 years ago(declare-function): Add compatibility stub.
Glenn Morris [Sat, 17 Jan 2009 20:02:41 +0000 (20:02 +0000)]
(declare-function): Add compatibility stub.
(delete-duplicates, mapcan, cl-macroexpand-all): Declare.

15 years ago(eldoc-minor-mode-string, eldoc-message-commands)
Glenn Morris [Sat, 17 Jan 2009 20:01:17 +0000 (20:01 +0000)]
(eldoc-minor-mode-string, eldoc-message-commands)
(eldoc-print-current-symbol-info): Doc fix (consistent case of "ElDoc").

15 years ago(Suspending Emacs): Fix last change.
Eli Zaretskii [Sat, 17 Jan 2009 19:22:59 +0000 (19:22 +0000)]
(Suspending Emacs): Fix last change.

15 years ago(Standard Keymaps): Rename function-key-map to local-function-key-map.
Eli Zaretskii [Sat, 17 Jan 2009 19:16:08 +0000 (19:16 +0000)]
(Standard Keymaps): Rename function-key-map to local-function-key-map.

15 years ago(Translation Keymaps): Rename function-key-map to local-function-key-map.
Eli Zaretskii [Sat, 17 Jan 2009 19:14:52 +0000 (19:14 +0000)]
(Translation Keymaps): Rename function-key-map to local-function-key-map.

15 years ago(Terminal I/O Encoding): `keyboard-coding-system' and
Eli Zaretskii [Sat, 17 Jan 2009 19:14:29 +0000 (19:14 +0000)]
(Terminal I/O Encoding): `keyboard-coding-system' and
`set-keyboard-coding-system' now accept an optional terminal argument.

15 years ago(Event Mod): `keyboard-translate-table' is now terminal-local.
Eli Zaretskii [Sat, 17 Jan 2009 19:14:01 +0000 (19:14 +0000)]
(Event Mod): `keyboard-translate-table' is now terminal-local.
(Function Keys): Rename function-key-map to local-function-key-map.

15 years ago(Standard Hooks): Document `suspend-tty-functions' and `resume-tty-functions'.
Eli Zaretskii [Sat, 17 Jan 2009 18:47:53 +0000 (18:47 +0000)]
(Standard Hooks): Document `suspend-tty-functions' and `resume-tty-functions'.

15 years ago(Suspending Emacs): Update for multi-tty; document `suspend-tty',
Eli Zaretskii [Sat, 17 Jan 2009 18:43:59 +0000 (18:43 +0000)]
(Suspending Emacs): Update for multi-tty; document `suspend-tty',
`resume-tty', and `controlling-tty-p'.

15 years ago(Terminal Parameters): Document `terminal-parameters', `terminal-parameter',
Eli Zaretskii [Sat, 17 Jan 2009 18:43:24 +0000 (18:43 +0000)]
(Terminal Parameters): Document `terminal-parameters', `terminal-parameter',
and `set-terminal-parameter'.

15 years ago(buffer-swapped-with): Mark as permanent local.
Richard M. Stallman [Sat, 17 Jan 2009 17:29:25 +0000 (17:29 +0000)]
(buffer-swapped-with): Mark as permanent local.
(pmail-set-message-counters): Set pmail-deleted-vector from msg hdrs.
(pmail-auto-file): Simplify a regexp.

15 years ago(Top): Make @detailmenu be consistent with changes in frames.texi.
Eli Zaretskii [Sat, 17 Jan 2009 16:33:55 +0000 (16:33 +0000)]
(Top): Make @detailmenu be consistent with changes in frames.texi.

15 years ago(Standard Hooks): Document `delete-frame-functions' and
Eli Zaretskii [Sat, 17 Jan 2009 16:32:09 +0000 (16:32 +0000)]
(Standard Hooks): Document `delete-frame-functions' and
`delete-terminal-functions'.

15 years ago(Frames): Document `frame-terminal' and `terminal-live-p'.
Eli Zaretskii [Sat, 17 Jan 2009 16:31:21 +0000 (16:31 +0000)]
(Frames): Document `frame-terminal' and `terminal-live-p'.
(Multiple Displays): Document `make-frame-on-tty'.
(Multiple Terminals): Document `terminal-list', `delete-terminal',
`terminal-name', and `get-device-terminal'.

15 years ago(System Environment): Document `environment' and `initial-environment'.
Eli Zaretskii [Sat, 17 Jan 2009 15:35:55 +0000 (15:35 +0000)]
(System Environment): Document `environment' and `initial-environment'.

15 years ago(bibtex-format-entry): Simplify previous change.
Roland Winkler [Sat, 17 Jan 2009 14:59:47 +0000 (14:59 +0000)]
(bibtex-format-entry): Simplify previous change.

15 years agoFix typos.
Juanma Barranquero [Sat, 17 Jan 2009 14:24:34 +0000 (14:24 +0000)]
Fix typos.

15 years ago(find-buffer-file-type-coding-system): If `(car target)' does not exist as a
Eli Zaretskii [Sat, 17 Jan 2009 12:35:50 +0000 (12:35 +0000)]
(find-buffer-file-type-coding-system): If `(car target)' does not exist as a
file, try again with its basename replaced by `(cdr target)'. Fixes Bug #1853.

15 years ago(raw-text, eight-bit): Doc fixes.
Eli Zaretskii [Sat, 17 Jan 2009 10:20:48 +0000 (10:20 +0000)]
(raw-text, eight-bit): Doc fixes.

15 years ago(Coding System Basics): More accurate description of `raw-text'.
Eli Zaretskii [Sat, 17 Jan 2009 10:09:52 +0000 (10:09 +0000)]
(Coding System Basics): More accurate description of `raw-text'.

15 years agoRemove experimental code inadvertently introduced when reverting the
Martin Rudalics [Fri, 16 Jan 2009 16:51:54 +0000 (16:51 +0000)]
Remove experimental code inadvertently introduced when reverting the
2009-01-14 change of special-display-p.  (Bug#1929, Bug#1930)

15 years ago(flyspell-post-command-hook): Do nothing unless flyspell-mode is enabled.
Agustín Martín [Fri, 16 Jan 2009 15:20:49 +0000 (15:20 +0000)]
(flyspell-post-command-hook): Do nothing unless flyspell-mode is enabled.
(flyspell-pre-point): Make buffer-local.

15 years ago*** empty log message ***
Roland Winkler [Fri, 16 Jan 2009 15:11:50 +0000 (15:11 +0000)]
*** empty log message ***

15 years ago(x_make_gc): Don't allocate stipple member for gc_values; it is not
Chong Yidong [Fri, 16 Jan 2009 15:10:28 +0000 (15:10 +0000)]
(x_make_gc): Don't allocate stipple member for gc_values; it is not
even used.

15 years ago(bibtex-format-entry): Fix previous change.
Roland Winkler [Fri, 16 Jan 2009 15:10:16 +0000 (15:10 +0000)]
(bibtex-format-entry): Fix previous change.

15 years ago* xfns.c (x_make_gc): Don't allocate stipple member for gc_values; it
Chong Yidong [Fri, 16 Jan 2009 15:09:39 +0000 (15:09 +0000)]
* xfns.c (x_make_gc): Don't allocate stipple member for gc_values; it
is not even used.

15 years ago(bibtex-format-entry): For updating field delimiters, allow
Roland Winkler [Fri, 16 Jan 2009 14:24:24 +0000 (14:24 +0000)]
(bibtex-format-entry): For updating field delimiters, allow
fields that are composed of strings and string constants.
(bibtex-mode): Doc fix.

15 years agoProtect against declare-function undefined in xemacs.
Agustín Martín [Fri, 16 Jan 2009 14:04:35 +0000 (14:04 +0000)]
Protect against declare-function undefined in xemacs.
(ispell-program-name): Search also for hunspell when setting default.
(ispell-find-aspell-dictionaries): Better error message. Use correct
dictionary alist for default. Better fallback default dictionary.

15 years ago(quail-insert-kbd-layout): Delete superfluous handling of 8-bit code.
Kenichi Handa [Fri, 16 Jan 2009 12:36:20 +0000 (12:36 +0000)]
(quail-insert-kbd-layout): Delete superfluous handling of 8-bit code.

15 years ago(erc-input-message): Conditionalize previous change for XEmacs.
Glenn Morris [Fri, 16 Jan 2009 03:32:10 +0000 (03:32 +0000)]
(erc-input-message): Conditionalize previous change for XEmacs.

15 years ago(erc-dcc-server): Silence warning about obsolete function behind
Glenn Morris [Fri, 16 Jan 2009 03:29:41 +0000 (03:29 +0000)]
(erc-dcc-server): Silence warning about obsolete function behind
fboundp test.

15 years ago(org-mouse-show-context-menu): Use mouse-menu-major-mode-map, if
Glenn Morris [Fri, 16 Jan 2009 03:28:30 +0000 (03:28 +0000)]
(org-mouse-show-context-menu): Use mouse-menu-major-mode-map, if
defined, rather than the obsolete mouse-major-mode-menu.

15 years ago(Ffont_variation_glyphs): Silence compiler.
Glenn Morris [Fri, 16 Jan 2009 03:26:29 +0000 (03:26 +0000)]
(Ffont_variation_glyphs): Silence compiler.

15 years agoRemove leading `*' from defcustoms.
Glenn Morris [Fri, 16 Jan 2009 03:24:54 +0000 (03:24 +0000)]
Remove leading `*' from defcustoms.
(eldoc-argument-case, eldoc-echo-area-use-multiline-p)
(eldoc-highlight-function-argument): Doc fix - mention effect of
eldoc-documentation-function.
(eldoc-message-commands-table-size, eldoc-message-commands)
(eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
(eldoc-documentation-function): Mention effect on user options.

15 years ago(copyright-update): Doc fix.
Glenn Morris [Fri, 16 Jan 2009 03:19:58 +0000 (03:19 +0000)]
(copyright-update): Doc fix.

15 years ago(pmail-update-summary): Declare.
Glenn Morris [Fri, 16 Jan 2009 03:18:21 +0000 (03:18 +0000)]
(pmail-update-summary): Declare.

15 years ago(pmail-summary-mode-map, pmail-summary-output-to-pmail-file): Use
Glenn Morris [Fri, 16 Jan 2009 03:17:17 +0000 (03:17 +0000)]
(pmail-summary-mode-map, pmail-summary-output-to-pmail-file): Use
pmail-summary-output rather than pmail-summary-output-to-babyl-file,
which was renamed 2009-01-05.
(pmail-output-as-seen): Declare.
(pmail-summary-output): Also require pmailout non-interactively.

15 years agoComment.
Glenn Morris [Fri, 16 Jan 2009 03:16:37 +0000 (03:16 +0000)]
Comment.

15 years ago(tar-rename-entry): Only test the magic string, without
Stefan Monnier [Fri, 16 Jan 2009 02:38:58 +0000 (02:38 +0000)]
(tar-rename-entry): Only test the magic string, without
its version number, and then set both.

15 years ago(sentence-end): Accept non-break space.
Richard M. Stallman [Fri, 16 Jan 2009 00:43:40 +0000 (00:43 +0000)]
(sentence-end): Accept non-break space.