1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

59538 Commits

Author SHA1 Message Date
Carsten Dominik
de07af382e *** empty log message *** 2005-09-23 15:46:39 +00:00
Carsten Dominik
28e5b05106 * textmodes/org.el (org-mode-map, orgtbl-mode-map): Move
keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
	of `remap' feature when available.  Additional key bindings for
	better tty support.
	(org-mode-restart, org-force-self-insert): New commands.
	(org-time-stamp-inactive): New command.
	(org-remap): New function.
	(org-table-auto-blank-field, org-level-color-stars-only): New
	options.
	(org-enable-fixed-width-editor): Moved to `org-structure'
	customization group.
	(org-self-insert-command, orgtbl-self-insert-command): Modified to
	blank field after field motion commands.
2005-09-23 15:45:39 +00:00
Kenichi Handa
8fb7dc777b (set-language-environment): Don't
check utf-translate-cjk-lang-env is nil or not on deciding if we
have to call utf-translate-cjk-load-tables.
2005-09-23 02:13:36 +00:00
Stefan Monnier
39739f21c6 (mouse-move-drag-overlay): Fix last change. 2005-09-22 21:30:58 +00:00
Stefan Monnier
ba30148b10 Fix minor mis-ordering. 2005-09-22 21:30:40 +00:00
David Ponce
38d0d9879c (tree-widget-value-create): Fix previous change. 2005-09-22 09:54:54 +00:00
David Ponce
e5534f18e8 *** empty log message *** 2005-09-22 09:54:17 +00:00
Kim F. Storm
f291069afb (message_dolog): Add warning about GC and Lisp strings.
(message2): Fix commentary.  Ok to use alloca'ed memory.
Still not ok to use Lisp string data (because of GC).
(set_message): Add comment why GC cannot happen.
2005-09-22 09:39:01 +00:00
Kim F. Storm
5db60f3131 *** empty log message *** 2005-09-22 09:38:45 +00:00
Kim F. Storm
76de4b0de3 *** empty log message *** 2005-09-22 08:33:19 +00:00
YAMAMOTO Mitsuharu
7c3d233d90 (xlfdpat_block_match_1): Fix assertion.
(init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
variants for a scalable font multiple times.
2005-09-22 07:53:45 +00:00
Dan Nicolaescu
0278364cef (terminal-init-xterm): Fix loading rxvt at run
time.
2005-09-21 23:12:14 +00:00
Stefan Monnier
aaf15b8b6f (mouse-move-drag-overlay): New function.
(mouse-drag-region-1): Use it.
Try to simplify a bit the state handling.  Handle clicks on links
inside intangible areas.
(mouse-save-then-kill): Minor simplification.
(mouse-secondary-overlay): Make it always non-nil instead of
recreating it each time.
(mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
(mouse-kill-secondary, mouse-secondary-save-then-kill):
Simplify accordingly.
2005-09-21 20:26:49 +00:00
Dan Nicolaescu
b778ed18b6 (rxvt-standard-colors): Fix some colors. 2005-09-21 18:53:07 +00:00
Thien-Thi Nguyen
27e816524a Update FSF street address; nfc. 2005-09-21 11:40:15 +00:00
Romain Francoise
8d18935d59 Downcase. 2005-09-21 09:28:52 +00:00
Kim F. Storm
a762b7b874 *** empty log message *** 2005-09-21 08:36:27 +00:00
Juanma Barranquero
cb9214f243 *** empty log message *** 2005-09-21 08:07:58 +00:00
YAMAMOTO Mitsuharu
acde11527b *** empty log message *** 2005-09-21 08:04:40 +00:00
YAMAMOTO Mitsuharu
385f3fc8ad Change Mac OS 8 or 9' to Mac OS Classic'.
(Mac OS): Update feature support status.
(Mac Input): List supported input scripts.  Remove description
about `mac-keyboard-text-encoding'.  Mention mouse button
emulation and related variables.
(Mac International): Mention Central European and Cyrillic
support.  Now `keyboard-coding-system' is dynamically changed.
Add description about coding system for selection.  Add
description about language environment.
(Mac Environment Variables): Mention
`~/.MacOSX/environment.plist'.  Give example of command line
arguments.  Add Preferences support.
(Mac Directories): Explicitly state that this node is for Mac OS
Classic only.
(Mac Font Specs): Mention specification for scalable fonts.  List
supported charsets.  Add preferred way of creating fontsets.  Add
description about `mac-allow-anti-aliasing'.
(Mac Functions): Add descriptions about `mac-set-file-creator',
`mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
and `mac-get-preference'.
2005-09-21 08:04:18 +00:00
YAMAMOTO Mitsuharu
70dc606268 (Top): Update submenus from macos.texi. 2005-09-21 08:03:58 +00:00
YAMAMOTO Mitsuharu
21375f1e33 (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
Setup slave tty options before forking.
2005-09-21 08:03:30 +00:00
Romain Francoise
2f2db7cc58 Fixup whitespace. 2005-09-21 07:20:40 +00:00
Chong Yidong
7cbd13335d Fixed ebrowse bug. 2005-09-20 20:30:00 +00:00
Jan Djärv
52d166e00e * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
positions have been set for the frame (as is done for frames in
 special-display-buffer-names).
2005-09-20 20:07:15 +00:00
Michael Kifer
15c77b9ecd 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-ptch.el (ediff-file-name-sans-prefix): treat nil as an empty
	string.
	(ediff-fixup-patch-map): better heuristic for intuiting the file names
	to patch.
	(ediff-prompt-for-patch-file): more intuitive prompt.

	* ediff-util.el: use insert-buffer-substring.

	* ediff-vers.el (cvs-run-ediff-on-file-descriptor): bug fix.

	* viper-cmd.el (viper-change-state): don't move over the field
	boundaries in the minibuffer.
	(viper-set-minibuffer-style): add viper-minibuffer-post-command-hook.
	(viper-minibuffer-post-command-hook): new hook.
	(viper-line): don't move cursor at bolp.

	* viper-ex.el (ex-pwd, viper-info-on-file): fixed message

	* viper-init.el: add alias to make-variable-buffer-local to avoid
	compiler warnings.

	* viper-macs.el (ex-map): better messages.

	* viper-utils.el (viper-beginning-of-field): new function.

	* viper.el: replace make-variable-buffer-local with
	viper-make-variable-buffer-local everywhere, to avoid warnings.
2005-09-20 17:47:28 +00:00
Chong Yidong
41ea4df8c3 (add_sym): Compare namespace names instead of namespace objects. This
prevents the parser from incorrectly treating classes whose superclass
is in another namespace.
2005-09-20 13:19:29 +00:00
Juanma Barranquero
1768573d12 *** empty log message *** 2005-09-20 08:05:56 +00:00
Stefan Monnier
f002506f6e (mouse-drag-mode-line-1, mouse-drag-vertical-line):
Delete unused var `old-selected-window'.
(mouse-drag-region-1): Delete unused vars `start-frame' `end-of-range'.
(mouse-drag-secondary): Delete unused var `start-frame'.
2005-09-19 18:51:54 +00:00
Stefan Monnier
fac3f386de (terminal-init-rxvt): Add entry for [end]. 2005-09-19 17:45:31 +00:00
Stefan Monnier
f09cfd285f (mark-visible-calendar-date): Save excursion.
Re-indent within 80 columns.  Use inhibit-read-only.
2005-09-19 17:41:22 +00:00
Romain Francoise
12b8cf536a (mark-diary-entries): Revert last change. 2005-09-19 16:03:51 +00:00
Stefan Monnier
5d4247d31a (font-lock-default-fontify-region): Don't unconditionally add a line, since
the after-change-function already did it.
2005-09-19 12:08:07 +00:00
Miles Bader
e3fba586d6 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Remove CVS keywords from newsticker files
2005-09-19 10:41:15 +00:00
Miles Bader
430d3ed772 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 118-121)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0

2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus.el (gnus-group-startup-message): Bind image-load-path.

2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-mime-display-part): Protect against broken
   MIME messages.

2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Finding the Parent): Fix description of how Gnus
   finds article.

2005-09-14  Jari Aalto  <jari.aalto@cante.net>

   * man/gnus.texi (Advanced Scoring Examples): New exmples to teach how
   to drop off non-answered articles.
2005-09-19 10:14:34 +00:00
Romain Francoise
b720164466 (dired-handle-overwrite): Don't use `format' here. The prompt is
formatted later.  From Johan Bockg� <bojohan+sf@dd.chalmers.se>.
2005-09-19 10:13:34 +00:00
David Ponce
4ff094a826 (tree-widget-value-create): Save the converted tree :node widget. 2005-09-19 09:52:32 +00:00
Juanma Barranquero
900d169800 *** empty log message *** 2005-09-19 09:37:35 +00:00
Juanma Barranquero
3e7269d91f (newsticker.dvi): Fix erroneous use of curly brackets on macro `srcdir'. 2005-09-19 09:36:42 +00:00
Juanma Barranquero
7fa1a8f9db (sh-blink): Fix spurious reference to variable `message'. 2005-09-19 09:17:14 +00:00
Juanma Barranquero
22c53b836c (mh-ps-print-msg-show): Fix misplaced parenthesis in previous change. 2005-09-19 09:12:46 +00:00
Kim F. Storm
f5be4dfd96 (Fformat): Don't scan past end of format string that
ends in %.  Reported by: Johan Bockgård.
2005-09-19 08:13:14 +00:00
Kim F. Storm
12d10bc72b *** empty log message *** 2005-09-19 08:13:02 +00:00
Michael Albinus
bc103d0011 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order to
cover prompts like "login as:".  Reported by Slawomir Nowaczyk
<slawomir.nowaczyk.847@student.lu.se>.
2005-09-18 20:01:57 +00:00
Andreas Schwab
9f1cf0e3c9 (struct window): Remove height_fixed_p, no longer set. 2005-09-18 16:30:27 +00:00
Andreas Schwab
3df0580e89 (make_window): Don't initialize height_fixed_p.
(window_fixed_size_p): Don't use it.
2005-09-18 16:28:53 +00:00
John Paul Wallington
8a658a52b8 (Fdefalias): Signal an error if SYMBOL is not a symbol. 2005-09-18 16:23:12 +00:00
Chong Yidong
93a75651ff (image-load-path): Use symbol `data-directory' instead of its value,
for backward compatibility with packages that bind it during
`find-image'.  Suggested by Katsumi Yamaoka.
(image-search-load-path): Handle symbols whose values are strings.
2005-09-18 14:04:46 +00:00
Chong Yidong
906320ec02 Updated documentation for `image-load-path'. 2005-09-18 14:03:55 +00:00
Romain Francoise
71773400ad (mark-diary-entries): Rearrange to wrap with-current-buffer form in
save-excursion.
2005-09-18 13:26:54 +00:00