1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

94126 Commits

Author SHA1 Message Date
enami tsugutomo
f5b416d2ef Backport from trunk: close bug#6190.
* src/s/netbsd.h: If terminfo is found, use it in preference to termcap.
2010-05-20 21:06:34 -07:00
Chong Yidong
aeb77d4660 Doc fix (Bug#6224).
* keyboard.c (Vlast_command, Vkeyboard_translate_table)
(Voverriding_terminal_local_map, Vsystem_key_alist)
(Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
2010-05-20 10:50:32 -04:00
Stefan Monnier
c3bb441dd0 * url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
* editfns.c (Fbyte_to_string): New function.
* NEWS: Add sections for Emacs-23.3.
2010-05-19 11:23:53 -04:00
Stefan Monnier
ab0c07c020 * textmodes/fill.el (fill-region): Don't fill past the end.
Fixes: debbugs:6201
2010-05-18 23:51:55 -04:00
Chong Yidong
29031d52fe Stefan Monnier <monnier@iro.umontreal.ca> 2010-05-18 16:51:12 -04:00
Chong Yidong
754790b6c5 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
prevent stack overflow if number of arguments is too large
(Bug#6214).
2010-05-18 14:01:10 -04:00
Stefan Monnier
dc9ed79496 Backport from trunk: compute shortcuts in tmm.el.
* tmm.el (tmm-prompt): Don't try to precompute bindings.
(tmm-get-keymap): Compute shortcuts since the cache is empty.

Fixes: debbugs:6171
2010-05-11 16:07:12 -04:00
Eli Zaretskii
c8670ded9c Backport from trunk: Fix bug #6126.
makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h.
 w32fns.c: Include w32.h.
 (Fw32_shell_execute): Decode the error message before passing it
 to `error'.
2010-05-11 20:23:52 +03:00
Glenn Morris
3ffd461547 * src/ChangeLog: Remove tiny change marker from author with assignment. 2010-05-11 08:48:29 -07:00
Kenichi Handa
c90ca7b766 ftfont.c: Fix incorrect parentheses of #if condition for definining M17N_FLT_USE_NEW_FEATURE. 2010-05-11 20:15:29 +09:00
Miles Bader
8290c6b9e6 Backport from trunk: close bug#5857.
* configure.in: Get rid of "unix" pre-defined macro when
preprocessing Makefile.  (Bug#5857)  [Backport from trunk]
2010-05-09 17:37:59 -07:00
Glenn Morris
e1cb2c1314 Backport from trunk: Fix bug#5755.
* desktop.el (desktop-save-buffer-p): Don't mistakenly include
all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
2010-05-09 17:30:08 -07:00
Chong Yidong
19ae0deb1c Bump version to 23.2.50. 2010-05-08 00:46:44 -04:00
Chong Yidong
61a808e819 Bump version to 23.2. emacs-23.2 2010-05-07 23:28:26 -04:00
Chong Yidong
3b180a24db Fix ChangeLog typo. 2010-05-07 18:51:37 -04:00
Chong Yidong
abb777ac83 * building.texi (GDB Graphical Interface): Remove misleading comparison
to an IDE (Bug#6128).
2010-05-07 10:51:09 -04:00
Chong Yidong
bab1431e6c * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake compatibility. 2010-05-05 15:54:04 -04:00
Chong Yidong
8838172bf0 Bump version to 23.1.97. emacs-pretest-23.1.97 2010-05-03 21:31:59 -04:00
Chong Yidong
da0bbbc4e3 Fix typos (Bug#6094). From Štěpán Němec. 2010-05-03 18:01:23 -04:00
Chong Yidong
f034e1762b Variable purecopying fix (Bug#6083).
* international/mule.el (auto-coding-alist):  Only purecopy
car or each item, not the whole list (Bug#6083).
2010-05-02 21:55:01 -04:00
Chong Yidong
9978c06c88 Add check for buggy version of GCC (Bug#6031).
* configure.in: Add check for buggy version of GCC (Bug#6031).
* configure: Regenerate
* etc/NEWS: Minor tweak to problem description.
2010-05-02 21:42:50 -04:00
Chong Yidong
f5d6ff44b7 Make paragraph vars local for js-mode (Bug#6071).
* progmodes/js.el (js-mode): Make paragraph variables local before
calling c-setup-paragraph-variables (Bug#6071).
2010-05-02 11:15:29 -04:00
Eli Zaretskii
aa4d4e4a1d composite.el (compose-region, reference-point-alist): Fix typos in the doc
strings.
2010-05-01 21:50:20 +03:00
Andreas Schwab
5dcde606e3 Fix for Bug#5984.
* composite.c (autocmp_chars): Save point as marker before calling
auto-composition-function.

* lisp.h (restore_point_unwind): Add prototype.

* fileio.c (restore_point_unwind): Remove static attribute.
2010-04-30 12:00:48 -04:00
Alexander Klimov
9822590ba8 Use the proper form for gnuplot's set command 2010-04-28 21:38:12 -05:00
Chong Yidong
5a7f1eb114 * PROBLEMS: Document gcc-4.5 bug (Bug#6031). 2010-04-27 11:36:16 -04:00
Juanma Barranquero
29c483402a * abbrev.el: Fix typos. 2010-04-26 11:55:29 +02:00
Chong Yidong
2233cfb01d Remove --- and +++ lines from NEWS file. 2010-04-25 18:09:52 -04:00
Chong Yidong
c7c322792a * keymaps.texi (Menu Bar): Document :advertised-binding property. 2010-04-25 17:50:34 -04:00
Chong Yidong
eb5ed549f4 Document Emacs 23.2 changes.
* functions.texi (Obsolete Functions): Document
set-advertised-calling-convention.

* minibuf.texi (Basic Completion): Document completion-in-region.
(Programmed Completion): Document completion-annotate-function.

* commands.texi (Reading One Event): Document read-key.
(Distinguish Interactive): Document KIND arg to
called-interactively-p.  Delete obsolete interactive-p.

* elisp.texi (Top): Update node description.

* misc.texi (Printing): Document htmlfontify-buffer.
2010-04-25 17:21:51 -04:00
Michael Albinus
3b0788f68e Fix the entry about eshell's su and sudo commands. bug#6021 2010-04-25 08:34:03 +02:00
Andreas Schwab
8ed6fc47b7 * composite.el (find-composition): Doc fix. 2010-04-24 18:35:43 +02:00
Juanma Barranquero
063c632403 * progmodes/sql.el: Fix typos. 2010-04-24 04:59:23 +02:00
Juri Linkov
e89dee7909 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
property instead of `invisible' and `after-string' (bug#5998).
2010-04-23 19:46:03 +03:00
Juri Linkov
316d12fb81 Fix typo in docstring. 2010-04-23 19:35:57 +03:00
Kenichi Handa
c4170e32d1 Use new features of libotf and m17n-lib if available. 2010-04-23 21:29:11 +09:00
Kenichi Handa
5315723bbe merge trunk 2010-04-23 11:17:09 +09:00
Kenichi Handa
81b14dd29d HELLO: Adjust Burmese for Unicode 5.2 encoding. 2010-04-23 11:14:40 +09:00
Juanma Barranquero
770255e957 * filecache.el: Fix typos in docstrings. 2010-04-23 02:15:47 +02:00
Katsumi Yamaoka
c4498ffd14 Synch with Gnus trunk:
;; I've committed this change to only the trunk by mistake, sorry,
;; but it should have been also in the branch.)
(message-generate-headers): Record insertion of optional headers as well.
Otherwise the check to prevent repeated insertion of optional headers
is a no-op.  By Andreas Seltenreich <seltenreich@gmx.de>.
2010-04-22 23:41:53 +00:00
Kenichi Handa
b106e26489 language/indian.el (gujarati-composable-pattern): Fix typo. 2010-04-22 13:59:50 +09:00
Kenichi Handa
8404c46811 merge trunk 2010-04-22 13:07:11 +09:00
Kenichi Handa
ece33a6ecb language/indian.el (gurmukhi-composable-pattern): Fix typo. 2010-04-22 13:05:26 +09:00
Glenn Morris
6776e4c4b4 Minor doc fix.
* calendar.texi (Displaying the Diary, Format of Diary File):
Fix external cross-references for TeX format output.
2010-04-20 19:49:00 -07:00
Kenichi Handa
bcb2005268 merge trunk 2010-04-21 09:49:01 +09:00
Chong Yidong
99833607e0 * files.el (copy-directory): Handle symlinks (Bug#5982). 2010-04-20 18:28:26 -04:00
Chong Yidong
790c2e44de Revert 2009-10-12 change to compilation-next-error-function (Bug#5983).
* progmodes/compile.el (compilation-next-error-function): Revert
2009-10-12 change (Bug#5983).
2010-04-20 12:04:05 -04:00
Chong Yidong
808ecc4e18 Fix hg envvar handling (Bug#5846).
* vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
(vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
(Bug#5846).
2010-04-20 11:57:54 -04:00
Kenichi Handa
771533aa31 language/indian.el (oriya-composable-pattern, tamil-composable-pattern, malayalam-composable-pattern): Add two-part vowels to "v" (vowel sign). 2010-04-20 22:25:42 +09:00
Glenn Morris
0ca1259846 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string. 2010-04-20 00:54:28 -07:00