summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 24.0.94EMACS_PRETEST_24_0_94Chong Yidong2012-02-2716-1054/+1152
* * font-lock.el (font-lock-specified-p): Rename from font-lock-spec-present.Chong Yidong2012-02-273-5/+13
* Fix oversight in package-load-list handling.Daniel Hackney2012-02-272-1/+7
* * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.Michael Albinus2012-02-262-20/+11
* Check there is a font-lock specification before initial fontification.Alan Mackenzie2012-02-263-16/+35
* Add NEWS entry about update-directory-autoloads change.David Engster2012-02-261-0/+5
* * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.Michael Albinus2012-02-262-3/+7
* Fix handling of commands containing double quotes in gdb-miJim Blandy2012-02-262-4/+21
* * doc/misc/ediff.texi (Quick Help Commands): Add a couple of index entries.Chong Yidong2012-02-263-1/+8
* * help-fns.el (describe-function-1): Clarify description of remapping.Chong Yidong2012-02-262-3/+8
* Add NEWS entry about change to drag and drop behavior on Mac OS.Chong Yidong2012-02-261-0/+4
* Code and doc fixes for file-subdir-of-p and files-equal-p.Chong Yidong2012-02-265-28/+41
* * doc/lispref/intro.texi (Acknowledgements): Small changes.Glenn Morris2012-02-252-7/+14
* * alloc.c (mark_memory): Conditionalize recent fix on USE_USB_TAG.Paul Eggert2012-02-251-0/+2
* lisp/bs.el: Fix bug#10882Juanma Barranquero2012-02-262-1/+8
* Checked errors.texiGlenn Morris2012-02-257-8/+42
* Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).Paul Eggert2012-02-253-17/+39
* * doc/lispref/files.texi: (files-equal-p, file-subdir-of-p): Add documentation.thierry volpiatto2012-02-252-0/+22
* shr.el (shr-column-specs): Protect against TDs with "width: 0%".Lars Magne Ingebrigtsen2012-02-252-4/+8
* lisp/ChangeLog: Fix typos.Juanma Barranquero2012-02-251-9/+8
* Make drop on NS/OSX behave the same as other platforms (Bug 5855 and 10050).Jan D.2012-02-254-13/+12
* * calendar/parse-time.el (parse-time-string): Allow extractor toAndreas Schwab2012-02-252-20/+26
* Update Backups chapter of Lisp manual.Chong Yidong2012-02-254-15/+33
* Document SELinux support functions in Lisp manual.Chong Yidong2012-02-255-31/+75
* * net/tramp.el (tramp-file-name-for-operation): AddMichael Albinus2012-02-254-2/+13
* Add custom groups for VC backends, for consistency with vc-bzr.Chong Yidong2012-02-2510-37/+91
* * doc/lispref/searching.texi (Regexp Backslash): Add index entry.Chong Yidong2012-02-253-1/+6
* Add a clarification to Buffers chapter of Emacs manual.Dani Moncayo2012-02-252-1/+8
* * lisp/newcomment.el (comment-styles): Add autoload.Chong Yidong2012-02-252-0/+3
* Reduce x-selection-timeout to 5s, and add a message for clipboard manager sav...Chong Yidong2012-02-255-11/+29
* Add PROBLEMS entry for X clipboard managers slowing down exitGlenn Morris2012-02-241-0/+22
* nntp.el (nntp-send-authinfo): Fix last change.Katsumi Yamaoka2012-02-251-5/+3
* lisp/ChangeLog: Fix typos.Juanma Barranquero2012-02-241-3/+3
* * lisp/files.el (file-subdir-of-p): Fix typo.thierry volpiatto2012-02-241-0/+4
* More ChangeLog fixesGlenn Morris2012-02-241-5/+4
* Fix another ChangeLog entryGlenn Morris2012-02-241-1/+1
* ChangeLog fixesGlenn Morris2012-02-243-7/+6
* ChangeLog fixesGlenn Morris2012-02-247-19/+17
* Fix previous change files.el changeGlenn Morris2012-02-243-9/+10
* Fix bug#10489: 24.0.92 `dired-do-copy' may create infinite directory hierarchy.thierry volpiatto2012-02-243-6/+82
* Fix bug #10674 with infinite re-spawning of cmdproxy.exe.Eli Zaretskii2012-02-242-13/+77
* Process multiple X selection requests in process_special_events.Chong Yidong2012-02-242-18/+47
* Small changes for lispref/errors.texiGlenn Morris2012-02-242-13/+28
* * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines. (Bug#10874)Michael Albinus2012-02-242-0/+8
* nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.Katsumi Yamaoka2012-02-232-4/+11
* Fix date of ChangeLog entryGlenn Morris2012-02-231-3/+1
* Add missing NEWS entry for feature appearing during feature freezeGlenn Morris2012-02-231-1/+1
* Add new parameter :after-hook to define-minor-mode. Use this in theAlan Mackenzie2012-02-236-15/+46
* * window.c: Fix last fix.Chong Yidong2012-02-242-0/+3
* * lisp/minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.Stefan Monnier2012-02-232-22/+31