Glenn Morris
2fbcf1743e
Fix typos.
2007-04-13 02:58:17 +00:00
Glenn Morris
a7da3bc55c
Fix typos.
...
(lib-src): timer, wakeup, yow are removed.
2007-04-13 02:55:28 +00:00
Richard M. Stallman
257f1b1e1d
*** empty log message ***
2007-04-13 01:40:24 +00:00
Chong Yidong
a02ddb9a97
** sdl.web@gmail.com, Apr 12: misbehaviour of outline-backward-same-level
...
Fixed.
2007-04-13 01:18:51 +00:00
Chong Yidong
29779b2d7b
* outline.el (outline-get-next-sibling): Clarify docstring.
...
(outline-get-last-sibling): Handle case where we are at the first
heading. Clarify docstring.
2007-04-13 01:17:51 +00:00
Nick Roberts
cb2ec9315e
(Format of Keymaps): Remove spurious ")" from
...
value of lisp-mode-map.
2007-04-12 23:23:25 +00:00
Nick Roberts
4a54c78a21
*** empty log message ***
2007-04-12 23:22:29 +00:00
Richard M. Stallman
69e854ce51
*** empty log message ***
2007-04-12 21:47:29 +00:00
Richard M. Stallman
a983c52638
(Glossary): Explain `iff'.
2007-04-12 21:40:55 +00:00
Nick Roberts
011dd48c57
(jdb): Add gud-print.
...
(gud-find-expr): Jdb prints the expression with the value, so
don't insert it in the output.
2007-04-12 14:24:54 +00:00
Nick Roberts
f501a00fae
*** empty log message ***
2007-04-12 14:24:22 +00:00
Nick Roberts
61e1467947
(gud-minor-mode-map): Make go button same
...
same length as stop button to lessen flicker.
2007-04-12 09:11:03 +00:00
Nick Roberts
ad108e41d1
*** empty log message ***
2007-04-12 09:10:35 +00:00
YAMAMOTO Mitsuharu
2a953eae53
[TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event):
...
Use GetGlobalMouse instead of GetMouse and LocalToGlobal.
(mac_initialize_display_info) [MAC_OSX]: Use CGRectZero.
(mac_initialize_display_info) [!MAC_OSX]: dpyinfo->height and
dpyinfo->width are those of whole screen.
2007-04-12 08:12:00 +00:00
YAMAMOTO Mitsuharu
f82bd023a6
(xrm_get_preference_database, Fmac_get_preference)
...
[TARGET_API_MAC_CARBON]: Use CFPreferencesAppSynchronize.
2007-04-12 08:11:16 +00:00
Glenn Morris
880ea92562
Fix some typos.
2007-04-12 04:16:47 +00:00
Glenn Morris
c8d646ca14
Fix typos.
2007-04-12 03:51:24 +00:00
Glenn Morris
6c65d6b393
Grammar fixes.
2007-04-12 03:32:38 +00:00
Glenn Morris
4f411665c2
(BUGS): Try to be a little more helpful...
2007-04-12 02:33:59 +00:00
Glenn Morris
88b27a03d8
*** empty log message ***
2007-04-12 02:32:30 +00:00
Glenn Morris
29b7722ada
Remove date at the top of the file, since it is almost always
...
incorrect and contains no useful info.
2007-04-12 02:31:20 +00:00
Glenn Morris
60df22cc35
Changes from author without assignment are (thankfully) tiny.
2007-04-12 02:29:32 +00:00
Jason Rumney
e39ef8913c
(dnd-get-local-file-name): Decode both upper and lower
...
case hex. Do not try to decode non-hex letters.
2007-04-11 23:42:03 +00:00
Jason Rumney
eb6526ba7e
*** empty log message ***
2007-04-11 23:41:35 +00:00
Nick Roberts
ddb0458267
*** empty log message ***
2007-04-11 22:48:07 +00:00
Karl Berry
df7593dd91
wording for 8.5x11
2007-04-11 20:57:52 +00:00
Kim F. Storm
444ad0f558
Add item: Avoid using "iff" in doc strings.
2007-04-11 20:06:57 +00:00
Richard M. Stallman
2c07ba732a
(File Conveniences): Add xref to Tumme. Delete text about Thumbnail mode.
2007-04-11 19:38:25 +00:00
Chong Yidong
fb67ebdf16
(byte-optimize-form-code-walker): Evaluate pure function calls if possible.
...
(byte-optimize-all-constp): New function.
2007-04-11 17:10:42 +00:00
Chong Yidong
f782c3293c
* emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
...
Evaluate pure function calls if possible.
(byte-optimize-all-constp): New function.
2007-04-11 17:10:26 +00:00
Karl Berry
cd64b8f1e1
improve breaks in 8.5x11
2007-04-11 16:27:33 +00:00
Richard M. Stallman
db365b8e56
*** empty log message ***
2007-04-11 15:07:14 +00:00
Richard M. Stallman
d95c8be369
(Lazy Properties): Minor fix.
2007-04-11 15:07:05 +00:00
Richard M. Stallman
5df5344d8d
*** empty log message ***
2007-04-11 04:38:35 +00:00
Glenn Morris
a746fb658b
Markus Triska <markus.triska at gmx.at>:
...
(byte-compile-char-before): Improve numeric argument case.
(byte-compile-backward-char, byte-compile-backward-word): New
functions, performing rewriting previously done in byte-opt.el.
Fix their "Fixme" item (restriction to numeric arguments).
2007-04-11 03:59:20 +00:00
Glenn Morris
6f7e29f1d2
Markus Triska <markus.triska at gmx.at>:
...
(byte-optimize-backward-char, byte-optimize-backward-word): Remove -
move to bytecomp.el.
2007-04-11 03:57:11 +00:00
Glenn Morris
03d7faa3a2
*** empty log message ***
2007-04-11 03:55:50 +00:00
Richard M. Stallman
9a1bceb446
*** empty log message ***
2007-04-11 02:53:59 +00:00
Stefan Monnier
341c2f07d4
(desktop-save, desktop-create-buffer): Replace mapcar with dolist.
...
(after-init-hook): Don't quote lambda.
(desktop-first-buffer): Don't wrap it in eval-when-compile.
(desktop-internal-v2s): Remove unused var `el'.
(desktop-buffer-major-mode, desktop-buffer-locals): Move out of
desktop-restore-file-buffer.
(desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
desktop-create-buffer.
2007-04-11 02:28:26 +00:00
Miles Bader
c429815a6b
Merge from gnus--rel--5.10
...
Patches applied:
* gnus--rel--5.10 (patch 214-215)
- Merge from emacs--devo--0
- Update from CVS
2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-msg.el (gnus-inews-yank-articles): Use
message-exchange-point-and-mark instead of exchange-point-and-mark.
2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/message.el (message-yank-original): Make sure cited text ends with
newline; don't exchange point and mark.
2007-04-07 Chong Yidong <cyd@stupidchicken.com>
* lisp/gnus/tls.el (open-tls-stream): Properly handle case where there
is no associated buffer.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-697
2007-04-10 23:48:06 +00:00
Chong Yidong
69c8eea222
Add comment.
2007-04-10 19:35:34 +00:00
Chong Yidong
c7d397233e
(woman-decode-buffer): Postphone macro-set check...
...
(woman-decode-region): ...to here.
2007-04-10 19:30:12 +00:00
Chong Yidong
d752a9f9d0
* woman.el (woman-decode-buffer): Postphone macro-set check...
...
(woman-decode-region): ...to here.
2007-04-10 19:30:01 +00:00
Chong Yidong
796f2ac985
(note_mode_line_or_margin_highlight): Don't decrement glyph pointer
...
before start of glyph row.
2007-04-10 15:57:25 +00:00
Chong Yidong
63a4fc686d
* xdisp.c (note_mode_line_or_margin_highlight): Don't decrement glyph
...
pointer before start of glyph row.
2007-04-10 15:57:01 +00:00
Thien-Thi Nguyen
ae8bf5abb8
(tty-handle-args): Use %S to log ARGS.
2007-04-10 11:40:50 +00:00
Thien-Thi Nguyen
5acce4b775
Delete eol whitespace; nfc.
2007-04-10 11:37:48 +00:00
Glenn Morris
f22f1a912b
(default-buffer-file-type): Add defvar to quieten byte-compiler.
2007-04-10 04:05:10 +00:00
Glenn Morris
39234e3973
(cperl-mode): Remove unnecessary call to obsolete function
...
make-local-hook.
2007-04-10 04:05:00 +00:00
Glenn Morris
51fc848bd5
(top-level): Move (require 'tempo) to start to quieten byte-compiler.
2007-04-10 04:02:45 +00:00