Glenn Morris
56964ab56c
ChangeLog fix
2012-04-04 00:27:58 -07:00
Glenn Morris
a070640684
More small edits for doc/emacs/glossary.texi
...
* doc/emacs/glossary.texi (Glossary): Copyedits.
New items: Bidirectional Text, Client, Directory Local Variable,
File Local Variable, Server, Theme, Trash Can.
* admin/FOR-RELEASE: Related markup.
2012-04-04 00:27:17 -07:00
Glenn Morris
8a18dcb0e9
admin/notes/tags small update
2012-04-03 22:11:56 -04:00
Glenn Morris
8bf27c8ab6
Small edits for doc/emacs/glossary.texi
...
* doc/emacs/glossary.texi (Glossary): Copyedits.
Use Texinfo-recommended convention for quotes and punctuation.
Comment out a few specialized (Rmail) items.
2012-04-03 21:44:33 -04:00
Daiki Ueno
2d562c0fbb
epa: bind C-c C-c to finish key selection.
2012-04-04 10:38:37 +09:00
Richard M. Stallman
4443f2045b
report-emacs-bug: cope with read-only signature.
2012-04-03 21:05:29 -04:00
Glenn Morris
82ac93bdaa
New admin/notes file
2012-04-03 16:03:34 -04:00
Michael Albinus
425a25f190
Change doc flag for D-Bus
2012-04-03 15:44:41 +02:00
Bastien Guerry
372d7b21b2
Add :version tag to new Org options in Emacs 24.1
2012-04-03 14:02:21 +02:00
Bastien Guerry
5c7ac47249
Fix small regressions in Org
2012-04-03 12:28:31 +02:00
Chong Yidong
529c06b6cb
Two minor doc/consistency fixes.
...
* doc/emacs/sending.texi (Mail Misc): Fix an index entry.
* lisp/mail/sendmail.el (mail-mode-map): Bind C-c C-i to
mail-insert-file, not its obsolete alias mail-attach-file.
2012-04-03 18:21:47 +08:00
Chong Yidong
7d301ae648
Reorder and edit some NEWS entries.
2012-04-03 18:16:54 +08:00
Michael Albinus
8ce1aea8f6
Change doc flag for notifications.el and soap-client.el
2012-04-03 10:18:10 +02:00
Michael Albinus
9ff687e181
* os.texi (Terminal-Specific): Fix typo.
...
(Notifications): New section.
* elisp.texi (Top):
* vol1.texi (Top):
* vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
menu entries.
2012-04-03 10:10:17 +02:00
Michael Albinus
66b907dcb2
* notifications.el (notifications-notify): Fix docstring.
2012-04-03 09:20:32 +02:00
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