1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00
Commit Graph

94457 Commits

Author SHA1 Message Date
Eli Zaretskii
287e63bb58 Fallout from fixing bug #7587.
doc/lispref/modes.texi (Emulating Mode Line): Update documentation of
 format-mode-line according to changes that fixed bug #7587.

 etc/NEWS: Mention the incompatible change in format-mode-line wrt its
 FACE argument.
2010-12-18 10:53:28 +02:00
Eli Zaretskii
30d621a239 Fix change that fixed bug #7587.
xdisp.c (Fformat_mode_line): Fix last change.
2010-12-17 17:38:37 +02:00
Chong Yidong
3c505d3124 * lisp/help-fns.el (describe-variable): Don't emit trailing whitespace (Bug#7511). 2010-12-17 19:38:22 +08:00
Chong Yidong
d1ab8d82ef * lisp/mail/binhex.el: Improve commentary (Bug#7482). 2010-12-17 19:16:10 +08:00
Leo Liu
c33fa63197 Minor fix for eshell-previous-matching-input (Bug#7585).
* lisp/eshell/em-hist.el (eshell-previous-matching-input): Signal error
if point is not behind eshell-last-output-end (Bug#7585).
2010-12-17 19:04:40 +08:00
Chong Yidong
4bf3e46ed9 * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic faces (Bug#7587). 2010-12-16 10:13:28 +08:00
Chong Yidong
c1cf05f4bb Use make-temp-file in rst.el (Bug#7646).
* textmodes/rst.el (rst-compile-pdf-preview)
(rst-compile-slides-preview): Use make-temp-file.
2010-12-16 09:11:21 +08:00
Chong Yidong
ac8055b364 Fix error in last commit. 2010-12-15 09:33:11 +08:00
Kevin Gallagher
c8cbbe27d3 * emulation/edt-mapper.el: Override mapping of function keys
so that the later call to read-key-sequence works.
2010-12-15 09:26:56 +08:00
Glenn Morris
da3930f31c * doc/emacs/trouble.texi (Checklist): Mention not replying via news either. 2010-12-13 20:22:49 -08:00
Eli Zaretskii
1b2a627f96 Fix bug #7617 with documentation of expand-file-name.
fileio.c (Fexpand_file_name): One more doc fix.
2010-12-13 18:13:29 +02:00
Eli Zaretskii
95e4cc854b Fix bug #7589 with EOL format in smtpmail's queued mail.
mail/smtpmail.el (smtpmail-send-it): Write queued mail body with Unix EOLs.
2010-12-13 17:12:01 +02:00
Eli Zaretskii
11aad4e9f9 subr.el (posn-col-row): Evaluate header-line-format in the context of
the POSITION window's buffer.
2010-12-12 22:45:57 +02:00
Eli Zaretskii
1557947189 Document that expand-file-name collapses multiple slashes. (Bug#7617)
fileio.c (Fexpand_file_name): Doc fix.
2010-12-12 22:37:54 +02:00
Eli Zaretskii
4bb49a92aa Fallout from bug #7563.
processes.texi (Shell Arguments):
 strings.texi (Creating Strings): Don't mention "shell commands";
 make it explicit that `split-string-and-unquote' and
 `combine-and-quote-strings' are mainly for working with arguments
 to call-process and start-process.
2010-12-11 20:45:53 +02:00
Eli Zaretskii
76feb8641e Fix bug #7398 with truncated glyphs in tooltip display on w32.
w32fns.c (Fx_show_tip): Call try_window with last argument
 TRY_WINDOW_IGNORE_FONTS_CHANGE.  Delete the TODO ifdef: problem
 solved.  Round up the tip height to an integral multiple of the
 frame's line height.  Add FRAME_COLUMN_WIDTH to the tip width.
2010-12-11 17:20:11 +02:00
Eli Zaretskii
f055902693 Code cleanup in xdisp.c regarding string_char_and_length.
xdisp.c (string_pos_nchars_ahead, c_string_pos)
 (face_before_or_after_it_pos, next_element_from_string)
 (next_element_from_c_string, produce_stretch_glyph): Remove unused
 calculations of maximum string length before calling
 string_char_and_length and STRING_CHAR_AND_LENGTH.
 (string_char_and_length): Update commentary: MAXLEN is no longer
 needed.
2010-12-11 14:27:13 +02:00
Eli Zaretskii
3c73e30e34 Fix bug #7563 with docs of split-string-and-unquote.
processes.texi (Shell Arguments): Fix documentation of
 `split-string-and-unquote'.  Add indexing.
2010-12-11 11:41:45 +02:00
Eli Zaretskii
68f75971cc Fix bug #7576 with lack of index entries for character syntax.
custom.texi (Init Syntax): Add index entries for "character syntax".
2010-12-11 11:11:32 +02:00
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