aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * A few small TODO and CONTRIBUTE updatesGlenn Morris2013-02-162-5/+24
| |
* | Generalize "animated" images to "multi-frame" imagesGlenn Morris2013-02-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/image.el (image-animated-types): Remove. (image-multi-frame-p): Rename from image-animated-p, and generalize. (image-animated-p): Make obsolete alias. (image-animate, image-nth-frame, image-animate-timeout): Use image-multi-frame-p. (image-animate-timeout): If no delay, use image-default-frame-delay. * lisp/image-mode.el (image-mode, image-toggle-animation): Use image-multi-frame-p. (image-mode): Adjust startup message for a multi-frame image. * lisp/gnus/shr.el (shr-put-image): Only animate images that specify a delay. This is consistent with the old image-animated-p behavior. * etc/NEWS: Add placeholder for this. Fixes: debbugs:10739
* | Add commands for navigating multi-frame imagesGlenn Morris2013-02-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | * lisp/image.el (image-nth-frame): New, split from image-animate-timeout. (image-animate-timeout): Use image-nth-frame. * lisp/image-mode.el (image-goto-frame, image-next-frame) (image-previous-frame): New commands. (image-mode-map): Add new frame commands. * etc/NEWS: Mention this.
* | * NEWS: Tramp methods "scpc" and "rsyncc" are discontinued.Michael Albinus2013-02-142-0/+10
| |
* | Add dired-hide-details-mode. (Bug#6799)Christopher Schmidt2013-02-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * locate.el (locate-mode): Set parent mode property to dired-mode. * find-dired.el (find-dired): Call dired-insert-set-properties on initial information line. Set process mark on end of buffer. (find-dired-sentinel): Call dired-insert-set-properties on summary. * dired.el (dired-hide-details-hide-symlink-targets) (dired-hide-details-hide-information-lines): New options. (dired-insert-directory): Set properties after final treatment of output. (dired-insert-set-properties): Set dired-hide-details-* properties. (dired-mode-map): Bind dired-hide-details-mode. (dired-mode): Set buffer-invisibility-spec to a list. (dired-next-line): Skip hidden lines. (dired-previous-line): Use dired-next-line. (dired-hide-details-mode): New minor mode. (dired-hide-details-update-invisibility-spec): New function.
* | Make yow.el obsoleteGlenn Morris2013-02-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/play/yow.el: Move to obsolete/. * doc/emacs/ack.texi (Acknowledgments): Don't mention yow any more. * doc/misc/message.texi (News Headers): Don't mention yow any more. * etc/NEWS: Mention this. Fixes: debbugs:9384
* | Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.orgGlenn Morris2013-02-121-4/+4
|\ \ | |/
| * NEWS copyedit (consistent capitalization for top-level headings)Glenn Morris2013-02-101-4/+4
| |
* | Make S-SPC scroll in the opposite direction to SPCGlenn Morris2013-02-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/calc/calc-graph.el (calc-graph-show-dumb): * lisp/calendar/calendar.el (calendar-mode-map): * lisp/cus-edit.el (custom-mode-map): * lisp/ehelp.el (electric-help-map): * lisp/emulation/vip.el (vip-mode-map): * lisp/epa.el (epa-key-list-mode-map): * lisp/info.el (Info-mode-map): * lisp/mail/rmail.el (rmail-mode-map): * lisp/mail/rmailsum.el (rmail-summary-mode-map): * lisp/man.el (Man-mode-map): * lisp/net/newst-plainview.el (newsticker-mode-map): * lisp/progmodes/cpp.el (cpp-edit-mode-map): * lisp/progmodes/grep.el (grep-mode-map): * lisp/progmodes/idlw-help.el (idlwave-help-mode-map): * lisp/simple.el (special-mode-map): * lisp/startup.el (splash-screen-keymap): * lisp/view.el (view-mode-map): Make S-SPC scroll in the opposite sense to SPC. Fixes: debbugs:2145
* | Clean up read_key_sequence a bit; reread active keymaps after first event.Stefan Monnier2013-02-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/keyboard.c (read_char, read_char_x_menu_prompt) (read_char_minibuf_menu_prompt): Replace nmaps+maps with a single `map' arg. (follow_key): Operate on a single map. (active_maps): New function. (test_undefined): Also return true for nil bindings. (read_key_sequence): Use active_maps to replace the arrays of keymaps with a single (composed) keymap. Remember `first_event' to choose the right set of active keymaps. Recompute the set of keymaps after receiving the first event. Remove GOBBLE_FIRST_EVENT. (syms_of_keyboard): Remove inhibit_local_menu_bar_menus. * src/keyboard.h (read_char): Update declaration. * src/lread.c (read_filtered_event): Adjust call to read_char. * lisp/cus-start.el (all): Remove inhibit-local-menu-bar-menus.
* | * NEWS: Add autorevert changes.Michael Albinus2013-02-112-0/+18
| |
* | Add `enable-dir-local-variables'Glenn Morris2013-02-101-2/+6
| | | | | | | | | | | | | | | | | | * lisp/files.el (enable-dir-local-variables): New variable. (hack-dir-local-variables): Respect enable-dir-local-variables. * lisp/tutorial.el (help-with-tutorial): Ignore directory-local variables. Fixes: debbugs:11127
* | NEWS copyeditsGlenn Morris2013-02-101-7/+12
| |
* | Remove obsolete references to VAX in comments.Paul Eggert2013-02-101-33/+0
| |
* | Merge from emacs-24; up to 2012-12-15T12:19:04Z!juri@jurta.orgGlenn Morris2013-02-092-19/+13
|\ \ | |/
| * Correct non-standard binding of report-emacs-bug-insert-to-mailer.Chong Yidong2013-02-091-3/+9
| | | | | | | | | | | | | | * lisp/mail/emacsbug.el (report-emacs-bug): Change binding of report-emacs-bug-insert-to-mailer to C-c M-i. Fixes: debbugs:13510
| * More small TODO updatesGlenn Morris2013-02-081-16/+4
| |
* | Remove all references to buffer-file-type and related features.Eli Zaretskii2013-02-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/xdisp.c (decode_mode_spec): Remove handling of %t. lisp/net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference buffer-file-type. lisp/mail/feedmail.el (feedmail-force-binary-write): Doc fix. (feedmail-run-the-queue, feedmail-dump-message-to-queue) (feedmail-send-it-immediately): Don't bind buffer-file-type, bind coding-system-for-write instead. lisp/jka-compr.el (jka-compr-write-region): Don't bind buffer-file-type. lisp/emacs-lisp/bytecomp.el (byte-compile-file): Don't bind buffer-file-type. lisp/files.el (file-name-buffer-file-type-alist): Remove defvar. (insert-file-contents-literally): Remove reference to file-name-buffer-file-type-alist. lisp/dos-w32.el (file-name-buffer-file-type-alist): Deprecate and make-obsolete. (find-buffer-file-type-match, find-buffer-file-type): Remove. (find-buffer-file-type-coding-system): Remove references to find-buffer-file-type-match, find-buffer-file-type, and buffer-file-type. Don't put find-buffer-file-type-coding-system into file-coding-system-alist. (find-file-binary, find-file-text): Bind coding-system-for-read instead of file-name-buffer-file-type-alist. lisp/erc/erc-dcc.el (erc-dcc-get-file): Don't reference buffer-file-type. doc/emacs/msdog.texi (Text and Binary): Delete the description of file-name-buffer-file-type-alist. doc/lispref/modes.texi (%-Constructs): Remove the description of %t. doc/lispref/nonascii.texi (MS-DOS File Types): Delete node. Fixes: debbugs:12989
* | Merge from emacs-24; up to 2012-12-14T21:27:39Z!rgm@gnu.orgGlenn Morris2013-02-081-7/+0
|\ \ | |/
| * Remove old TODO item - user-error was addedGlenn Morris2013-02-081-3/+0
| |
| * Remove longlines entry (bug#13652)Glenn Morris2013-02-081-4/+0
| |
| * Regenerate AUTHORS and ldefs-boot.elemacs-24.2.93Glenn Morris2013-02-071-19/+24
| |
* | Relocate NEWS entry from 24.3 section to 24.4 where it belongsGlenn Morris2013-02-051-3/+7
| |
* | * NEWS: Mention ns-use-native-fullscreen.Jan Djärv2013-02-052-0/+7
| |
* | Remove info duplicated from manual; convert to outline mode format.Glenn Morris2013-01-311-592/+555
| |
* | Move lisp/calc/README* to etc/CALC-NEWSGlenn Morris2013-01-312-0/+1216
| | | | | | | | | | | | | | | | | | | | * make-dist: Only README files exist in lisp/ now, not README*. * doc/misc/calc.texi (Help Commands): Mention etc/CALC-NEWS. * etc/CALC-NEWS: Move here from lisp/calc/README, README.prev. * lisp/calc/README, lisp/calc/README.prev: Rename/merge to etc/CALC-NEWS.
* | Merge calc news from lisp/calc/README into etc/NEWS filesGlenn Morris2013-01-312-0/+51
| | | | | | | | | | | | | | | | | | * doc/misc/calc.texi (Help Commands): Update calc-view-news description. * lisp/calc/calc-help.el (calc-view-news): Use view-emacs-news. * lisp/calc/README: Move news entries from here... * etc/NEWS, etc/NEWS.23: ... to here
* | * lisp/simple.el (cycle-spacing): New command.Michal Nazarewicz2013-01-301-0/+5
| | | | | | | | (just-one-space): Use it.
* | * lisp/progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.Stefan Monnier2013-01-301-0/+6
| | | | | | | | | | | | | | | | | | (opascal-newline-always-indents): Remove custom. (opascal-tab, opascal-newline): Remove commands. (opascal-new-comment-line): Insert "\n" instead of calling newline. (opascal-mode-map): Keep default bindings for RET and TAB and DEL. (opascal-save-match-data): Remove, use save-match-data instead. (opascal-save-state): Use with-silent-modifications.
* | Mention in NEWS that scroll-bar-adjust-thumb-portion is for X only. Bug#13503.Eli Zaretskii2013-01-201-0/+3
| |
* | Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ruGlenn Morris2013-01-191-3/+3
|\ \ | |/
| * NEWS tweakGlenn Morris2013-01-161-3/+3
| |
* | * image-mode.el (image-next-file, image-previous-file): New commands.Christian Wittern2013-01-191-0/+5
| | | | | | | | | | | | | | (image-mode-map): Bind them to n and p. (image-mode--images-in-directory): New helper function. Fixes: debbugs:8453
* | * image-mode.el (image-mode-fit-frame): Add a frame argument.Chong Yidong2013-01-191-0/+7
| | | | | | | | | | | | | | Suggested by Drew Adams. Handle window decorations; save and restore the old window configuration. Fixes: debbugs:7730
* | NEWS placeholder for scroll-bar-adjust-thumb-portionGlenn Morris2013-01-131-0/+2
| |
* | * lisp/jit-lock.el (jit-lock-debug-mode): New minor mode.Stefan Monnier2013-01-121-0/+2
| | | | | | | | | | | | | | | | | | (jit-lock--debug-fontifying): New var. (jit-lock--debug-fontify): New function. * lisp/subr.el (condition-case-unless-debug): Don't prevent catching the error, just let the debbugger run. * lisp/emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging timer code and don't drop errors silently.
* | Merge from emacs-24Stefan Monnier2013-01-091-1/+1
|\ \ | |/
| * Bump version to 24.2.92emacs-24.2.92Glenn Morris2013-01-091-56/+70
| | | | | | | | Regenerate etc/AUTHORS and lisp/ldefs-boot.el
| * ChangeLog fixes from M-x authorsGlenn Morris2013-01-091-1/+1
| |
* | * lisp/emacs-lisp/crm.el: Allow any regexp for separators.Roland Winkler2013-01-091-0/+3
| | | | | | | | | | | | | | (crm-default-separator): All spaces around the default comma separator. (crm--completion-command): New macro. (crm-completion-help, crm-complete, crm-complete-word): Use it. (crm-complete-and-exit): Handle non-single-char separators.
* | Merge from emacs-24; up to 2012-12-08T12:11:29Z!eliz@gnu.orgGlenn Morris2013-01-093-2/+46
|\ \ | |/
| * Fixes related to the last Org merge.Bastien Guerry2013-01-082-8/+1
| |
| * Merge Org 7.9.3 (commit 31c1aea)Bastien Guerry2013-01-083-3/+54
| |
* | * lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):Juri Linkov2013-01-091-0/+3
| | | | | | | | | | | | | | | | | | | | * lisp/progmodes/flymake.el (flymake-errline, flymake-warnline): Use underline style wave on terminals that support it. * src/xfaces.c (tty_supports_face_attributes_p): Return 0 for the case of (supports :underline (:style wave)). Fixes: debbugs:13000
* | etc/NEWS: Document the change wrt `apropos-user-option' and `apropos-variable'Bastien Guerry2013-01-081-0/+7
| |
* | Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.orgGlenn Morris2013-01-0218-2/+2
|\ \ | |/
| * Regenerate PDF refcardsGlenn Morris2013-01-0216-0/+0
| |
| * Add 2013 to more copyright yearsGlenn Morris2013-01-022-2/+2
| |
* | Update copyright dates to 2013.Paul Eggert2013-01-021-1/+1
| |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02140-170/+174
|\ \ | |/