Michael Albinus
5794c2a5f7
* dbus.el (Errors and Events): D-Bus messages are retrieved only, when
...
Emacs runs in interactive mode. (Bug#5645)
2010-02-28 11:05:21 +01:00
Chong Yidong
de3a1fe935
Fix more save-excursion warnings.
...
* textmodes/reftex-toc.el (reftex-toc-promote-prepare):
* emacs-lisp/elint.el (elint-add-required-env):
* cedet/semantic/db-find.el (semanticdb-find-translate-path-brutish-default):
* cedet/ede/make.el (ede-make-check-version):
* calendar/icalendar.el (icalendar--add-diary-entry):
* calc/calcalg2.el (math-tracing-integral): Use with-current-buffer instead of save-excursion.
2010-02-27 20:22:44 -05:00
Chong Yidong
8c3e96d2f0
Fix save-excursion warning in files.el.
...
* files.el (recover-session-finish): Use with-current-buffer instead of save-excursion.
2010-02-27 20:11:15 -05:00
Stefan Monnier
c53b9c3b0a
Fix in-buffer completion when after-change-functions modify the buffer.
...
* minibuffer.el (completion--replace): New function.
(completion--do-completion): Use it and use relative movement.
2010-02-27 16:21:43 -05:00
Chong Yidong
a908c79a8f
Document :otf font-spec property.
...
* display.texi (Low-Level Font): Document :otf font-spec property.
2010-02-27 10:18:07 -05:00
Chong Yidong
4a16bdc690
* international/fontset.el (setup-default-fontset): Fix :otf spec.
2010-02-27 10:02:09 -05:00
Andreas Schwab
df7e1ea087
* w32uniscribe.c (uniscribe_check_otf): Fix length check.
2010-02-27 15:28:52 +01:00
Chong Yidong
8ff3586975
Regenerate ldefs-boot.el.
2010-02-26 22:11:21 -05:00
Chong Yidong
5d752593a5
Bump version to 23.1.93; regenerate AUTHORS.
2010-02-26 22:09:45 -05:00
Chong Yidong
4ed28cf4e5
Addendum to last patch: add "Medium" GTK font name keyword.
2010-02-26 21:09:03 -05:00
Chong Yidong
fe69a72236
Recognize more keywords in GTK font names (Bug#5646).
...
* font.c (font_parse_fcname): Recognize "Book", "Condensed", and
"Semi-Condensed" keywords in GTK names (Bug#5646).
2010-02-26 21:06:13 -05:00
Chong Yidong
b8280f3930
Minor Python mode fix (Bug#5653).
...
* progmodes/python.el (python-pdbtrack-stack-entry-regexp): Allow
the characters _<> in the stack entry (Bug#5653).
2010-02-26 19:19:50 -05:00
Kenichi Handa
dcfb7b5c85
from trunk
2010-02-26 21:43:50 +09:00
Kenichi Handa
f88cc4d6dd
Fix Myanmar OTF support
2010-02-26 21:40:46 +09:00
Glenn Morris
bf89cb4d5b
* configure: Revert accidental commit from 2010-02-24T22:07:26Z!bob@gnu.org.
2010-02-25 20:59:04 -08:00
Glenn Morris
ac1af6357a
Close bug#5643.
...
* message.el (message-send-mail-function): Change the default, so that
it inherits from a customized send-mail-function. (Bug#5643)
2010-02-25 20:45:41 -08:00
Glenn Morris
90a946031a
* custom.el (custom-initialize-delay): Doc fix.
2010-02-25 20:42:07 -08:00
Glenn Morris
cdbf910017
Fix initialization of send-mail-function option.
...
* mail/sendmail.el (send-mail-function): Autoload the call
to custom-initialize-delay, not otherwise preserved in loaddefs.el.
(Needed since 2009-09-13 change to startup.el.)
See http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00533.html
2010-02-25 20:40:03 -08:00
Glenn Morris
183c7ef959
Minor TUTORIAL fixes.
...
* tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR:
Fix some keybinding typos.
2010-02-25 20:35:34 -08:00
Kenichi Handa
06aac9016f
from trunk
2010-02-26 10:22:23 +09:00
Kenichi Handa
7379cfce15
xdisp.c (reseat_to_string): Fix previous change.
2010-02-26 10:17:28 +09:00
Chong Yidong
cf2fdcfbd3
* nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).
2010-02-25 19:48:53 -05:00
Alan Mackenzie
8a249abc87
(i) Remove any hard syntax-table properties for <, > inserted by C-y.
...
(ii) Remove category text props, not syntax-table ones in unmarking <, >.
2010-02-25 21:21:25 +00:00
Kenichi Handa
ed20a012b8
from trunk
2010-02-25 11:31:53 +09:00
Kenichi Handa
cc6c7c75bb
xdisp.c (reseat_to_string): Fix previous change (bug#5609).
2010-02-25 11:29:35 +09:00
Stefan Monnier
921630533c
Fix up last erroneous commit
2010-02-24 20:11:28 -05:00
Robert J. Chassell
0ca10bb75f
Merge: add word to sentence in trunk/doc/lispintro/emacs-lisp-intro.texi, in section Finding More Information
2010-02-24 22:07:26 +00:00
Jan Djärv
32e737d7ca
Move declarations before statements.
...
* xterm.c (XTflash): Move declarations before statements.
* gtkutil.c (xg_get_gdk_display): Remove (unused).
(xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
(xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
(xg_create_tool_bar): Remove unused variables.
(x_wm_set_size_hint): Move declarations before statements.
(xg_create_frame_widgets): Remove variable grav,
2010-02-24 19:23:48 +01:00
Stefan Monnier
86f5c0343d
(gnus-treat-display-x-face): Protect against errors (bug#5299).
2010-02-24 11:40:04 -05:00
Chong Yidong
f95a5fd02f
* files.el (hack-local-variables-filter): For eval forms, also
...
check safe-local-variable-p (Bug#5636).
2010-02-24 10:30:49 -05:00
Chong Yidong
6583ba0ea5
* javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
...
and use c(ad)r of cddr (Bug#5640).
2010-02-24 10:12:17 -05:00
Glenn Morris
daf4b83bd5
Doc fixes.
...
* message.el (message-smtpmail-send-it)
(message-send-mail-with-mailclient): Doc fixes.
2010-02-23 19:12:54 -08:00
Glenn Morris
ea7bc09d32
* TODO: Replace reference to CVS with explicit version number.
2010-02-22 20:38:16 -08:00
Michael Albinus
459a5f4b57
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
...
setting the modes by `ignore-errors'. It might fail, for example
if the file is not owned by the user but the group.
(tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2010-02-22 14:48:52 +01:00
Chong Yidong
50c58e2725
* files.el (directory-listing-before-filename-regexp): Use
...
stricter matching for iso-style dates, to avoid false matches with
date-like filenames (Bug#5597).
2010-02-21 16:12:46 -05:00
Chong Yidong
b660eb70f1
Minor doc fixes.
...
* htmlfontify.el (htmlfontify): Doc fix.
* eshell/eshell.el (eshell): Doc fix.
2010-02-21 16:05:13 -05:00
Chong Yidong
676cae9f08
* m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2010-02-21 08:44:07 -05:00
Chong Yidong
a1e759cdee
* frames.texi (Frame Commands): Note that the last ordinary frame can
...
be deleted in daemon mode (Bug#5616).
2010-02-21 08:35:25 -05:00
Chong Yidong
bb23f6e824
* startup.el (fancy-about-screen): In mode-line, apply
...
mode-line-buffer-id face only to the buffer name (Bug#5613).
2010-02-21 08:11:07 -05:00
Chong Yidong
f9b84f9f4b
* etags.c (Scheme_functions): Don't loop past a null character (Bug#5601).
2010-02-20 09:11:20 -05:00
Chong Yidong
3e39928c77
* progmodes/compile.el (compilation-error-regexp-alist-alist): In
...
`watcom' anchor regexp to start of line, to avoid slowness
(Bug#5599).
2010-02-20 08:53:06 -05:00
Eli Zaretskii
0f00e9485d
subr.el (remove-yank-excluded-properties): Explain in a comment why `category'
...
property is removed.
2010-02-20 10:59:16 +02:00
Chong Yidong
3513efb2b5
Revert isearch.el change due to feature freeze.
...
* isearch.el (isearch-update-post-hook, isearch-update): Revert 2010-02-17 change.
2010-02-19 16:36:29 -05:00
Ulf Jasper
b4340b3f0b
Fixed bug#5549 (icalendar.el)
2010-02-19 19:59:00 +01:00
Eli Zaretskii
e3670e004d
term.c, dispextern.h: Fix stale comments.
2010-02-19 15:57:53 +02:00
Eli Zaretskii
e413818176
INSTALL: Remove a CVS-specific note. Update for latest versions of Windows.
2010-02-19 15:26:50 +02:00
Nick Roberts
8cfae03d19
Accommodate change of disassemble output in GDB 7.1.
2010-02-19 17:55:31 +13:00
Glenn Morris
055e4eea01
Close bug#5593.
...
* progmodes/f90.el (f90-electric-insert): Give it a delete-selection property.
2010-02-18 18:36:10 -08:00
Glenn Morris
7e17c3a2c7
* trouble.texi: Revert grammar change from previous change.
2010-02-18 18:32:36 -08:00
Sam Steingold
ff6b00de88
(vc-cvs-merge-news): Yet another fix of message parsing.
2010-02-18 14:55:41 -05:00