aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* | * etc/TODO: prog-mode updates.Glenn Morris2010-05-181-3/+3
| |
* | Add command `secrets-show-secrets'.Michael Albinus2010-05-181-1/+3
| |
* | Provide a simple generic indentation engine and use it for Prolog.Stefan Monnier2010-05-171-0/+2
| | | | | | | | | | | | | | | | * emacs-lisp/smie.el: New file. * progmodes/prolog.el (prolog-smie-op-levels) (prolog-smie-indent-rules): New var. (prolog-mode-variables): Use them to configure SMIE. (prolog-indent-line, prolog-indent-level): Remove.
* | Remove reference to CANNOT_EXEC, not used anymore.Dan Nicolaescu2010-05-151-2/+1
| |
* | Implement bidi-sensitive movement with arrow keys.Eli Zaretskii2010-05-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | src/bidi.c (bidi_paragraph_init): Don't leave alone garbage values of bidi_it->paragraph_dir. Call bidi_initialize if needed. src/xdisp.c (Fcurrent_bidi_paragraph_direction): New function. (syms_of_xdisp): Defsubr it. src/cmds.c (Fforward_char, Fbackward_char): Doc fix. src/subr.el (right-arrow-command, left-arrow-command): New functions. src/bindings.el (global-map): Bind them to right and left arrow keys. etc/NEWS: Mention current-bidi-paragraph-direction
* | * eval.c (specbind): Disallow let-binding frame-local vars.Stefan Monnier2010-05-141-0/+1
| | | | | | | | Remove left-over duplicate test. Add comment.
* | * simple.el (prog-mode): New (abstract) major mode.Stefan Monnier2010-05-141-0/+1
| | | | | | | | | | * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it. * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
* | Allow the default completion to cycle.Stefan Monnier2010-05-111-0/+2
| | | | | | | | | | | | * minibuffer.el (completion-cycle-threshold): New custom var. (completion--do-completion): Use it. (minibuffer-complete): Use cycling if appropriate.
* | Fix typos and whitespace in ChangeLogs.Juanma Barranquero2010-05-111-3/+3
| |
* | SQL mode version 2.1Michael Mauger2010-05-091-0/+32
| | | | | | | | | | Redesigned product specific definition and handling. Includes many bug fixes and enhancements.
* | * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):Stefan Monnier2010-05-091-2/+3
| | | | | | | | | | | | | | | | | | | | New custom variable. (completion-pcm--string->pattern): Use it. (completion-pcm--pattern->regex, completion-pcm--pattern->string): Make it handle any symbol as `any'. (completion-pcm--merge-completions): Extract common suffix for the new `prefix' symbol as well. (completion-substring--all-completions): Use the new `prefix' symbol.
* | Merge from emacs-23Stefan Monnier2010-05-086-171/+148
|\|
| * Bump version to 23.2.Chong Yidong2010-05-071-0/+4
| |
| * Bump version to 23.1.97.Chong Yidong2010-05-031-8/+10
| |
| * Fix typos (Bug#6094). From Štěpán Němec.Chong Yidong2010-05-032-6/+6
| |
| * Add check for buggy version of GCC (Bug#6031).Chong Yidong2010-05-021-1/+1
| | | | | | | | | | | | * configure.in: Add check for buggy version of GCC (Bug#6031). * configure: Regenerate * etc/NEWS: Minor tweak to problem description.
| * * PROBLEMS: Document gcc-4.5 bug (Bug#6031).Chong Yidong2010-04-272-0/+15
| |
| * Remove --- and +++ lines from NEWS file.Chong Yidong2010-04-251-151/+99
| |
| * Document Emacs 23.2 changes.Chong Yidong2010-04-251-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * functions.texi (Obsolete Functions): Document set-advertised-calling-convention. * minibuf.texi (Basic Completion): Document completion-in-region. (Programmed Completion): Document completion-annotate-function. * commands.texi (Reading One Event): Document read-key. (Distinguish Interactive): Document KIND arg to called-interactively-p. Delete obsolete interactive-p. * elisp.texi (Top): Update node description. * misc.texi (Printing): Document htmlfontify-buffer.
| * Fix the entry about eshell's su and sudo commands. bug#6021Michael Albinus2010-04-251-1/+1
| |
| * HELLO: Adjust Burmese for Unicode 5.2 encoding.Kenichi Handa2010-04-232-2/+6
| |
| * Bump version to 23.1.96.Chong Yidong2010-04-191-12/+12
| |
* | NEWS: Remove FUD from description of bidirectional editing.Eli Zaretskii2010-05-071-4/+4
| |
* | HELLO: Reorder Arabic greetings into logical order.Eli Zaretskii2010-05-072-2/+7
| |
* | Use define-minor-mode for less obvious cases.Stefan Monnier2010-05-041-0/+2
| | | | | | | | | | | | | | | | * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword. * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method. * international/iso-ascii.el (iso-ascii-mode): * frame.el (auto-raise-mode, auto-lower-mode): * composite.el (global-auto-composition-mode): Use define-minor-mode.
* | Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong2010-05-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eval.c (internal_condition_case_n): Rename from internal_condition_case_2. (internal_condition_case_2): New function. * xdisp.c (safe_call): Use internal_condition_case_n. * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE. (internal_delete_file, Frename_file): Callers changed. * buffer.c (Fkill_buffer): * callproc.c (delete_temp_file): Callers changed (Bug#6070). * lisp.h: Update prototypes. * diff.el (diff-sentinel): * epg.el (epg--make-temp-file, epg-decrypt-string) (epg-verify-string, epg-sign-string, epg-encrypt-string): * jka-compr.el (jka-compr-partial-uncompress) (jka-compr-call-process, jka-compr-write-region, jka-compr-load): * server.el (server-sentinel): Use delete-file's new FORCE arg (Bug#6070).
* | New hook filter-buffer-substring-functions.Stefan Monnier2010-05-021-0/+2
| | | | | | | | | | | | | | * simple.el (with-wrapper-hook): Move. (buffer-substring-filters): Mark obsolete. (filter-buffer-substring-functions): New variable. (buffer-substring-filters): Use it. Remove unused arg `noprops'.
* | * ido.el (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).Chong Yidong2010-04-291-0/+3
| |
* | Document complete-symbol change.Chong Yidong2010-04-281-0/+2
| |
* | * etc/NEWS: Mention --with-crt-dir.Glenn Morris2010-04-241-0/+4
| |
* | * etc/NEWS: Tramp supports SELinux.Michael Albinus2010-04-231-0/+3
| |
* | * etc/NEWS: More SELinux details and some minor fixes.Glenn Morris2010-04-221-4/+6
| |
* | Document tool-bar-styleJan Djärv2010-04-211-0/+4
| |
* | Doc updates for SELinux support.Glenn Morris2010-04-201-0/+11
| | | | | | | | | | | | * ack.texi, emacs.texi (Acknowledgments): Add SELinux support. * etc/NEWS: Mention SELinux support.
* | Make the log-edit comments use RFC822 format throughout.Stefan Monnier2010-04-201-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vc.el (vc-checkin, vc-modify-change-comment): Adjust to new vc-start/finish-logentry. (vc-find-conflicted-file): New command. (vc-transfer-file): Adjust to new vc-checkin. (vc-next-action): Improve scoping. * vc-hg.el (vc-hg-log-edit-mode): Remove. (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers. * vc-git.el (vc-git-log-edit-mode): Remove. (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers. (vc-git-commits-coding-system): Rename from git-commits-coding-system. * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files. (vc-start-logentry): Remove argument `extra'. (vc-finish-logentry): Remove extra args. * vc-bzr.el (vc-bzr-log-edit-mode): Remove. (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers. (vc-bzr-conflicted-files): New function. * log-edit.el (log-edit-extra-flags) (log-edit-before-checkin-process): Remove. (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces. (log-edit-headers-alist): New var. (log-edit-header-contents-regexp): New const. (log-edit-match-to-eoh): New function. (log-edit-font-lock-keywords): Use them. (log-edit): Insert a "Summary:" header as default. (log-edit-mode): Mark font-lock rules as case-insensitive. (log-edit-done): Cleanup headers. (log-view-process-buffer): Remove. (log-edit-extract-headers): New function to replace it.
* | Merge from emacs-23Stefan Monnier2010-04-193-23/+50
|\|
| * * etc/NEWS: Minor edits.Glenn Morris2010-04-161-0/+3
| |
| * * etc/NEWS: git version number issues don't need manual changes.Glenn Morris2010-04-151-4/+7
| |
| * * maintaining.texi (VC Directory Commands): Mention stashes and shelves.Glenn Morris2010-04-151-0/+2
| |
| * * etc/NEWS: Remove duplicate entry.Glenn Morris2010-04-151-2/+0
| |
| * Mention Dired VC diff and log in manual.Glenn Morris2010-04-151-1/+1
| | | | | | | | | | | | * dired.texi (Misc Dired Features): Mention VC diff and log. * maintaining.texi (Old Revisions, VC Change Log): Mention that diff and log work in Dired buffers.
| * * info.texi (Search Index): Mention Emacs's Info-virtual-index.Glenn Morris2010-04-151-0/+1
| |
| * * help.texi (Help Summary): Mention M-x info-finder.Glenn Morris2010-04-151-0/+1
| |
| * NEWS markup.Glenn Morris2010-04-151-13/+19
| | | | | | | | | | * etc/NEWS: bookmark-bmenu-search, mpc, image-mode-maybe do not need manual entries. GDB changes, Semantic, EDE, EIEIO have them.
| * * etc/NEWS: Minor mark-up and typo fixes.Glenn Morris2010-04-141-4/+7
| |
| * Document new commands for manipulating local variable lists.Glenn Morris2010-04-141-2/+4
| | | | | | | | | | * custom.texi (Specifying File Variables, Directory Variables): Document new commands for manipulating local variable lists.
| * Add a new entry for QWEFrancesc Rocher2010-04-042-0/+8
| |
* | Test for special mode-class in view-buffer instead of view-file (bug#5513).Juri Linkov2010-04-191-0/+2
| | | | | | | | | | | | | | | | * view.el (view-file, view-buffer): Move test for special mode-class from view-file to view-buffer. * tar-mode.el (tar-extract): Turn if's into one cond like in arc-mode.el.
* | Add 7z archive format support (bug#5475).Juri Linkov2010-04-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * arc-mode.el (archive-zip-extract): Try to find 7z executable. (archive-7z-extract): New defcustom. (archive-find-type): Add magic string for 7z. (archive-extract-by-stdout): Add new optional arg `stderr-file'. If `stderr-file' is non-nil, use `(t stderr-file)' for the `buffer' arg of `call-process'. (archive-zip-extract): Check `archive-zip-extract' for "7z" and call the function `archive-7z-extract' with the variable `archive-7z-extract' let-bound to `archive-zip-extract'. (archive-7z-summarize, archive-7z-extract): New functions. * international/mule.el (auto-coding-alist): * files.el (auto-mode-alist): Add 7z file extension.
* | (Mathematics): Prefer Unicode charset.Stefan Monnier2010-04-182-1/+5
| |