aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ruGlenn Morris2012-11-031-7/+11
|\
| * Further small cl.texi changesGlenn Morris2012-11-031-2/+3
| | | | | | | | | | | | | | | | | | * doc/misc/cl.texi (Creating Symbols, Random Numbers): De-emphasize internal variables cl--gensym-counter and cl--random-state. * etc/NEWS: Related edits. Fixes: debbugs:12788
| * Doc changes related to displaying buffers and quitting windows.Martin Rudalics2012-11-031-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * window.el (switch-to-visible-buffer) (switch-to-buffer-preserve-window-point): Fix doc-strings. * windows.texi (Switching Buffers): Document option switch-to-buffer-preserve-window-point. (Display Action Functions): Document window-height and window-width alist entries. (Display Action Functions): Document display-buffer-below-selected and display-buffer-in-previous-window. (Quitting Windows): Document quit-restore-window. Rewrite section. (Window Configurations): In window-state-get mention that argument window must be valid. (Window Parameters): Document quit-restore window parameter (Bug#12158).
* | Add NEWS top-level headings for 24.4.Glenn Morris2012-11-021-0/+11
|/
* Document cl-flet and cl-labels in doc/misc/cl.texiGlenn Morris2012-10-311-0/+2
| | | | | | | | | * doc/misc/cl.texi (Function Bindings): Update for cl-flet and cl-labels. (Obsolete Lexical Binding): Rename section from "Lexical Bindings". (Obsolete Macros): Rename section from "Obsolete Lexical Macros". Reword, and add details of flet and labels. * etc/NEWS: Related markup.
* Doc and manual updates for cl-letf and letfGlenn Morris2012-10-301-0/+3
| | | | | | | | | | | Fixes: debbugs:12760 * doc/misc/cl.texi (Modify Macros): Update for cl-letf changes. (Obsolete Lexical Macros): Say a little more about letf/cl-letf. * lisp/emacs-lisp/cl.el (letf): Doc fix. * etc/NEWS: Related edit.
* Document more Emacs 24.3 changes.Chong Yidong2012-10-301-1/+5
| | | | | | | | * frames.texi (Visibility of Frames): Document tty-top-frame. * loading.texi (Autoload): Document autoloadp, autoload-do-load. * symbols.texi (Symbol Plists): Document function-get.
* Document dired-do-async-shell-command changes.Chong Yidong2012-10-301-1/+1
| | | | | * dired.texi (Shell Commands in Dired): Document changes to the dired-do-async-shell-command.
* More cl.texi updatesGlenn Morris2012-10-271-0/+6
| | | | | | | | | * doc/misc/cl.texi (Multiple Values, Common Lisp Compatibility): More namespace updates. (Obsolete Features): Copyedits. (Obsolete Lexical Macros, Obsolete Setf Customization): New subsections. * etc/NEWS: Related edits.
* More Emacs 24.3 documentation updates.Chong Yidong2012-10-271-10/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/building.texi (Compilation): Document compilation-always-kill. * doc/emacs/files.texi (Misc File Ops): Symbolic links on Windows only work on Vista and later. * doc/emacs/frames.texi (Mouse Avoidance): Mention new variable mouse-avoidance-banish-position. * doc/emacs/mule.texi (Recognize Coding): Remove an unreferenced vindex. * doc/emacs/package.texi (Package Menu): Document the "new" status. * doc/emacs/programs.texi (Which Function): Which Function mode now works in all major modes by default. * doc/emacs/search.texi (Symbol Search): New node. * doc/emacs/windows.texi (Window Choice): Don't refer to the obsolete special-display feature. * commands.texi (Event Input Misc): Remove last-input-char. (Command Loop Info): Remove last-command-char. * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap. * frames.texi (Initial Parameters): Don't mention the obsolete special-display feature. * hooks.texi (Standard Hooks): Remove obsolete hooks. * markers.texi (Information from Markers): Remove obsolete function buffer-has-markers-at. * minibuf.texi (High-Level Completion): Don't mention removed function iswitchb-read-buffer. * text.texi (Yanking): Document yank-handled-properties. * windows.texi (Choosing Window): Don't mention the obsolete special display feature. (Choosing Window Options): Remove obsolete special-display variables, and the functions special-display-p and special-display-popup-frame. * subr.el (insert-buffer-substring-as-yank): Doc fix.
* Merge upstream Org (from commit acbbe2)Bastien Guerry2012-10-263-2/+7
|
* NEWS copyeditsGlenn Morris2012-10-241-19/+20
|
* More cl doc updatesGlenn Morris2012-10-241-0/+1
| | | | | | | | | | | | | | | | | | | * doc/misc/cl.texi: Don't mess with the TeX section number counter. Use Texinfo recommended convention for quotes+punctuation. (Overview, Sequence Functions): Rephrase for better line-breaking. (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings) (Macro Bindings, Conditionals, Iteration, Loop Basics) (Random Numbers, Mapping over Sequences, Structures) (Porting Common Lisp): Further updates for cl-lib namespace. (Modify Macros, Declarations, Macro Bindings, Structures): Break long lines in examples. (Dynamic Bindings): Update for changed progv behavior. (Loop Examples, Efficiency Concerns): Markup fixes. (Structures): Remove TeX margin change. * lisp/emacs-lisp/cl-macs.el (cl-progv): Doc fix. * etc/NEWS: Related markup.
* Document some Emacs 24.3 changes.Chong Yidong2012-10-241-27/+31
| | | | | | | | | | | | | * doc/emacs/dired.texi (Dired Deletion, Marks vs Flags): Document Emacs 24.3 changes to the mark and unmark commands. (Comparison in Dired): Document chages to dired-diff. Remove M-=, which is no longer bound to dired-backup-diff. * doc/emacs/mule.texi (Text Coding): set-buffer-file-coding-system can now be invoked from the mode line. * lisp/dired.el (dired-mark, dired-unmark, dired-flag-file-deletion): Doc fix.
* Remove NEWS markup so that file-attributes etc get recheckedGlenn Morris2012-10-231-1/+1
|
* Cleanup uses of "-hooks".Stefan Monnier2012-10-231-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Hooks): * doc/lispref/hooks.texi (Standard Hooks): Clarify that -hooks is deprecated. * lisp/gnus/nndiary.el (nndiary-request-create-group-functions) (nndiary-request-update-info-functions) (nndiary-request-accept-article-functions): * lisp/gnus/gnus-start.el (gnus-subscribe-newsgroup-functions): * lisp/cedet/semantic/db-file.el (semanticdb-save-database-functions): * lisp/cedet/semantic/lex.el (semantic-lex-reset-functions): * lisp/cedet/semantic/edit.el (semantic-change-functions) (semantic-edits-new-change-functions) (semantic-edits-delete-change-functions) (semantic-edits-reparse-change-functions): * lisp/htmlfontify.el (hfy-post-html-hook): * lisp/filesets.el (filesets-cache-fill-content-hook): * lisp/arc-mode.el (archive-extract-hook): * lisp/progmodes/cc-mode.el (c-prepare-bug-report-hook): * lisp/net/rcirc.el (rcirc-sentinel-functions) (rcirc-receive-message-functions, rcirc-activity-functions) (rcirc-print-functions): * lisp/net/dbus.el (dbus-event-error-functions): * lisp/emacs-lisp/eieio.el (eieio-pre-method-execution-functions): * lisp/emacs-lisp/checkdoc.el (checkdoc-style-functions) (checkdoc-comment-style-functions): Don't use "-hooks" suffix. * lisp/term/sun.el (sun-raw-prefix-hooks): * lisp/mail/sendmail.el (mail-yank-hooks): * lisp/mh-e/mh-letter.el (mh-yank-hooks): Use make-obsolete-variable.
* Fix outdated timestamp documentation in Elisp manual.Paul Eggert2012-10-232-0/+8
| | | | | | | | | * doc/lispref/files.texi (File Attributes): * doc/lispref/text.texi (Undo): Time stamp resolution is now 1 picosecond, not 1 second. * etc/NEWS: Document increased precision in undo list. Fixes: debbugs:12706
* Make unused variable font-list-limit obsolete, and move it out of C.Chong Yidong2012-10-231-0/+1
| | | | | | | | | | | * display.texi (Font Lookup): Remove font-list-limit. * lisp/startup.el (command-line): * lisp/cus-start.el: Don't refer to font-list-limit. * lisp/faces.el (font-list-limit): Define as an obsolete variable. * xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
* Put back old Emacs 22 icons, just don't install themGlenn Morris2012-10-206-6/+20
| | | | | | | | | | | | | Some people prefer them to the newer icon * Makefile.in (install-etc): Don't install emacs22 icons. * etc/images/icons/hicolor/32x32/apps/emacs22.png: * etc/images/icons/hicolor/16x16/apps/emacs22.png: * etc/images/icons/hicolor/48x48/apps/emacs22.png: * etc/images/icons/hicolor/24x24/apps/emacs22.png: Restore old icons. * etc/images/icons/README: Restore info about emacs22 icons
* Improve previous NEWS changeGlenn Morris2012-10-151-4/+5
|
* Apply program-transform-name etc in more places (bug#12536#34)Glenn Morris2012-10-151-14/+25
| | | | | | | | | * Makefile.in (install-man, install-etc): Apply $TRANSFORM. (clean): Delete etc/emacs.tmpdesktop. * .bzrignore: Add etc/emacs.tmpdesktop. * etc/NEWS: Mention this. Unrelated copyedits.
* merge trunkKenichi Handa2012-10-143-3/+15
|\
| * Adapt compile.el to changes in MSVC diagnostics format.Eli Zaretskii2012-10-142-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): Adjust the msft regexp to the output of Studio 2010, and move msft before edg-1. See the discussion on emacs-devel, http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html, for the details. etc/compilation.txt (msft): Add error messages in new Studio 2010 format. test/automated/compile-tests.el (compile-tests--test-regexps-data): Add data for msft's new format.
| * Document 24.3 ImageMagick changes.Chong Yidong2012-10-131-3/+3
| | | | | | | | | | | | * doc/emacs/files.texi (File Conveniences): ImageMagick enabled by default. * doc/lispref/display.texi (ImageMagick Images): ImageMagick enabled by default.
* | Add more mappings for the charset japanese-jisx0208-1978.Kenichi Handa2012-10-142-1/+10
|/
* merge trunkKenichi Handa2012-10-111-16/+34
|\
| * lisp/generic-x.el: Make javascript-generic-mode an obsolete alias of js-mode.Juanma Barranquero2012-10-081-0/+3
| |
| * etc/NEWS: Fix wording in the Cygwin-related entries of the last change.Eli Zaretskii2012-10-081-3/+3
| |
| * Merge cygw32Daniel Colascione2012-10-081-0/+10
| |\
| | * Add NEWS entries for cygw32Daniel Colascione2012-10-081-0/+9
| | |
| * | Trivial NEWS copyeditsGlenn Morris2012-10-081-2/+2
| | |
| * | * lisp/cus-start.el (message-log-max): Set :version.Glenn Morris2012-10-081-2/+0
| | | | | | | | | | | | | | | * etc/NEWS: No need to mention a simple customization option whose default has changed, since the :version tag does that.
| * | Trivial NEWS copyeditsGlenn Morris2012-10-081-13/+18
| | |
| * | Document calendar-month-headerGlenn Morris2012-10-081-0/+1
| | | | | | | | | | | | | | | | | | * doc/emacs/cal-xtra.texi (Calendar Customizing): Mention calendar-month-header. * etc/NEWS: Related edit.
| * | Document cal-html-holidaysGlenn Morris2012-10-081-1/+2
| |/ | | | | | | | | | | * doc/emacs/calendar.texi (Writing Calendar Files): Mention cal-html-holidays. * etc/NEWS: Related edit.
* | Re-generate charsets. Adjust for the change of admin/charset/mapfiles/*.gzKenichi Handa2012-10-1116-202/+193
|/
* Check for OSX >= 10.4 to match what the maunal says and what we actually ↵Jan Djärv2012-10-072-0/+6
| | | | | | | | | | | | | | | | | | | | | | support. * configure.ac: Check that OSX is 10.4 or newer. * etc/NEWS (NextStep/OSX port changes): OSX 10.4 or newer is required. * src/nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4. (ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4. * src/nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger. * src/nsmenu.m (fillWithWidgetValue:): Remove code for < MAC_OS_X_VERSION_10_2. * src/nsselect.m (ns_string_from_pasteboard): Remove check for >= MAC_OS_X_VERSION_10_4. * src/nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove. (EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4. (struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.
* Rename a new cal-tex function, document itGlenn Morris2012-10-061-0/+3
| | | | | | | | | | | | | | | | | * lisp/calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week) (cal-tex-cursor-week2, cal-tex-cursor-week-iso) (cal-tex-cursor-week-monday): Doc fixes. (cal-tex-cursor-week2-summary): Doc fix. Rename from cal-tex-cursor-week-at-a-glance. * lisp/calendar/calendar.el (calendar-mode-map): Add cal-tex-cursor-week2-summary. * lisp/calendar/cal-menu.el (cal-menu-context-mouse-menu): Tweak week descriptions. Add cal-tex-cursor-week2-summary. * doc/emacs/calendar.texi (Writing Calendar Files): Tweak week descriptions. Mention cal-tex-cursor-week2-summary.
* Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.caGlenn Morris2012-10-052-1/+5
|\
| * * etc/tutorials/TUTORIAL.pt_BR: Fix typo (tiny change)Douglas Lewan2012-10-032-1/+5
| | | | | | | | Fixes: debbugs:12557
| * Update release logsemacs-24.2Chong Yidong2012-08-241-1/+1
| |
| * Add 24.2 NEWS section (do not merge to trunk)Glenn Morris2012-08-151-0/+5
| |
| * Bump version to 24.2Chong Yidong2012-08-161-0/+4
| |
* | Spelling fixes.Paul Eggert2012-10-041-6/+6
| |
* | Fix wording in TUTORIAL.ru. Suggested by Igor Potseluev <4eppelin@gmail.com>.Eli Zaretskii2012-10-041-1/+1
| |
* | * lisp/replace.el (query-replace-interactive): Declare obsolete.Juri Linkov2012-10-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | (query-replace-read-from): Add the last incremental search string to the list of default values accessible via M-n. (map-query-replace-regexp): Use `read-regexp'. (query-replace, query-replace-regexp, query-replace-regexp-eval) (map-query-replace-regexp, replace-string, replace-regexp): Fix docstrings to replace mentions of `query-replace-interactive' with alternatives. Fixes: debbugs:12526
* | * lisp/dired.el (dired-shrink-to-fit): Declare obsolete. Juri Linkov2012-10-041-0/+2
| | | | | | | | | | | | | | (dired-pop-to-buffer): Declare obsolete. (dired-mark-pop-up): Doc fix. Fixes: debbugs:1806
* | Insert the literal warning string, to make it easier to findGlenn Morris2012-10-011-1/+2
| |
* | * lisp/faces.el (modeline): Remove obsolete face name.Stefan Monnier2012-10-011-1/+2
| |
* | Misc minor simplifications in C code.Stefan Monnier2012-10-011-0/+2
| | | | | | | | | | | | | | | | * src/buffer.c (Fset_buffer_multibyte): Signal an error instead of widening. (Fmake_overlay): Remove redundant tests. * src/coding.h (ENCODE_FILE, DECODE_FILE, DECODE_SYSTEM): Remove special case for the special 0 coding-system. * src/frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP.