Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from emacs--rel--22 | Miles Bader | 2008-03-01 | 15 | -63/+145 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090 | ||||
| * | ** Shell-script indenting of &&, | (patch available) | Chong Yidong | 2008-02-29 | 1 | -0/+5 |
| | | |||||
| * | Changed ambiguous "native Windows debuggers" to "Microsoft debuggers", as that | Jason Rumney | 2008-02-29 | 1 | -1/+1 |
| | | | | | | | | section is specific to MSVC. | ||||
| * | (allout-topic-encryption-bullet) | Glenn Morris | 2008-02-29 | 2 | -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 and | Chong Yidong | 2008-02-29 | 1 | -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 Barranquero | 2008-02-29 | 2 | -3/+9 |
| | | |||||
| * | (diff-sanity-check-hunk): Only accept an empty line if | Stefan Monnier | 2008-02-29 | 2 | -1/+7 |
| | | | | | | | | we still expect more lines. | ||||
| * | (get_overlay_strings_1): Add missing argument type. | Chong Yidong | 2008-02-29 | 1 | -0/+1 |
| | | |||||
| * | * xdisp.c (get_overlay_strings_1): Add missing argument type. | Chong Yidong | 2008-02-29 | 1 | -0/+4 |
| | | |||||
| * | (normal-splash-screen): Add argument `concise'. | Juri Linkov | 2008-02-28 | 2 | -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 Linkov | 2008-02-28 | 2 | -1/+5 |
| | | |||||
| * | Always add initial message to *scratch* buffer if | Juri Linkov | 2008-02-28 | 2 | -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 filling | Stefan Monnier | 2008-02-28 | 2 | -1/+11 |
| | | | | | | | | if the commark doesn't match comment-start-skip. | ||||
| * | (uniquify-buffer-base-name): Undo last change. | Stefan Monnier | 2008-02-28 | 2 | -5/+7 |
| | | |||||
| * | (utf-7-encode): Never skip the trailing - for the `imap' variant. | Stefan Monnier | 2008-02-28 | 2 | -1/+8 |
| | | |||||
| * | (url-get-normalized-date): Simplify | Teodor Zlatanov | 2008-02-28 | 2 | -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 is | Chong Yidong | 2008-02-28 | 1 | -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 Mitsuharu | 2008-02-27 | 2 | -0/+11 |
| | | |||||
| * | (Perl_functions): Fix call to skip_spaces. | Stefan Monnier | 2008-02-27 | 2 | -3/+7 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2008-02-27 | 2 | -2/+3 |
| | | |||||
| * | (uniquify-buffer-base-name): If the base name is an empty string, | Juanma Barranquero | 2008-02-27 | 2 | -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 Yidong | 2008-02-27 | 1 | -1/+3 |
| | | | | | | | | Suggested by Johan Bockgård. | ||||
| * | * process.c (wait_reading_process_output): Check for window | Chong Yidong | 2008-02-27 | 1 | -0/+6 |
| | | | | | | | | | | changes caused by timers. Suggested by Johan Bockgård. | ||||
| * | (Formatting Strings): Treat - and 0 as flag characters. | Chong Yidong | 2008-02-26 | 1 | -48/+51 |
| | | |||||
| * | * strings.texi (Formatting Strings): Treat - and 0 as flag | Chong Yidong | 2008-02-26 | 1 | -0/+5 |
| | | | | | | | | characters. | ||||
| * | *** empty log message *** | Jason Rumney | 2008-02-26 | 1 | -0/+5 |
| | | |||||
| * | (make-auto-save-file-name): Encode more characters in | Jason Rumney | 2008-02-26 | 1 | -7/+10 |
| | | | | | | | | non-file buffer names. Use url-encoding. | ||||
| * | (Fformat): Doc fix. | Chong Yidong | 2008-02-26 | 1 | -5/+30 |
| | | |||||
| * | * editfns.c (Fformat): Doc fix. | Chong Yidong | 2008-02-26 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2008-02-26 | 1 | -0/+6 |
| | | |||||
| * | (ftp-program): Fix typo in docstring. | Juanma Barranquero | 2008-02-26 | 1 | -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 Barranquero | 2008-02-26 | 2 | -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 Mackenzie | 2008-02-25 | 1 | -4/+2 |
| | | |||||
| * | *** empty log message *** | Alan Mackenzie | 2008-02-25 | 1 | -0/+5 |
| | | |||||
| * | ** dired cannot access file names with a quote | Chong Yidong | 2008-02-25 | 1 | -3/+0 |
| | | | | | | | | Fixed by cyd in 2008-02-25 checkin to files.el | ||||
| * | (shell-quote-wildcard-pattern): Quote ' and " as well. | Chong Yidong | 2008-02-25 | 1 | -2/+2 |
| | | |||||
| * | * files.el (shell-quote-wildcard-pattern): Quote ' and " as well. | Chong Yidong | 2008-02-25 | 1 | -0/+4 |
| | | |||||
| * | ** Bug in url-get-authentication | Chong Yidong | 2008-02-25 | 1 | -0/+5 |
| | | | | | | | | Postphone url password change to after 22.2. | ||||
| * | Revert last fix; subset of last fix recommitted. | Chong Yidong | 2008-02-25 | 1 | -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 Yidong | 2008-02-25 | 1 | -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 Yidong | 2008-02-25 | 1 | -4/+0 |
| | | |||||
| * | (url-digest-auth): Don't show prompt if authentication succeeded on | Chong Yidong | 2008-02-25 | 1 | -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 if | Chong Yidong | 2008-02-25 | 1 | -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 Yidong | 2008-02-25 | 1 | -5/+3 |
| | | |||||
| * | * keyboard.c (command_loop_1): Revert 2006-10-09 change. | Chong Yidong | 2008-02-25 | 1 | -0/+4 |
| | | |||||
| * | Mention stock icons for Gtk+. | Jan Djärv | 2008-02-25 | 2 | -0/+12 |
| | | |||||
| * | * configure.in: Print an error for systems that we think are | Dan Nicolaescu | 2008-02-25 | 4 | -0/+63 |
| | | | | | | | | | | | | obsolete and are proposed to be removed. * configure: Regenerate. | ||||
* | | Merge from gnus--devo--0 | Miles Bader | 2008-03-01 | 5 | -132/+321 |
| | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1089 | ||||
* | | (cua-remap-control-z): Fix typo in docstring. | Juanma Barranquero | 2008-03-01 | 2 | -1/+5 |
| | | |||||
* | | (Help Files): Move describe-gnu-project to C-h g. | Kim F. Storm | 2008-02-29 | 1 | -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. |