summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2008-03-0115-63/+145
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090
| * ** Shell-script indenting of &&, | (patch available)Chong Yidong2008-02-291-0/+5
| |
| * Changed ambiguous "native Windows debuggers" to "Microsoft debuggers", as thatJason Rumney2008-02-291-1/+1
| | | | | | | | section is specific to MSVC.
| * (allout-topic-encryption-bullet)Glenn Morris2008-02-292-5/+12
| | | | | | | | | | | | (allout-passphrase-verifier-handling, allout-passphrase-hint-handling) (allout-encrypt-unencrypted-on-saves): Change defcustom :version from 22.0 to 22.1.
| * ** Two display bugs involving interactions between after-string andChong Yidong2008-02-291-0/+1
| | | | | | | | | | display properties of adjacent overlays First bug is fixed in trunk.
| * (desktop-save): Save the buffer name if the uniquified base name is empty.Juanma Barranquero2008-02-292-3/+9
| |
| * (diff-sanity-check-hunk): Only accept an empty line ifStefan Monnier2008-02-292-1/+7
| | | | | | | | we still expect more lines.
| * (get_overlay_strings_1): Add missing argument type.Chong Yidong2008-02-291-0/+1
| |
| * * xdisp.c (get_overlay_strings_1): Add missing argument type.Chong Yidong2008-02-291-0/+4
| |
| * (normal-splash-screen): Add argument `concise'.Juri Linkov2008-02-282-7/+20
| | | | | | | | | | | | | | | | 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'.
| * (startup-echo-area-message): Check for about-emacs.Juri Linkov2008-02-282-1/+5
| |
| * Always add initial message to *scratch* buffer ifJuri Linkov2008-02-282-12/+19
| | | | | | | | | | | | | | | | | | `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>.
| * (fill-comment-paragraph): Don't try to do comment-paragraph fillingStefan Monnier2008-02-282-1/+11
| | | | | | | | if the commark doesn't match comment-start-skip.
| * (uniquify-buffer-base-name): Undo last change.Stefan Monnier2008-02-282-5/+7
| |
| * (utf-7-encode): Never skip the trailing - for the `imap' variant.Stefan Monnier2008-02-282-1/+8
| |
| * (url-get-normalized-date): SimplifyTeodor Zlatanov2008-02-282-27/+10
| | | | | | | | | | to use `format-time-string'. Always generate date in UTC, but call it GMT for full compatibility with the RFCs.
| * ** Emacs fails to start properly if the current working directory isChong Yidong2008-02-281-4/+0
| | | | | | | | | | on a vfat or ntfs filesystem Fixed by 2008-02-26 Jason Rumney
| * [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.YAMAMOTO Mitsuharu2008-02-272-0/+11
| |
| * (Perl_functions): Fix call to skip_spaces.Stefan Monnier2008-02-272-3/+7
| |
| * *** empty log message ***Juanma Barranquero2008-02-272-2/+3
| |
| * (uniquify-buffer-base-name): If the base name is an empty string,Juanma Barranquero2008-02-272-2/+9
| | | | | | | | return nil to allow the caller to default to the buffer name.
| * (wait_reading_process_output): Check for window changes caused by timers.Chong Yidong2008-02-271-1/+3
| | | | | | | | Suggested by Johan Bockgård.
| * * process.c (wait_reading_process_output): Check for windowChong Yidong2008-02-271-0/+6
| | | | | | | | | | changes caused by timers. Suggested by Johan Bockgård.
| * (Formatting Strings): Treat - and 0 as flag characters.Chong Yidong2008-02-261-48/+51
| |
| * * strings.texi (Formatting Strings): Treat - and 0 as flagChong Yidong2008-02-261-0/+5
| | | | | | | | characters.
| * *** empty log message ***Jason Rumney2008-02-261-0/+5
| |
| * (make-auto-save-file-name): Encode more characters inJason Rumney2008-02-261-7/+10
| | | | | | | | non-file buffer names. Use url-encoding.
| * (Fformat): Doc fix.Chong Yidong2008-02-261-5/+30
| |
| * * editfns.c (Fformat): Doc fix.Chong Yidong2008-02-261-0/+4
| |
| * *** empty log message ***Juanma Barranquero2008-02-261-0/+6
| |
| * (ftp-program): Fix typo in docstring.Juanma Barranquero2008-02-261-24/+21
| | | | | | | | | | | | (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.
| * (gdb-pc-address, gdb-source-file-list, gdb-cpp-define-alist-program,Juanma Barranquero2008-02-262-25/+32
| | | | | | | | | | | | | | 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.
| * (c-neutralize-syntax-in-CPP): Fix a bug on typing "#" at EOB.Alan Mackenzie2008-02-251-4/+2
| |
| * *** empty log message ***Alan Mackenzie2008-02-251-0/+5
| |
| * ** dired cannot access file names with a quoteChong Yidong2008-02-251-3/+0
| | | | | | | | Fixed by cyd in 2008-02-25 checkin to files.el
| * (shell-quote-wildcard-pattern): Quote ' and " as well.Chong Yidong2008-02-251-2/+2
| |
| * * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.Chong Yidong2008-02-251-0/+4
| |
| * ** Bug in url-get-authenticationChong Yidong2008-02-251-0/+5
| | | | | | | | Postphone url password change to after 22.2.
| * Revert last fix; subset of last fix recommitted.Chong Yidong2008-02-251-13/+13
| | | | | | | | | | (url-digest-auth): If the 'opaque' argument is not being used, don't add it to the response text.
| * Revert last fix; subset of last fix recommitted.Chong Yidong2008-02-251-3/+2
| | | | | | | | | | * url-auth.el (url-digest-auth): If the 'opaque' argument is not being used, don't add it to the response text.
| * Patch by John Wiegley checked in.Chong Yidong2008-02-251-4/+0
| |
| * (url-digest-auth): Don't show prompt if authentication succeeded onChong Yidong2008-02-251-22/+31
| | | | | | | | | | the previous pass. Don't pass "opaque" value if none is presented by the server.
| * * url-auth.el (url-digest-auth): Don't show prompt ifChong Yidong2008-02-251-0/+6
| | | | | | | | | | authentication succeeded on the previous pass. Don't pass "opaque" value if none is presented by the server.
| * (command_loop_1): Revert 2006-10-09 change.Chong Yidong2008-02-251-5/+3
| |
| * * keyboard.c (command_loop_1): Revert 2006-10-09 change.Chong Yidong2008-02-251-0/+4
| |
| * Mention stock icons for Gtk+.Jan Djärv2008-02-252-0/+12
| |
| * * configure.in: Print an error for systems that we think areDan Nicolaescu2008-02-254-0/+63
| | | | | | | | | | | | obsolete and are proposed to be removed. * configure: Regenerate.
* | Merge from gnus--devo--0Miles Bader2008-03-015-132/+321
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1089
* | (cua-remap-control-z): Fix typo in docstring.Juanma Barranquero2008-03-012-1/+5
| |
* | (Help Files): Move describe-gnu-project to C-h g.Kim F. Storm2008-02-291-14/+26
| | | | | | | | | | | | | | | | Move describe-distribution to C-h C-o. Move view-emacs-problems to C-h C-p. Add view-emacs-debugging on C-h C-d. Add view-external-packages on C-h C-e. Add view-order-manuals on C-h C-m.