aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix manual formatting errorsAndreas Schwab2013-01-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lispref/hooks.texi (Standard Hooks): Fix use of @itemx. * misc/ada-mode.texi: Remove braces from @title argument. * misc/eudc.texi: Likewise. * misc/smtpmail.texi: Likewise. * misc/auth.texi (VERSION): Set before first use. * misc/emacs-gnutls.texi (VERSION): Likewise. * misc/pgg.texi (VERSION): Likewise. * misc/ede.texi (Top): Rename from top, all uses changed. * misc/eshell.texi: Add missing argument to @sp. * misc/forms.texi (Top): Reorder menu to match structure. * misc/htmlfontify.texi (Customisation): Add missing @item in @enumerate. * misc/org.texi (Advanced features): Add missing argument for @item. (Property searches): Use @backslashchar{} in macro argument. * misc/pcl-cvs.texi: Add missing argument to @sp. (Movement commands): Fix use of @itemx. * misc/vip.texi (Misc Commands, Viewing the Buffer): Likewise. * misc/reftex.texi (Options (Creating Citations)): Add missing newline before @end. * misc/tramp.texi (Obtaining Tramp): Remove extra dots. (Configuration): Reorder menu to match structure. * misc/viper.texi (Marking): Add missing argument for @item.
| * Fix usage of @itemx in ELisp manual.Eli Zaretskii2013-01-051-0/+5
| | | | | | | | | | doc/lispref/hooks.texi (Standard Hooks): Use @item, not @itemx, as the first directive in a group of items.
| * * keymaps.texi (Key Sequences): Remove obsolete sentence.Chong Yidong2013-04-021-0/+5
| | | | | | | | Fixes: debbugs:13356
* | Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.caGlenn Morris2013-01-041-0/+4
|\ \ | |/
| * * doc/lispref/hash.texi (Defining Hash): Fix typo (tiny change)Ari Roponen2013-01-031-0/+4
| | | | | | | | Fixes: debbugs:13345
* | * src/fileio.c (Ffile_acl): Undocument return format.Stefan Monnier2013-01-031-0/+4
| | | | | | | | * doc/lispref/files.texi (File Attributes): Idem.
* | Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.orgGlenn Morris2013-01-021-0/+9
|\ \ | |/
| * Tweak some lispref line breaksGlenn Morris2013-01-021-0/+3
| | | | | | | | | | | | * doc/lispref/processes.texi (System Processes): * doc/lispref/syntax.texi (Syntax Table Functions): Tweak some line breaks.
| * * doc/lispref/searching.texi (Replacing Match): Fix xref.Glenn Morris2013-01-021-0/+2
| |
| * * doc/lispref/elisp.texi (DATE): Bump to Jan 2013.Glenn Morris2013-01-021-0/+4
| |
* | Correct dates of merged ChangeLog entriesGlenn Morris2013-01-021-1/+1
| |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+9
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| |
| * Refer to "button" rather than "active field" in lisprefGlenn Morris2012-12-311-0/+3
| | | | | | | | | | | | | | | | | | (cf 2005-12-22 change to doc/emacs/custom.texi) * doc/lispref/customize.texi (Common Keywords, Type Keywords): Replace "active field" with "button". Fixes: debbugs:13310
| * Add an xref, cindex to the lisprefGlenn Morris2012-12-311-0/+5
| | | | | | | | | | | | | | * customize.texi (Common Keywords): Add xref. * tips.texi (Library Headers): Add cindex. Fixes: debbugs:13311
* | Merge from emacs-24; up to 2012-12-05T00:13:56Z!yamaoka@jpl.orgGlenn Morris2012-12-301-0/+8
|\ \ | |/
| * Fix bug #13292 with use of @var in @def.. commands in ELisp manual.Eli Zaretskii2012-12-291-0/+8
| | | | | | | | | | | | | | | | doc/lispref/functions.texi (Declare Form): doc/lispref/intro.texi (A Sample Function Description): doc/lispref/syntax.texi (Syntax Table Internals, Syntax Table Functions): doc/lispref/variables.texi (Using Lexical Binding): Don't use @var or CAPS in @def.. commands.
* | Fix bug #13298 with failed backups by falling back on set-file-modes.Eli Zaretskii2012-12-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | src/fileio.c (Fset_file_selinux_context, Fset_file_acl): Return t if file's SELinux context or ACLs successfully set, nil otherwise. lisp/files.el (backup-buffer-copy, basic-save-buffer-2): If set-file-extended-attributes fails, fall back on set-file-modes instead of signaling an error. doc/lispref/files.texi (Changing Files): Document the return values of set-file-selinux-context and set-file-acl.
* | Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.eduGlenn Morris2012-12-271-0/+4
|\ \ | |/
| * Document cygwin-convert-file-name-{to|from}-windowsGlenn Morris2012-12-261-0/+4
| | | | | | | | | | | | | | | | | | * doc/lispref/files.texi (File Names): Mention Cygwin conversion functions. * src/cygw32.c (Fcygwin_convert_file_name_to_windows) (Fcygwin_convert_file_name_from_windows): Doc fixes. * etc/NEWS: Related markup.
* | Merge from emacs-24; up to 2012-12-02T06:22:32Z!cyd@gnu.orgGlenn Morris2012-12-221-0/+5
|\ \ | |/
| * Reword doc and doc-string of select-window (Bug#13248).Martin Rudalics2012-12-221-0/+5
| | | | | | | | | | | | * window.c (Fselect_window): Reword doc-string. * windows.texi (Selecting Windows): Reword description of select-window.
* | Undocument the details of the string returned by file-acl.Eli Zaretskii2012-12-221-0/+6
| | | | | | | | | | | | doc/lispref/files.texi (File Attributes, Changing Files): Remove the details about the text returned by file-acl. Instead, just document that it is an opaque string meant to be used by set-file-acl.
* | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-211-0/+9
|\ \ | |/
| * * modes.texi (Auto Major Mode): Fix typo.Chong Yidong2012-12-211-0/+2
| | | | | | | | Fixes: debbugs:13230
| * * customize.texi (Simple Types): Document key-sequence type.Chong Yidong2012-12-211-0/+5
| | | | | | | | Fixes: debbugs:13048
| * * fns.c (Fcompare_strings): Doc fix.Chong Yidong2012-12-151-0/+4
| | | | | | | | | | | | * strings.texi (Text Comparison): Doc fix for compare-strings. Fixes: debbugs:13081
| * Backport spelling fix from trunkGlenn Morris2012-12-111-1/+1
| |
* | * files.texi (Magic File Names): Add `file-acl',Michael Albinus2012-12-191-0/+6
| | | | | | | | | | `file-selinux-context', `set-file-acl' and `set-file-selinux-context'. Make the list consistent.
* | * lisp/emacs-lisp/lisp-mnt.el (lm-section-end): Always end before theJonas Bernoulli2012-12-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | following non-comment text. (lm-header-multiline): Continuation lines need to be indented more than the first line. (lm-homepage): New function. (lm-with-file): Don't be confused if narrowing is in effect. * doc/lispref/tips.texi (Library Headers): New header keyword `Homepage'. Make continuation lines syntax more precise. Fixes: debbugs:13207
* | Support Posix ACL APIs on MS-Windows.Eli Zaretskii2012-12-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/w32.c: Include sddl.h and sys/acl.h. (SDDL_REVISION_1): Define if not already defined. (g_b_init_get_security_descriptor_dacl) (g_b_init_convert_sd_to_sddl, g_b_init_convert_sddl_to_sd) (g_b_init_is_valid_security_descriptor) (g_b_init_set_file_security): New static flags. (globals_of_w32): Initialize them to zero. (SetFileSecurity_Name): New string constant. (SetFileSecurity_Proc, GetSecurityDescriptorDacl_Proc) (ConvertStringSecurityDescriptorToSecurityDescriptor_Proc) (ConvertSecurityDescriptorToStringSecurityDescriptor_Proc) (IsValidSecurityDescriptor_Proc): New typedefs. (get_file_security, get_security_descriptor_owner) (get_security_descriptor_group): Set errno to ENOTSUP. (set_file_security, get_security_descriptor_dacl) (is_valid_security_descriptor, convert_sd_to_sddl) (convert_sddl_to_sd, acl_valid, acl_to_text, acl_from_text) (acl_free, acl_get_file, acl_set_file): New functions. src/fileio.c (Fcopy_file) [WINDOWSNT]: Support copying ACLs. nt/inc/sys/acl.h: New file. nt/inc/ms-w32.h (ENOTSUP): Define if undefined. nt/config.nt (HAVE_POSIX_ACL): Define. doc/lispref/files.texi (File Attributes, Changing Files): Update to include MS-Windows support for ACLs.
* | Add support for preserving ACL entries of files.Romain Francoise2012-12-161-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (acl): New option. (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically provided by libacl on GNU/Linux. * fileio.c (Ffile_acl, Fset_file_acl): New functions. (Fcopy_file): Change last arg to `preserve_extended_attributes' and copy ACL entries of file in addition to SELinux context if set. (syms_of_fileio): Add `file-acl' and `set-file-acl'. * Makefile.in (LIBACL_LIBS): New macro. (LIBES): Use it. * files.el (file-extended-attributes) (set-file-extended-attributes): New functions. (backup-buffer): Use them to handle both SELinux context and ACL entries. (backup-buffer-copy): Work with an alist of extended attributes, rather than an SELinux context. (basic-save-buffer-2): Ditto. * files.texi (File Attributes): Document ACL support and new `file-acl' function. (Changing Files): Mention argument name change of `copy-file' and document new function `set-file-acl'.
* | Fix permissions bugs with setgid directories etc.Paul Eggert2012-12-141-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (BSD4_2): Remove; no longer needed. * admin/CPP-DEFINES (BSD4_2): Remove. * doc/lispintro/emacs-lisp-intro.texi (Files List): directory-files-and-attributes now outputs t for attribute that's now a placeholder. * doc/lispref/files.texi (Testing Accessibility): Document GROUP arg of file-ownership-preserved-p. (File Attributes): Document that 9th element is now just a placeholder. * doc/lispref/os.texi (User Identification): Document new functions group-gid, group-real-gid. * etc/NEWS: Document changes to file-attributes, file-ownership-preserved-p. Mention new functions group-gid, group-real-gid. * lisp/files.el (backup-buffer): Don't rely on 9th output of file-attributes, as it's now a placeholder. Instead, use the new optional arg of file-ownership-preserved-p. (file-ownership-preserved-p): New optional arg GROUP. Fix mishandling of setuid directories that would cause this function to return t when it should have returned nil. Document what happens if the file does not exist, and when it's not known whether the ownership will be preserved. * lisp/net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p): Likewise. (tramp-get-local-gid): Use group-gid for integer, as that's faster and more reliable. * src/dired.c (Ffile_attributes): Return t as the 9th attribute, to mark it as a placeholder. The old value was often wrong. The only user of this attribute has been changed to use file-ownership-preserved-p instead, with its new group arg. * src/editfns.c (Fgroup_gid, Fgroup_real_gid): New functions. Fixes: debbugs:13125
* | Spelling fixes.Paul Eggert2012-12-111-1/+1
| |
* | * internals.texi (C Integer Types): New section.Paul Eggert2012-12-101-0/+6
| | | | | | | | | | This follows up and records an email in <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
* | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-091-32/+37
|\ \ | |/
| * * doc/lispref/control.texi (Pattern maching case statement): New node.Stefan Monnier2012-12-091-0/+4
| |
| * * doc/lispref/customize.texi (Variable Definitions): Mention the default :groupStefan Monnier2012-12-061-32/+35
| | | | | | | | | | | | for defcustoms. Fixes: debbugs:13093
* | Make eval-defun on a pre-defined defcustom call any :set functionGlenn Morris2012-12-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix. Respect a defcustom's :set function, if appropriate. (eval-defun): Doc fix. * doc/lispref/customize.texi (Variable Definitions): Mention eval-defun on a defcustom calls the :set function when appropriate. * etc/NEWS: Mention this. Fixes: debbugs:109
* | Update licenses to latest version from FSF.Paul Eggert2012-12-061-0/+5
| | | | | | | | These are just minor editorial changes.
* | Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.orgGlenn Morris2012-12-051-0/+6
|\ \ | |/
| * Minor fixes for Lisp manual.Chong Yidong2012-12-051-0/+6
| | | | | | | | | | | | * lists.texi (Plist Access): Move put example to Symbol Plists. * symbols.texi (Standard Properties): Fix typo.
* | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.orgGlenn Morris2012-12-021-0/+17
|\ \ | |/
| * Lisp manual improvements for plists and symbol plists.Chong Yidong2012-12-021-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/commands.texi (Using Interactive): Fix index entry. * doc/lispref/customize.texi (Variable Definitions): * doc/lispref/display.texi (Defining Faces): * doc/lispref/sequences.texi (Char-Tables): Fix xref. * doc/lispref/lists.texi (Property Lists): Move here from symbols.texi. (Plist Access): Rename from Other Plists. * doc/lispref/symbols.texi (Symbol Properties): New node. (Symbol Plists): Make it a subsection under Symbol Properties. (Standard Properties): New node.
| * Document the conversion of kbd into a function.Chong Yidong2012-12-021-0/+4
| | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Init Rebinding): kbd is now a function. * doc/lispref/keymaps.texi (Key Sequences): kbd is now a function. Fixes: debbugs:13052
* | * doclicense.texi, gpl.texi: Update to latest version from FSF.Paul Eggert2012-11-241-0/+6
| | | | | | | | These are just minor editorial changes.
* | * loading.texi (Named Features): @ -> @@ to fix typo.Paul Eggert2012-11-231-0/+4
| |
* | Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.orgGlenn Morris2012-11-231-0/+27
|\ \ | |/
| * Correct and reword recent changes to window.texi.Martin Rudalics2012-11-231-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * windows.texi (Basic Windows): Fix typo. (Windows and Frames): Fix example. Move description of window-in-direction here. (Recombining Windows): Fix example. (Buffers and Windows): Fix description of replace-buffer-in-windows. (Switching Buffers): Reword. (Display Action Functions): Minor adjustments. (Choosing Window Options): Minor fixes. (Window History): Minor rewording. (Dedicated Windows): Correct and reword part describing how dedicatedness affects functions removing buffers or windows. * buffers.texi (The Buffer List): Fix description of bury-buffer.
| * * modes.texi (%-Constructs): Fix statement about mode construct padding.Chong Yidong2012-11-231-0/+5
| | | | | | | | Fixes: debbugs:12866