summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump version to 24.0.94emacs-pretest-24.0.94Chong Yidong2012-02-27
|
* * font-lock.el (font-lock-specified-p): Rename from font-lock-spec-present.Chong Yidong2012-02-27
| | | | Callers changed.
* Fix oversight in package-load-list handling.Daniel Hackney2012-02-27
| | | | | * lisp/emacs-lisp/package.el (package-compute-transaction): Handle holding a package version to t in package-load-list.
* * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.Michael Albinus2012-02-26
| | | | (tramp-get-inode, tramp-get-device): Use cached values.
* Check there is a font-lock specification before initial fontification.Alan Mackenzie2012-02-26
|
* Add NEWS entry about update-directory-autoloads change.David Engster2012-02-26
| | | | Fixes: debbugs:10396
* * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.Michael Albinus2012-02-26
|
* Fix handling of commands containing double quotes in gdb-miJim Blandy2012-02-26
| | | | | | | * lisp/progmodes/gdb-mi.el (gdb-mi-quote): New function. (gdb-send): Apply it to the operand of the '-interpreter-exec console' command, so that we can pass arguments with (say) quotes in them. Store exact string sent in gdb-debug-log (Bug#10765).
* * doc/misc/ediff.texi (Quick Help Commands): Add a couple of index entries.Chong Yidong2012-02-26
| | | | Fixes: debbugs:10834
* * help-fns.el (describe-function-1): Clarify description of remapping.Chong Yidong2012-02-26
| | | | Fixes: debbugs:10844
* Add NEWS entry about change to drag and drop behavior on Mac OS.Chong Yidong2012-02-26
|
* Code and doc fixes for file-subdir-of-p and files-equal-p.Chong Yidong2012-02-26
| | | | | | | | | * lisp/files.el (files-equal-p): Doc fix. (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp, and quit the loop once a mismatch is found. * doc/lispref/files.texi (Kinds of Files): Improve documentation of files-equal-p and file-subdir-of-p.
* * doc/lispref/intro.texi (Acknowledgements): Small changes.Glenn Morris2012-02-25
|
* * alloc.c (mark_memory): Conditionalize recent fix on USE_USB_TAG.Paul Eggert2012-02-25
|
* lisp/bs.el: Fix bug#10882Juanma Barranquero2012-02-26
| | | | | | * bs.el (bs--show-with-configuration): Don't throw an error if the window cannot be split; otherwise, subsequent calls to bs-show fail, restoring a stale window config.
* Checked errors.texiGlenn Morris2012-02-25
| | | | | | | | * doc/lispref/errors.texi: Don't try to list _all_ the error symbols. Add circular-list, cl-assertion-failed, compression-error. * doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi: * doc/lispref/control.texi (Error Symbols): Tweak "Standard Errors" description. * admin/FOR-RELEASE: Related markup.
* Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).Paul Eggert2012-02-25
| | | | | | | | | | Suggested by Stefan Monnier in <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>. * alloc.c (widen_to_Lisp_Object): New static function. (mark_memory): Also mark Lisp_Objects by fetching pointer words and widening them to Lisp_Objects. This would work even if USE_LSB_TAG is defined and wide integers are used, which might happen in a future version of Emacs.
* * doc/lispref/files.texi: (files-equal-p, file-subdir-of-p): Add documentation.thierry volpiatto2012-02-25
|
* shr.el (shr-column-specs): Protect against TDs with "width: 0%".Lars Magne Ingebrigtsen2012-02-25
|
* lisp/ChangeLog: Fix typos.Juanma Barranquero2012-02-25
|
* Make drop on NS/OSX behave the same as other platforms (Bug 5855 and 10050).Jan Djärv2012-02-25
| | | | | | | | * doc/emacs/macos.texi (Mac / GNUstep Customization): Remove text about ns-find-file and ns-drag-file (Bug#5855, Bug#10050). * lisp/term/ns-win.el (global-map): Bind ns-drag-file to ns-find-file (Bug#5855, Bug#10050).
* * calendar/parse-time.el (parse-time-string): Allow extractor toAndreas Schwab2012-02-25
| | | | return nil.
* Update Backups chapter of Lisp manual.Chong Yidong2012-02-25
| | | | | | | * doc/lispref/backups.texi (Making Backups): Mention default value of backup-directory-alist. (Rename or Copy): Note that backup-by-copying-when-mismatch is t. (Auto-Saving): New minor mode behavior for auto-save-mode. (Reverting): Add defvar for revert-buffer-in-progress-p.
* Document SELinux support functions in Lisp manual.Chong Yidong2012-02-25
| | | | | | | | | | | | * doc/lispref/backups.texi (Making Backups): Return value of backup-buffer is changed. * doc/lispref/files.texi (File Attributes): Document file-selinux-context. (Changing Files): Link to it. (Changing Files): Document set-file-selinux-context. * fileio.c (Ffile_selinux_context, Fset_file_selinux_context): Doc fix.
* * net/tramp.el (tramp-file-name-for-operation): AddMichael Albinus2012-02-25
| | | | | | | | `files-equal-p' and `file-subdir-of-p'. * net/tramp-sh.el (tramp-sh-handle-copy-directory): * net/tramp-smb.el (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
* Add custom groups for VC backends, for consistency with vc-bzr.Chong Yidong2012-02-25
| | | | | | | | | | | | | | | Callers changed. * vc/vc-arch.el (vc-arch): * vc/vc-cvs.el (vc-cvs): * vc/vc-git.el (vc-git): * vc/vc-hg.el (vc-hg): * vc/vc-mtn.el (vc-mtn): * vc/vc-rcs.el (vc-rcs): * vc/vc-sccs.el (vc-sccs): * vc/vc-svn.el (vc-svn): New customization group. Fixes: debbugs:10871
* * doc/lispref/searching.texi (Regexp Backslash): Add index entry.Chong Yidong2012-02-25
| | | | Fixes: debbugs:10869
* Add a clarification to Buffers chapter of Emacs manual.Dani Moncayo2012-02-25
| | | | | * doc/emacs/buffers.texi (Select Buffer): Mention that saving in a new file name can switch to a different major mode.
* * lisp/newcomment.el (comment-styles): Add autoload.Chong Yidong2012-02-25
| | | | Fixes: debbugs:10868
* Reduce x-selection-timeout to 5s, and add a message for clipboard manager ↵Chong Yidong2012-02-25
| | | | | | | | | | | | | saving. * lisp/term/x-win.el (x-initialize-window-system): Reduce default for x-selection-timeout to 5 seconds. * src/xselect.c (Fx_selection_exists_p): Doc fix. (x_clipboard_manager_save_all): Print an informative message before saving to clipboard manager. Fixes: debbugs:8869
* Add PROBLEMS entry for X clipboard managers slowing down exitGlenn Morris2012-02-24
| | | | See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8869#92
* nntp.el (nntp-send-authinfo): Fix last change.Katsumi Yamaoka2012-02-25
|
* lisp/ChangeLog: Fix typos.Juanma Barranquero2012-02-24
|
* * lisp/files.el (file-subdir-of-p): Fix typo.thierry volpiatto2012-02-24
|
* More ChangeLog fixesGlenn Morris2012-02-24
| | | | The configure.in bit is already in ../ChangeLog, where it should be.
* Fix another ChangeLog entryGlenn Morris2012-02-24
| | | | | This one makes no sense, because it is editing a generated file. Looks like it was fixed in the proper place (configure.in) 2003-01-06.
* ChangeLog fixesGlenn Morris2012-02-24
|
* ChangeLog fixesGlenn Morris2012-02-24
|
* Fix previous change files.el changeGlenn Morris2012-02-24
|
* Fix bug#10489: 24.0.92 `dired-do-copy' may create infinite directory hierarchy.thierry volpiatto2012-02-24
| | | | | | | | | | | * lisp/files.el (files-equal-p): New, simple equality check between two filename. (file-subdir-of-p): New, Check if dir1 is subdir of dir2. (copy-directory): Return error when trying to copy a directory on itself. Add missing copy-contents arg to tramp handler. * lisp/dired-aux.el (dired-copy-file-recursive): Same. (dired-create-files): Modify destination when source is equal to dest when copying files. Return also when dest is a subdir of source.
* Fix bug #10674 with infinite re-spawning of cmdproxy.exe.Eli Zaretskii2012-02-24
| | | | | | | | nt/cmdproxy.c (main): Bypass conversion of the file name in argv[0] and our own module name to short 8+3 aliases, if the original file names compare equal. If GetShortPathName fails, compare the base names of the two file names, and only re-spawn the command line if the base-name comparison also fails.
* Process multiple X selection requests in process_special_events.Chong Yidong2012-02-24
| | | | | | | * src/keyboard.c (process_special_events): Handle all X selection requests in kbd_buffer, not just the next one. Fixes: debbugs:8869
* Small changes for lispref/errors.texiGlenn Morris2012-02-24
| | | | | * doc/lispref/errors.texi (Standard Errors): Mention dbus-error. For arith-error sub-classes, just use one cross-ref.
* * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines. (Bug#10874)Michael Albinus2012-02-24
|
* nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.Katsumi Yamaoka2012-02-23
|
* Fix date of ChangeLog entryGlenn Morris2012-02-23
|
* Add missing NEWS entry for feature appearing during feature freezeGlenn Morris2012-02-23
|
* Add new parameter :after-hook to define-minor-mode. Use this in theAlan Mackenzie2012-02-23
| | | | definition of font-lock-mode.
* * window.c: Fix last fix.Chong Yidong2012-02-24
|
* * lisp/minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.Stefan Monnier2012-02-23
| | | | | | | (completion--cache-all-sorted-completions): New function. (completion-all-sorted-completions): Use it. (completion--do-completion, minibuffer-force-complete): Use it to re-instate the flush hook.