summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump version to 23.2.91.emacs-pretest-23.2.91Chong Yidong2010-12-10
| | | | Regenerate configure and ldefs-boot.el.
* * net/tramp.el (tramp-action-password, tramp-process-actions):Michael Albinus2010-12-10
| | | | Revert patch from 2010-12-08. Use `save-restriction'.
* * doc/emacs/trouble.texi (Checklist): Fix typo in newsgroup name.Glenn Morris2010-12-09
|
* Commit missing file from 2010-05-15T00:48:53Z!rgm@gnu.org.Jan Moringen2010-12-09
| | | | Fixes: debbugs:7505
* Fix bug #1077 with popping new frames from a minibuffer-only frame.Eli Zaretskii2010-12-09
| | | | | | | | Do NOT merge with trunk! menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p): New functions. (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use them instead of `nil' and `>', respectively.
* diary-lib fix for bug#7536.Stephen Berman2010-12-08
| | | | | * lisp/calendar/diary-lib.el (diary-list-sexp-entries): Handle case of no newline at end of file.
* * lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change.Glenn Morris2010-12-08
| | | | (convert-standard-filename means it was bogus.)
* * net/tramp.el (tramp-handle-start-file-process): ProtectMichael Albinus2010-12-08
| | | | | | buffer-modified value. (Bug#7557) (tramp-action-password): Delete region, do not narrow. (tramp-process-actions): Do not widen.
* * lisp/log-edit.el (log-edit-changelog-entries): Regexp quote filename.Jan Moringen2010-12-07
| | | | Fixes: debbugs:7505
* * lisp/cus-edit.el (custom-save-all): Bind print-length and print-level to nil.Tom Breton2010-12-07
| | | | Fixes: debbugs:7581
* mouse.el fix for bug#7586.Glenn Morris2010-12-07
| | | | | * lisp/mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map): Run hooks to update menu contents.
* Small smtpmail fix for bug#7588.Glenn Morris2010-12-07
| | | | | * lisp/mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued file names, for the sake of MS Windows.
* Fix ChangeLog whitespace.Glenn Morris2010-12-07
|
* Fix ChangeLog typo.Glenn Morris2010-12-07
|
* * diff-mode.el (diff-refine-hunk): Make it work when the hunk containsStefan Monnier2010-12-07
| | | | empty lines without a leading space.
* * doc/lispref/modes.texi (Auto-Indentation): New section to document SMIE.Stefan Monnier2010-12-07
| | | | | (Major Mode Conventions): * doc/lispref/text.texi (Mode-Specific Indent): Refer to it.
* * xsmfns.c (smc_die_CB): Call Fkill_emacs.Jan Djärv2010-12-07
| | | | Fixes: debbugs:7552
* Fix Lawrence Mitchell's email address in lisp/ChangeLog.Chong Yidong2010-12-06
|
* * dired-aux.el (dired-do-redisplay): Postphone dired-after-readin-hook while ↵Leo Liu2010-12-06
| | | | mapping over marks (Bug#6810).
* Initialize image-dired auxilliary filenames relative to image-dired-dirs ↵Chong Yidong2010-12-06
| | | | | | | | | (Bug#7518). * image-dired.el (image-dired-db-file) (image-dired-temp-image-file, image-dired-gallery-dir) (image-dired-temp-rotate-image-file): Set default values relative to image-dired-dir (Bug#7518).
* Fix arg usage of format-decode-run-method (Bug#7488).Lawrence Mitchell2010-12-06
| | | | | * lisp/format.el (format-decode-run-method): Pass args FROM and TO, not point-min and point-max, to shell-command-on-region (Bug#7488).
* Fix crash with invisible text and overlays (Bug#7016).Chong Yidong2010-12-06
| | | | | | | | | * src/dispextern.h (struct it): New member overlay_strings_charpos. * src/xdisp.c (next_overlay_string, load_overlay_strings): Record the charpos where we computed n_overlay_strings. (next_overlay_string): Load overlay strings at recorded position, which may not be the same as the iterator's charpos (Bug#7016).
* * frame.el (blink-cursor-mode): Make default t for ns.Jan Djärv2010-12-06
|
* Fix for 7412 (no cursor on image) backported from trunk.Jan Djärv2010-12-05
| | | | | * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background with cursor color and draw a rectangle around the image.
* Trivial fixes for epg.el.Daiki Ueno2010-12-05
| | | | | | | | | | | * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor. (epg-context-set-passphrase-callback): Mention that the callback is not called when used with GnuPG 2.x. modified: lisp/ChangeLog lisp/epg.elk
* Document behavior of lazy highlight in word search (Bug#7470).Chong Yidong2010-12-04
| | | | | * doc/emacs/search.texi (Word Search): Note that the lazy highlight always matches to whole words (Bug#7470).
* * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).Bob Rogers2010-12-04
|
* Doc fixes for comint functions (Bug#7499).Chong Yidong2010-12-04
| | | | | | | | | * lisp/comint.el (comint-dynamic-list-input-ring) (comint-dynamic-complete-filename) (comint-replace-by-expanded-filename) (comint-dynamic-simple-complete) (comint-dynamic-list-filename-completions) (comint-dynamic-list-completions): Doc fix (Bug#7499).
* Doc fix for posn-* functions (Bug#7471).Chong Yidong2010-12-04
| | | | | * lisp/subr.el (posn-x-y, posn-object-x-y, posn-object-width-height): Doc fix (Bug#7471).
* Avoid infloop when scrolling conservatively (Bug#7537).Chong Yidong2010-12-04
| | | | | * src/xdisp.c (try_scrolling): Avoid infloop if the first line is obscured due to a vscroll (Bug#7537).
* * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil (Bug#7533).Martin Rudalics2010-12-04
|
* * url-cookie.el (url-cookie-retrieve): Handle null LOCALPART (Bug#7543).Chong Yidong2010-12-04
| | | | Suggested by Lennart Borgman.
* * lisp/files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.W. Martin Borgert2010-12-04
| | | | * etc/schema/schemas.xml: Handle *.dbk as DocBook.
* * simple.el (transient-mark-mode): Doc fix (Bug#7465).Chong Yidong2010-12-04
|
* display.texi (Other Display Specs): Document left-fringe and right-fringeEli Zaretskii2010-12-04
| | | | display specs.
* Fix bug #4674 with UNCs in file-relative-name.Eli Zaretskii2010-12-04
| | | | | files.el (file-relative-name): Handle UNC file names on DOS/Windows. Also fixes bug#4673.
* display.texi (Optional Mode Line): Make the description of load-averageEli Zaretskii2010-12-04
| | | | more accurate.
* Describe MS-Windows specific startup issues, incl. emacsclientw.exeEli Zaretskii2010-12-04
| | | | | | msdog.texi (Windows Startup): New node. Move the stuff about the current directory from "Windows HOME", and explain all possible ways of invoking Emacs on Windows.
* msdog.texi (Windows HOME): Mention that HOME can also be set in the registry,Eli Zaretskii2010-12-04
| | | | with a cross-reference.
* That's not how you spell "initialization".Glenn Morris2010-12-01
|
* Handle negative top/left in frame parameters (Bug#7510).Jan Djärv2010-12-02
| | | | | | | | | * src/nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT. * src/nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs): Use FRAME_TOOLBAR_HEIGHT. (x_set_offset): Handle XNegative and YNegative in f->size_hint_flags.
* ChangeLog fixes.Glenn Morris2010-12-01
|
* * doc/misc/cl.texi (For Clauses): Small fixes for frames and windows.Glenn Morris2010-12-01
|
* Small ps-print fixes.Glenn Morris2010-12-01
| | | | | | * lisp/ps-print.el (ps-line-lengths-internal, ps-nb-pages): Ensure ps-footer-font-size-internal is initialized. Call ps-get-page-dimensions before trying to use ps-font-for-text.
* merge emacs-23Kenichi Handa2010-12-02
|\
| * * doc/lispref/backups.texi (Making Backups):Stefan Monnier2010-12-01
| | | | | | | | | | | | * doc/lispref/modes.texi (Example Major Modes): Use recommended coding style. (Major Mode Basics, Derived Modes): Encourge more strongly use of define-derived-mode. Mention completion-at-point-functions.
| * * lisp/ido.el (ido-common-initilization): New function. Leo Liu2010-12-01
| | | | | | | | | | | | | | (ido-mode): Use it. (ido-completing-read): Call it. Fixes: debbugs:3274
| * Fix log-edit-font-lock-keywords (Bug#6465).Chong Yidong2010-11-27
| | | | | | | | | | | | * log-edit.el (log-edit-font-lock-keywords): Don't try matching stand-alone lines, since that is handled by log-edit-match-to-eoh (Bug#6465).
| * Fix bug #7308 with `locate' on MS-Windows.Eduard Wiebe2010-11-27
| | | | | | | | | | | | | | | | | | dired.el (dired-get-filename): Replace backslashes with slashes in file names on MS-Windows, needed by `locate'. locate.el (locate-default-make-command-line): Don't consider drive letter and root directory part of `directory-listing-before-filename-regexp'. (locate-post-command-hook, locate-post-command-hook): New defcustoms.
| * Fix bug #7446 with overrunning input buffer in ebrowse.Joe Matarazzo2010-11-27
| | | | | | | | | | ebrowse.c (yylex): If end of input buffer encountered while searching for a newline after "//", return YYEOF.