aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * admin/notes/hydra: Misc small editsGlenn Morris2013-08-281-12/+11
|
* * admin/notes/hydra: More information about Hydra.Xue Fuqiao2013-08-151-5/+15
|
* Add some notes related to continuous build on HydraXue Fuqiao2013-08-111-0/+57
|
* * admin/notes/changelogs: Explain "there is no need".Glenn Morris2013-07-111-3/+4
|
* Shameful typoGlenn Morris2013-06-241-1/+1
|
* Add some notes related to the Emacs www pagesGlenn Morris2013-06-241-0/+82
|
* * admin/notes/changelogs: Mention trivial changes in Change Log.Xue Fuqiao2013-06-151-2/+3
|
* * admin/notes/bzr: Finally got the right locations.conf syntaxGlenn Morris2013-06-061-4/+2
|
* * admin/notes/bzr (Commit emails): Tweak previous.Glenn Morris2013-06-061-0/+2
|
* * admin/notes/bzr (Commit emails): Previous did not work, try again.Glenn Morris2013-06-061-1/+1
|
* * admin/notes/bzr (Commit emails): More details.Glenn Morris2013-06-061-0/+15
|
* * admin/notes/bzr (Commit emails): New section.Glenn Morris2013-06-061-0/+30
|
* X-Debbugs-CC clarificationsGlenn Morris2013-05-091-10/+14
|
* Fix typoGlenn Morris2013-04-061-1/+1
|
* Use UTF-8 for most files with non-ASCII characters.Paul Eggert2013-04-011-4/+2
| | | | | | | | | | | | | | | | | | | | | | | * admin/notes/unicode (etc/tutorials/TUTORIAL.ko, leim/quail/hanja.el) (leim/quail/hanja3.el, leim/quail/symbol-ksc.el): Now utf-8, not iso-2022-7bit. Also, files that contain non-UTF-8 characters are now encoded in utf-8-emacs, not iso-2022-7bit. * etc/tutorials/TUTORIAL.ko, tutorials/TUTORIAL.th: Switch from iso-2022-7bit to utf-8. * leim/quail/cyrillic.el, leim/quail/czech.el, leim/quail/ethiopic.el: * leim/quail/greek.el, leim/quail/hanja.el, leim/quail/hanja3.el: * leim/quail/hebrew.el, leim/quail/lao.el, leim/quail/lrt.el: * leim/quail/slovak.el, leim/quail/symbol-ksc.el, leim/quail/thai.el: * leim/quail/tibetan.el, leim/quail/viqr.el, leim/quail/vntelex.el: * leim/quail/vnvni.el, leim/quail/welsh.el: * lisp/international/latin1-disp.el, lisp/international/mule-util.el: * lisp/language/cyril-util.el, lisp/language/european.el: * lisp/language/ind-util.el, lisp/language/lao-util.el, lisp/language/thai.el: * lisp/language/tibet-util.el, lisp/language/tibetan.el: * lisp/language/viet-util.el: Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs. Fixes: debbugs:13936
* More details of X-Debbugs-Envelope-ToGlenn Morris2013-03-311-1/+3
|
* iso-2022-7bit commentary fixesPaul Eggert2013-03-181-2/+26
| | | | | | | * notes/unicode: Mention some more iso-2022-7bit files. * lisp/term/x-win.el (x-keysym-pair): Add a Fixme. Fixes: debbugs:13936
* * notes/unicode: ja-dic.el is now UTF-8.Paul Eggert2013-03-171-3/+1
| | | | Fixes: debbugs:13984
* Mention etc/HELLO.Paul Eggert2013-03-121-0/+5
|
* Remove incorrect comment about hanja3.el.Paul Eggert2013-03-121-4/+0
|
* * admin/notes/unicode: Fix "the these" typo.Paul Eggert2013-03-111-1/+1
|
* * notes/unicode: Improve notes about Emacs source file encoding.Paul Eggert2013-03-111-5/+56
|
* * notes/unicode: Add notes about Emacs source file encoding.Paul Eggert2013-03-051-0/+56
|
* Prefer UTF-8 when the encoding shouldn't matter and changes are small.Paul Eggert2013-03-051-5/+5
|
* Add a very basic bisecting guideGlenn Morris2013-02-161-0/+49
|
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-025-5/+5
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-015-5/+5
| |
* | How to uncommitGlenn Morris2012-12-291-0/+65
| |
* | Assume POSIX 1003.1-1988 or later for dirent.h.Paul Eggert2012-11-221-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | * admin/CPP-DEFINES (HAVE_CLOSEDIR, HAVE_DIRENT_H): Remove. * admin/notes/copyright: Adjust to src/ndir.h -> nt/inc/dirent.h renaming. * configure.ac: Do not check for dirent.h or closdir. * nt/inc/dirent.h: Rename from ../src/ndir.h, with these changes: (struct dirent): Rename from struct direct. All uses changed. * nt/inc/sys/dir.h: Remove. * src/dired.c: Assume HAVE_DIRENT_H. (NAMLEN): Remove, replacing with ... (dirent_namelen): New function. All uses changed. Use the GNU macro _D_EXACT_NAMELEN if available, as it's faster than strlen. (DIRENTRY): Remove, replacing all uses with 'struct dirent'. (DIRENTRY_NONEMPTY): Remove. All callers now assume it's nonzero. * src/makefile.w32-in (DIR_H): Remove. All uses replaced with $(NT_INC)/dirent.h. ($(BLD)/w32.$(O)): Do not depend on $(SRC)/ndir.h. * src/ndir.h: Rename to ../nt/inc/dirent.h. * src/sysdep.h (closedir) [!HAVE_CLOSEDIR]: Remove. Do not include <dirent.h>; no longer needed. * src/w32.c: Include <dirent.h> rather than "ndir.h". Fixes: debbugs:12958
* usertags updatesGlenn Morris2012-10-131-14/+17
|
* Useless use of catGlenn Morris2012-09-231-1/+1
|
* How to restore a mail from the mailman moderation messageGlenn Morris2012-09-121-0/+10
|
* Prefer typical American spelling for "acknowledgment".Paul Eggert2012-07-241-1/+1
|
* Rename init_process rather than working around it on DarwinGlenn Morris2012-07-121-1/+1
| | | | | | | | | | | The old name is also the name of a Mach system call. * src/process.c (init_process_emacs): Rename from init_process. * src/lisp.h, src/emacs.c: Update for this name change. * src/nsgui.h, src/sysselect.h, src/s/darwin.h: Remove workaround that is no longer needed.
* admin/notes/tags small updateGlenn Morris2012-04-031-0/+3
|
* New admin/notes fileGlenn Morris2012-04-031-0/+1003
|
* Remove some old unicode notesGlenn Morris2012-02-291-29/+1
|
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-281-0/+3
| | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html
* Fix and doc-fix for `buffer-local-variables'.Chong Yidong2012-02-071-0/+11
| | | | | | | | | | | * src/buffer.c (Fbuffer_local_variables) (buffer_lisp_local_variables): Handle unbound vars correctly; don't let Qunbound leak into Lisp. * doc/lispref/variables.texi (Creating Buffer-Local): Minor clarification to buffer-local-variables doc. Fixes: debbugs:10715
* * admin/notes/lel-TODO: Small updates for deleted/obsolete features.Glenn Morris2012-01-301-6/+5
|
* Duplicate-word and spelling fixes.Paul Eggert2012-01-101-1/+1
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-055-5/+5
|
* Fix typos.Juanma Barranquero2011-11-201-1/+1
|
* Fix typos.Juanma Barranquero2011-11-201-1/+1
|
* Spelling fixes.Paul Eggert2011-11-191-1/+1
|
* Spelling fixes.Paul Eggert2011-11-191-1/+1
|
* Spelling fixes.Paul Eggert2011-11-171-1/+1
|
* Spelling fixes.Paul Eggert2011-11-142-14/+12
|
* Spelling fixes.Paul Eggert2011-11-121-1/+1
|
* Small updates for admin/notes/.Glenn Morris2011-10-172-3/+6
| | | | | * admin/notes/changelogs: Copy some info here from copyright. * admin/notes/copyright: Tiny update.