aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * eval.c (Fcalled_interactively_p): Add `kind' argument.Stefan Monnier2009-10-011-0/+2
| | | | | | | * subr.el (interactive-p): Mark obsolete. (called-interactively-p): Make the optional-ness of `kind' obsolete. * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey advertised-signature-table for subroutines as well.
* * emacs-lisp/byte-run.el (advertised-signature-table): New var.Stefan Monnier2009-10-011-0/+2
| | | | | | | | | | | (set-advertised-calling-convention): New function. (make-obsolete, define-obsolete-function-alias) (make-obsolete-variable, define-obsolete-variable-alias): Make the optional-ness of `when' obsolete. (define-obsolete-face-alias): Make `when' non-optional. * help-fns.el (help-function-arglist): * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Use advertised-signature-table.
* * files.texi (Directories): delete-directory has an optionalMichael Albinus2009-10-012-0/+7
| | | | parameter RECURSIVE.
* 2009-10-01 Carsten Dominik <dominik@u016822.science.uva.nl>Carsten Dominik2009-10-011-1/+1
| | | | * refcards/orgcard.tex: New version number.
* 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>Carsten Dominik2009-10-011-0/+4
| | | | | | | | | | | | | | * org.texi (Pushing to MobileOrg): Document `org-mobile-files'. (Processing LaTeX fragments): Document that the size of images can be changes using the variable `org-format-latex-options'. (The date/time prompt, Timestamps): Be more accurate over ISO format dates and times. (Visibility cycling): Document showeverything keyword. (In-buffer settings): Document showeverything keyword. (Setting up the staging area): Fix the example. (MobileOrg): New section. (Agenda commands, Exporting Agenda Views): Document exporting the agenda view to Org files.
* See bug#4594.Glenn Morris2009-10-011-2/+4
|
* Add placeholder for CEDET.Chong Yidong2009-09-281-0/+2
|
* * NEWS: Mention Tramp connection methods "imap" and "imaps".Michael Albinus2009-09-282-3/+7
|
* * net/imap-hash.el: New library, see NEWS.Teodor Zlatanov2009-09-272-0/+6
| | | | | | * Makefile.in (ELCFILES): Add imap-hash.el. * NEWS: Mention new library imap-hash.el
* Fix URL (Bug#4521).Chong Yidong2009-09-251-1/+1
|
* * help-fns.el (help-downcase-arguments): New option, defaulting to nil.Juanma Barranquero2009-09-242-0/+8
| | | | | | | | | | (help-default-arg-highlight): Remove. (help-highlight-arg): New function. (help-do-arg-highlight): Use it. Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520) * NEWS: Mention new variable `help-downcase-arguments' and new default for arguments in *Help* buffers.
* elint stuffGlenn Morris2009-09-221-4/+20
|
* Mention support for stashes in vc-git.Dan Nicolaescu2009-09-201-0/+4
|
* Note removed obsolete functions.Chong Yidong2009-09-191-0/+9
|
* Re-organize 23.2 News.Chong Yidong2009-09-181-47/+55
| | | | Document that nxml mode is now the default for XML files.
* The --quick command line option now ignores X resources and Registry settings.Juanma Barranquero2009-09-172-0/+10
| | | | | | | | | | | | | | | | | * etc/NEWS: Mention new behavior of -Q and new variable `inhibit-x-resources'. * lisp/startup.el (emacs-quick-startup): Remove variable and all uses. (command-line): Set `inhibit-x-resources' instead. (command-line-1): Use `inhibit-x-resources' instead. * src/emacs.c (inhibit_x_resources): New variable. (main) [HAVE_NS]: Don't process --quick command line option. (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it. * src/lisp.h (inhibit_x_resources): Declare it extern. * src/w32reg.c (x_get_string_resource): * src/xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
* (eval-next-after-load): Mark as obsolete.Stefan Monnier2009-09-171-0/+1
|
* (after-load-functions): New hook.Stefan Monnier2009-09-151-0/+2
| | | | | | (do-after-load-evaluation): Run it. Use string-match-p to detect `obsolete' packages, rather than painfully extracting the relevant directory name.
* diary stuffGlenn Morris2009-09-151-1/+4
|
* * vc.el (top): print-log method now takes an optional SHORTLOGDan Nicolaescu2009-09-141-0/+3
| | | | | | | | | | | | | | | | | | | argument. Add a new method: root. * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for vc-print-root-log and vc-print-root-diff. * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log): * vc-git.el (vc-git-print-log, vc-git-log-view-mode): * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for short logs. * vc-cvs.el (vc-cvs-print-log): * vc-mtn.el (vc-mtn-print-log): * vc-rcs.el (vc-rcs-print-log): * vc-sccs.el (vc-sccs-print-log): * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog that is ignored for now.
* Remove obsolete Mule-UCS information (the package is not redundant).Chong Yidong2009-09-131-73/+0
|
* * PROBLEMS: Document Athena/Lucid internationalizationChong Yidong2009-09-132-1/+14
| | | | problem (Bug#4333).
* Add generated-autoload-file item.Glenn Morris2009-09-111-0/+2
|
* * keymap.c (QCadvertised_binding): New constant.Stefan Monnier2009-09-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | (syms_of_keymap): Initialize it. (Fwhere_is_internal): Try and use bindings from :advertised-binding if applicable. * progmodes/xscheme.el (xscheme-evaluation-commands): Put a :advertised-binding property rather than using advertised-xscheme-send-previous-expression. (advertised-xscheme-send-previous-expression): Declare obsolete. * emulation/crisp.el (crisp-mode-map): Use `undo' rather than `advertised-undo'. (crisp-mode): Add corresponding bindings to undo's :advertised-binding instead. * dired.el (dired-mode-map): Put a :advertised-binding property rather than using dired-advertised-find-file. (dired-advertised-find-file): * simple.el (advertised-undo): * wid-edit.el (advertised-widget-backward): Declare obsolete. (widget-keymap): Put a :advertised-binding property rather than using advertised-widget-backward. * bindings.el (ctl-x-map): Put a :advertised-binding property rather than using advertised-undo. * tutorial.el (tutorial--default-keys): Adjust accordingly.
* Grammar.Glenn Morris2009-09-101-2/+2
|
* Mention world-readable install.Glenn Morris2009-09-091-0/+4
|
* (with-silent-modifications): New macro.Stefan Monnier2009-09-081-0/+2
|
* Mention that redefining the function byte-compile-dest-file is obsolete.Glenn Morris2009-09-051-0/+5
|
* fancy diary and view mode.Glenn Morris2009-09-041-0/+2
|
* 2009-09-02 Carsten Dominik <dominik@u016822.science.uva.nl>Carsten Dominik2009-09-021-15/+15
| | | | | | * refcards/orgcard.tex: Document new effort setting commands. Document the new keys for agenda time motion. Document the `E' key in the agenda.
* 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>Carsten Dominik2009-09-021-0/+6
| | | | | | | | | * org.texi (Effort estimates): Document new effort setting commands. (Agenda commands): Document the new keys fro agenda time motion. Document entry text mode. Improve documentation of the keys to include inactive time stamps into the agenda view. (Feedback): Document the new bug report command. (Structure editing): Added an index entry for the sorting of subtrees.
* (completion-try-completion, completion-all-completions):Stefan Monnier2009-09-011-0/+2
| | | | | | | | | Remove ill-defined (and mistakenly installed and luckily never used nor documented) `completion-styles' property. (completion-initials-expand, completion-initials-all-completions) (completion-initials-try-completion): New functions. (completion-styles-alist): Add doc to each entry. Add new `initials' entry.
* Documented define-obsolete-face-alias.Glenn Morris2009-09-011-0/+1
|
* Mention define-obsolete-face-alias.Glenn Morris2009-08-311-0/+3
|
* .Stefan Monnier2009-08-301-0/+3
|
* * paths.el (abbrev-file-name): Move to abbrev.el.Stefan Monnier2009-08-291-0/+2
| | | | | | | | | | | | | | | | * abbrev.el (abbrev-file-name): Move from paths.el. Obey user-emacs-directory. * calc/calc.el (calc-settings-file): Don't autoload and instead obey user-emacs-directory. * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate abbrev-file-name and calc-settings-file any more. * startup.el (command-line): Recompute abbrev-file-name and abbreviated-home-dir. (normal-no-mouse-startup-screen): Improve the generic code and get rid of the special code for when C-h bindings haven't been changed. (display-startup-echo-area-message): Use with-current-buffer. (command-line-1): Use a list of strings, rather than a list of lists of strings for longopts.
* * NEWS: Declare unibyte sessions obsolete.Stefan Monnier2009-08-292-0/+10
| | | | | | | | | | * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte. (main): Use enable-multibyte-characters rather than default-enable-multibyte-characters. Output a warning message when running a unibyte session. * mule.texi (Enabling Multibyte): * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE. (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
* Merge from gnus--devo--0Miles Bader2009-08-291-0/+8
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1629
* documented save-interprogram-paste-before-kill & kill-do-not-save-duplicatesSam Steingold2009-08-281-2/+5
|
* * NEWS: Mention Tramp connection method "rsyncc" and variableMichael Albinus2009-08-282-2/+14
| | | | `process-file-side-effects'.
* Add fixmes.Glenn Morris2009-08-271-0/+4
|
* * subr.el (default-mode-line-format, default-header-line-format)Stefan Monnier2009-08-271-0/+3
| | | | | | | | | | | | | | | | | | | (default-line-spacing, default-abbrev-mode, default-ctl-arrow) (default-direction-reversed, default-truncate-lines) (default-left-margin, default-tab-width, default-case-fold-search) (default-left-margin-width, default-right-margin-width) (default-left-fringe-width, default-right-fringe-width) (default-fringes-outside-margins, default-scroll-bar-width) (default-vertical-scroll-bar, default-indicate-empty-lines) (default-indicate-buffer-boundaries, default-fringe-indicator-alist) (default-fringe-cursor-alist, default-scroll-up-aggressively) (default-scroll-down-aggressively, default-fill-column) (default-cursor-type, default-buffer-file-type) (default-cursor-in-non-selected-windows) (default-buffer-file-coding-system, default-major-mode) (default-enable-multibyte-characters): Mark as obsolete. * cus-start.el (default-major-mode): Customize `major-mode' instead. (enable-multibyte-characters): Not customizable any more.
* emacsclient already accepts -nw.Dan Nicolaescu2009-08-211-2/+0
|
* * log-edit.el (log-edit-strip-single-file-name): New var.Stefan Monnier2009-08-191-0/+3
| | | | (log-edit-insert-changelog): Use it.
* * subr.el (listify-key-sequence-1): Use normal syntax since thoseStefan Monnier2009-08-191-0/+4
| | | | | | | | | | | | | | | integers are nowadays always represented by the same (positive) number on all platforms. (read-key-empty-map): New const. (read-key-delay): New var. (read-key): New function. (force-mode-line-update): Use with-current-buffer. (locate-user-emacs-file): Don't forget to abbreviate the file name. (start-process-shell-command, start-file-process-shell-command): Discourage the use of command-args. * processes.texi (Asynchronous Processes): Adjust arglist of start-process-shell-command and start-file-process-shell-command.
* --daemon was done some time ago.Glenn Morris2009-08-181-3/+0
|
* Minor modes via local variables:Glenn Morris2009-08-181-3/+0
| | | | | | | 2009-08-17 Chong Yidong <cyd at stupidchicken.com> * files.el (hack-one-local-variable): If the mode function is for a minor mode, pass it an argument (Bug#4148).
* Note that specifying a minor mode as a local variables enables thatChong Yidong2009-08-171-11/+15
| | | | mode.
* Javascript mode changed to js.elChong Yidong2009-08-141-1/+1
|
* Mention the new coding system `utf-8-hfs' and manyKenichi Handa2009-08-132-0/+17
| | | | functions for Unicode normalization.