summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | * lisp/progmodes/grep.el (grep-regexp-alist): Tighten the regexp.Stefan Monnier2010-11-172-2/+10
| | | | | | | | | | | | Fixes: debbugs:7378
* | | shr.el (shr-image-displayer): Protect function against non-existent image ↵Katsumi Yamaoka2010-11-172-13/+17
| | | | | | | | | | | | source.
* | | gnus-art.el (gnus-inhibit-images): New user option.Katsumi Yamaoka2010-11-174-5/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnus-art.el (gnus-inhibit-images): New user option. (gnus-mime-display-single): Don't display image if it is non-nil. * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of gnus-inhibit-images. * shr.el (shr-image-displayer): New function. (shr-tag-img): Use it.
* | | mml2015-epg-sign: Use From header.Daniel Dehennin2010-11-162-9/+15
| | | | | | | | | | | | | | | | | | mml2015.el (mml2015-epg-sign): New variable 'sender' is (message-options-get 'message-sender) and append it to mml2015-signers. If mm-sign-option is not 'guided, mml2015-signers and sender sign the mail.
* | | * lisp/progmodes/octave-mod.el: Rely on elecric-*-modes.Stefan Monnier2010-11-162-64/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (octave-mode-map): Don't bind ;, SPC, and LF. (octave-auto-indent, octave-auto-newline): Remove. (electric-layout-rules): Declare. (octave-mode): Set electric-layout-rules. (octave-indent-new-comment-line): Use reindent-then-newline-and-indent. (octave-reindent-then-newline-and-indent, octave-electric-semi) (octave-electric-space): Remove.
* | | * lisp/electric.el (electric-layout-mode): New minor mode.Stefan Monnier2010-11-162-31/+105
| | | | | | | | | | | | | | | | | | | | | | | | (electric--after-char-pos): New function. (electric-indent-post-self-insert-function): Use it. (electric-layout-rules): New var. (electric-layout-post-self-insert-function): New function. (electric-indent-mode): Make them interact better.
* | | Avoid interpreting file:/foo:/bar URLs via tramp.Lars Magne Ingebrigtsen2010-11-162-6/+18
| | |
* | | Allow gnus-html to register image displayer callbacks.Lars Magne Ingebrigtsen2010-11-163-7/+21
| | | | | | | | | | | | | | | gnus-html.el (gnus-html-wash-images): Register a displayer. gnus-util.el (gnus-find-text-property-region): Return markers.
* | | Rework how Gnus is supposed to be able to display all the images in HTML.Lars Magne Ingebrigtsen2010-11-157-22/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | shr.el (shr-tag-img): Put a displayer in the text property. gnus-util.el (gnus-find-text-property-region): New utility function. gnus-html.el (gnus-html-display-image): Make the alt optional. gnus-html.el (gnus-html-show-images): Remove. gnus-art.el (gnus-article-show-images): New, more general function. gnus-html.el, shr.el: Use image-url instead of gnus-image-url to unify the image url text properties.
* | | gnus-agent.el (gnus-agentize): Only do the auto-agentizing if ↵Lars Magne Ingebrigtsen2010-11-152-1/+8
| | | | | | | | | | | | gnus-agent-auto-agentize-methods is set. Which it isn't.
* | | * lisp/emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.Stefan Monnier2010-11-152-87/+81
| | | | | | | | | | | | | | | (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid) (checkdoc-proper-noun-region-engine): Use with-syntax-table.
* | | (allout-version): micro incrementKen Manheimer2010-11-151-2/+2
| | |
* | | flyspell.el (flyspell-generic-progmode-verify): Make sure to check inside ↵Agustín Martín2010-11-152-1/+7
| | | | | | | | | | | | the word (Bug#6761).
* | | gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it work ↵Katsumi Yamaoka2010-11-152-193/+205
| | | | | | | | | | | | for two or more articles.
* | | Let the cursorColor X resource set the the cursor face (Bug#7392).Chong Yidong2010-11-132-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/startup.el (command-line): If the cursorColor resource is set, change the cursor face-spec (Bug#7392). * src/xfns.c (Fx_create_frame): Don't check for the cursorColor resource here; it's now done at startup.
* | | Restore clobbered allout.el changes.Glenn Morris2010-11-131-3/+2
| | |
* | | ChangeLog OCD.Glenn Morris2010-11-131-61/+49
| | |
* | | (allout-keybindings), (allout-bind-keys), (allout-keybindings-binding),Ken Manheimer2010-11-132-76/+365
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allout-prefixed-keybindings, allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h, allout-keybindings-list, allout-mode-map-adjustments, (allout-setup-mode-map): Establish allout-mode keymaps as user customizable settings, and also establish a customizable setting which regulates whether or not a trailing control-h is reserved for use with describe-prefix-bindings - and inihibit it by default, so that control-h *is* reserved for describe-prefix-bindings unless the user changes this setting. (allout-hotspot-key-handler): Distinguish more explicitly and accurately between modified and unmodified events, and handle modified events more comprehensively. (allout-substring-no-properties): Alias to use or provide version of 'substring-no-properties'. (allout-solicit-alternate-bullet): Use 'allout-substring-no-properties'. (allout-next-single-char-property-change): Alias to use or provide version of 'next-single-char-property-change'. (allout-annotate-hidden), (allout-hide-by-annotation): Use 'allout-next-single-char-property-change'. (allout-select-safe-coding-system): Alias to use or provide version of 'select-safe-coding-system'. (allout-toggle-subtree-encryption): Use 'allout-select-safe-coding-system'. (allout-set-buffer-multibyte): Alias to use or provide version of 'set-buffer-multibyte'. (allout-encrypt-string): Use 'allout-set-buffer-multibyte'. (allout-called-interactively-p): Macro for using the different versions of called-interactively-p identically, depending on the subroutine's argument signature. (allout-back-to-current-heading), (allout-beginning-of-current-entry) - use '(interactive "p")' instead of '(called-interactively-p)'. (allout-init), (allout-ascend), (allout-end-of-level), (allout-previous-visible-heading), (allout-forward-current-level), (allout-backward-current-level), (allout-show-children) - use '(allout-called-interactively-p)' instead of '(called-interactively-p)'. (allout-before-change-handler): Exempt edits to the (overlaid) character after the allout outline bullet from edit confirmation prompt. (allout-add-resumptions): Ensure that it respects correct buffer for keybindings. (allout-beginning-of-line): Use 'allout-previous-single-char-property-change' alias for the sake of diverse compatibility. (allout-end-of-line): Use 'allout-mark-active-p' to encapsulate respect for mark activity. substitute "???" for "XXX" for non-urgent comment remarks.
* | | Fix background-color setting in initial frame (Bug#7373).Chong Yidong2010-11-132-28/+34
| | | | | | | | | | | | | | | | | | * lisp/frame.el (frame-notice-user-settings): Don't clobber other user-set parameters when calling face-set-after-frame-default in response to background-color parameter (Bug#7373).
* | | lisp/ChangeLog: Fix last log entry.Eli Zaretskii2010-11-131-2/+3
| | |
* | | Fix and document display of glyphless characters.Eli Zaretskii2010-11-132-23/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/xdisp.c (set_cursor_from_row): Fix cursor positioning on zero-width characters. (syms_of_xdisp) <glyphless-char-display>: Doc fix. src/.gdbinit (pgx): Adapt to latest changes in `struct glyph'. src/w32term.c (x_draw_glyphless_glyph_string_foreground): Draw the box before drawing the glyphs inside it. src/dispextern.h (enum glyphless_display_method): Rename GLYPHLESS_DISPLAY_HEXA_CODE to GLYPHLESS_DISPLAY_HEX_CODE. All users changed. src/term.c (append_glyphless_glyph, produce_glyphless_glyph): Fix comments. (produce_glyphless_glyph): Enclose "U+nnnn" and "empty box" whitespace in "[]", to simulate a box. Don't use uninitialized variable `width'. lisp/international/characters.el (glyphless-char-display-control): Renamed from glyphless-char-control; all users changed. Doc fix. Signal an error if display method is not one of the recognized symbols. doc/emacs/rmail.texi (Rmail Coding): Characters with no fonts are not necessarily displayed as empty boxes. doc/emacs/mule.texi (Language Environments, Fontsets): Characters with no fonts are not necessarily displayed as empty boxes. doc/emacs/display.texi (Text Display): Document display of glyphless characters. doc/lispref/display.texi (Usual Display): Characters with no fonts are not necessarily displayed as empty boxes. etc/NEWS: Document display of glyphless characters.
* | | * net/tramp-compat.el (tramp-compat-line-beginning-position)Michael Albinus2010-11-136-61/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (tramp-compat-line-end-position): Remove them. * net/tramp.el (tramp-parse-rhosts-group) (tramp-parse-shosts-group, tramp-parse-sconfig-group) (tramp-parse-hosts-group, tramp-parse-passwd-group) (tramp-parse-netrc-group, tramp-parse-putty-group) * net/tramp-cmds.el (tramp-append-tramp-buffers) * net/tramp-sh.el (tramp-do-file-attributes-with-ls) (tramp-sh-handle-file-selinux-context) (tramp-sh-handle-file-name-all-completions) (tramp-sh-handle-insert-directory) (tramp-sh-handle-expand-file-name, tramp-find-executable) (tramp-wait-for-output, tramp-send-command-and-read) * net/tramp-smb.el (tramp-smb-read-file-entry) (tramp-smb-get-cifs-capabilities): Use `point-at-eol'. * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use `point-at-bol'. (tramp-remote-coding-commands): Add an alternative using "base64 -d -i". This is needed for older base64 versions from GNU coreutils. Reported by Klaus Reichl <Klaus.Reichl@thalesgroup.com>.
* | | * lisp/simple.el (count-words-region): New function.Hrvoje Niksic2010-11-122-0/+19
| | | | | | | | | | | | From: http://lists.gnu.org/archive/html/emacs-devel/2006-09/msg01029.html
* | | ChangeLog whitespace.Glenn Morris2010-11-121-1/+1
| | |
* | | Standardize some file headers.Glenn Morris2010-11-1215-55/+57
| | |
* | | Remove autoload for org-capture-templatesCarsten Dominik2010-11-122-1/+3
| | |
* | | * lisp/shell.el (shell-dir-cookie-re): New custom variable.Stefan Monnier2010-11-122-0/+32
| | | | | | | | | | | | (shell-dir-cookie-watcher): New function.
* | | * lisp/vc/vc.el (vc-deduce-backend): Use default-directory in shell-modeStefan Monnier2010-11-122-2/+6
| | | | | | | | | | | | | | | | | | and compilation-mode. Fixes: debbugs:7350
* | | * lisp/vc/smerge-mode.el (smerge-refine): Choose better default part toStefan Monnier2010-11-122-0/+7
| | | | | | | | | | | | highlight when one of them is empty.
* | | * lisp/skeleton.el (skeleton-newline): New function.Stefan Monnier2010-11-122-3/+21
| | | | | | | | | | | | | | | (skeleton-internal-1): Use it. (skeleton-read): Don't use `newline' since it may strip trailing space.
* | | * lisp/simple.el (open-line): `newline' may strip trailing space.Stefan Monnier2010-11-122-1/+5
| | |
* | | * lisp/international/mule-cmds.el (princ-list): Use mapc.Kevin Ryde2010-11-122-1/+5
| |/ |/|
* | Fix last change.Katsumi Yamaoka2010-11-121-1/+3
| |
* | gnus-art.el (article-treat-non-ascii): Keep text properties.Katsumi Yamaoka2010-11-122-3/+11
| | | | | | | | gnus.texi (Article Washing): Fix typo.
* | Fix ob-lisp.el expectation that slime would be availableCarsten Dominik2010-11-112-1/+8
| |
* | Install org-mode version 7.3Carsten Dominik2010-11-1196-3650/+10560
| |
* | * lisp/cedet/semantic/wisent/comp.el: Remove unnecessary eval-when-compiles.Glenn Morris2010-11-112-9/+7
| |
* | bytecomp trivia.Glenn Morris2010-11-112-9/+18
| | | | | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant. Use it to replace all instances of "*Compile-Log*"
* | smime.el (smime-decrypt-region): Doc fix.Katsumi Yamaoka2010-11-121-0/+1
| |
* | * lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug andStefan Monnier2010-11-112-2/+9
| | | | | | | | indentation specs.
* | Make mm-dissect-buffer pass sender's mail address to smime-decrypt-region.Katsumi Yamaoka2010-11-114-15/+21
| | | | | | | | | | | | | | mm-decode.el (mm-dissect-buffer): Pass sender's mail address to smime-decrypt-region using function argument. mm-decode.el (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it. mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it. smime.el (smime-decrypt-region): Catch it.
* | * lisp/gnus/smime.el (smime-mode): Use define-derived-mode.Stefan Monnier2010-11-112-18/+16
| | | | | | | | | | (smime-mode-map): Move initialization into declaration. (gnus-run-mode-hooks): Don't autoload.
* | * lisp/progmodes/modula2.el: Use SMIE and skeleton.Stefan Monnier2010-11-112-275/+345
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (m2-mode-syntax-table): (*..*) can be nested. Add //...\n. Fix paren syntax. (m2-mode-map): Remove LF and TAB bindings. (m2-indent): Add safety property. (m2-smie-grammar): New var. (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token) (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs. (m2-mode): Use define-derived-mode. (m2-newline, m2-tab): Remove. (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header) (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record) (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export) (m2-import): Use define-skeleton. * test/indent/modula2.mod: New file.
* | ls-lisp: get rid of the dreaded "no effect until you restart Emacs".Glenn Morris2010-11-112-7/+26
| | | | | | | | | | * lisp/ls-lisp.el (ls-lisp-set-options): New function. (ls-lisp-emulation): Use ls-lisp-set-options for custom :set. Doc fix.
* | esh-opt comments.Glenn Morris2010-11-101-5/+4
| |
* | mailheader.el comments.Glenn Morris2010-11-101-6/+5
| |
* | Regenerate tpu-edt autoloads.Glenn Morris2010-11-101-1/+1
| |
* | * lisp/gnus/smime.el (from): Restrict declaration to XEmacs.Glenn Morris2010-11-102-1/+5
| |
* | * lisp/gnus/nnir.el (gnus-group-topic-name): Autoload.Glenn Morris2010-11-102-1/+8
| |
* | shr.el (shr-insert): Fix last change.Katsumi Yamaoka2010-11-111-5/+4
| |