summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prefer UTF-8 when the encoding shouldn't matter and changes are small.Paul Eggert2013-03-0547-1073/+1084
|
* * net/tramp-compat.el (tramp-compat-delete-directory): ImplementMichael Albinus2013-03-052-18/+28
| | | | TRASH argument.
* * indent/octave.m: Fix encoding error in comment. Add coding tag.Paul Eggert2013-03-052-2/+6
|
* Keep pre-existing highlighting in completion candidates.Dmitry Gutov2013-03-052-17/+33
| | | | | | | | | | | | | | | * lisp/minibuffer.el (completions-first-difference): State that the face is "added" in the docstring. (completions-common-part): Same. And don't inherit from default. (completion-hilit-commonality): Prepend 'completions-common-part and 'completion-first-difference faces to the 'face property, instead of replacing the value(s). (completion--insert-strings): Same with 'completions-annotations face. (completion-hilit-commonality): Use 'face instead of 'font-lock-face, because it gets priority if the completion strings already have 'face set. Fixes: debbugs:13250
* Remove stray character from license URL.Paul Eggert2013-03-041-1/+1
|
* Merge from emacs-24; up to 2012-12-24T15:56:17Z!eliz@gnu.orgGlenn Morris2013-03-046-3/+31
|\
| * Regenerate AUTHORS and ldefs-boot.elemacs-24.3-rc1Glenn Morris2013-03-042-857/+860
| |
| * Bump version to 24.3 (only a release candidate at the moment)Glenn Morris2013-03-0410-25/+25
| |
| * * Makefile.in (install-man): Ignore gzip exit status.Glenn Morris2013-03-042-1/+11
| |
| * Also port to MirBSD.Paul Eggert2013-03-042-5/+7
| |
| * Fix a build failure on OpenBSD 4.x.Paul Eggert2013-03-042-0/+16
| | | | | | | | | | | | | | | | * sysdep.c (KERN_PROC, kinfo_proc) [BSD_SYSTEM && !KERN_PROC]: Define to KERN_PROC2 and kinfo_proc2, for OpenBSD 4.9. list-system-processes still returns nil, but at least it doesn't crash. Problem reported by Nelson H. F. Beebe in <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html>.
| * * emacs-lisp-intro.texi (Simple Extension): Fix typos.Glenn Morris2013-03-032-2/+2
| |
* | * composite.c (get_composition_id, fill_gstring_header):Dmitry Antipov2013-03-054-6/+16
| | | | | | | | | | | | Use make_uninit_vector where appropriate. * font.c (Ffont_get_glyphs, build_style_table): Likewise. * xselect.c (clean_local_selection_data): Likewise.
* | Replace `last-command-event' by `last-command-char' in XEmacs.Alan Mackenzie2013-03-044-24/+44
| | | | | | | | | | | | | | | | | | | | | | | | progmodes/cc-defs.el (c-last-command-char): New macro. progmodes/cc-align.el (c-semi&comma-inside-parenlist) (c-semi&comma-no-newlines-before-nonblanks) (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro in place of `last-command-event'. progmodes/cc-cmds.el (c-electric-pound, c-electric-brace) (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt) (c-electric-paren, c-electric-continued-statement): Use the new macro in place of `last-command-event'.
* | Fix misuse of ImageMagick that caused core dump.Paul Eggert2013-03-042-5/+11
| | | | | | | | | | | | | | * image.c (imagemagick_load_image): Calculate height and width after flattening the image, not before. Fixes: debbugs:13846
* | nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2013-03-042-7/+17
| | | | | | | | | | (DATA_START, ORDINARY_LINK): Remove. (HAVE_DATA_START, HAVE__PUTENV): New macros.
* | lisp/gnus/shr.el: Make all the overlays set the `evaporate' property so that ↵Ted Phelps2013-03-042-6/+16
| | | | | | | | they're removed properly
* | Prefer UTF-8 for documentation.Paul Eggert2013-03-0415-58/+75
| | | | | | | | | | With GNU Texinfo 5.0, this generates nicer-looking info files, since they can use curly quotes. With older Texinfo it doesn't matter.
* | * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.Dmitry Antipov2013-03-044-3/+10
| | | | | | | | | | * ftfont.c (ftfont_shape_by_flt): Likewise. * w32uniscribe.c (uniscribe_shape): Likewise.
* | * semantic/wisent/wisent.el (wisent): Stick to ASCII in the ASCII art.Paul Eggert2013-03-032-2/+4
| |
* | * files.el (inhibit-local-variables-regexps): Add .diff and .patch.Glenn Morris2013-03-032-0/+6
| | | | | | | | Fixes: debbugs:13862
* | Fix encoding problem in javat-wy.el.Paul Eggert2013-03-034-17/+27
| | | | | | | | | | | | | | * admin/grammars/java-tags.wy (CHAR): Remove "('\u0000' to '\uffff')" from summary, as this causes javat-wy.el to contain both a null byte and a byte sequence that is not valid UTF-8, which is inconvenient. * lisp/cedet/semantic/wisent/javat-wy.el: Regenerate.
* | Add and/or fix coding tags for refcard sources.Paul Eggert2013-03-038-12/+8
| |
* | * tramp.texi (External methods): Tramp does not connect AndroidMichael Albinus2013-03-032-9/+16
| | | | | | | | devices by itself.
* | * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,Michael Albinus2013-03-032-1/+15
| | | | | | | | whether the "su" command is available on the device.
* | * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.Paul Eggert2013-03-022-1/+6
| | | | | | | | If there were a real need, it should be UTF-8 anyway.
* | Spelling fixes.Paul Eggert2013-03-023-6/+5
| |
* | * make-dist: Remove lzma (it's replaced by xz).Glenn Morris2013-03-022-6/+4
| |
* | Merge from emacs-24; up to 2012-12-24T06:24:08Z!eggert@cs.ucla.eduGlenn Morris2013-03-024-36/+27
|\ \ | |/
| * * emacs-lisp-intro.texi (defcustom): Fix typo.Glenn Morris2013-03-022-1/+2
| |
| * * emacs-lisp-intro.texi (Digression into C): Update example.Glenn Morris2013-03-022-33/+19
| |
| * * doc/lispref/objects.texi (Symbol Type): Fix typo.Glenn Morris2013-03-022-2/+6
| |
* | Fix date of merged ChangeLog entryGlenn Morris2013-03-021-1/+1
| |
* | Merge from mh-e; up to 2012-01-03T02:14:40Z!lekktu@gmail.com.Bill Wohler2013-03-027-10/+55
|\ \
| * | Release MH-E version 8.5.mh-e-8.5Bill Wohler2013-03-022-5/+11
| | | | | | | | | | | | * mh-e.el (Version, mh-version): Update for release 8.5.
| * | Release MH-E version 8.5.Bill Wohler2013-03-023-1/+26
| | | | | | | | | | | | * NEWS, MH-E-NEWS: Update for MH-E release 8.5.
| * | Merge from trunk; up to 2013-03-02T21:05:52Z!eggert@cs.ucla.edu.Bill Wohler2013-03-02149-3064/+5976
| |\ \
| * \ \ Merge from trunk; up to 2013-02-18T01:30:27Z!monnier@iro.umontreal.ca.Bill Wohler2013-02-182374-18267/+41441
| |\ \ \
| * | | | * mh-folder.el (mh-inc-folder): Revert SF #2321115, SF bugs/250Jeffrey C Honig2012-12-092-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which processed pending deletes and refiles. Call to mh-process-or-undo-commands to insure that pending changes are properly tagged after including new mail. (Closes SF bugs/271).
| * | | | Merge from trunk; up to 2012-12-09T01:04:43Z!rgm@gnu.org.Bill Wohler2012-12-08360-5605/+9937
| |\ \ \ \
| * | | | | * mh-comp.el: Insure that mail-header-separator is set beforeJeffrey C Honig2012-12-082-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | invoking any mml functions. (closes SF #270).
| * | | | | Merge from trunk; up to 2012-11-25T20:14:53Z!wohler@newt.com.Bill Wohler2012-11-253-25/+78
| |\ \ \ \ \
| * | | | | | * mh-e.el (mh-version): Add +bzr to version.Bill Wohler2012-11-252-2/+6
| | | | | | |
* | | | | | | * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update formh-e-doc-8.5Bill Wohler2013-03-022-65/+75
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release 8.5. * mh-e.texi (Preface, Conventions, Getting Started) (Using This Manual, Folder Selection, Viewing, Aliases) (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats) (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E): Update URLs.
* | | | | | * filelock.c (lock_file): Don't access freed storage.Paul Eggert2013-03-022-27/+23
| | | | | |
* | | | | | The lock for FILE is now .#FILE or .#-FILE.Paul Eggert2013-03-024-51/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old approach, which fell back on DIR/.#FILE.0 through DIR/.#FILE.9, had race conditions that could not be easily fixed. If DIR/.#FILE is a non-symlink file, Emacs now does not create a lock file for DIR/FILE; that is, DIR/FILE is no longer partly protected by a lock if DIR/.#FILE is a non-symlink file ("partly" because the locking mechanism was never reliable in that case). This patch fixes this and other bugs discovered by a code inspection that was prompted by <http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00531.html>. Also, this patch switches to .#-FILE (not .#FILE) on MS-Windows, to avoid interoperability problems between the MS-Windows and non-MS-Windows implementations. MS-Windows and non-MS-Windows instances of Emacs now ignore each others' locks. * etc/NEWS: Document this. * src/filelock.c (defined_WINDOWSNT): New constant. (MAKE_LOCK_NAME, fill_in_lock_file_name): Don't create DIR/.#FILE.0 through DIR/.#FILE.9. Instead, create DIR/.#FILE symlinks on non-MS-Windows hosts, and DIR/.#-FILE regular files on MS-Windows hosts. (MAKE_LOCK_NAME, unlock_file, Ffile_locked_p): Use SAFE_ALLOCA to avoid problems with long file names. (MAX_LFINFO): Now a local constant, not a global macro. (IS_LOCK_FILE): Remove. (lock_file_1): Don't inspect errno if symlink call succeeds; that's not portable. (lock_file): Document that this function can return if lock creation fails. Fixes: debbugs:13807
* | | | | | Merge from emacs-24; up to 2012-12-23T17:06:58Z!eliz@gnu.orgGlenn Morris2013-03-023-1/+28
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fixes: debbugs:13734Andreas Schwab2013-03-022-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | * lisp.h (XPNTR) [!USE_LSB_TAG]: Remove extra paren.
| * | | | | Auto-commit of loaddefs files.Glenn Morris2013-03-011-852/+855
| | | | | |
| * | | | | NEWS copyeditsGlenn Morris2013-03-011-23/+23
| | | | | |