- 20 Aug, 2011 12 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* leim/Makefile.in (OTHERS): * leim/makefile.w32-in (MISC): Add ipa-praat.elc.
-
Alan Mackenzie authored
cc-fonts.el (c-complex-decl-matchers): Add in special detection for a java annotation. cc-engine.el (c-forward-decl-or-cast-1): Add in special detection for a java annotation. cc-langs.el (c-prefix-spec-kwds-re): Remove the special handling for java. (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
-
Chong Yidong authored
-
Chong Yidong authored
Fixes: debbugs:9329
-
Chong Yidong authored
-
Alan Mackenzie authored
construct. Mainly for when jit-lock etc. starts a chunk here. cc-fonts.el (c-font-lock-context): new buffer local variable. (c-make-font-lock-search-form): new function, extracted from c-make-font-lock-search-function. (c-make-font-lock-search-function): Use the above function. (c-make-font-lock-context-search-function): New function. (c-cpp-matchers): Enhance the preprocessor expression case with the above function (c-font-lock-complex-decl-prepare): Test for being in a CPP form which takes an expression. cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
-
Alan Mackenzie authored
construct. Mainly for when jit-lock etc. starts a chunk here. cc-fonts.el (c-font-lock-context): new buffer local variable. (c-make-font-lock-search-form): new function, extracted from c-make-font-lock-search-function. (c-make-font-lock-search-function): Use the above function. (c-make-font-lock-context-search-function): New function. (c-cpp-matchers): Enhance the preprocessor expression case with the above function (c-font-lock-complex-decl-prepare): Test for being in a CPP form which takes an expression. cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
-
Martin Rudalics authored
-
Martin Rudalics authored
* window.el (display-buffer-reuse-window) (display-buffer-pop-up-window): Don't reuse or split a side window.
-
Katsumi Yamaoka authored
-
Gnus developers authored
nnimap.el (nnimap-transform-headers): Protect against (NIL ...) bodystructures (bug#9314). starttls.el (starttls-any-program-available): Define as obsolete function. gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p versions which Gnus use when appropriate. gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's a pretty destructive command. nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302). message.el (message-fix-before-sending): Make a different warning about NUL characters (bug#9270). gnus-sum.el (gnus-auto-select-subject): Allow specifying a function from custom (bug#9260).
-
- 19 Aug, 2011 5 commits
-
-
Glenn Morris authored
* lisp/files.el (hack-local-variables-prop-line, hack-local-variables): Downcase "Mode:".
-
Eli Zaretskii authored
src/xfaces.c (face_at_buffer_position): Avoid repeated evaluation of face ID by FACE_FROM_ID, and avoid a crash when mouse is moved from an Org mode buffer to a Speedbar frame.
-
Eli Zaretskii authored
src/xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from a composition, take its buffer position from IT->cmp_it.charpos.
-
Katsumi Yamaoka authored
gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative): Make button keymap non-sticky after buttons.
-
Chong Yidong authored
* etc/themes/dichromacy-theme.el: * etc/themes/wheatgrass-theme.el: * etc/themes/tango-theme.el: * etc/themes/tango-dark-theme.el: Add error, warning, and success faces.
-
- 18 Aug, 2011 10 commits
-
-
Gnus developers authored
nnmairix.el (nnmairix-request-set-mark, nnmairix-goto-original-article): Remove adding of article to registry, since `gnus-registry-add-group' isn't available anymore. (nnmairix-determine-original-group-from-registry): Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't available anymore. gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make things work in Emacs 22 and XEmacs, too. gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the default From. gnus-spec.el (gnus-lrm-string-p): New macro. (gnus-lrm-string): New constant. (gnus-summary-line-format-spec): LRM-ify the from. (gnus-tilde-max-form): LRM-ify string chopping. gnus-ems.el (gnus-string-mark-left-to-right): New function.
-
Glenn Morris authored
* org-freemind.el: Remove duplicate, incorrect license notice. * ob-lisp.el: Convert consecutive copyright years to ranges. * ob-js.el, ob-scheme.el: Standardize license text. * ob-R.el, ob-clojure.el, ob-exp.el, ob-lisp.el, ob-lob.el, ob-perl.el: * ob-python.el, ob-ref.el, ob.el: Put multiple authors on separate lines.
-
Glenn Morris authored
-
Eli Zaretskii authored
src/bidi.c (bidi_get_type): If bidi_type_table reports zero as the character bidirectional type, use STRONG_L instead. Fixes crashes in a buffer produced by `describe-categories'.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p members before the level stack, so they would be saved and restored when copying iterator state. Fixes incorrect reordering around TABs covered by display properties.
-
Chong Yidong authored
* lisp/international/characters.el: Add L and R categories. * lisp/subr.el (bidi-string-mark-left-to-right): Rename from string-mark-left-to-right. Use category search. * lisp/buff-menu.el (Buffer-menu-buffer+size): Callers changed.
-
Andreas Schwab authored
size.
-
Juri Linkov authored
copied from old default values of `font-lock-warning-face', `compilation-warning', `compilation-info'. * lisp/font-lock.el (font-lock-warning-face): Inherit from `error'. * lisp/progmodes/compile.el (compilation-error): Inherit from `error'. (compilation-warning): Inherit from `warning'. (compilation-info): Inherit from `success'. * lisp/dired.el (dired-marked): Inherit from `warning'. (dired-flagged): Inherit from `error'. Fixes: debbugs:6117
-
Eli Zaretskii authored
doc/lispref/nonascii.texi (Character Properties): Document use of `bidi-class' and `mirroring' properties as part of reordering. Provide cross-references to "Bidirectional Display". doc/lispref/display.texi (Bidirectional Display): Document the pitfalls of concatenating strings with bidirectional content, with possible solutions. Document string-mark-left-to-right. Mention paragraph direction in modes that inherit from prog-mode. Document use of `bidi-class' and `mirroring' properties as part of reordering. etc/NEWS: Mark string-mark-left-to-right as documented.
-
- 17 Aug, 2011 9 commits
-
-
Lars Magne Ingebrigtsen authored
message.el (message-is-yours-p): Allow disabling canlock checking (bug#9295). (message-shoot-gnksa-feet): Add `canlock-verify'. (message-auto-save-directory): Use ~/ as the auto-save directory if the message directory isn't writable (bug#9304). auth-source.el (auth-source-netrc-saver): Make the .authinfo file non-world-readable.
-
Lars Magne Ingebrigtsen authored
Also clean up some unused autoloads. Fixes: debbugs:9298
-
Chong Yidong authored
* src/eval.c (internal_condition_case, internal_condition_case_1) (internal_condition_case_2, internal_condition_case_n): Remove unnecessary aborts. Fixes: debbugs:9081
-
Lars Magne Ingebrigtsen authored
-
Juri Linkov authored
is a cons cell. Fixes: debbugs:9278
-
Eli Zaretskii authored
src/lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file has no `load' handler, try opening the file locally.
-
Martin Rudalics authored
* window.el (display-buffer-pop-up-frame): Run frame creation function with BUFFER current (as special-display-popup-frame does). Reported by Drew Adams.
-
Daiki Ueno authored
* epa-mail.el: Simplify GnuPG group expansion using epg-expand-group. (epa-mail-group-alist, epa-mail-group-modtime) (epa-mail-gnupg-conf-file, epa-mail-parse-groups) (epa-mail-sync-groups, epa-mail-expand-recipient-1) (epa-mail-expand-recipients-2, epa-mail-expand-recipients): Remove.
-
Katsumi Yamaoka authored
-
- 16 Aug, 2011 4 commits
-
-
Feng Li authored
-
Ken Brown authored
-
Alan Mackenzie authored
avoid the insides of macros.
-
Eli Zaretskii authored
src/xdisp.c (set_cursor_from_row): Don't accept a previous candidate if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
-