Karel Klíc
6e427e9670
* doc/emacs/text.texi (HTML Mode): Small fixes.
...
Fixes: debbugs:7607
2010-12-10 18:37:16 -08:00
Glenn Morris
5612fd086e
Doc fixes.
...
* lisp/subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
(with-silent-modifications): Doc fixes.
2010-12-10 18:34:55 -08:00
Glenn Morris
7470c6f07f
[Backport from trunk]: * make-dist: Exclude etc/*.pyc.
2010-12-10 18:32:10 -08:00
Jan Djärv
0b9fc69a76
Move call to Fkill_emacs from signal handler (session event) (Bug#7552).
...
* keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT
as (Qsave_session arg).
* xsmfns.c (smc_interact_CB): Set arg to Qnil.
(smc_die_CB): Make an event with arg Qt.
(Fhandle_save_session): If event has Qt as argument,
call Fkill_emacs.
2010-12-10 19:23:43 +01:00
Chong Yidong
1f10e75066
Bump version to 23.2.91.
...
Regenerate configure and ldefs-boot.el.
2010-12-10 12:46:40 -05:00
Michael Albinus
158d594568
* net/tramp.el (tramp-action-password, tramp-process-actions):
...
Revert patch from 2010-12-08. Use `save-restriction'.
2010-12-10 05:14:57 +01:00
Glenn Morris
ffda048bfb
* doc/emacs/trouble.texi (Checklist): Fix typo in newsgroup name.
2010-12-09 19:33:51 -08:00
Jan Moringen
9b2a758a05
Commit missing file from 2010-05-15T00:48:53Z!rgm@gnu.org.
...
Fixes: debbugs:7505
2010-12-09 19:31:52 -08:00
Eli Zaretskii
65ceb118c4
Fix bug #1077 with popping new frames from a minibuffer-only frame.
...
Do NOT merge with trunk!
menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p): New functions.
(menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
them instead of `nil' and `>', respectively.
2010-12-09 20:53:17 +02:00
Stephen Berman
81ced43d17
diary-lib fix for bug#7536.
...
* lisp/calendar/diary-lib.el (diary-list-sexp-entries):
Handle case of no newline at end of file.
2010-12-08 17:50:08 -08:00
Glenn Morris
b2364eaaa8
* lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change.
...
(convert-standard-filename means it was bogus.)
2010-12-08 17:46:03 -08:00
Michael Albinus
32802ee17d
* net/tramp.el (tramp-handle-start-file-process): Protect
...
buffer-modified value. (Bug#7557)
(tramp-action-password): Delete region, do not narrow.
(tramp-process-actions): Do not widen.
2010-12-08 21:07:25 +01:00
Jan Moringen
da9123a835
* lisp/log-edit.el (log-edit-changelog-entries): Regexp quote filename.
...
Fixes: debbugs:7505
2010-12-07 19:42:00 -08:00
Tom Breton
478834e63b
* lisp/cus-edit.el (custom-save-all): Bind print-length and print-level to nil.
...
Fixes: debbugs:7581
2010-12-07 19:36:01 -08:00
Glenn Morris
d5e6e0b6df
mouse.el fix for bug#7586.
...
* lisp/mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
Run hooks to update menu contents.
2010-12-07 19:32:31 -08:00
Glenn Morris
3c1e62f86e
Small smtpmail fix for bug#7588.
...
* lisp/mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
file names, for the sake of MS Windows.
2010-12-07 19:29:41 -08:00
Glenn Morris
3a1efe11b7
Fix ChangeLog whitespace.
2010-12-07 19:25:57 -08:00
Glenn Morris
740af6c9c0
Fix ChangeLog typo.
2010-12-07 19:23:49 -08:00
Stefan Monnier
b1816a74de
* diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
...
empty lines without a leading space.
2010-12-07 14:48:15 -05:00
Stefan Monnier
5dcb4c4e5d
* doc/lispref/modes.texi (Auto-Indentation): New section to document SMIE.
...
(Major Mode Conventions):
* doc/lispref/text.texi (Mode-Specific Indent): Refer to it.
2010-12-07 14:44:38 -05:00
Jan Djärv
2b815743b2
* xsmfns.c (smc_die_CB): Call Fkill_emacs.
...
Fixes: debbugs:7552
2010-12-07 07:36:25 +01:00
Chong Yidong
e49fb298b8
Fix Lawrence Mitchell's email address in lisp/ChangeLog.
2010-12-06 15:07:48 -05:00
Leo Liu
86a6e8e02c
* dired-aux.el (dired-do-redisplay): Postphone dired-after-readin-hook while mapping over marks (Bug#6810).
2010-12-06 14:55:21 -05:00
Chong Yidong
bc60f4de59
Initialize image-dired auxilliary filenames relative to image-dired-dirs (Bug#7518).
...
* image-dired.el (image-dired-db-file)
(image-dired-temp-image-file, image-dired-gallery-dir)
(image-dired-temp-rotate-image-file): Set default values relative
to image-dired-dir (Bug#7518).
2010-12-06 14:45:31 -05:00
Lawrence Mitchell
3ecba0495e
Fix arg usage of format-decode-run-method (Bug#7488).
...
* lisp/format.el (format-decode-run-method): Pass args FROM and TO, not
point-min and point-max, to shell-command-on-region (Bug#7488).
2010-12-06 14:35:54 -05:00
Chong Yidong
d8b2a96214
Fix crash with invisible text and overlays (Bug#7016).
...
* src/dispextern.h (struct it): New member overlay_strings_charpos.
* src/xdisp.c (next_overlay_string, load_overlay_strings): Record the
charpos where we computed n_overlay_strings.
(next_overlay_string): Load overlay strings at recorded position,
which may not be the same as the iterator's charpos (Bug#7016).
2010-12-06 01:54:52 -05:00
Jan Djärv
0afb6242c7
* frame.el (blink-cursor-mode): Make default t for ns.
2010-12-06 07:51:06 +01:00
Jan Djärv
a56d164e67
Fix for 7412 (no cursor on image) backported from trunk.
...
* nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background
with cursor color and draw a rectangle around the image.
2010-12-05 11:33:48 +01:00
Daiki Ueno
f9fe1af937
Trivial fixes for epg.el.
...
* epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
"RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
(epg-context-set-passphrase-callback): Mention that the callback
is not called when used with GnuPG 2.x.
modified:
lisp/ChangeLog
lisp/epg.elk
2010-12-05 10:30:58 +09:00
Chong Yidong
2931c841a3
Document behavior of lazy highlight in word search (Bug#7470).
...
* doc/emacs/search.texi (Word Search): Note that the lazy highlight
always matches to whole words (Bug#7470).
2010-12-04 20:16:01 -05:00
Bob Rogers
5eae900ed6
* vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
2010-12-04 19:59:37 -05:00
Chong Yidong
637c2c4396
Doc fixes for comint functions (Bug#7499).
...
* lisp/comint.el (comint-dynamic-list-input-ring)
(comint-dynamic-complete-filename)
(comint-replace-by-expanded-filename)
(comint-dynamic-simple-complete)
(comint-dynamic-list-filename-completions)
(comint-dynamic-list-completions): Doc fix (Bug#7499).
2010-12-04 19:55:00 -05:00
Chong Yidong
74194465d7
Doc fix for posn-* functions (Bug#7471).
...
* lisp/subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
Doc fix (Bug#7471).
2010-12-04 19:43:18 -05:00
Chong Yidong
77f1ed6cb6
Avoid infloop when scrolling conservatively (Bug#7537).
...
* src/xdisp.c (try_scrolling): Avoid infloop if the first line is obscured
due to a vscroll (Bug#7537).
2010-12-04 19:32:32 -05:00
Martin Rudalics
6ed96c33f0
* dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil (Bug#7533).
2010-12-04 17:43:51 -05:00
Chong Yidong
37bf6ce2b4
* url-cookie.el (url-cookie-retrieve): Handle null LOCALPART (Bug#7543).
...
Suggested by Lennart Borgman.
2010-12-04 17:41:41 -05:00
W. Martin Borgert
11cb1e35ff
* lisp/files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
...
* etc/schema/schemas.xml: Handle *.dbk as DocBook.
2010-12-04 16:45:17 -05:00
Chong Yidong
e408289fa8
* simple.el (transient-mark-mode): Doc fix (Bug#7465).
2010-12-04 16:15:17 -05:00
Eli Zaretskii
bdef6a7740
display.texi (Other Display Specs): Document left-fringe and right-fringe
...
display specs.
2010-12-04 18:01:30 +02:00
Eli Zaretskii
2472c214a6
Fix bug #4674 with UNCs in file-relative-name.
...
files.el (file-relative-name): Handle UNC file names on DOS/Windows.
Also fixes bug#4673.
2010-12-04 14:52:04 +02:00
Eli Zaretskii
4f1948eb4c
display.texi (Optional Mode Line): Make the description of load-average
...
more accurate.
2010-12-04 13:45:59 +02:00
Eli Zaretskii
62d72a4a69
Describe MS-Windows specific startup issues, incl. emacsclientw.exe
...
msdog.texi (Windows Startup): New node. Move the stuff about the current
directory from "Windows HOME", and explain all possible ways of invoking
Emacs on Windows.
2010-12-04 13:25:09 +02:00
Eli Zaretskii
b8a9e13683
msdog.texi (Windows HOME): Mention that HOME can also be set in the registry,
...
with a cross-reference.
2010-12-04 12:22:45 +02:00
Glenn Morris
0fdd1db7fd
That's not how you spell "initialization".
2010-12-01 23:40:32 -08:00
Jan Djärv
2a91a0b5c0
Handle negative top/left in frame parameters (Bug#7510).
...
* src/nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
* src/nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
Use FRAME_TOOLBAR_HEIGHT.
(x_set_offset): Handle XNegative and YNegative in
f->size_hint_flags.
2010-12-02 08:12:54 +01:00
Glenn Morris
9e0ecdabca
ChangeLog fixes.
2010-12-01 20:56:54 -08:00
Glenn Morris
7dde1a8619
* doc/misc/cl.texi (For Clauses): Small fixes for frames and windows.
2010-12-01 20:09:20 -08:00
Glenn Morris
ff80efe730
Small ps-print fixes.
...
* lisp/ps-print.el (ps-line-lengths-internal, ps-nb-pages):
Ensure ps-footer-font-size-internal is initialized.
Call ps-get-page-dimensions before trying to use ps-font-for-text.
2010-12-01 20:06:52 -08:00
Kenichi Handa
423a637bdb
merge emacs-23
2010-12-02 09:44:25 +09:00
Stefan Monnier
769741e3d1
* doc/lispref/backups.texi (Making Backups):
...
* doc/lispref/modes.texi (Example Major Modes): Use recommended coding style.
(Major Mode Basics, Derived Modes): Encourge more strongly use of
define-derived-mode. Mention completion-at-point-functions.
2010-12-01 17:42:36 -05:00