1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

72128 Commits

Author SHA1 Message Date
Stefan Monnier
dacce83104 (fill-comment-paragraph): Don't try to do comment-paragraph filling
if the commark doesn't match comment-start-skip.
2008-02-28 22:29:03 +00:00
Stefan Monnier
42b4ee207b (uniquify-buffer-base-name): Undo last change. 2008-02-28 19:46:59 +00:00
Stefan Monnier
13dbab28a0 (utf-7-encode): Never skip the trailing - for the `imap' variant. 2008-02-28 19:43:51 +00:00
Teodor Zlatanov
0aa5691d5e (url-get-normalized-date): Simplify
to use `format-time-string'.  Always generate date in UTC, but
call it GMT for full compatibility with the RFCs.
2008-02-28 19:41:44 +00:00
Chong Yidong
0d68d78e48 ** Emacs fails to start properly if the current working directory is
on a vfat or ntfs filesystem
Fixed by 2008-02-26 Jason Rumney
2008-02-28 19:29:14 +00:00
YAMAMOTO Mitsuharu
a88a1197df [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64. 2008-02-27 23:32:15 +00:00
Stefan Monnier
1797886fcc (Perl_functions): Fix call to skip_spaces. 2008-02-27 20:48:57 +00:00
Juanma Barranquero
0eb2977e77 *** empty log message *** 2008-02-27 16:38:37 +00:00
Juanma Barranquero
4fbbba1d35 (uniquify-buffer-base-name): If the base name is an empty string,
return nil to allow the caller to default to the buffer name.
2008-02-27 16:24:08 +00:00
Chong Yidong
9c9086d306 (wait_reading_process_output): Check for window changes caused by timers.
Suggested by Johan Bockgård.
2008-02-27 15:07:14 +00:00
Chong Yidong
1239e1989d * process.c (wait_reading_process_output): Check for window
changes caused by timers.
Suggested by Johan Bockgård.
2008-02-27 15:06:36 +00:00
Chong Yidong
27a7b9935d (Formatting Strings): Treat - and 0 as flag characters. 2008-02-26 18:44:55 +00:00
Chong Yidong
c37ecc228c * strings.texi (Formatting Strings): Treat - and 0 as flag
characters.
2008-02-26 18:44:47 +00:00
Jason Rumney
69e63ae642 *** empty log message *** 2008-02-26 17:26:52 +00:00
Jason Rumney
ad80c67928 (make-auto-save-file-name): Encode more characters in
non-file buffer names. Use url-encoding.
2008-02-26 16:52:02 +00:00
Chong Yidong
6329325d6b (Fformat): Doc fix. 2008-02-26 16:34:36 +00:00
Chong Yidong
6667db4e21 * editfns.c (Fformat): Doc fix. 2008-02-26 16:33:48 +00:00
Juanma Barranquero
b6f866f09c *** empty log message *** 2008-02-26 12:04:36 +00:00
Juanma Barranquero
2f7dc12d9b (ftp-program): Fix typo in docstring.
(ifconfig-program-options, netstat-program-options, arp-program-options,
route-program-options, nslookup-program-options, ftp-program-options,
smbclient-program-options, dns-lookup-program-options, arp, route): Doc fixes.
2008-02-26 11:55:41 +00:00
Juanma Barranquero
55222dc896 (gdb-pc-address, gdb-source-file-list, gdb-cpp-define-alist-program,
gdb-mouse-jump, gdb-get-buffer-create, gdb-debug-log,
gdb-set-gud-minor-mode-existing-buffers-1): Fix typos in docstrings.
(gdb-pending-triggers): Reflow docstring.
(gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
2008-02-26 02:03:11 +00:00
Alan Mackenzie
d70e242245 (c-neutralize-syntax-in-CPP): Fix a bug on typing "#" at EOB. 2008-02-25 21:15:50 +00:00
Alan Mackenzie
af9b45f99c *** empty log message *** 2008-02-25 21:14:30 +00:00
Chong Yidong
b467ee75e8 ** dired cannot access file names with a quote
Fixed by cyd in 2008-02-25 checkin to files.el
2008-02-25 18:41:49 +00:00
Chong Yidong
df28b5c176 (shell-quote-wildcard-pattern): Quote ' and " as well. 2008-02-25 17:40:42 +00:00
Chong Yidong
86ccfcb6a7 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well. 2008-02-25 17:40:31 +00:00
Chong Yidong
eaebd3de48 ** Bug in url-get-authentication
Postphone url password change to after 22.2.
2008-02-25 17:13:54 +00:00
Chong Yidong
d2b56a4ee8 Revert last fix; subset of last fix recommitted.
(url-digest-auth): If the 'opaque' argument is not being used, don't
add it to the response text.
2008-02-25 17:11:25 +00:00
Chong Yidong
5a5231e78d Revert last fix; subset of last fix recommitted.
* url-auth.el (url-digest-auth): If the 'opaque' argument is not
being used, don't add it to the response text.
2008-02-25 17:11:07 +00:00
Chong Yidong
0586e9c32e Patch by John Wiegley checked in. 2008-02-25 16:19:30 +00:00
Chong Yidong
4992c1db16 (url-digest-auth): Don't show prompt if authentication succeeded on
the previous pass.  Don't pass "opaque" value if none is presented by
the server.
2008-02-25 16:19:08 +00:00
Chong Yidong
d5cc801fe5 * url-auth.el (url-digest-auth): Don't show prompt if
authentication succeeded on the previous pass.  Don't pass
"opaque" value if none is presented by the server.
2008-02-25 16:18:51 +00:00
Chong Yidong
933930d44f (command_loop_1): Revert 2006-10-09 change. 2008-02-25 16:04:54 +00:00
Chong Yidong
152e0c9725 * keyboard.c (command_loop_1): Revert 2006-10-09 change. 2008-02-25 16:04:45 +00:00
Jan Djärv
28bcb349cc Mention stock icons for Gtk+. 2008-02-25 08:15:42 +00:00
Dan Nicolaescu
1d202fc406 * configure.in: Print an error for systems that we think are
obsolete and are proposed to be removed.

* configure: Regenerate.
2008-02-25 08:12:29 +00:00
Juanma Barranquero
ff20fdbbd2 *** empty log message *** 2008-02-24 22:32:00 +00:00
Jason Rumney
59c6b61cda (enum_font_cb2): Don't use raster fonts for Unicode. 2008-02-24 22:04:07 +00:00
Jason Rumney
12f68d3fdf (file-name-invalid-regexp): Fix octal/decimal confusion. 2008-02-24 16:57:51 +00:00
Miles Bader
20ca5ee4f7 Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-232
2008-02-24 06:09:16 +00:00
Chong Yidong
d7c5579129 ** modify-frame-parameters behaviour broken
The fix Ulrich Neumerkel looks correct, and has been checked in.
2008-02-24 01:06:03 +00:00
Chong Yidong
57b8e96ad5 (x_set_offset): Don't change the gravity if CHANGE_GRAVITY is -1. 2008-02-24 01:04:51 +00:00
Chong Yidong
41cac0d7e8 * xterm.c (x_set_offset): Don't change the gravity if
CHANGE_GRAVITY is -1.
2008-02-24 01:04:34 +00:00
Chong Yidong
230ebb62ba ** nesting of unwind-protect and atomic-change-group
Stefan already fixed this.
2008-02-24 00:59:12 +00:00
Chong Yidong
200cca12a6 ** Auto-Save bug when file/directory no longer exists
Fix in trunk, delaying till after 22.2.
2008-02-23 23:13:52 +00:00
Chong Yidong
dd2af8a946 ** Backport find-function-search-for-symbol change to try `.emacs' 2008-02-23 22:39:09 +00:00
Chong Yidong
2f3db9afcf ** Should dired-do-search bind tags-loop-revert-buffers automatically? 2008-02-23 22:34:30 +00:00
Chong Yidong
b12bbf3a8e ** Loading ebrowse file yields warning
Fixed.
2008-02-23 22:00:42 +00:00
Chong Yidong
8dad5b1d24 Remove two other fixed bug items. 2008-02-23 21:59:36 +00:00
Chong Yidong
5d1d0a9868 ** Tweak sit-for to accept the form (sit-for 1 nil t)
Already fixed by Glenn Morris.
2008-02-23 21:58:10 +00:00
Glenn Morris
af09f655a3 Some comments on previous change. A couple of things are already
fixed.
2008-02-23 21:01:03 +00:00