1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 22:40:46 -08:00
Commit graph

93983 commits

Author SHA1 Message Date
Alan Mackenzie
05c123e62c * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set in file
local variables, set it first.
2010-06-20 16:17:05 +00:00
Chong Yidong
52ab9bb27b * image.c (free_image): Mark frame as garbaged (Bug#6426). 2010-06-19 15:43:47 -04:00
Chong Yidong
5338dc0b10 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461). 2010-06-19 14:06:37 -04:00
Chong Yidong
277c5f1802 * keymap.c (Fdefine_key): Doc fix (Bug#6460). 2010-06-19 14:02:41 -04:00
Ken Brown
024681aa4d * etc/PROBLEMS: Update Cygwin GCC information. (Bug#6458) 2010-06-18 19:34:30 -07:00
Glenn Morris
74739ffd73 Close bug#6422.
* lisp/descr-text.el (describe-char-unicode-data): Insert separating
space when needed.
2010-06-18 19:31:44 -07:00
Glenn Morris
4111f0c731 Close bug#6450.
* lisp/progmodes/idlwave.el (idlwave-action-and-binding):
Fix typo in 2009-12-03 change.
2010-06-18 19:27:57 -07:00
Stefan Monnier
b8add347be * lisp/subr.el (read-quoted-char): Fix up last change.
Fixes: debbugs:6290
2010-06-16 23:37:13 -04:00
Juanma Barranquero
fee69dc1c0 doc/misc/ChangeLog: Remove duplicate entry. 2010-06-17 01:52:13 +02:00
Stefan Monnier
36901266a8 * lisp/font-lock.el (font-lock-major-mode): Rename from
font-lock-mode-major-mode to distinguish it from
global-font-lock-mode's own font-lock-mode-major-mode.
(font-lock-set-defaults):
* lisp/font-core.el (font-lock-default-function): Adjust users.
(font-lock-mode): Don't set it at all.

Fixes: debbugs:6135
2010-06-16 16:00:22 -04:00
Juanma Barranquero
8b9f5fe8d8 * etc/NEWS.1-17: Fix typos. 2010-06-15 13:41:21 +02:00
Glenn Morris
6fda6a0c40 Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler. 2010-06-14 23:16:19 -07:00
Stefan Monnier
12755d0846 * lisp/vc-annotate.el (vc-annotate): Use vc-read-revision. 2010-06-15 00:51:42 -04:00
Glenn Morris
95344a11bf * etc/NEWS: appt-add. 2010-06-14 20:49:39 -07:00
Glenn Morris
d7cd4abb48 Tweak previous change.
* lisp/calendar/appt.el (appt-time-msg-list): Doc fix.
(appt-check): Let-bind appt-warn-time.
(appt-add): Make the 3rd argument optional.
Simplify argument names.  Doc fix.  Check for integer WARNTIME.
Only add WARNTIME to the output list if non-nil.
2010-06-14 20:42:33 -07:00
Ivan Kanis
a675c74911 Close bug#5176.
* lisp/calendar/appt.el (appt-check): Let the 3rd element of
appt-time-msg-list specify the warning time.
(appt-add): Add new argument with the warning time.
2010-06-14 20:38:58 -07:00
Chong Yidong
77d7d2aea4 * INSTALL: Update font information (Bug#6389). 2010-06-12 13:21:01 -04:00
Bob Rogers
a9de35feef Close bug#6361.
* lisp/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
older than version 1.6.
2010-06-12 00:34:36 -07:00
Štěpán Němec
7fb277a9f0 Close bug#6406.
* lisp/url/url-vars.el (url-privacy-level): Fix doc typo.
2010-06-12 00:25:20 -07:00
Glenn Morris
6955432c9f * etc/tutorials/TUTORIAL.bg, etc/tutorials/TUTORIAL.es: Fix typos. 2010-06-12 00:09:32 -07:00
Helmut Eller
37a7e764e8 Close bug#6408.
* lisp/emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
used by cl-do-arglist.
2010-06-12 00:06:15 -07:00
Glenn Morris
103dd3a81a * doc/emacs/basic.texi (Inserting Text): Minor clarification. (Bug#6374) 2010-06-09 22:09:27 -07:00
Glenn Morris
04d3bb6ce4 Doc typo fixes.
* doc/emacs/basic.texi (Inserting Text): Fix typo.
* doc/misc/idlwave.texi (Load-Path Shadows):
* doc/misc/org.texi (Handling links): Fix typos.
2010-06-09 22:04:06 -07:00
Glenn Morris
395b1ea5b8 * INSTALL: General update. 2010-06-09 22:00:18 -07:00
Stefan Monnier
e454a4a330 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Check `object's type before accessing its guts.
2010-06-09 10:31:12 -04:00
Stefan Monnier
989bc97f04 * lisp/emacs-lisp/advice.el (ad-compile-function):
Define warning-suppress-types before we let-bind it.

Fixes: debbugs:6275
2010-06-08 21:18:31 -04:00
Stefan Monnier
8c6eab5a27 * lisp/vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
declare it, make it buffer-local, and permanent-local.
(vc-resynch-window): Adjust name.
* lisp/vc-hooks.el (vc-find-file-hook): Adjust name.

Fixes: debbugs:6324
2010-06-08 21:12:53 -04:00
Andreas Schwab
373bf2b76c * minibuf.c (Fall_completions): Add more checks. 2010-06-08 21:42:10 +02:00
Andreas Schwab
657d4c0be3 * minibuf.c (Fall_completions): Add more checks. 2010-06-08 19:56:21 +02:00
Juanma Barranquero
9b27fd9f75 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378). 2010-06-08 18:53:11 +02:00
Jonathan Rockway
2d9a4946e7 * lisp/net/rcirc.el: Add support for password authentication.
(rcirc-server-alist): Add :password keyword.
(rcirc): Ask for a password, or get it from the server's alist.
(rcirc-connect): Add password argument.  Pass it to server.
2010-06-07 17:20:44 -04:00
Juanma Barranquero
35b148ee23 * net/dbus.el: Fix typos and declare function. 2010-06-05 22:36:27 +02:00
Chong Yidong
86253dc05d * term/common-win.el (x-colors): Add "dark green" and "dark turquoise" (Bug#6332). 2010-06-04 12:15:51 -04:00
Andreas Schwab
f07b083d4a Add bug number 2010-06-04 00:52:38 +02:00
Andreas Schwab
0eb7675e67 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
address.
2010-06-04 00:47:35 +02:00
Eric M. Ludlam
988b91ce8f Fix to semantic-lex-spp-table-write-slot-value (Bug#6324).
* cedet/semantic/lex-spp.el
(semantic-lex-spp-table-write-slot-value): Instead of erroring on
invalid values during save, just save a nil (Bug#6324).
2010-06-03 13:17:50 -04:00
Juanma Barranquero
78edd3b72d Fix typos. 2010-06-03 17:34:35 +02:00
Glenn Morris
3845c322ce Close bug#6336.
* lisp/desktop.el (desktop-clear-preserve-buffers): Add "*Warnings*" buffer.
2010-06-02 23:07:39 -07:00
Chong Yidong
ba3bf1d951 Better doc fix for Bug#6283.
searching.texi (Regexp Special): Remove obsolete information
about matching non-ASCII characters, and suggest using char
classes (Bug#6283).
2010-06-02 13:26:31 -04:00
Chong Yidong
2c3a3c1d03 searching.texi (Regexp Special): Replace "octal 377" with "#o377" (Bug#6283). 2010-06-02 13:14:01 -04:00
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