1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

93943 Commits

Author SHA1 Message Date
Dan Nicolaescu
dbe82b27a2 * lisp/vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
Backport from trunk.
2010-06-01 21:54:55 -07:00
Stefan Monnier
feceda2610 * lisp/vc-bzr.el (vc-bzr-revision-completion-table): Apply
`file-directory-p' to the filename part rather than to the whole text.
2010-05-31 22:06:09 -04:00
Stefan Monnier
a44ae268f8 Fix up changelog entry 2010-05-31 16:47:04 -04:00
Jonathan Marchand
9b937f3761 * lisp/cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name.
Fixes: debbugs:6231
2010-05-31 16:26:56 -04:00
Stefan Monnier
1ab8293c36 * src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
of bug#6305).
2010-05-31 15:35:04 -04:00
Stefan Monnier
896114cf64 * lisp/man.el (Man-completion-table): Let the user type "-k ".
Fixes: debbugs:6319
2010-05-31 12:16:02 -04:00
Drew Adams
949544ed26 Backport from trunk: Fix bug#6298. 2010-05-31 17:24:46 +02:00
Juanma Barranquero
450439d5b6 Fix for momentary-string-display (Bug#6238).
* lisp/subr.el (momentary-string-display): Just use read-event to read
the exit event (Bug#6238).
2010-05-31 10:11:18 -04:00
Juanma Barranquero
a73f9c9dfd src/ChangeLog: Fix typos. 2010-05-31 01:09:32 +02:00
Juanma Barranquero
7f4b42492c doc/lispref/minibuf.texi (Basic Completion): Add missing "@end defun". 2010-05-31 00:50:31 +02:00
Stefan Monnier
637821cd30 * doc/lispref/minibuf.texi (Basic Completion): Document completion-boundaries.
(Programmed Completion): Document the new fourth method for boundaries.
* .bzrignore: Ignore new files from trunk, which appear if you use
colocated branches (i.e. "bzr switch").
2010-05-30 17:18:35 -04:00
Chong Yidong
fcb5280844 * ansi-color.el: Delete unused escape sequences (Bug#6085).
(ansi-color-drop-regexp): New constant.
(ansi-color-apply, ansi-color-filter-region)
(ansi-color-apply-on-region): Delete unrecognized control sequences.
(ansi-color-apply): Build string list before calling concat.
2010-05-29 14:22:18 -04:00
Chong Yidong
5ca3929b19 * xdisp.c (redisplay_window): After redisplay, check if point is
still valid before setting it (Bug#6177).
2010-05-27 11:42:50 -04:00
Chong Yidong
4da3541bbe * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
font-lock-constant-face, not obsolete font-lock-reference-face.

* htmlfontify.el (hfy-face-resolve-face): New function.
(hfy-face-to-style): Use it (Bug#6279).
2010-05-27 11:25:58 -04:00
Stefan Monnier
397eb3f3e7 * epa.el (epa--select-keys): Don't explicitly delete the window since
that can fail (e.g. sole window in frame).  Use dedication instead.
2010-05-25 13:53:37 -04:00
Stefan Monnier
605d1fd9a9 CEDET is not TODO any more 2010-05-24 20:57:43 -04:00
Stefan Monnier
dd9b52a693 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Add delete-backward-char.
2010-05-24 17:01:10 -04:00
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. 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. 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