1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

88567 Commits

Author SHA1 Message Date
Eli Zaretskii
ead3f58d86 (Standard Keymaps): Rename function-key-map to local-function-key-map. 2009-01-17 19:16:08 +00:00
Eli Zaretskii
6b9e769476 (Translation Keymaps): Rename function-key-map to local-function-key-map. 2009-01-17 19:14:52 +00:00
Eli Zaretskii
3f1d322f58 (Terminal I/O Encoding): `keyboard-coding-system' and
`set-keyboard-coding-system' now accept an optional terminal argument.
2009-01-17 19:14:29 +00:00
Eli Zaretskii
d3ae77bcb9 (Event Mod): `keyboard-translate-table' is now terminal-local.
(Function Keys): Rename function-key-map to local-function-key-map.
2009-01-17 19:14:01 +00:00
Eli Zaretskii
490f11979e (Standard Hooks): Document suspend-tty-functions' and resume-tty-functions'. 2009-01-17 18:47:53 +00:00
Eli Zaretskii
62a5303f25 (Suspending Emacs): Update for multi-tty; document `suspend-tty',
`resume-tty', and `controlling-tty-p'.
2009-01-17 18:43:59 +00:00
Eli Zaretskii
2b6ae648f8 (Terminal Parameters): Document terminal-parameters', terminal-parameter',
and `set-terminal-parameter'.
2009-01-17 18:43:24 +00:00
Richard M. Stallman
fdcab42746 (buffer-swapped-with): Mark as permanent local.
(pmail-set-message-counters): Set pmail-deleted-vector from msg hdrs.
(pmail-auto-file): Simplify a regexp.
2009-01-17 17:29:25 +00:00
Eli Zaretskii
df05a1630f (Top): Make @detailmenu be consistent with changes in frames.texi. 2009-01-17 16:33:55 +00:00
Eli Zaretskii
0ed8034edc (Standard Hooks): Document `delete-frame-functions' and
`delete-terminal-functions'.
2009-01-17 16:32:09 +00:00
Eli Zaretskii
20cb6c9b32 (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'.
2009-01-17 16:31:21 +00:00
Eli Zaretskii
200811d63a (System Environment): Document environment' and initial-environment'. 2009-01-17 15:35:55 +00:00
Roland Winkler
635618a409 (bibtex-format-entry): Simplify previous change. 2009-01-17 14:59:47 +00:00
Juanma Barranquero
511744bd31 Fix typos. 2009-01-17 14:24:34 +00:00
Eli Zaretskii
5a4122e2bf (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.
2009-01-17 12:35:50 +00:00
Eli Zaretskii
fc47d8a7c9 (raw-text, eight-bit): Doc fixes. 2009-01-17 10:20:48 +00:00
Eli Zaretskii
02eccf6bfb (Coding System Basics): More accurate description of `raw-text'. 2009-01-17 10:09:52 +00:00
Martin Rudalics
0e8ade71d7 Remove experimental code inadvertently introduced when reverting the
2009-01-14 change of special-display-p.  (Bug#1929, Bug#1930)
2009-01-16 16:51:54 +00:00
Agustín Martín
ca0ebeccbb (flyspell-post-command-hook): Do nothing unless flyspell-mode is enabled.
(flyspell-pre-point): Make buffer-local.
2009-01-16 15:20:49 +00:00
Roland Winkler
57c48b9da0 *** empty log message *** 2009-01-16 15:11:50 +00:00
Chong Yidong
c8bcd18afb (x_make_gc): Don't allocate stipple member for gc_values; it is not
even used.
2009-01-16 15:10:28 +00:00
Roland Winkler
8a62c4708e (bibtex-format-entry): Fix previous change. 2009-01-16 15:10:16 +00:00
Chong Yidong
e7abcdfba9 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values; it
is not even used.
2009-01-16 15:09:39 +00:00
Roland Winkler
a51cfa58fc (bibtex-format-entry): For updating field delimiters, allow
fields that are composed of strings and string constants.
(bibtex-mode): Doc fix.
2009-01-16 14:24:24 +00:00
Agustín Martín
034dc2a3e8 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.
2009-01-16 14:04:35 +00:00
Kenichi Handa
76472dc270 (quail-insert-kbd-layout): Delete superfluous handling of 8-bit code. 2009-01-16 12:36:20 +00:00
Glenn Morris
64bd06a818 (erc-input-message): Conditionalize previous change for XEmacs. 2009-01-16 03:32:10 +00:00
Glenn Morris
7d8345daad (erc-dcc-server): Silence warning about obsolete function behind
fboundp test.
2009-01-16 03:29:41 +00:00
Glenn Morris
0e47efc503 (org-mouse-show-context-menu): Use mouse-menu-major-mode-map, if
defined, rather than the obsolete mouse-major-mode-menu.
2009-01-16 03:28:30 +00:00
Glenn Morris
b60861e61f (Ffont_variation_glyphs): Silence compiler. 2009-01-16 03:26:29 +00:00
Glenn Morris
133ea5b2b2 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.
2009-01-16 03:24:54 +00:00
Glenn Morris
dbc76957a9 (copyright-update): Doc fix. 2009-01-16 03:19:58 +00:00
Glenn Morris
f8026f8c83 (pmail-update-summary): Declare. 2009-01-16 03:18:21 +00:00
Glenn Morris
f4550e4c08 (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.
2009-01-16 03:17:17 +00:00
Glenn Morris
b5ded71d73 Comment. 2009-01-16 03:16:37 +00:00
Stefan Monnier
b6388cc99c (tar-rename-entry): Only test the magic string, without
its version number, and then set both.
2009-01-16 02:38:58 +00:00
Richard M. Stallman
38cb7a93b1 (sentence-end): Accept non-break space. 2009-01-16 00:43:40 +00:00
Juanma Barranquero
98a1e0f5b7 Add bug reference. 2009-01-15 23:58:00 +00:00
Juanma Barranquero
a20d3598fc * org.texi (Clocking work time): Fix typo.
Reported by Peter Tury <tury.peter@gmail.com>.
2009-01-15 23:40:22 +00:00
Juanma Barranquero
8db52afe7b * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
Reported by David Robinow <drobinow@gmail.com>.
2009-01-15 18:04:34 +00:00
Dan Nicolaescu
6a6baf114e (Buffer-menu-mode-map): Add a menu. 2009-01-15 16:46:07 +00:00
Dan Nicolaescu
52a0198dfa (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert. 2009-01-15 15:41:32 +00:00
Jason Rumney
f4c45b4fb6 (UUID): New library for COM/OLE lookups. 2009-01-15 15:18:43 +00:00
Jason Rumney
7207c1a9e3 ($(BLD)/addpm.exe): Link with SHELL and OLE libs. 2009-01-15 15:17:44 +00:00
Dan Nicolaescu
fa9d0f3824 (Buffer-menu-mode): Derive from special-mode.
Refer to revert-buffer, not Buffer-menu-revert.
(Buffer-menu-revert): Remove function, unused.
(Buffer-menu-mode-map): Don't bind keys already
bound by special-mode.
2009-01-15 15:12:32 +00:00
Jason Rumney
84ef4ca220 (main): Try using COM to create start menu shortcuts
before resorting to DDE (Bug#202)
Remove second command-line argument.
2009-01-15 15:03:15 +00:00
Chong Yidong
7feadb909b (url-cookie-retrieve): Fix last change. 2009-01-15 13:59:50 +00:00
Chong Yidong
68fe704b63 * url-cookie.el (url-cookie-retrieve): Fix last change. 2009-01-15 13:59:43 +00:00
Chong Yidong
200c042450 * url-cookie.el (url-cookie-retrieve): If localpart is not a
string, use it literally.
2009-01-15 13:56:05 +00:00
Stephen Eglen
71f982e3ac (lisp-mode-variables): Doc fix. 2009-01-15 10:50:50 +00:00