- 23 Feb, 2012 15 commits
-
-
Glenn Morris authored
* 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.
-
Dmitry Gutov authored
when it might call us back infinitely. Fixes: debbugs:10797
-
Dani Moncayo authored
-
Chong Yidong authored
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.
-
Glenn Morris authored
* 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.
-
Stefan Monnier authored
Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
-
Glenn Morris authored
* 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.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/emacs-lisp/authors.el (authors-aliases, authors-fixed-case) (authors-obsolete-files-regexps): Add more entries.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/emacs-lisp/authors.el (authors-aliases) (authors-obsolete-files-regexps, authors-ignored-files) (authors-ambiguous-files, authors-renamed-files-alist): Add more entries.
-
Glenn Morris authored
-
Juri Linkov authored
-
Juri Linkov authored
new feature in `occur-read-primary-args'. Doc fix. * etc/NEWS: Add new "collect" feature of `occur'. Fixes: debbugs:10705
-
- 22 Feb, 2012 9 commits
-
-
Juri Linkov authored
(ucs-insert): Doc fix. Check for hex digits in the string. Don't display `nil' in the error message. Fixes: debbugs:10857
-
Alan Mackenzie authored
-
Paul Eggert authored
-
Chong Yidong authored
-
Glenn Morris authored
* lisp/ffap.el (ffap-c-path): * lisp/man.el (Man-header-file-path): Handle multiarch. Fixes: debbugs:10702
-
Glenn Morris authored
* 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.
-
Chong Yidong authored
-
Chong Yidong authored
Fixes: debbugs:10743
-
Glenn Morris authored
* dired-x.el (dired-guess-shell-alist-default): Remove escape sequences from nroff output. Fixes: debbugs:172
-
- 21 Feb, 2012 11 commits
-
-
Glenn Morris authored
* lisp/vc/emerge.el (emerge-defvar-local): Set `permanent-local' property rather than unused `preserved'.
-
Glenn Morris authored
* doc/emacs/emerge-xtra.texi (Emerge, Submodes of Emerge, Combining in Emerge): Small fixes. * admin/FOR-RELEASE: Related markup.
-
Glenn Morris authored
* admin/FOR-RELEASE: Related markup.
-
Glenn Morris authored
-
Glenn Morris authored
* 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
-
Juanma Barranquero authored
-
Chong Yidong authored
* 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.
-
Glenn Morris authored
* 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.
-
Glenn Morris authored
* doc/emacs/ack.texi (Acknowledgments): Small changes, including resorting, and removal of things no longer distributed. * admin/FOR-RELEASE: Related markup.
-
Paul Eggert authored
-
Paul Eggert authored
* etc/emacs-buffer.gdb ($valmask): Don't assume EMACS_INT fits in 'long'. * src/.gdbinit (xreload): Likewise.
-
- 20 Feb, 2012 5 commits
-
-
Glenn Morris authored
* doc/emacs/emacs.texi (Top, Preface): Small rephrasings. (menu, detailmenu): Update entries, and reformat some descriptions. * doc/emacs/building.texi, doc/emacs/display.texi: * doc/emacs/emacs-xtra.texi, doc/emacs/files.texi: * doc/emacs/frames.texi, doc/emacs/kmacro.texi, doc/emacs/msdog.texi: * doc/emacs/programs.texi, doc/emacs/text.texi: Reformat some menu descriptions. * admin/FOR-RELEASE: Related markup.
-
Paul Eggert authored
* lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it. (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0. It's useless in that case, and it can cause problems on hosts that allocate halves of EMACS_INT values separately. Reported by Dan Horák. Diagnosed by Andreas Schwab in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>. * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where UINTPTR_MAX >> VALBITS == 0. This is required by the above change; it avoids undefined behavior on hosts where shifting right by more than the word width has undefined behavior.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-