summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump version to 24.0.95.emacs-pretest-24.0.95emacs-pretest-24.0.05Chong Yidong2012-04-02
| | | | Regenerate AUTHORS and ldefs-boot.el.
* * doc/emacs/custom.texi (Changing a Variable): Fix example.Dani Moncayo2012-04-02
|
* Spelling fixes.Paul Eggert2012-04-01
|
* More tweaks about emacsclient on MS-Windows.Eli Zaretskii2012-04-01
| | | | Fixes: debbugs:11091
* Fix copyright and authors lines in OrgBastien Guerry2012-04-01
|
* Fix copyright declaration in ob-fortran.elBastien Guerry2012-04-01
|
* NEWS fix.Glenn Morris2012-04-01
|
* Fix bug in org-todo.Bastien Guerry2012-04-01
|
* Improve documentation of emacsclient -c and -t on MS-Windows.Eli Zaretskii2012-04-01
| | | | | | | doc/emacs/misc.texi (emacsclient Options): More clarifications about -t and -c on MS-Windows. Fixes: debbugs:11091
* Fix unsafe use of alloca reported in bug #11138.Eli Zaretskii2012-04-01
| | | | | src/w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA instead of alloca.
* Fixes: debbugs:11141Andreas Schwab2012-04-01
| | | | * w32menu.c (is_simple_dialog): Properly check lisp types.
* Auto-commit of loaddefs files.Glenn Morris2012-04-01
|
* Update to Org version 7.8.07 (commit da0e6f in Org's repo)Bastien Guerry2012-04-01
|
* Rename file-subdir-of-p to file-in-directory-p.Chong Yidong2012-04-01
| | | | | | | | | | | | * lisp/files.el (file-in-directory-p): Rename from file-subdir-of-p. Handle root directory properly. (copy-directory): Caller changed. * lisp/dired-aux.el (dired-copy-file-recursive, dired-create-files): * lisp/net/tramp.el (tramp-file-name-for-operation): Callers changed. * doc/lispref/files.texi (Kinds of Files): file-subdir-of-p renamed to file-in-directory-p.
* Doc fix for xterm-extra-capabilitiesGlenn Morris2012-03-31
| | | | | | * lisp/term/xterm.el (xterm-extra-capabilities): Doc fix. * etc/PROBLEMS: Mention xterm-extra-capabilities issue.
* * lisp/language/indian.el ("Devanagari"): Fix typo.Glenn Morris2012-03-31
| | | | Fixes: debbugs:11103
* Revert 2012-03-28 calendar changeGlenn Morris2012-03-31
| | | | | | | | * lisp/calendar/calendar.el (calendar-window-list) (calendar-hide-window): Restore. (calendar-exit): Use calendar-window-list, calendar-hide-window again. Fixes: debbugs:11140
* Edebug doc fixesGlenn Morris2012-03-31
| | | | | | | | | | | * doc/lispref/edebug.texi (Instrumenting Macro Calls): Mention defining macros at instrumentation time. (Edebug Options): Mention edebug-unwrap-results. * lisp/emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix. Comments. * admin/FOR-RELEASE: Markup.
* Fix bug #11063 with move_it_by_lines when there's a before-string at bol.Eli Zaretskii2012-03-31
| | | | | | | src/xdisp.c (move_it_by_lines): When DVPOS is positive, and the position we get to after a call to move_it_to fails the IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position only if we wind up in a string from display property.
* Fix bug #7464 with mouse highlight after "C-x 1".Eli Zaretskii2012-03-31
| | | | | | src/window.c (Fdelete_other_windows_internal): Invalidate the row and column information about mouse highlight, so that redisplay restores it after reallocating the glyph matrices.
* Remove an incorrect assertion on move_it_by_lines.Eli Zaretskii2012-03-31
| | | | | | | src/xdisp.c (move_it_by_lines): Remove the assertion that "it->current_x == 0 && it->hpos == 0" which can be legitimately violated when there's a before-string at the beginning of a line. (Bug#11063)
* Improve documentation of 'cursor' text property.Eli Zaretskii2012-03-31
| | | | | | | doc/lispref/text.texi (Special Properties): Clarify the description of the effect of integer values of the 'cursor' property on cursor position. See the discussions in bug#11068 for more details and context.
* Fix bug #11091 with inaccurate docs of emacsclient on MS-Windows.Eli Zaretskii2012-03-31
| | | | | doc/emacs/misc.texi (emacsclient Options): Document peculiarities of new frame creation on MS-Windows under -c or -t options.
* Fix cursor positioning in rows completely covered by display strings.Eli Zaretskii2012-03-31
| | | | | | | src/xdisp.c (set_cursor_from_row): If `cursor' property on a display string comes from a `display' text property, use the buffer position of that property as if we actually saw that position in the row's glyphs.
* lispref/edebug.texi copyeditsGlenn Morris2012-03-30
| | | | | * doc/lispref/edebug.texi (Edebug Eval, Specification List, Edebug Options): Copyedits.
* Remove debug code.Chong Yidong2012-03-31
|
* Fix copying of symlinks.Thierry Volpiatto2012-03-31
| | | | | | | * dired-aux.el (dired-copy-file-recursive, dired-create-files): Check if file is a symlink (Bug#10489). * files.el (copy-directory): Likewise.
* Updates for Display chapter of Lisp manual.Chong Yidong2012-03-31
| | | | | | | | | | | | | | | | | | * doc/lispref/display.texi (Image Formats): Add imagemagick type. (Image Descriptors): Mention how they are used. (ImageMagick Images): Clarify role of imagemagick-register-types. (Character Display): Don't mention glyph tables. (Display Tables): Use make-glyph-code in example. (Glyphs): Avoid "simple glyph code" terminology. Note that glyph tables are semi-obsolete. De-document create-glyph. (Glyphless Chars): Note that display tables override this. (Bidirectional Display): Copyedits. Introduce "bidirectional reordering" terminology, and use it. * doc/emacs/files.texi (File Conveniences): Clarify Imagemagick discussion. * lisp/image.el (imagemagick-types-inhibit) (imagemagick-register-types): Doc fix.
* Comment.Glenn Morris2012-03-30
|
* * doc/lispref/edebug.texi (Jumping): Give name of `i' binding.Glenn Morris2012-03-30
|
* ispell.el (ispell-get-extended-character-mode): Make sure ↵Agustín Martín2012-03-30
| | | | | | | | extended-character-mode is nil for hunspell Work around hunspell not ignoring extended-character-mode set from pipe mode by making sure extended-character-mode is nil for hunspell.
* Fix bug #11068 with window display when default face was remapped.Eli Zaretskii2012-03-30
| | | | | | | | | src/xdisp.c (append_space_for_newline): If the default face was remapped, use the remapped face for the appended newline. (extend_face_to_end_of_line): Use the remapped default face for extending the face to the end of the line. (display_line): Call extend_face_to_end_of_line when the default face was remapped.
* help-with-tutorial buffer-read-only fixGlenn Morris2012-03-29
| | | | | | | * lisp/tutorial.el (help-with-tutorial): Ensure local variables don't happen to make the buffer read-only. Fixes: debbugs:11127
* * lisp/progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.Stefan Monnier2012-03-29
| | | | (perl-calculate-indent): Return `noindent' in strings.
* Discourage in comments from defining HAVE_GETCWD on MS-Windows.Eli Zaretskii2012-03-29
| | | | | src/s/ms-w32.h: Discourage from defining HAVE_GETCWD. nt/config.nt: Discourage from defining HAVE_GETCWD.
* calendar/calendar.el (calendar-exit): Use `quit-windows-on' instead ofSam Steingold2012-03-29
| | | | | | the broken adhockery which does not prevent calendar buffers from being displayed at random after exit. (calendar-window-list, calendar-hide-window): Remove the broken adhockery.
* Doc and lispref updates related to searchingGlenn Morris2012-03-28
| | | | | | | | | | | | | | * doc/lispref/searching.texi (Regexp Functions, Regexp Search): (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits. (Regexp Functions): Mention regexp-opt is not guaranteed. Mention regexp-opt-charset. (Regexp Search): Recommend against looking-back. (Search and Replace): Use Texinfo recommended quote convention. Add more query-replace-map items. List multi-query-replace-map items. * lisp/replace.el (query-replace-map): Doc fix. * admin/FOR-RELEASE: Related markup.
* * src/keyboard.c (safe_run_hooks_error): Don't unquote strings.Stefan Monnier2012-03-28
|
* Fixes: debbugs:11109Andreas Schwab2012-03-28
| | | | | * vc/vc-git.el (vc-git-state): Don't try to match all of the diff contents.
* CommentGlenn Morris2012-03-28
|
* lispref/searching.tex small editsGlenn Morris2012-03-28
| | | | | | | * doc/lispref/searching.texi (Regular Expressions, Regexp Special): (Regexp Backslash, Regexp Example): Copyedits. (Regexp Special): Mention collation. Clarify char classes with an example.
* Spelling fixes.Paul Eggert2012-03-28
|
* * lisp/emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo.Stefan Monnier2012-03-27
| | | | | | (avl-tree--check, avl-tree--check-node): New funs. Fixes: debbugs:11077
* NEWS pedantryGlenn Morris2012-03-27
|
* Optionally avoid that switching to previous or next buffer shows that buffer ↵Martin Rudalics2012-03-27
| | | | | | | | | | | | twice. * window.el (switch-to-visible-buffer): New option. (switch-to-prev-buffer, switch-to-next-buffer): Observe switch-to-visible-buffer. Make sure that checking for a window showing a buffer already is done on the same frame. * windows.texi (Window History): Describe new option switch-to-visible-buffer.
* Small doc and elisp manual fixes related to searching Glenn Morris2012-03-26
| | | | | | | | | * doc/lispref/searching.texi (String Search): Add xref to Emacs manual. Copyedits. Mention the function word-search-regexp. (Searching and Case): Add xref to Emacs manual. Copyedits. * src/search.c (Fword_search_backward_lax, Fword_search_forward_lax): Doc fixes.
* * lisp/startup.el (mail-host-address): Doc fix.Glenn Morris2012-03-26
|
* * doc/lispref/processes.texi (Network Servers): Standardize apostrophe usage.Glenn Morris2012-03-26
|
* More lispref/os.texi small editsGlenn Morris2012-03-26
| | | | | | | | * doc/lispref/os.texi (System Environment): Copyedits. Remove some examples that do not seem useful. Mention setenv third arg. tty-erase-char does not seem to be nil under a window-system. (User Identification): Copyedits. Remove some examples that do not seem useful.
* * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow moreStefan Monnier2012-03-26
| | | | than 197 variables.