1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00
Commit Graph

93683 Commits

Author SHA1 Message Date
Glenn Morris
f972873383 * refcards/de-refcard.tex: Fix paren typo. 2010-03-01 00:56:58 -08:00
Glenn Morris
e1ad7fdc2e Regenerate most pdf refcards.
This mainly just updates the copyright notices.

The exceptions are:
orgcard.pdf
  - already committed previously with .tex changes, by mistake
de-refcard.pdf, pl-refcard.pdf
  - Debian's texlive installation has defeated me
2010-03-01 00:06:52 -08:00
Glenn Morris
2509f6549d Rename a command in ru-refcard.tex.
* refcards/ru-refcard.tex: Rename \year command to \cyear, since
the former seems to be already used in some TeX installations.
2010-02-28 23:13:57 -08:00
Glenn Morris
22adfe0875 Fix some ChangeLog typos. 2010-02-28 18:40:56 -08:00
Glenn Morris
09e9800385 Update short copyright year in refcard tex files.
* refcards/calccard.tex, refcards/cs-dired-ref.tex:
* refcards/cs-refcard.tex, refcards/cs-survival.tex:
* refcards/de-refcard.tex, refcards/dired-ref.tex:
* refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
* refcards/fr-survival.tex, refcards/orgcard.pdf:
* refcards/orgcard.tex, refcards/pl-refcard.tex:
* refcards/pt-br-refcard.tex, refcards/refcard.tex:
* refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
* refcards/sk-refcard.tex, refcards/sk-survival.tex:
* refcards/survival.tex, refcards/vipcard.tex:
* refcards/viperCard.tex: Update short copyright year to 2010.
2010-02-28 18:36:15 -08:00
Katsumi Yamaoka
b374f54d1e (menu-bar-manuals-menu): Fix typo. 2010-02-28 23:37:19 +00:00
Chong Yidong
449d63fdc0 Minor doc fix. 2010-02-28 16:34:58 -05:00
Jan Djärv
71572c0330 scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654. 2010-02-28 15:36:34 +01:00
Chong Yidong
412c01b6f0 Fix use of unitialized memory.
* charset.c (load_charset_map_from_file)
(load_charset_map_from_vector): Zero out allocated
charset_map_entries before using them.
2010-02-28 09:19:31 -05:00
Michael Albinus
00cffdeb90 * net/tramp.el (tramp-handle-write-region): START can be a string.
Take care in the checks.
2010-02-28 12:36:39 +01:00
Michael Albinus
d4b067837e * net/dbus.el (dbus-introspect, dbus-get-property)
(dbus-set-property, dbus-get-all-properties): Use
`dbus-call-method' when noninteractive.  (Bug#5645)
2010-02-28 11:27:39 +01:00
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