Eli Zaretskii
53b0595aed
Add details about emacsclient -c and -t on MS-Windows.
...
doc/emacs/msdog.texi (Windows Startup): Add description of emacsclient
operation under -c and -t on MS-Windows.
doc/emacs/misc.texi (emacsclient Options): Add cross-reference to "Windows
Startup".
Fixes: debbugs:11091
2012-04-02 20:33:41 +03:00
Glenn Morris
c0ea195db9
* emacs-lisp/authors.el (authors-aliases): Another addition.
2012-04-02 09:32:06 -07:00
Bastien Guerry
23f6720ebc
Fix regressions in Org.
2012-04-02 17:42:03 +02:00
Glenn Morris
809a46259c
Auto-commit of generated files.
2012-04-02 06:17:30 -04:00
Alan Mackenzie
551b046fc3
NEWS: Add CC Mode entries.
2012-04-02 09:59:52 +00:00
Michael Albinus
5ca64e000c
* net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
...
`tramp-compat-call-process' instead of `tramp-local-call-process'.
Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2012-04-02 10:50:26 +02:00
Chong Yidong
319bc402c8
Bump version to 24.0.95.
...
Regenerate AUTHORS and ldefs-boot.el.
2012-04-02 12:38:31 +08:00
Dani Moncayo
dc663c794c
* doc/emacs/custom.texi (Changing a Variable): Fix example.
2012-04-02 12:18:06 +08:00
Paul Eggert
7bd20f915b
Spelling fixes.
2012-04-01 17:43:32 -07:00
Eli Zaretskii
8c5c03ba38
More tweaks about emacsclient on MS-Windows.
...
Fixes: debbugs:11091
2012-04-01 23:47:58 +03:00
Bastien Guerry
dfd989375d
Fix copyright and authors lines in Org
2012-04-01 22:27:06 +02:00
Bastien Guerry
3460d15923
Fix copyright declaration in ob-fortran.el
2012-04-01 21:55:11 +02:00
Glenn Morris
b8f84b1d9e
NEWS fix.
2012-04-01 12:32:29 -07:00
Bastien Guerry
126b903e70
Fix bug in org-todo.
2012-04-01 20:37:50 +02:00
Eli Zaretskii
0d22482622
Improve documentation of emacsclient -c and -t on MS-Windows.
...
doc/emacs/misc.texi (emacsclient Options): More clarifications about -t
and -c on MS-Windows.
Fixes: debbugs:11091
2012-04-01 20:44:17 +03:00
Eli Zaretskii
8bc53d00e3
Fix unsafe use of alloca reported in bug #11138 .
...
src/w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
instead of alloca.
2012-04-01 19:55:30 +03:00
Andreas Schwab
3b0512a3d5
Fixes: debbugs:11141
...
* w32menu.c (is_simple_dialog): Properly check lisp types.
2012-04-01 18:42:57 +02:00
Glenn Morris
d6ec6cb42b
Auto-commit of loaddefs files.
2012-04-01 06:22:13 -04:00
Bastien Guerry
153ae947f8
Update to Org version 7.8.07 (commit da0e6f in Org's repo)
2012-04-01 11:49:25 +02:00
Chong Yidong
42ee526b1a
Rename file-subdir-of-p to file-in-directory-p.
...
* lisp/files.el (file-in-directory-p): Rename from file-subdir-of-p.
Handle root directory properly.
(copy-directory): Caller changed.
* lisp/dired-aux.el (dired-copy-file-recursive, dired-create-files):
* lisp/net/tramp.el (tramp-file-name-for-operation): Callers changed.
* doc/lispref/files.texi (Kinds of Files): file-subdir-of-p renamed to
file-in-directory-p.
2012-04-01 10:44:24 +08:00
Glenn Morris
40f86458cc
Doc fix for xterm-extra-capabilities
...
* lisp/term/xterm.el (xterm-extra-capabilities): Doc fix.
* etc/PROBLEMS: Mention xterm-extra-capabilities issue.
2012-03-31 13:22:04 -07:00
Glenn Morris
7019c1775e
* lisp/language/indian.el ("Devanagari"): Fix typo.
...
Fixes: debbugs:11103
2012-03-31 13:05:46 -07:00
Glenn Morris
a1daddd610
Revert 2012-03-28 calendar change
...
* lisp/calendar/calendar.el (calendar-window-list)
(calendar-hide-window): Restore.
(calendar-exit): Use calendar-window-list, calendar-hide-window again.
Fixes: debbugs:11140
2012-03-31 13:03:59 -07:00
Glenn Morris
0b0210946b
Edebug doc fixes
...
* doc/lispref/edebug.texi (Instrumenting Macro Calls):
Mention defining macros at instrumentation time.
(Edebug Options): Mention edebug-unwrap-results.
* lisp/emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
Comments.
* admin/FOR-RELEASE: Markup.
2012-03-31 12:58:05 -07:00
Eli Zaretskii
979022ef17
Fix bug #11063 with move_it_by_lines when there's a before-string at bol.
...
src/xdisp.c (move_it_by_lines): When DVPOS is positive, and the
position we get to after a call to move_it_to fails the
IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
only if we wind up in a string from display property.
2012-03-31 22:30:53 +03:00
Eli Zaretskii
a6b1c7ccc3
Fix bug #7464 with mouse highlight after "C-x 1".
...
src/window.c (Fdelete_other_windows_internal): Invalidate the row
and column information about mouse highlight, so that redisplay
restores it after reallocating the glyph matrices.
2012-03-31 21:10:34 +03:00
Eli Zaretskii
697ba24bbf
Remove an incorrect assertion on move_it_by_lines.
...
src/xdisp.c (move_it_by_lines): Remove the assertion that
"it->current_x == 0 && it->hpos == 0" which can be legitimately
violated when there's a before-string at the beginning of a line.
(Bug#11063)
2012-03-31 20:08:38 +03:00
Eli Zaretskii
50fe197c68
Improve documentation of 'cursor' text property.
...
doc/lispref/text.texi (Special Properties): Clarify the description of the
effect of integer values of the 'cursor' property on cursor
position. See the discussions in bug#11068 for more details and
context.
2012-03-31 13:27:04 +03:00
Eli Zaretskii
1d265f9f09
Fix bug #11091 with inaccurate docs of emacsclient on MS-Windows.
...
doc/emacs/misc.texi (emacsclient Options): Document peculiarities of new
frame creation on MS-Windows under -c or -t options.
2012-03-31 12:52:20 +03:00
Eli Zaretskii
8427ddd200
Fix cursor positioning in rows completely covered by display strings.
...
src/xdisp.c (set_cursor_from_row): If `cursor' property on a display
string comes from a `display' text property, use the buffer
position of that property as if we actually saw that position in
the row's glyphs.
2012-03-31 10:45:33 +03:00
Glenn Morris
650b6d0b9e
lispref/edebug.texi copyedits
...
* doc/lispref/edebug.texi (Edebug Eval, Specification List, Edebug Options):
Copyedits.
2012-03-30 21:09:30 -04:00
Chong Yidong
7d0c323f58
Remove debug code.
2012-03-31 00:52:52 +08:00
Thierry Volpiatto
40311efcba
Fix copying of symlinks.
...
* dired-aux.el (dired-copy-file-recursive, dired-create-files):
Check if file is a symlink (Bug#10489).
* files.el (copy-directory): Likewise.
2012-03-31 00:49:29 +08:00
Chong Yidong
5319014e4f
Updates for Display chapter of Lisp manual.
...
* doc/lispref/display.texi (Image Formats): Add imagemagick type.
(Image Descriptors): Mention how they are used.
(ImageMagick Images): Clarify role of imagemagick-register-types.
(Character Display): Don't mention glyph tables.
(Display Tables): Use make-glyph-code in example.
(Glyphs): Avoid "simple glyph code" terminology. Note that glyph
tables are semi-obsolete. De-document create-glyph.
(Glyphless Chars): Note that display tables override this.
(Bidirectional Display): Copyedits. Introduce "bidirectional
reordering" terminology, and use it.
* doc/emacs/files.texi (File Conveniences): Clarify Imagemagick discussion.
* lisp/image.el (imagemagick-types-inhibit)
(imagemagick-register-types): Doc fix.
2012-03-31 00:31:24 +08:00
Glenn Morris
dc1783452e
Comment.
2012-03-30 09:21:11 -07:00
Glenn Morris
f12242679a
* doc/lispref/edebug.texi (Jumping): Give name of `i' binding.
2012-03-30 09:12:37 -07:00
Agustín Martín
935d1290a6
ispell.el (ispell-get-extended-character-mode): Make sure extended-character-mode is nil for hunspell
...
Work around hunspell not ignoring extended-character-mode
set from pipe mode by making sure extended-character-mode
is nil for hunspell.
2012-03-30 11:45:11 +02:00
Eli Zaretskii
65a0a73847
Fix bug #11068 with window display when default face was remapped.
...
src/xdisp.c (append_space_for_newline): If the default face was
remapped, use the remapped face for the appended newline.
(extend_face_to_end_of_line): Use the remapped default face for
extending the face to the end of the line.
(display_line): Call extend_face_to_end_of_line when the default
face was remapped.
2012-03-30 11:45:27 +03:00
Glenn Morris
61c6e8fd0e
help-with-tutorial buffer-read-only fix
...
* lisp/tutorial.el (help-with-tutorial):
Ensure local variables don't happen to make the buffer read-only.
Fixes: debbugs:11127
2012-03-29 20:59:52 -07:00
Stefan Monnier
81fdff0036
* lisp/progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
...
(perl-calculate-indent): Return `noindent' in strings.
2012-03-29 23:13:04 -04:00
Eli Zaretskii
581355cc06
Discourage in comments from defining HAVE_GETCWD on MS-Windows.
...
src/s/ms-w32.h: Discourage from defining HAVE_GETCWD.
nt/config.nt: Discourage from defining HAVE_GETCWD.
2012-03-29 22:06:39 +02:00
Sam Steingold
6e7a6ec037
calendar/calendar.el (calendar-exit): Use `quit-windows-on' instead of
...
the broken adhockery which does not prevent calendar buffers from
being displayed at random after exit.
(calendar-window-list, calendar-hide-window): Remove the broken adhockery.
2012-03-29 10:00:00 -04:00
Glenn Morris
fee88ca0e8
Doc and lispref updates related to searching
...
* doc/lispref/searching.texi (Regexp Functions, Regexp Search):
(Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
(Regexp Functions): Mention regexp-opt is not guaranteed.
Mention regexp-opt-charset.
(Regexp Search): Recommend against looking-back.
(Search and Replace): Use Texinfo recommended quote convention.
Add more query-replace-map items. List multi-query-replace-map items.
* lisp/replace.el (query-replace-map): Doc fix.
* admin/FOR-RELEASE: Related markup.
2012-03-28 12:30:12 -07:00
Stefan Monnier
e8fc049ff7
* src/keyboard.c (safe_run_hooks_error): Don't unquote strings.
2012-03-28 11:54:54 -04:00
Andreas Schwab
38de3354b7
Fixes: debbugs:11109
...
* vc/vc-git.el (vc-git-state): Don't try to match all of the diff
contents.
2012-03-28 12:12:02 +02:00
Glenn Morris
efdf29daf8
Comment
2012-03-28 01:02:53 -07:00
Glenn Morris
d14daa28e4
lispref/searching.tex small edits
...
* doc/lispref/searching.texi (Regular Expressions, Regexp Special):
(Regexp Backslash, Regexp Example): Copyedits.
(Regexp Special): Mention collation.
Clarify char classes with an example.
2012-03-28 00:57:42 -07:00
Paul Eggert
425df10c7b
Spelling fixes.
2012-03-28 00:24:26 -07:00
Stefan Monnier
b973155e95
* lisp/emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo.
...
(avl-tree--check, avl-tree--check-node): New funs.
Fixes: debbugs:11077
2012-03-27 16:43:09 -04:00
Glenn Morris
5d956bc22e
NEWS pedantry
2012-03-27 16:24:48 -04:00