1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

102456 Commits

Author SHA1 Message Date
Chong Yidong
a632608298 Document copy-directory and related changes in manuals.
* doc/emacs/buffers.texi (Misc Buffer): Move view-buffer to View Mode.

* doc/emacs/display.texi (View Mode): New node.  Move view-file here from
Misc File Ops.  Move view-buffer here from Misc Buffer.

* doc/emacs/files.texi (Misc File Ops): Document new
delete-by-moving-to-trash behavior.  Remove view-file.

* doc/lispref/files.texi (Changing Files, Create/Delete Dirs): Document new
arguments for delete-file, delete-directory, and copy-directory.
2011-08-28 17:07:10 -04:00
Johan Bockgård
6bc8cd6546 * src/term.c (init_tty) [HAVE_GPM]: Move mouse settings after set_tty_hooks. 2011-08-28 22:45:55 +02:00
Chong Yidong
04e2ce72d0 Document trash changes in manual.
* doc/emacs/dired.texi (Dired Deletion): Shorten description of Trash.

* doc/emacs/files.texi (Misc File Ops): Document new
delete-by-moving-to-trash behavior.

* doc/lispref/files.texi (Changing Files, Create/Delete Dirs): Document TRASH
argument.
2011-08-28 16:22:10 -04:00
Dani Moncayo
1f403cb991 * dic/lispref/lists.texi (Building Lists): Fix typo. 2011-08-28 15:08:45 -04:00
Chong Yidong
b9696605a3 Make custom-theme-choose-mode inherit from special-mode.
* lisp/cus-theme.el (custom-theme-choose-mode): Inherit from special-mode.
(custom-theme-choose-mode-map): Add special-mode to parent.

Fixes: debbugs:9124
2011-08-28 15:05:26 -04:00
Christoph Scholtes
09ac1c2ac0 Make Help mode inherit from special-mode.
* help-mode.el (help-mode-map): Add special-mode-map to parent.
(help-mode): Derive help-mode from special-mode. Don't invoke
view-mode from help-mode.
(help-xref-override-view-map): Remove.
(help-make-xrefs): Remove minor-mode-overriding-map-alist since
view-mode is not used anymore.
2011-08-28 14:58:16 -04:00
Chong Yidong
ddb54206dd Update manuals for some Emacs 24 changes.
* doc/emacs/misc.texi (emacsclient Options): Document server-port.

* doc/lispref/display.texi (Progress): Document spinner functionality.

* doc/lispref/frames.texi (Layout Parameters): The defaults for the
menu-bar-lines and tool-bar-lines parameters depend on the mode.

* doc/lispref/objects.texi (Symbol Type): Document ## print representation.

* doc/lispref/os.texi (Killing Emacs): Note that kill-emacs can be called by
operating system signals.  Refer to save-buffers-kill-terminal
instead of save-buffers-kill-emacs.
2011-08-28 14:49:59 -04:00
Chong Yidong
7a1ff57fac * lisp/server.el (server-port): Doc fix. 2011-08-28 14:46:38 -04:00
Alan Mackenzie
ef8cdf8c2a Fix - typing on a C++ inher-intro or inher-cont line should preserve the
fontification of the inherited class names.  Analogously for namespace
names and Java import, extends, etc.

(cc-fonts.el): (c-make-font-lock-BO-decl-search-function): New function.
(c-basic-matchers-after - "Fontify the clauses after various keywords"):
Extract the three keyword lists for the 3 erroneous constructs from the
list of four, and use the new function above in place of an old one.
2011-08-28 11:42:33 +00:00
Bastien Guerry
d6b9407c0c A few cosmetic fixes in lisp/org/ChangeLog. 2011-08-28 10:31:04 +02:00
Deniz Dogan
27de4e2048 * lisp/net/rcirc.el (rcirc-insert-prev-input)
(rcirc-insert-next-input): Remove unused argument.
2011-08-28 08:07:14 +02:00
Stefan Monnier
356a368181 * lisp/shell.el (shell-parse-pcomplete-arguments): Unquote args.
Fixes: debbugs:9160
2011-08-28 01:15:17 -04:00
Eli Zaretskii
dca4927e8b Fix vertical cursor motion from start of R2L lines in L2R paragraphs.
src/xdisp.c (move_it_to): Don't bail out early when reaching
 position beyond to_charpos, if we are scanning backwards.
 (move_it_vertically_backward): When DY == 0, make sure we get to
 the first character in the line after the newline.
