summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | * 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-242-13/+77
| | | | | | | | 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-242-18/+47
| | | | | | | * 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-242-13/+28
| | | | | * 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-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
| | | | definition of font-lock-mode.
* * 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
| | | | | | | (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.
* * lisp/icomplete.el (icomplete-completions): Replace last fix.Stefan Monnier2012-02-232-11/+16
| | | | Fixes: debbugs:10850
* Checked mini.texiGlenn Morris2012-02-235-11/+36
| | | | | | | | | | | * doc/emacs/mini.texi (Minibuffer File, Completion Options, Repetition): Copyedits. (Completion Example): Other M-x au* commands may be defined. (Completion Styles): Mention emacs21 and completion-category-overrides. * lisp/minibuffer.el (completion-category-overrides): Doc fix. * admin/FOR-RELEASE: Related markup.
* * lisp/emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defunDmitry Gutov2012-02-232-3/+7
| | | | | | when it might call us back infinitely. Fixes: debbugs:10797
* * nt/makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.Dani Moncayo2012-02-232-17/+20
|
* Avoid infloop in next-frame during frame creation.Chong Yidong2012-02-234-12/+48
| | | | | | | | | | | See thread at http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00573.html * src/window.c (inhibit_window_configuration_change_hook): New var. (run_window_configuration_change_hook): Obey it. * src/xfns.c (Fx_create_frame): Avoid window-configuration-change-hook call when setting menu-bar-lines and tool-bar-lines parameters. (unwind_create_frame_1): New helper function.
* Read msdog.texiGlenn Morris2012-02-223-23/+34
| | | | | | | | * doc/emacs/msdog.texi (Text and Binary, ls in Lisp, Windows HOME) (Windows Keyboard, Windows Mouse, Windows Processes) (Windows Printing, Windows Misc): Copyedits. (ls in Lisp): Update switches list. * admin/FOR-RELEASE: Related markup.
* * lisp/minibuffer.el (completion-table-with-context): Fix inf-loop.Stefan Monnier2012-02-222-24/+30
| | | | Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
* Checked msdog-xtra.texiGlenn Morris2012-02-223-15/+25
| | | | | | | | * doc/emacs/msdog-xtra.texi (MS-DOS Display): Update list-colors-display xref. Update dos-mode* function names. (MS-DOS Printing, MS-DOS and MULE): Copyedits. (MS-DOS Processes): Add xref to main ls-lisp section. * admin/FOR-RELEASE: Related markup.
* Reword comment to avoid confusing authors.elGlenn Morris2012-02-221-1/+2
|
* Another authors.el aliasGlenn Morris2012-02-221-1/+1
|
* More authors.el additionsGlenn Morris2012-02-222-3/+10
| | | | | * lisp/emacs-lisp/authors.el (authors-aliases, authors-fixed-case) (authors-obsolete-files-regexps): Add more entries.
* * doc/emacs/ack.texi (Acknowledgments): Mention smie.Glenn Morris2012-02-222-3/+7
|
* Small authors.el updatesGlenn Morris2012-02-222-2/+45
| | | | | | | * lisp/emacs-lisp/authors.el (authors-aliases) (authors-obsolete-files-regexps, authors-ignored-files) (authors-ambiguous-files, authors-renamed-files-alist): Add more entries.
* ChangeLog fixes prompted by M-x authorsGlenn Morris2012-02-226-22/+16
|
* * lisp/replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.Juri Linkov2012-02-232-0/+5
|
* * lisp/isearch.el (isearch-occur): Sync interactive spec with occur'sJuri Linkov2012-02-233-9/+42
| | | | | | | | new feature in `occur-read-primary-args'. Doc fix. * etc/NEWS: Add new "collect" feature of `occur'. Fixes: debbugs:10705
* * international/mule-cmds.el (read-char-by-name): Use \` and \'.Juri Linkov2012-02-232-3/+16
| | | | | | | (ucs-insert): Doc fix. Check for hex digits in the string. Don't display `nil' in the error message. Fixes: debbugs:10857
* Revert Change #107149.Alan Mackenzie2012-02-222-2/+5
|
* * src/lisp.h: Improve comment about USE_LSB_TAG.Paul Eggert2012-02-221-6/+19
|
* * xterm.c (x_draw_image_relief): Fix last fix.Chong Yidong2012-02-221-2/+2
|
* Fixes related to /usr/include path on multiarch systemsGlenn Morris2012-02-223-3/+34
| | | | | | | * lisp/ffap.el (ffap-c-path): * lisp/man.el (Man-header-file-path): Handle multiarch. Fixes: debbugs:10702
* Checked macos.texi (somewhat)Glenn Morris2012-02-223-35/+37
| | | | | | | | * doc/emacs/macos.texi: Copyedits. Fix @key/@kbd usage. (Mac / GNUstep Basics): Don't mention the panels, since the next section covers them. (Mac / GNUstep Customization): Merge some panel info from previous. * admin/FOR-RELEASE: Related markup.
* * lisp/custom.el (load-theme): Doc fix.Chong Yidong2012-02-223-4/+9
|
* * src/xterm.c (x_draw_image_relief): Add missing type check for ↵Chong Yidong2012-02-222-7/+24
| | | | | | Vtool_bar_button_margin. Fixes: debbugs:10743
* dired-guess-shell-alist-default tiny nroff changeGlenn Morris2012-02-212-10/+17
| | | | | | | * dired-x.el (dired-guess-shell-alist-default): Remove escape sequences from nroff output. Fixes: debbugs:172
* Tiny emerge-defvar-local fixGlenn Morris2012-02-212-2/+5
| | | | | * lisp/vc/emerge.el (emerge-defvar-local): Set `permanent-local' property rather than unused `preserved'.
* Checked emerge-xtra.texiGlenn Morris2012-02-213-13/+16
| | | | | | * doc/emacs/emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge): Small fixes. * admin/FOR-RELEASE: Related markup.
* * doc/emacs/emacs-xtra.texi: Picture mode is no longer a chapter.Glenn Morris2012-02-213-5/+6
| | | | * admin/FOR-RELEASE: Related markup.
* ChangeLog typo fixGlenn Morris2012-02-211-1/+1
|
* Fix picture-mode C-c C-d bindingGlenn Morris2012-02-213-3/+11
| | | | | | | | | * lisp/textmodes/picture.el (picture-delete-char): Newalias. (picture-mode-map): Use it. (picture-mode): Doc fix. * admin/FOR-RELEASE: Related markup. Fixes: debbugs:10860
* lisp/newcomment.el (uncomment-region-default): Remove unused binding.Juanma Barranquero2012-02-212-3/+7
|
* Update Files chapter in Lisp manual.Chong Yidong2012-02-219-169/+222
| | | | | | | | | | | | | | | * doc/lispref/files.texi (Files): Mention magic file names as arguments. (Reading from Files): Copyedits. (File Attributes): Mention how to change file modes. (Changing Files): Use standard "file permissions" terminology. Add xref to File Attributes node. (Locating Files): Document locate-user-emacs-file. (Unique File Names): Recommend against using make-temp-name. * src/buffer.c (Fget_file_buffer): Protect against invalid file handler return value. * src/fileio.c (Vfile_name_handler_alist): Doc fix.
* Checked picture-xtra.texiGlenn Morris2012-02-215-12/+23
| | | | | | | | | | * doc/emacs/picture-xtra.texi (Basic Picture): C-a does get remapped. * lisp/textmodes/picture.el (picture-motion, picture-motion-reverse) (picture-self-insert, picture-tab-chars): Doc fix. (picture-mode-map): Fix C-a, C-e. * admin/FOR-RELEASE: Related markup.
* Checked ack.texiGlenn Morris2012-02-203-56/+51
| | | | | | * doc/emacs/ack.texi (Acknowledgments): Small changes, including resorting, and removal of things no longer distributed. * admin/FOR-RELEASE: Related markup.
* Spelling fix.Paul Eggert2012-02-201-1/+1
|
* In GDB scripts, don't assume that EMACS_INT fits in long.Paul Eggert2012-02-204-2/+13
| | | | | * etc/emacs-buffer.gdb ($valmask): Don't assume EMACS_INT fits in 'long'. * src/.gdbinit (xreload): Likewise.