aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Doc updatesChong Yidong2013-12-281-3/+3
| | | | | | * buffers.texi (Modification Time): Document visited-file-modtime change. * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
* * doc/emacs/trouble.texi (Understanding Bug Reporting): Brevity.Glenn Morris2013-12-271-1/+2
| | | | ChangeLog fix.
* Enable ns-use-srgb-colorspace by defaultJulien Danjou2013-12-271-1/+1
| | | | | | | | See thread https://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00706.html * nsterm.m (syms_of_nsterm): Enable ns-use-srgb-colorspace by default.
* More doc updatesChong Yidong2013-12-271-5/+9
| | | | | | | | | | | | | * commands.texi (Reading One Event): Mention keyboard coding. * functions.texi (Function Cells): * eval.texi (Function Indirection): Update for the fact that symbol-function no longer signals an error. * keymaps.texi (Translation Keymaps, Translation Keymaps): * nonascii.texi (Terminal I/O Encoding): Copyedits. * data.c (Fsymbol_function): Doc fix.
* Make Electric Pair mode smarter/more useful:João Távora2013-12-262-0/+39
| | | | | | | | | | | | | | | | * lisp/electric.el: Pairing/skipping helps preserve balance. Autobackspacing behaviour. Opens extra newlines between pairs. Skip whitespace before closing delimiters. * lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Use new features. * test/automated/electric-tests.lisp: New file. * doc/emacs/programs.texi: Describe new features. * lisp/simple.el: Pass non-nil interactive arg to newline call inside newline-and-indent.
* Update doc for advice changes.Chong Yidong2013-12-261-3/+4
| | | | | | | * doc/lispref/advice.texi (Advising Functions, Defining Advice): Special forms can no longer be advised. * lisp/emacs-lisp/advice.el: Update commentary.
* Doc updates for several Emacs 24.4 changes.Chong Yidong2013-12-251-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/commands.texi (Event Input Misc): Document new arg to input-pending-p. * doc/lispref/display.texi (Font Selection): Tweak example. * doc/lispref/keymaps.texi (Active Keymaps): Re-organize the text. (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes. (Controlling Active Maps): Note that set-transient-map uses overriding-terminal-local-map. * doc/lispref/nonascii.texi (Specifying Coding Systems): Don't refer to emacs-mule-dos. (Lisp and Coding Systems): Describe emacs-mule return value in modern terms. * doc/lispref/tips.texi (Coding Conventions): Tweak the coding system tip; Emacs now uses utf-8 by default for Emacs Lisp source files. * doc/emacs/glossary.texi (Glossary): Define MULE in modern terms. * src/keyboard.c (Voverriding_terminal_local_map): (Voverriding_local_map): Doc fix. * src/keymap.c (Vemulation_mode_map_alists): Doc fix.
* Document `eval' changes.Chong Yidong2013-12-251-0/+1
| | | | | | | | | | | * doc/lispref/eval.texi (Eval): Document the LEXICAL arg to eval. * doc/lispref/variables.texi (Variables, Void Variables): Use "scoping rule" terminology consistently. (Variable Scoping): Add index entries, and use "dynamic scope" terminology in place of "indefinite scope" to reduce confusion. (Lexical Binding): Document lexical environment format. (Using Lexical Binding): Add index entries for error messages.
* Minor edits to NEWS.Chong Yidong2013-12-241-61/+65
|
* Revert 2013-12-23T13:11:29Z!xfq.free@gmail.com.Xue Fuqiao2013-12-242-6/+0
| | | | According to: http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00828.html
* * etc/MORE.STUFF: Mention RefTeX.Xue Fuqiao2013-12-232-1/+7
|
* Noted `gnutls-verify-error', cfengine-mode, and package.el changes.Ted Zlatanov2013-12-232-0/+26
| | | | | * NEWS: Updated for `gnutls-verify-error', cfengine-mode, and package.el changes.
* NEWS tweak.Xue Fuqiao2013-12-231-1/+3
|
* Document `special-form-p' and `macrop'.Xue Fuqiao2013-12-231-1/+4
| | | | | | * doc/lispref/eval.texi (Special Forms): Document `special-form-p'. * doc/lispref/macros.texi (Simple Macro): Document `macrop'.
* Fix an argument of `copy-file'.Xue Fuqiao2013-12-231-0/+3
| | | | * doc/lispref/files.texi (Changing Files): Fix an argument of `copy-file'.
* Unmark electric-indent-mode; it requires more doc changes.Tassilo Horn2013-12-231-1/+0
|
* Document TRIM in `split-string'.Xue Fuqiao2013-12-231-0/+1
| | | | | * doc/lispref/strings.texi (Creating Strings): Document TRIM in `split-string'.
* Rename set-temporary-overlay-map -> set-transient-mapChong Yidong2013-12-231-2/+2
| | | | | | | | | | | | | | | | | | | | | * lisp/subr.el (set-transient-map): Rename from set-temporary-overlay-map. Doc fix. * lisp/face-remap.el (text-scale-adjust): * lisp/indent.el (indent-rigidly): * lisp/kmacro.el (kmacro-call-macro): * lisp/minibuffer.el (minibuffer-force-complete): * lisp/repeat.el (repeat): * lisp/simple.el (universal-argument--mode): * lisp/calendar/todo-mode.el (todo-insert-item--next-param): * lisp/progmodes/f90.el (f90-abbrev-start): Callers changed. * lisp/org/org.el (orgstruct-make-binding): Call set-transient-map instead of old name set-temporary-overlay-map. * doc/lispref/keymaps.texi (Controlling Active Maps): Renamed set-temporary-overlay-map to set-transient map. Doc fixes. (Searching Keymaps): The transient keymap takes precedence.
* Document `hash-table-keys and `hash-table-values'.Xue Fuqiao2013-12-231-0/+3
| | | | | * doc/lispref/hash.texi (Other Hash): Document `hash-table-keys and `hash-table-values'.
* Document new bool-vector set operation functions.Xue Fuqiao2013-12-221-0/+1
| | | | | * doc/lispref/sequences.texi (Bool-Vectors): Document new bool-vector set operation functions.
* Document `get-pos-property'.Xue Fuqiao2013-12-221-0/+1
| | | | * doc/lispref/text.texi (Examining Properties): Document `get-pos-property'.
* Document `enable-dir-local-variables'.Xue Fuqiao2013-12-221-2/+5
| | | | * doc/lispref/variables.texi (Directory Local Variables): Document `enable-dir-local-variables'.
* Document negative argument of replacement commands.Xue Fuqiao2013-12-221-0/+1
| | | | | * doc/emacs/search.texi (Special Isearch): (Query Replace): Document negative argument of replacement commands.
* Document `isearch-forward-symbol-at-point'.Xue Fuqiao2013-12-221-0/+1
| | | | * doc/emacs/search.texi (Symbol Search): Document `isearch-forward-symbol-at-point'.
* Document image-{next, previous}-file, plus some minor tweak.Xue Fuqiao2013-12-221-1/+10
|
* Integrate ruby-mode with electric-indent-mode betterDmitry Gutov2013-12-221-0/+2
| | | | | | | | | * lisp/progmodes/ruby-mode.el (ruby--at-indentation-p): New function, extracted from `ruby-smie-rules'. (ruby--electric-indent-chars): New variable. (ruby--electric-indent-p): New function. (ruby-mode): Use `electric-indent-functions' instead of `electric-indent-chars'.
* Another NEWS mark.Xue Fuqiao2013-12-221-0/+1
|
* Document `debugger-toggle-locals'.Xue Fuqiao2013-12-221-1/+2
| | | | * doc/lispref/debugging.texi (Debugger Commands): Document `debugger-toggle-locals'.
* * doc/emacs/regs.texi (File Registers): Document `kmacro-to-register'.Xue Fuqiao2013-12-221-1/+3
|
* Document `scroll-bar-adjust-thumb-portion'.Xue Fuqiao2013-12-221-0/+1
|
* Add NEWS marks for focus-{in, out}-hook.Xue Fuqiao2013-12-221-0/+1
|
* Add NEWS marks for VC.Xue Fuqiao2013-12-221-0/+4
|
* Customize ns-use-srgb-colorspace on OSX >= 10.7 to use sRGB.Jan Djärv2013-12-212-0/+8
| | | | | | | | | | | | | | * etc/NEWS: Mention ns-use-srgb-colorspace. * lisp/cus-start.el (all): Add ns-use-srgb-colorspace. * src/nsfns.m (Fxw_color_values): Use colorUsingDefaultColorSpace. * src/nsterm.h: Declare EmacsColor category. * src/nsterm.m (NSColor): Implement EmacsColor category. (ns_get_color): Use colorUsingDefaultColorSpace. (ns_get_color, ns_term_init): Use colorForEmacsRed.
* * themes/tango-dark-theme.el: Minor color tweak.Chong Yidong2013-12-212-2/+6
|
* Re-organize NEWS.Chong Yidong2013-12-211-375/+419
|
* * lisp/replace.el (read-regexp-defaults-function): New defcustom.Juri Linkov2013-12-201-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (read-regexp-suggestions): New function. (read-regexp): Use `read-regexp-defaults-function' to get default values. Use `read-regexp-suggestions'. Add non-empty default to history for empty input. (occur-read-regexp-defaults-function): Remove function. (occur-read-primary-args): Use `regexp-history-last' instead of `occur-read-regexp-defaults-function'. * lisp/hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function. (hi-lock-line-face-buffer, hi-lock-face-buffer) (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of `hi-lock-read-regexp-defaults-function'. Doc fix. (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp' with `find-tag-default-as-symbol-regexp'. Doc fix. (hi-lock-read-regexp-defaults): Remove function. (hi-lock-regexp-okay): Add check for null. * lisp/progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for the arg DEFAULTS. Move formatting of the prompt to `read-regexp'. * lisp/subr.el (find-tag-default-as-symbol-regexp): New function. (find-tag-default-as-regexp): Move symbol regexp formatting to `find-tag-default-as-symbol-regexp'. Fixes: debbugs:14405
* Document that =, <, <=, >, >= now accept one or many arguments.Tassilo Horn2013-12-201-0/+1
| | | | | * doc/lispref/numbers.texi (numbers): Document that =, <, <=, >, >= now accept one or many arguments.
* * lisp/emacs-lisp/subr-x.el: (string-remove-prefix): New function.Bozhidar Batsov2013-12-201-0/+2
| | | | (string-remove-suffix): New function.
* * lisp/emacs-lisp/subr-x.el: Renamed from helpers.el.Bozhidar Batsov2013-12-201-1/+1
|
* Move eshell visual commands change below existing eshell outline.Tassilo Horn2013-12-201-13/+14
|
* Mark eshell changes as documented.Tassilo Horn2013-12-201-0/+1
|
* Document `S-SPC' as alternative to scrolling down with `DEL'.Tassilo Horn2013-12-201-0/+1
| | | | | | | | | | | | | | | | * doc/emacs/rmail.texi: Document `S-SPC' as alternative to scrolling down with `DEL'. * doc/emacs/calendar.texi: Ditto. * doc/emacs/display.texi: Ditto. * doc/emacs/help.texi: Ditto. * doc/misc/info.texi: Document `S-SPC' as alternative to `DEL' for scrolling. * doc/misc/woman.texi: Ditto.
* Document `toggle-frame-maximized' and `toggle-frame-fullscreen'.Tassilo Horn2013-12-201-0/+1
| | | | | * doc/emacs/frames.texi: Document `toggle-frame-maximized' and `toggle-frame-fullscreen' with their respective keys.
* Mark `split-window' change from command to function as ---.Tassilo Horn2013-12-201-0/+1
|
* Document buffer name uniquification changes.Tassilo Horn2013-12-201-0/+1
| | | | * doc/emacs/buffers.texi: Document buffer name uniquification changes.
* Document that `electric-indent-mode' is enabled by default.Tassilo Horn2013-12-201-0/+1
| | | | | * doc/emacs/indent.texi: Document that `electric-indent-mode' is enabled by default.
* Document `blink-cursor-blinks'.Tassilo Horn2013-12-201-0/+1
| | | | * doc/emacs/display.texi (Cursor Display): Document `blink-cursor-blinks'.
* Mark write-region-inhibit-fsync changes as documented.Tassilo Horn2013-12-201-0/+1
|
* Document *Messages* buffer changes.Tassilo Horn2013-12-201-0/+1
| | | | | | | * doc/emacs/buffers.texi: Update list-buffers "screeshop" to show Messages as major-mode. * doc/lispref/display.texi: Document `messages-buffer'.
* Document `initial-buffer-choice' changes.Tassilo Horn2013-12-201-0/+1
| | | | | | | | * doc/emacs/entering.texi: Document `initial-buffer-choice' changes. * doc/emacs/misc.texi (arguments): Document `initial-buffer-choice' changes. * doc/lispref/os.texi: Document `initial-buffer-choice' changes.