2011-08-27 21:11:49 +03:00
Eli Zaretskii
b75258b328 src/bidi.c: Rearrange commentary to bidi_fetch_char. 2011-08-27 15:18:27 +03:00
Eli Zaretskii
bd206ce50c Minor fix of documenting for focus-follows-mouse.
doc/emacs/frames.texi (Frame Commands): Advise setting focus-follows-mouse
 even on MS-Windows.  Fix a typo.
2011-08-27 15:10:24 +03:00
Alan Mackenzie
9980ebf354 textmodes/paragraphs.el. Undo previous accidental patch. 2011-08-27 11:14:50 +00:00
Alan Mackenzie
3fc9b21845 progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it handle
function pointer parameters properly.
2011-08-27 08:41:23 +00:00
Martin Rudalics
538a061c72 Fix bug in display-buffer-reuse-window (Bug#9381).
* window.el (display-buffer-reuse-window): Fix case where
selected window was reused with non-nil OTHER-WINDOW argument.
(Bug#9381)
2011-08-27 10:38:33 +02:00
Eli Zaretskii
f18164855a etc/NEWS: Fix entries related to bidirectional support. 2011-08-27 11:36:56 +03:00
Deniz Dogan
35b1c40c36 * net/rcirc.el (rcirc-check-auth-status): Adding support for oftc's NickServ messages. 2011-08-27 10:28:46 +02:00
Eli Zaretskii
bdcdea6699 TUTORIAL.he: Use LRE instead of LRO. 2011-08-27 11:22:29 +03:00
Paul Eggert
f2cad7739d * ccl.c: Improve and simplify overflow checking (Bug#9196).
(ccl_driver): Do not generate an out-of-range pointer.
(Fccl_execute_on_string): Remove unnecessary check for
integer overflow, noted by Stefan Monnier in
<http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
Remove a FIXME that didn't need fixing.
Simplify the newly-introduced buffer reallocation code.
2011-08-27 00:07:32 -07:00
Juanma Barranquero
0cae2cdbb3 src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h. 2011-08-27 03:42:00 +02:00
Glenn Morris
2f6a3e7912 * lisp/saveplace.el (save-place-limit): Make it finite. (Bug#9352) 2011-08-26 20:52:47 -04:00
Chong Yidong
041d709f19 Re-order NEWS items. 2011-08-26 15:10:19 -04:00
Paul Eggert
5fc295a42f Merge from trunk. 2011-08-26 09:13:07 -07:00
Chong Yidong
7254299e4d * package.el (package-install): Call package-initialize if called interactively. 2011-08-26 11:53:50 -04:00
Chong Yidong
d43f5a423d Document package manager in Emacs manual.
* doc/emacs/package.texi: New file, documenting the package manager.

* doc/emacs/emacs.texi: Include it.

* doc/emacs/help.texi (Help Summary): Add describe-package.
2011-08-26 11:48:19 -04:00
Glenn Morris
37846983d0 Auto-commit of generated files. 2011-08-26 06:19:08 -04:00
Eli Zaretskii
c11821d4e1 Fix bug #9324 with unwarranted repositioning of point.
src/xdisp.c (redisplay_window): Don't force window start if point
 will be invisible in the resulting window.
2011-08-26 13:07:06 +03:00
Leo Liu
f8ccf16762 Fix format bug in defstruct
http://debbugs.gnu.org/9357
2011-08-26 17:52:07 +08:00
Katsumi Yamaoka
2a9878fd77 mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype. 2011-08-26 09:01:56 +00:00
Jan Djärv
52ec1febdd * configure.in: Add -MP to DEPFLAGS.
Fixes: debbugs:9372
2011-08-26 09:12:16 +02:00
Paul Eggert
fcbc5f60ee Merge from trunk. 2011-08-25 22:05:13 -07:00
Katsumi Yamaoka
16e07ee0c3 gnus-msg.el (gnus-setup-message): Remove extra apostrophe. 2011-08-26 04:25:55 +00:00
Paul Eggert
ef25feb443 Merge from trunk. 2011-08-25 15:38:52 -07:00
Juri Linkov
3e8cd5ce95 * lisp/isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
`search-whitespace-regexp'.

Fixes: debbugs:9364
2011-08-25 23:48:45 +03:00
Juri Linkov
93eb711326 * lisp/isearch.el (isearch-edit-string): Let-bind `search-ring' and
`regexp-search-ring' to their global values to protect from
updating by `read-from-minibuffer'.

Fixes: debbugs:9185
2011-08-25 23:32:54 +03:00
Juri Linkov
f65d1611ff * lisp/textmodes/ispell.el (ispell-command-loop): Add newline
at the end of the "Use option `i'..." line.
2011-08-25 22:54:07 +03:00
Juri Linkov
f1cf7a31ca * lisp/battery.el (display-battery-mode): If `battery-status-function'
or `battery-mode-line-format' is nil, display the message and set
`display-battery-mode' to nil.

Fixes: debbugs:9363
2011-08-25 22:49:57 +03:00
Paul Eggert
a974cdce9b Merge from trunk. 2011-08-25 12:06:56 -07:00
Eli Zaretskii
e25be79236 Fix last change for text terminals.
src/xdisp.c (try_cursor_movement): Don't advance `row' beyond the
 last row of the window.
2011-08-25 20:16:39 +03:00
Eli Zaretskii
fee65a97c0 Fix cursor motion with long continued lines near window bottom.
src/xdisp.c (try_cursor_movement): Check for the need to scroll more
 accurately, and prefer exact match for point under bidi.
2011-08-25 19:33:16 +03:00
Chong Yidong
856ce114ff Fix Emacs manual chapter numbers in last change. 2011-08-25 12:30:46 -04:00
Chong Yidong
f404f8bc63 Relocate some additional Emacs manual nodes.
* doc/emacs/display.texi (Narrowing): Move into display chapter.

* doc/emacs/picture-xtra.texi (Picture Mode): Group with Editing Binary
Files section.  Convert from chapter into section.

* doc/emacs/text.texi (Two-Column): Move into Text chapter.
2011-08-25 12:13:59 -04:00
Chong Yidong
e0b1591ba7 Rearrange manual chapters to group mail, rmail, and gnus together.
* sending.texi (Sending Mail):
* rmail.texi (Rmail):
* misc.texi (Gnus, Document View):
* dired.texi (Dired):
* emacs.texi: Group the mail, rmail, and gnus chapters together.
2011-08-25 11:38:49 -04:00
Bastien Guerry
84f211108b Cosmetic fixes. 2011-08-25 13:00:13 +02:00
Eli Zaretskii
0c95fcf739 Handle `(space ...)' display spec as paragraph separator.
src/xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
 the display spec is of the form `(space ...)'.
 (handle_display_spec): Return the value returned by
 handle_single_display_spec, not just 1 or zero.
 (handle_single_display_spec): If the display spec is of the form
 `(space ...)', and specifies display in the text area, return 2
 rather than 1.
 src/dispextern.h (struct bidi_it): Rename the disp_prop_p member
 into disp_prop; all users changed.
 src/bidi.c (bidi_fetch_char): If compute_display_string_pos returns
 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
 for the text covered by the display property.
 lisp/buff-menu.el (Buffer-menu-buffer+size): Remove calls to
 bidi-string-mark-left-to-right; they are unnecessary now.
 doc/lispref/display.texi (Specified Space): Mention that `space' specs
 influence bidi reordering.
 (Bidirectional Display): Explain how to use `(space . PROPS)' for
 separating fields with bidirectional content.
2011-08-25 13:45:33 +03:00
Deniz Dogan
a2ebe600c9 * lisp/net/quickurl.el: Documentation typo fixes. 2011-08-25 07:43:57 +02:00
Glenn Morris
b2948976fc * lisp/emacs-lisp/derived.el (define-derived-mode): Doc fix. 2011-08-24 22:37:55 -07:00