Dan Nicolaescu
8e7883692a
* textmodes/css-mode.el (css-indent-offset, css-electric-keys):
...
* textmodes/bibtex-style.el (bibtex-style-indent-basic):
* progmodes/verilog-mode.el (verilog-mode):
* net/socks.el (socks):
* vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
2008-03-01 19:16:02 +00:00
Juanma Barranquero
04ba431364
(desktop-read): Set `desktop-dirname' to nil before calling
...
`desktop-not-loaded-hook' to allow modifying it.
Don't show warning message if `desktop-dirname' was modified.
2008-03-01 13:58:59 +00:00
Alan Mackenzie
0ce2ec82c9
(c-neutralize-syntax-in-CPP): Fix coding bug.
2008-03-01 09:05:12 +00:00
Alan Mackenzie
c707364afc
*** empty log message ***
2008-03-01 09:02:47 +00:00
Alan Mackenzie
38cdd6f89d
(c-before-font-lock-function): Fix bug in doc-string, "c-old-LEN" ->
...
"c-old-END".
2008-03-01 08:52:25 +00:00
Alan Mackenzie
2bac448072
*** empty log message ***
2008-03-01 08:51:17 +00:00
Miles Bader
6a3a129c14
Merge from gnus--rel--5.10
...
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-239
2008-03-01 01:29:58 +00:00
Chong Yidong
613f60eeb1
** Shell-script indenting of &&, | (patch available)
2008-02-29 21:16:31 +00:00
Jason Rumney
df92ae9706
Changed ambiguous "native Windows debuggers" to "Microsoft debuggers", as that
...
section is specific to MSVC.
2008-02-29 10:58:19 +00:00
Glenn Morris
d805d7545f
(allout-topic-encryption-bullet)
...
(allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
(allout-encrypt-unencrypted-on-saves): Change defcustom :version
from 22.0 to 22.1.
2008-02-29 04:08:10 +00:00
Chong Yidong
2220be5b73
** Two display bugs involving interactions between after-string and
...
display properties of adjacent overlays
First bug is fixed in trunk.
2008-02-29 03:13:44 +00:00
Juanma Barranquero
67aa22cb2b
(desktop-save): Save the buffer name if the uniquified base name is empty.
2008-02-29 02:59:43 +00:00
Stefan Monnier
79fd616806
(diff-sanity-check-hunk): Only accept an empty line if
...
we still expect more lines.
2008-02-29 02:40:10 +00:00
Chong Yidong
fbd882eda0
(get_overlay_strings_1): Add missing argument type.
2008-02-29 02:02:39 +00:00
Chong Yidong
05884da449
* xdisp.c (get_overlay_strings_1): Add missing argument type.
2008-02-29 02:02:27 +00:00
Juri Linkov
b36b012158
(normal-splash-screen): Add argument `concise'.
...
Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
to the created buffer. If `concise' is non-nil, call
`display-buffer', otherwise `switch-to-buffer'. Doc fix.
(display-startup-screen): Add argument `concise' to the call to
`normal-splash-screen'.
2008-02-28 23:30:11 +00:00
Juri Linkov
61ce9226fb
(startup-echo-area-message): Check for about-emacs.
2008-02-28 22:56:02 +00:00
Juri Linkov
22351e44a3
Always add initial message to *scratch* buffer if
...
`initial-scratch-message' is non-nil regardless of the value of
`inhibit-startup-screen'.
(inhibit-startup-screen, initial-scratch-message): Doc fix.
(command-line-1): Move code that inserts `initial-scratch-message'
up before the if-form that checks for `inhibit-startup-screen'.
Suggested by Jonathan Rockway <jon@jrock.us>.
2008-02-28 22:43:30 +00:00
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