aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* Minor ls-lisp changes.Glenn Morris2010-11-102-18/+25
| | | | | | | | * lisp/ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first) (ls-lisp-verbosity): Add custom :set-after property. (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes. (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument. (ls-lisp-insert-directory): Update caller.
* Remove odd code from kandmark, gomoku.Glenn Morris2010-11-103-10/+5
| | | | | * lisp/play/landmark.el (lm-prompt-for-move): * lisp/play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
* * lisp/obsolete/lucid.el: Don't warn about any CL functions in this file.Glenn Morris2010-11-102-1/+6
|
* Silence idlw*.el compilation.Glenn Morris2010-11-105-47/+66
| | | | | | | | | | | | | | | | | | * lisp/progmodes/idlw-complete-structtag.el: Remove unused dec `name'. * lisp/progmodes/idlwave.el (idlwave-routine-entry-compare-twins) (idlwave-study-twins): Prefix dynamic local variable `name'. (idlwave-routine-twin-compare): Update for above change. * lisp/progmodes/idlw-help.el (idlwave-do-mouse-completion-help): Prefix dynamic local variables `name', `kwd', and `link'. * lisp/progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help): * lisp/progmodes/idlw-complete-structtag.el (idlwave-complete-structure-tag-help): * lisp/progmodes/idlwave.el (idlwave-complete-sysvar-help) (idlwave-complete-sysvar-tag-help) (idlwave-complete-class-structure-tag-help): Update for above name changes.
* shr.el (shr-insert): Don't break long line if it is because of kinsoku-bol ↵Katsumi Yamaoka2010-11-112-14/+23
| | | | characters in the line end.
* * lisp/erc/erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.Glenn Morris2010-11-102-5/+7
|
* lisp/gnus/ChangeLog: Cosmetic fix.Katsumi Yamaoka2010-11-111-3/+3
|
* nnir.el (nnir-request-move-article): fix to provide original group and subject.Andrew Cohen2010-11-113-11/+35
| | | | | nnir.el (nnir-warp-to-article): don't fail on articles whose headers haven't been retrieved. gnus-sum.el (gnus-summary-move-article): use original group and subject for virtual articles such as those in an nnir summary buffer.
* gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at least 21.5).Katsumi Yamaoka2010-11-113-2/+13
| | | | smime.el (from): Declare it again for XEmacs.
* lisp/gnus/ChangeLog (2010-11-10): Fix wording.Katsumi Yamaoka2010-11-101-1/+1
|
* nnimap.el (nnimap-update-info): Fix problem with `g' chopping of ↵Lars Magne Ingebrigtsen2010-11-103-3/+18
| | | | | | low-numbered articles. message.el (message-resend): Don't disable encoding unless it's already encoded.
* * net/browse-url.el (browse-url-browser-function): Change theLars Magne Ingebrigtsen2010-11-102-6/+13
| | | | default to use `browse-url-mail' on mailto: URLs.
* Minor fix to package-archive-contents recalculation.Chong Yidong2010-11-102-0/+6
| | | | | lisp/emacs-lisp/package.el (package-read-all-archive-contents): Reset package-archive-contents to nil before re-reading.
* lisp/Changelog: Fix 2010-11-10T10:54:[email protected] entry ↵Agustín Martín2010-11-101-2/+2
| | | | to use correct format with real submitter.
* flyspell.el (flyspell-word): Do not re-check known misspellings.Agustín Martín2010-11-102-26/+40
| | | | | | | Avoid re-checking words already found as misspellings by (flyspell-large-region), just do highlighting. Patch by Brandon Craig Rhodes (bug#7322)
* Fix syntax error in previous commit.Michael Albinus2010-11-101-1/+1
|
* Add const to array elements of font filter properties.YAMAMOTO Mitsuharu2010-11-105-8/+20
| | | | | | | * font.c (font_filter_properties): Add const to array elements of properties args. * font.h (font_filter_properties): Likewise. * ftfont.c (ftfont_booleans, ftfont_non_booleans): Add const to array elements. * w32font.c (w32font_booleans, w32font_non_booleans): Likewise.
* * dbusbind.c (QCdbus_type_unix_fd): New Lisp object.Michael Albinus2010-11-102-0/+46
| | | | | | | (XD_BASIC_DBUS_TYPE, xd_symbol_to_dbus_type, xd_signature) (xd_append_arg, xd_retrieve_arg): Support DBUS_TYPE_UNIX_FD. (Fdbus_call_method): Add DBUS_TYPE_UNIX_FD type mapping to doc string. (syms_of_dbusbind): Initialize QCdbus_type_unix_fd).
* * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.Michael Albinus2010-11-102-4/+10
|
* * lisp/progmodes/octave-mod.el (octave-mark-block): Update for smie change.Glenn Morris2010-11-102-4/+5
|
* * lisp/textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.Glenn Morris2010-11-092-2/+3
|
* rfc2047.el (rfc2047-syntax-table): Simplify.Katsumi Yamaoka2010-11-102-7/+5
|
* gnus-art.el (article-treat-non-ascii): Use put-char-table instead of ↵Katsumi Yamaoka2010-11-102-3/+8
| | | | set-char-table-range for XEmacs.
* Minor edt.el simplification.Glenn Morris2010-11-092-187/+96
| | | | | | | * lisp/emulation/edt.el (edt-with-position): New macro. (edt-find-forward, edt-find-backward, edt-find-next-forward) (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward) (edt-paragraph-forward, edt-paragraph-backward): Use it.
* tpu-extras.el simplifiation.Glenn Morris2010-11-092-78/+55
| | | | | * lisp/emulation/tpu-extras.el (tpu-with-position): New macro. (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
* Use line-beginning-position in some texinfo.el files.Glenn Morris2010-11-093-31/+28
| | | | | | | | | * lisp/textmodes/texnfo-upd.el (texinfo-all-menus-update) (texinfo-menu-copy-old-description, texinfo-start-menu-description) (texinfo-master-menu, texinfo-insert-node-lines) (texinfo-multiple-files-update): * lisp/textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying): Use line-beginning-position.
* Silence skeleton.el compilation.Glenn Morris2010-11-092-16/+20
| | | | | * lisp/skeleton.el (skeleton-internal-list, skeleton-internal-1): Prefix dynamic local variable `skeleton'.
* Remove ls-lisp time-related functions that duplicate standard functions.Glenn Morris2010-11-092-21/+10
| | | | | | * lisp/ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove. (ls-lisp-handle-switches): Use time-less-p. (ls-lisp-format-time): Use float-time.
* system-type related trivia.Glenn Morris2010-11-0911-25/+46
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/cedet/semantic/bovine/c.el: Test system-type with memq. * lisp/progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags): No recent Emacs supports system-type `emx'. * lisp/progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows. (ada-command-separator, ada-default-prj-properties) (ada-find-any-references): Update for above name change. * lisp/dirtrack.el (dirtrack-directory-function) (dirtrack-canonicalize-function): * lisp/filecache.el (file-cache-completion-ignore-case) (file-cache-case-fold-search, file-cache-ignore-case): * lisp/term.el (serial-port-is-file-p): Cosmetic change. * lisp/emulation/viper-init.el (viper-ms-style-os-p): Doc fix. Remove non-existent `windows-95' system-type. * lisp/dired.el (dired-chown-program): Remove non-existent `linux' system-type. * lisp/locate.el: Comment.
* net-utils system-type trivia.Glenn Morris2010-11-092-4/+5
| | | | | * lisp/net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types. (ping-program-options): Remove non-existent `linux' system-type.
* * lisp/startup.el (package-initialize): Update declaration.Glenn Morris2010-11-092-1/+3
|
* * lisp/gnus/smime.el (from): Remove unused declaration.Glenn Morris2010-11-092-2/+2
|
* time-to-seconds related simplifications.Glenn Morris2010-11-097-62/+55
| | | | | | | | | | | | | | | | | | | * lisp/gnus/gnus-util.el (with-no-warnings): Remove compat stub, now unused. (gnus-float-time): On Emacs, always an alias. * lisp/gnus/ecomplete.el (with-no-warnings): Remove compat stub, now unused. (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time. * lisp/textmodes/remember.el (remember-time-to-seconds): Remove. (remember-store-in-mailbox): Use float-time. * lisp/calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias. * lisp/calendar/time-date.el (time-to-seconds): Always an alias on Emacs, never a real function. (with-no-warnings): Remove compat stub, now unused. (time-less-p): Doc fix. (time-to-number-of-days): Simplify.
* Replace some eshell functions that duplicate standard functions.Glenn Morris2010-11-096-34/+22
| | | | | | | | | * lisp/eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds): Remove. (eshell-read-passwd, eshell-read-hosts): Use time-less-p. * lisp/eshell/esh-test.el (eshell-test, eshell-show-usage-metrics): * lisp/eshell/em-unix.el (eshell-show-elapsed-time, eshell/time): * lisp/eshell/em-pred.el (eshell-pred-file-time): Use float-time. * lisp/eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
* Silence compilation of some shell files.Glenn Morris2010-11-093-63/+69
| | | | | | | | | * lisp/eshell/em-unix.el (eshell-remove-entries, eshell/rm) (eshell-shuffle-files, eshell-shorthand-tar-command) (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln): Prefix dynamic locals `interactive', `preview', `recursive', `verbose'. * lisp/eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries): Prefix dynamic local variable `matches'.
* * src/emacs.c (syms_of_emacs) <system-type>: Doc fix.Glenn Morris2010-11-092-9/+12
|
* ChangeLog fix.Glenn Morris2010-11-091-1/+0
|
* gnus-art.el (org-entities): Bind it.Katsumi Yamaoka2010-11-102-0/+6
|
* net/browse-url.el (browse-url-mail): Insert body part of mailto url in mail ↵Katsumi Yamaoka2010-11-102-7/+20
| | | | buffer; make yank-action always a command that yanks original buffer.
* Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2010-11-097-7/+61
| | | | | | | | | | | message.el (message-mailto): New function. message.el (message-mailto): Should accept other parameters. message.el (message-mailto): Remove since it duplicates browse-url-mailto functionality. shr.el (shr-browse-url): Call browse-url-mailto for mailto: links. message.el (message-subject-trailing-was-ask-regexp): A ] in a [] regexp doesn't need quoting. gnus-art.el (article-treat-non-ascii): New command and keystroke. shr.el (browse-url-mailto): Autoload. gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
* Merge from emacs-23Stefan Monnier2010-11-0932-465/+586
|\
| * xfns.c (x_real_positions): Fix declaration-after-statement problem.Eli Zaretskii2010-11-092-2/+6
| |
| * * lisp/progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.Glenn Morris2010-11-082-9/+5
| |
| * ChangeLog fix.Glenn Morris2010-11-081-1/+1
| |
| * Bump version to 23.2.90.Chong Yidong2010-11-0820-957/+1046
| | | | | | | | Regenerate AUTHORS, configure, and ldefs-boot.el.
| * * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.Stefan Monnier2010-11-082-0/+6
| |
| * * lisp/minibuffer.el (minibuffer-completion-help): Specify the end of theStefan Monnier2010-11-082-5/+11
| | | | | | | | | | | | completion field. Fixes: debbugs:7211