aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * etc/publicsuffix.txt: Update from source.Glenn Morris2014-06-261-0/+4
| | | | * lisp/url/url-domsuf.el: Update example comments.
* * etc/themes/deeper-blue-theme.el: Use another fix.Leo Liu2014-06-081-0/+4
| | | | Fixes: debbugs:17695
* * etc/themes/deeper-blue-theme.el (diff-added, diff-changed, diff-removed):Juri Linkov2014-06-061-0/+6
| | | | | | Set face definitions explicitly. Inherit indicator faces from them. Fixes: debbugs:17695
* Specify coding if Latin-1 Emacs would misinterpret.Paul Eggert2014-05-241-0/+5
| | | | | | | * doc/misc/htmlfontify.texi, doc/misc/org.texi: * etc/ETAGS.EBNF, etc/NEWS, etc/ORG-NEWS: Add "coding: utf-8". Fixes: debbugs:17575
* Fix for some etc/refcards encoding issuesGlenn Morris2014-04-101-0/+7
| | | | | | | * etc/refcards/cs-dired-ref.tex, etc/refcards/cs-refcard.tex: * etc/refcards/cs-survival.tex, etc/refcards/sk-dired-ref.tex: * etc/refcards/sk-refcard.tex, etc/refcards/sk-survival.tex: Input "utf8off", which seems to be needed.
* * etc/tutorials/TUTORIAL.de: Adapt to recent changes in TUTORIAL.Rüdiger Sonderfeld2014-03-141-0/+5
| | | | Thanks to Jorgen Schäfer for help with the translation.
* Fix "\" problem in tutorials by using natural-language quotes.Paul Eggert2014-03-101-0/+15
| | | | | | | | | | | | | | * tutorials/TUTORIAL, tutorials/TUTORIAL.cs, tutorials/TUTORIAL.eo: * tutorials/TUTORIAL.es, tutorials/TUTORIAL.it, tutorials/TUTORIAL.ja: * tutorials/TUTORIAL.ko, tutorials/TUTORIAL.nl, tutorials/TUTORIAL.pl: * tutorials/TUTORIAL.pt_BR, tutorials/TUTORIAL.ro: * tutorials/TUTORIAL.ru, tutorials/TUTORIAL.sk, tutorials/TUTORIAL.sv: * tutorials/TUTORIAL.th: Avoid using ` for natural-language quotes. Instead, work around the problem with "\" by using non-" quotation marks appropriate for the natural language in question, e.g., «...» for Spanish. For English “...” could be used, but use '...' instead so that TUTORIAL continues to be encoded in ASCII.
* * tutorials/TUTORIAL.fr: Adapt to the recent changes in TUTORIAL.Bastien Guerry2014-03-101-0/+4
|
* etc/ChangeLog: Add missing bug reference.Juanma Barranquero2014-03-101-1/+1
| | | | doc/emacs/ChangeLog, doc/lispref/ChangeLog, lisp/ChangeLog*: Fix typos.
* etc/tutorials/TUTORIAL.es: Fix typos.Luis Felipe López Acevedo2014-03-081-0/+4
|
* tutorials/TUTORIAL.he: Adapt to the recent changes in TUTORIAL.Eli Zaretskii2014-03-081-0/+4
|
* etc/tutorials/TUTORIAL.es: Adapt to change in English language tutorial.Juanma Barranquero2014-03-061-0/+4
|
* * etc/tutorials/TUTORIAL: Mention electric behavior of RET.Glenn Morris2014-03-051-0/+4
| | | | | | | | | Note that I had to change "\" to `\', because otherwise Emacs thought that everything after that point was inside a string and so did not indent anything. So translators should check for anything similar in their translated versions.
* */ChangeLog: Trivial fixes.Juanma Barranquero2014-03-031-1/+1
|
* Doc updates related to tty-setup-hookGlenn Morris2014-02-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Terminal Init): Replace term-setup-hook with tty-setup-hook. * doc/lispref/display.texi (Window Systems): * doc/lispref/hooks.texi (Standard Hooks): Replace term-setup-hook with tty-setup-hook. * doc/lispref/os.texi (Startup Summary, Init File, Terminal-Specific): Replace term-setup-hook with tty-setup-hook, and update. * doc/misc/edt.texi (Quick start, Starting emulation): * doc/misc/efaq.texi (Fullscreen mode on MS-Windows) (Terminal setup code works after Emacs has begun): Update hook details. * doc/misc/vip.texi (Loading VIP): Fix hook example. * lisp/faces.el (tty-setup-hook, tty-run-terminal-initialization): Doc fixes. * lisp/startup.el (term-setup-hook): Doc fix. Make obsolete. * lisp/emulation/edt.el: Comment update. * lisp/term/sun.el (sun-raw-prefix-hooks): Use tty-setup-hook instead of term-setup-hook. (terminal-init-sun): Construct message from bytecomp plist. * lisp/term/wyse50.el (enable-arrow-keys): Doc fix. * etc/refcards/vipcard.tex: Hook fix. * etc/NEWS: Related edit.
* etc/NEWS: Fix some mangled references to U+00AB and U+00BB.Juanma Barranquero2014-02-231-0/+4
|
* * NEWS: Mention all the Apropos face options that have been removed.Lars Ingebrigtsen2014-02-081-0/+5
| | | | Fixes: debbugs:16516
* Fixup the documentation for the previous changeDmitry Gutov2014-01-311-0/+4
| | | | | | | | | * etc/NEWS: Mention `ruby-align-chained-calls'. * lisp/progmodes/ruby-mode.el (ruby-align-chained-calls): Update the docstring and add :version tag. Fixes: debbugs:16593
* Misc bugfixes made in Gnus masterGnus developers2014-01-311-0/+4
| | | | | | | | | | | | | | | | | | | 2014-01-31 Alex Schroeder <alex@gnu.org> (tiny change) * gnus-tut.txt (Message-ID): Typo fix (bug#15556). 2014-01-31 Dave Abrahams <dave@boostpro.com> * gnus-salt.el (gnus-tree-highlight-article): Don't move point around in the summary buffer (bug#13769). 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org> * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer name if we're using a single article buffer. Otherwise, it may point to a killed buffer (bug#13756). 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org> * nnmail.el (nnmail-split-it): Instead of redoing the search to restore the match data, just save and restore it explictly (bug#12375). * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if that's needed. * spam.el (spam-initialize): Allow calling repeatedly, but only run the the code once (bug#9069).
* authors.el small additionsGlenn Morris2014-01-211-1/+1
| | | | | | | * lisp/emacs-lisp/authors.el (authors-valid-file-names): (authors-renamed-files-alist): Additions. * lisp/ChangeLog.5, etc/ChangeLog: Clarify old entries.
* Unduplicate the lib-src/ and etc/ ChangeLogsGlenn Morris2014-01-211-14/+11
| | | | * lisp/emacs-lisp/authors.el (authors-valid-file-names): Related additions.
* ChangeLog fixesGlenn Morris2014-01-211-2/+2
|
* ChangeLog fixesGlenn Morris2014-01-211-0/+5
|
* * etc/themes/leuven-theme.el: Updates.Fabrice Niessen2014-01-161-0/+4
| | | | Fixes: debbugs:16442
* ChangeLog fixesGlenn Morris2014-01-161-2/+2
|
* Update EIEIO documentation because of namespace cleanup.David Engster2014-01-121-0/+6
| | | | | | | | | * eieio.texi (Introduction): `class-of' is obsolete. (Predicates, Basic Methods): Adapt function names to namespace cleanup. * NEWS: Add missing renames to EIEIO section. Also, no functions were removed but only made obsolete. Class field accessors were always purely internal, so remove that remark. Add markup.
* Replace doc references to deleted etc/ filesGlenn Morris2014-01-111-2/+2
| | | | | | | | | | * README: Replace reference to etc/MAILINGLISTS. * doc/man/emacs.1: Replace reference to etc/MAILINGLISTS. * doc/misc/efaq.texi (Guidelines for newsgroup postings) (Informational files for Emacs): Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
* Restore and fix etc/ChangeLog entry.Eli Zaretskii2014-01-111-0/+3
|
* Restore erroneously deleted etc/publicsuffix.txt (again).Eli Zaretskii2014-01-111-2/+0
|
* /etc cleanupEric S. Raymond2014-01-111-0/+8
| | | | | * COOKIES, copying.paper, INTERVIEW, MAILINGLISTS, MOTIVATION, publicsuffix.txt SERVICE: More deletions suggested by RMS.
* Fix previous ChangeLog fixGlenn Morris2014-01-101-1/+1
|
* ChangeLog fixesGlenn Morris2014-01-101-6/+2
|
* Make etc/FTP and etc/ORDERS obsoleteGlenn Morris2014-01-091-0/+6
| | | | | | | | | | * etc/FTP: Mark as obsolete. * etc/ORDERS: Replace contents with pointer to emacs.info, mark obsolete. * doc/emacs/emacs.texi (Distrib): Add donate URL. Add anchor. * lisp/help.el (view-order-manuals): Open emacs.info rather than ORDERS.
* Updated NEWS with `describe-function' EIEIO support.David Engster2014-01-091-0/+4
|
* Refer to online service directory rather than etc/SERVICEGlenn Morris2014-01-091-0/+2
| | | | | | | * doc/emacs/trouble.texi (Service): * doc/man/emacs.1: Refer to online service directory rather than etc/SERVICE. * etc/SERVICE: Mark as obsolete.
* * etc/MORE.STUFF: Replace contents with pointer to efaq.info.Glenn Morris2014-01-091-2/+5
|
* Document Image Mode's new animation features.Rüdiger Sonderfeld2014-01-091-0/+5
| | | | | | | | | * etc/NEWS: Better document the speed up, slow down, or reverse animation in Image Mode. * files.texi (File Conveniences): Document `image-next-frame', `image-previous-frame', `image-goto-frame', `image-increase-speed', `image-decrease-speed', `image-reverse-speed', and `image-reset-speed'.
* Define org-level-* faces in tsdh-light theme.Tassilo Horn2014-01-051-0/+5
| | | | | * etc/themes/tsdh-light-theme.el (tsdh-light): Define org-level-* faces.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* Plain copy-file no longer chmods an existing destination.Paul Eggert2013-12-291-0/+5
| | | | | | | | | | | | | | | | | | | | * doc/lispref/files.texi (Changing Files): Document this. * etc/NEWS: Document this. * src/fileio.c (realmask): Now a static var, not a local. (barf_or_query_if_file_exists): New arg KNOWN_TO_EXIST. Remove arg STATPTR. All uses changed. (Fcopy_file): Do not alter permissions of existing destinations, unless PRESERVE-PERMISSIONS (renamed from PRESERVE-EXTENDED-ATTRIBUTES) is non-nil. Avoid race when testing for existing destinations and for when input and output files are the same. If changing the group fails, adjust both default and preserved permissions so that access is not granted to the wrong group. (Fset_default_file_modes, init_fileio): Update realmask. (Fdefault_file_modes): Use realmask instead of calling umask. Fixes: debbugs:16133
* * doc/emacs/trouble.texi (Understanding Bug Reporting): Brevity.Glenn Morris2013-12-271-1/+2
| | | | ChangeLog fix.
* Make Electric Pair mode smarter/more useful:João Távora2013-12-261-0/+3
| | | | | | | | | | | | | | | | * 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.
* Revert 2013-12-23T13:11:29Z!xfq.free@gmail.com.Xue Fuqiao2013-12-241-4/+0
| | | | According to: http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00828.html
* * etc/MORE.STUFF: Mention RefTeX.Xue Fuqiao2013-12-231-0/+4
|
* Noted `gnutls-verify-error', cfengine-mode, and package.el changes.Ted Zlatanov2013-12-231-0/+5
| | | | | * NEWS: Updated for `gnutls-verify-error', cfengine-mode, and package.el changes.
* Customize ns-use-srgb-colorspace on OSX >= 10.7 to use sRGB.Jan Djärv2013-12-211-0/+4
| | | | | | | | | | | | | | * 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-211-0/+4
|
* * etc/NEWS: Add sections for CEDET and EIEIO.David Engster2013-12-131-0/+4
|
* Support MS-Windows file names that use characters outside of ANSI codepage.Eli Zaretskii2013-12-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/w32.c (get_file_security, set_file_security) (create_symbolic_link): Separate pointers and boolean flags for ANSI and Unicode APIs. Use the latter if w32_unicode_filenames is non-zero, else the former. (codepage_for_filenames, filename_to_utf16, ) (filename_from_utf16, filename_to_ansi, filename_from_ansi): New functions. (init_user_info): Allow $HOME and $SHELL to include non-ANSI characters. (normalize_filename): Lose the DBCS code, now works on UTF-8. Accept only one argument; all callers changed. (dostounix_filename): Remove the second argument, now works in UTF-8. All callers changed. (parse_root): Lose DBCS code. (get_long_basename, w32_get_short_filename, init_environment) (GetCachedVolumeInformation, sys_readdir, open_unc_volume) (read_unc_volume, logon_network_drive, faccessat, sys_chdir) (sys_chmod, sys_creat, sys_fopen, sys_link, sys_mkdir, sys_open) (sys_rename_replace, sys_rmdir, sys_unlink, stat_worker, utime) (is_symlink, readlink, chase_symlinks, w32_delayed_load): Work in Unicode mode if w32_unicode_filenames is non-zero, in ANSI mode otherwise. (ansi_encode_filename): New function. (get_emacs_configuration, get_emacs_configuration_options): Functions deleted. (add_volume_info, GetCachedVolumeInformation): Run the input file name through unixtodos_filename, to ensure it is stored and referenced in canonical form. (get_volume_info): Lose the DBCS code, now works in UTF-8. (logon_network_drive, sys_link, utime): Improve error handling. (sys_access): New function. (hashval, generate_inode_val): Unused functions deleted. (symlink, readlink, readlinkat): Lose DBCS code, now works in UTF-8. (check_windows_init_file): Convert error message from UTF-8 to ANSI codepage, for display in the message box. (globals_of_w32): Set w32_unicode_filenames according to the OS version. src/w32term.c (construct_drag_n_drop): Work in Unicode mode when w32_unicode_filenames is non-zero, ANSI mode otherwise. (syms_of_w32term): Declare w32-unicode-filenames. src/w32proc.c (new_child, delete_child): Remove code that handled unused pending_deletion and input_file members of the child struct. (create_child, sys_spawnve): Convert all file names to ANSI codepage. Use ANSI APIs explicitly; forcibly fail if any file name cannot be encoded in ANSI codepage. Don't use unixtodos_filename, mirror slashes by hand. (record_infile, record_pending_deletion): Functions deleted. (Fw32_short_file_name): Call w32_get_short_filename instead of GetShortPathName. src/w32notify.c (add_watch): Work in Unicode mode when w32_unicode_filenames is non-zero, ANSI mode otherwise. (Fw32notify_add_watch): Rewrite to avoid using GetFullPathName; instead, do the same with Lisp primitives. src/w32fns.c (file_dialog_callback, Fx_file_dialog) (Fsystem_move_file_to_trash, Fw32_shell_execute) (Ffile_system_info, Fdefault_printer_name): Work in Unicode mode when w32_unicode_filenames is non-zero, ANSI mode otherwise. (Fw32_shell_execute): Improve error reporting. (Fdefault_printer_name): Ifdef away for Cygwin. src/w32.h (struct _child_process): Remove input_file and pending_deletion members that are no longer used. (dostounix_filename, w32_get_short_filename, filename_from_ansi) (filename_to_ansi, filename_from_utf16, filename_to_utf16) (ansi_encode_filename): New and updated prototypes. src/unexw32.c (open_input_file, open_output_file, unexec): Use ANSI APIs explicitly. (unexec): Don't use dostounix_filename, it expects a file name in UTF-8. Instead, mirror backslashes by hand. Convert NEW_NAME to ANSI encoding. src/fileio.c (Ffile_name_directory, file_name_as_directory) (directory_file_name, Fexpand_file_name) (Fsubstitute_in_file_name) [WINDOWSNT]: Adapt to the change in arguments of dostounix_filename. (Fexpand_file_name) [WINDOWSNT]: Convert value of $HOME to UTF-8. use MAX_UTF8_PATH for size of file-name strings. (emacs_readlinkat): Build an explicitly unibyte string for file names. (syms_of_fileio) <file-name-coding-system> default-file-name-coding-system>: Mention MS-Windows peculiarities. src/emacs.c (init_cmdargs) [WINDOWSNT]: Convert argv[0] to UTF-8. (main) [WINDOWSNT]: Convert the argv[] elements that are files or directories to UTF-8. (decode_env_path) [WINDOWSNT]: Convert file names taken from the environment, and each element of the input PATH, to UTF-8. src/dired.c (file_attributes): Use build_unibyte_string explicitly to make Lisp strings from user and group names. src/coding.h (ENCODE_FILE, DECODE_FILE): Just call encode_file and decode_file. src/coding.c (decode_file_name, encode_file_name): New functions. src/termcap.c (tgetent): Adapt to the change in arguments of dostounix_filename. src/sysdep.c (sys_subshell) [WINDOWSNT]: Use MAX_UTF8_PATH for file names. src/msdos.c (dostounix_filename, init_environment): Adapt to the change in arguments of dostounix_filename. src/image.c (xpm_load, tiff_load, gif_load, imagemagick_load) [WINDOWSNT]: Encode file names passed to the image libraries in ANSI codepage. src/gnutls.c (Fgnutls_boot): Encode all file names passed to GnuTLS. [WINDOWSNT]: Convert file names to the current ANSI codepage. src/filelock.c (lock_file) [WINDOWSNT]: Adapt to the change in arguments of dostounix_filename. nt/inc/ms-w32.h (MAX_UTF8_PATH): New macro. (opendir, closedir, readdir, seekdir): Redirect to replacement functions. nt/inc/dirent.h: Make d_name[] be MAXNAMELEN*4 characters long. lisp/term/w32-win.el (w32-handle-dropped-file): lisp/startup.el (normal-top-level): lisp/net/browse-url.el (browse-url-file-url): lisp/dnd.el (dnd-get-local-file-name): On MS-Windows, encode and decode file names using 'utf-8' rather than file-name-coding-system. doc/emacs/mule.texi (File Name Coding): Document file-name encoding peculiarities on MS-Windows. doc/lispref/nonascii.texi (Encoding and I/O): Document file-name encoding peculiarities on MS-Windows. etc/NEWS: Mention support on MS-Windows of file names outside of the current locale. Fixes: debbugs:7100
* * etc/TODO: Minor update.Xue Fuqiao2013-11-231-0/+4
|