1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
Commit Graph

66145 Commits

Author SHA1 Message Date
Glenn Morris
47c131a004 *** empty log message *** 2006-09-23 21:39:00 +00:00
Juanma Barranquero
ba5524f4af (Finternal_complete_buffer, Fread_minibuffer, Fdisplay_completion_list):
Fix typos in docstrings.
2006-09-23 21:07:44 +00:00
Chong Yidong
98da283bf0 * help.el (describe-key-briefly, describe-key): Don't expect an
extra up event if a down-event is generated by a popup menu.
2006-09-23 19:34:38 +00:00
Chong Yidong
abb67ad338 Fixed "mnazarewicz@gmail.com, Sep 21: ispell-change-dictionary" 2006-09-23 19:06:28 +00:00
Chong Yidong
e42a01cb9b * textmodes/ispell.el (ispell-change-dictionary): Don't check the
local dictionary when changing the global dictionary.
2006-09-23 19:05:03 +00:00
Chong Yidong
2b7c81b333 Fixed "Manheimer's icomplete patch" 2006-09-23 18:40:03 +00:00
Chong Yidong
397e713bc5 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
* icomplete.el (icomplete-with-completion-tables): List of
	specialized completion tables with which icomplete should
	operate.  Include the new `internal-complete-buffer', so icomplete
	works with interactive buffer-selection.
	(icomplete-simple-completing-p): Add acceptance of specialized
	completion tables listed in icomplete-with-completion-tables.
2006-09-23 18:39:22 +00:00
Chong Yidong
bf6a82f12e Fixed "david.hansen@physik.fu-berlin.de: WoMan Bug, Sep 13." 2006-09-23 18:30:44 +00:00
Richard M. Stallman
20ca8647ba *** empty log message *** 2006-09-23 16:32:03 +00:00
Richard M. Stallman
067b153673 *** empty log message *** 2006-09-23 15:45:56 +00:00
Richard M. Stallman
17739e8aad *** empty log message *** 2006-09-23 13:56:23 +00:00
Romain Francoise
47a0ee40fc (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too. 2006-09-23 13:50:32 +00:00
YAMAMOTO Mitsuharu
1e2d7573a8 (command-line): Use `custom-reevaluate-setting' for
`focus-follows-mouse'.
2006-09-23 09:17:00 +00:00
YAMAMOTO Mitsuharu
2ff62eacf8 (focus-follows-mouse): Set default to nil on Mac. 2006-09-23 09:16:40 +00:00
Kenichi Handa
b50685893e (Fmap_keymap): Docstring mentions about generic
character.
2006-09-23 05:37:18 +00:00
Kenichi Handa
5dfe789c70 *** empty log message *** 2006-09-23 05:37:07 +00:00
Richard M. Stallman
6bb3c1a861 *** empty log message *** 2006-09-23 03:26:07 +00:00
Richard M. Stallman
7adfb96e72 Whitespace fix. 2006-09-23 03:07:19 +00:00
Richard M. Stallman
47dfb2fa67 *** empty log message *** 2006-09-23 02:59:43 +00:00
Richard M. Stallman
a9af8380e7 *** empty log message *** 2006-09-22 21:57:28 +00:00
Richard M. Stallman
980a436de7 *** empty log message *** 2006-09-22 21:48:53 +00:00
Richard M. Stallman
83ff1415e5 (custom-buffer-create-internal): In `emacs -q',
explain why Save is not available.
2006-09-22 21:47:00 +00:00
Juanma Barranquero
da37d01fce (woman0-so): Use let*', not let'.
(woman-horizontal-line): Remove unbalanced parenthesis.
2006-09-22 21:35:30 +00:00
Stefan Monnier
8cc8239e5e Make sure all the end-of-region markers we use have
a non-nil insertion-type.
(woman0-so): Move things around so we can use copy-marker.
(woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
Adjust marker type.
(woman2-process-escapes): Check marker type.
(woman-horizontal-line): Dispense with the use of a marker.
2006-09-22 19:09:45 +00:00
Jay Belanger
eb8c8b0455 Add Greek letters to math-variable-table properties of tex. 2006-09-22 17:46:21 +00:00
Stefan Monnier
4560a582d6 (analyse_first): For eight-bit-control chars, mark both the
char's value and its leading byte in the fastmap.
(re_search_2): When fast-scanning without translation, be careful to
check that we only match the leading byte of a multibyte char.
2006-09-22 17:30:13 +00:00
Stefan Monnier
3ffcda5471 (PREV_CHAR_BOUNDARY): Make it work from within a char's byte sequence.
(AT_CHAR_BOUNDARY): New macro.
2006-09-22 17:30:02 +00:00
Chong Yidong
339250d54f ** iampure@gmail.com's Sep 15 bug report about View Changes In File. 2006-09-22 15:02:13 +00:00
Chong Yidong
16abdbe639 * files.el (save-some-buffers-action-alist): Display diff in
view-mode.
2006-09-22 15:01:41 +00:00
Masatake YAMATO
1d8f4cb627 (add-log-current-defun): Use `forward-sexp'
instead of `forward-word' to pick c++::symbol.
Reported by Herbert Euler <herberteuler@hotmail.com>.
2006-09-22 14:27:13 +00:00
Kenichi Handa
2e77924dcf *** empty log message *** 2006-09-22 12:56:44 +00:00
Kenichi Handa
f8e85ea8a7 Fix setting self-insert-command for multibyte
characters in global-map.
2006-09-22 12:55:25 +00:00
Kenichi Handa
983f6a3da6 (optimize_sub_char_table): Don't optimize a sub-char-table
whose default value is non-nil.
2006-09-22 12:54:38 +00:00
Jan Djärv
7b7d4a7915 * gtkutil.c (xg_get_file_with_chooser): Only chow C-l help for
Gtk+ versions < 2.10.
2006-09-22 08:19:55 +00:00
Jan Djärv
db4fd91493 Fix typo 2006-09-22 08:19:43 +00:00
Jan Djärv
782447bdd3 * gtkutil.c (xg_get_file_with_chooser): Only chow C-l help for
Gtk+ versions < 2.10.
2006-09-22 08:19:26 +00:00
Jan Djärv
66687b7c01 * xfns.c (syms_of_xfns): Fix typo in help text for
x-gtk-file-dialog-help-text.
2006-09-22 08:09:10 +00:00
Richard M. Stallman
c06f4c5903 *** empty log message *** 2006-09-21 21:06:31 +00:00
Richard M. Stallman
54c8342327 *** empty log message *** 2006-09-21 19:00:04 +00:00
David Kastrup
89bf250ee6 (mouse-posn-property): Fix typo for `event-start' in
doc string.
2006-09-21 18:02:47 +00:00
Richard M. Stallman
3e7678c825 *** empty log message *** 2006-09-21 16:13:02 +00:00
Chong Yidong
d96c45c827 "kitty@dre.vanderbilt.edu Sep 20 says make-frame ignores left and top"
is a Windows bug.
2006-09-21 14:57:19 +00:00
Kim F. Storm
9e09836ebf *** empty log message *** 2006-09-21 08:42:25 +00:00
Richard M. Stallman
79d41bd07d (Timers): Clarify about REPEAT when timer is delayed. 2006-09-21 01:51:55 +00:00
Kenichi Handa
8584826b5b ("Latin-1"): Add windows-1252 to
coding-priority.
("German"): Likewise.
2006-09-21 01:34:03 +00:00
Kenichi Handa
01e0132dbb *** empty log message *** 2006-09-21 01:23:31 +00:00
Richard M. Stallman
087b83a5f9 *** empty log message *** 2006-09-21 00:33:59 +00:00
Kim F. Storm
b521ddce87 *** empty log message *** 2006-09-20 23:38:23 +00:00
Kim F. Storm
eae510750d (member*): Use memql instead of complex code.
Suggested by Miles Bader.
2006-09-20 23:12:25 +00:00
Kim F. Storm
5bde639f47 (pushnew): Rework 2006-09-10 change. Use memql
instead of add-to-list in the simple case.
2006-09-20 23:12:15 +00:00