Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for NetBSD (Bug#4629, Bug#2072). | Chong Yidong | 2010-01-28 | 3 | -5/+7 |
| | | | | | | * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu. * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629). | ||||
* | display.texi (Auto Faces): Say fontification-functions is called | Alan Mackenzie | 2010-01-28 | 2 | -9/+16 |
| | | | | whether or not Font Lock is enabled. Tidy up the wording a bit. | ||||
* | Add bug number to recent change. | Jason Rumney | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | Fix last bogus commit. | Katsumi Yamaoka | 2010-01-28 | 1 | -2/+2 |
| | |||||
* | xfns.c (Fx_create_frame): Remove window size matching code from | Jan Djärv | 2010-01-28 | 2 | -146/+7 |
| | | | | | 2010-01-15. (x_get_current_desktop, x_get_desktop_workarea): Remove | ||||
* | Fix some busybox annoyances. | Michael Albinus | 2010-01-28 | 2 | -10/+53 |
| | | | | | | | | | | | | | * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server not responding." string. (tramp-open-connection-setup-interactive-shell): Dump stty settings. Enable "neveropen" arg for all `tramp-send-command' calls. Handle "=" in variable values properly. (tramp-find-inline-encoding): Raise an error, when no encoding is found. (tramp-wait-for-output): Check, whether PROC buffer is available. Remove spurious " ^H" sequences, sent by busybox. (tramp-get-ls-command): Suppress coloring, if possible. | ||||
* | * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280) | Glenn Morris | 2010-01-27 | 2 | -0/+3 |
| | |||||
* | (log-edit-strip-single-file-name): Add missing :safe, :group, and | Glenn Morris | 2010-01-27 | 2 | -3/+11 |
| | | | | :version tags. | ||||
* | Add some details of bzr's --fixes option. | Glenn Morris | 2010-01-27 | 1 | -4/+6 |
| | |||||
* | Fix typos, check for negative ASCII characters. | Jason Rumney | 2010-01-28 | 1 | -4/+4 |
| | |||||
* | Use Unicode for console keyboard input on Windows. | Jason Rumney | 2010-01-27 | 2 | -9/+73 |
| | | | | | w32inevt.c (w32_kbd_patch_key): Save the unicode character. (key_event): Use unicode for characters 128 and higher. | ||||
* | Fix src/ChangeLog. | Kenichi Handa | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | from trunk | Kenichi Handa | 2010-01-27 | 6 | -25/+128 |
|\ | |||||
| * | Add a quick-start guide. | Glenn Morris | 2010-01-26 | 1 | -5/+56 |
| | | | | | | | | Add details of what happens when a bug is closed. | ||||
| * | Fix rename-file to handle directory renaming properly (Bug#3353). | Chong Yidong | 2010-01-26 | 2 | -5/+31 |
| | | | | | | | | | | * fileio.c (Frename_file): Call copy-directory and delete-directory for directories, in order to handle cross-device renaming. | ||||
| * | Fix bug#5477. | Stephen Berman | 2010-01-26 | 2 | -1/+8 |
| | | | | | | | | | | | | Stephen Berman <stephen.berman at gmx.net>: (diary-unhide-everything): Handle narrowed buffers. | ||||
| * | * lisp/files.el (delete-directory): Fix typo in last change. | Chong Yidong | 2010-01-26 | 1 | -2/+2 |
| | | |||||
| * | Fix delete-directory recursion behavior for trashing (Bug#5436). | Chong Yidong | 2010-01-26 | 2 | -14/+33 |
| | | | | | | | | * files.el (delete-directory): Handle moving to trash without first doing recursion (Bug#5436). | ||||
* | | regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string. | Kenichi Handa | 2010-01-27 | 8 | -6/+37 |
|\| | |||||
| * | (vc-path): Mark as obsolete. | Dan Nicolaescu | 2010-01-25 | 2 | -0/+6 |
| | | |||||
| * | Fix erc reconnection via non-default connectors (Bug#4958). | Chong Yidong | 2010-01-25 | 3 | -3/+20 |
| | | | | | | | | | | | | | | * erc-backend.el (erc-session-connector): New var. (erc-server-reconnect): Use it to reconnect via old connector (Bug#4958). * erc.el (erc-determine-parameters): Save erc-server-connect-function to erc-session-connector. | ||||
| * | (vc-annotate-revision-at-line): Compare file | Dan Nicolaescu | 2010-01-25 | 2 | -1/+5 |
|/ | | | | names too. | ||||
* | Merge from trunk | Jan Djärv | 2010-01-25 | 41 | -149/+391 |
|\ | |||||
| * | (vc-bzr-print-log): Use the more compact --line option | Dan Nicolaescu | 2010-01-24 | 2 | -2/+8 |
| | | | | | | | | | | for the short log. (vc-bzr-log-view-mode): Adjust regexp for the above change. | ||||
| * | merge | Mark A. Hershberger | 2010-01-25 | 3 | -2/+9 |
| |\ | |||||
| | * | (vc-git-dir-status-goto-stage): Pass --relative to the | Eric Hanchrow | 2010-01-24 | 3 | -1/+8 |
| | | | | | | | | | | | | diff-index command. This requires at least git-1.5.5. (Bug#1589). | ||||
| * | | working version of vc-bzr-revision-table | Mark A. Hershberger | 2010-01-25 | 2 | -1/+17 |
| | | | |||||
| * | | merge conflict | Mark A. Hershberger | 2010-01-24 | 42 | -288/+380 |
| |\| | |||||
| | * | Try and fix bug#788, hopefully for real this time. | Stefan Monnier | 2010-01-24 | 2 | -16/+36 |
| | |\ | |||||
| | | * | * keymap.c (shadow_lookup): Add `remap' arg. | Stefan Monnier | 2010-01-24 | 2 | -16/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (describe_map, describe_vector): Update calls to shadow_lookup. (Fwhere_is_internal): Fix up handling of `remapped_sequences' and `remapped' so this flag is applicable to `sequence'. Be careful to perform remapping during shadow_lookup check of remapped_equences. | ||||
| | * | | Use png_sig_cmp to allow linking with libpng 1.4.0. | Chong Yidong | 2010-01-24 | 2 | -7/+12 |
| | | | | | | | | | | | | | | | | * image.c (png_load): Use png_sig_cmp instead of the obsolete png_check_sig, which has been removed in libpng 1.4. | ||||
| | * | | Remove support for adding --signoff on commit. | Dan Nicolaescu | 2010-01-24 | 3 | -19/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Future support will use an incompatible generic mechanism. * vc-git.el (vc-git-add-signoff): Remove variable. (vc-git-toggle-signoff): Remove function. (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff. | ||||
| | * | | (xterm-maybe-set-dark-background-mode): Rename | Dan Nicolaescu | 2010-01-24 | 2 | -9/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | from xterm-set-background-mode. Return t if the background mode was set. (terminal-init-xterm): Move tty-set-up-initial-frame-faces earlier, call it again in case the background mode has changed. | ||||
| | * | | Add the aliases bug-emacs and bug-gnumacs. | Glenn Morris | 2010-01-24 | 1 | -2/+5 |
| | | | | |||||
| | * | | (aelement): Fix typo in previous. | Glenn Morris | 2010-01-23 | 1 | -3/+3 |
| | | | | |||||
| | * | | Small fixes. | Glenn Morris | 2010-01-23 | 1 | -5/+4 |
| | | | | |||||
| | * | | Fix some details of previous change. | Glenn Morris | 2010-01-23 | 1 | -10/+11 |
| | | | | |||||
| | * | | Update X-Debbugs-CC details. | Glenn Morris | 2010-01-23 | 1 | -20/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Mail-Followup-To, since it is no longer set. Mention replacement of addresses in new reports. Mention bazaar --fixes. Mention debbugs-submit administrivia setting. Mention how to test Debbugs changes. | ||||
| | * | | * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo (Bug#3541). | Chong Yidong | 2010-01-23 | 2 | -3/+8 |
| | | | | |||||
| | * | | * url-util.el: Require url-vars (Bug#5459). | Chong Yidong | 2010-01-23 | 2 | -0/+5 |
| | | | | |||||
| | * | | * emacs-lisp/assoc.el (aelement): Doc fix. | Chong Yidong | 2010-01-23 | 2 | -1/+3 |
| | | | | |||||
| | * | | * emacs-lisp/assoc.el (aput, adelete, amake): Use lexical-let (Bug#5450). | Chong Yidong | 2010-01-23 | 2 | -7/+12 |
| | | | | |||||
| | * | | Account for utmp.h availability. | Chong Yidong | 2010-01-23 | 5 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks this header file). * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x lacks this header file). | ||||
| | * | | Fix bug#5435: ada-mode; pragma parameter list indented incorrectly. | Stephen Leake | 2010-01-23 | 2 | -3/+8 |
| | |\ \ | |||||
| | | * | | Tweak docstring and comment. | Stephen Leake | 2010-01-23 | 1 | -3/+2 |
| | | | | | |||||
| | | * | | Fix bug#5435. | Stephen Leake | 2010-01-21 | 2 | -2/+8 |
| | | | | | |||||
| | * | | | * mail/rmail.el: Update autoload checksum. | Juanma Barranquero | 2010-01-23 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | * net/tramp-smb.el (tramp-smb-conf): New defcustom. | Michael Albinus | 2010-01-23 | 2 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | (tramp-smb-maybe-open-connection): Use it. | ||||
| | * | | | * xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in ↵ | YAMAMOTO Mitsuharu | 2010-01-23 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | Emacs 22. | ||||
| | * | | | * net/tramp-imap.el (top): Autoload needed packages. | Michael Albinus | 2010-01-22 | 2 | -5/+20 |
| | | |/ | | |/| |