1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
emacs/nextstep/ChangeLog.1

331 lines
11 KiB
Groff
Raw Normal View History

2014-12-05 Sam Steingold <sds@gnu.org>
* Makefile.in (links): Use abs_top_builddir et al; link over DOC.
2014-12-03 Sam Steingold <sds@gnu.org>
* Makefile.in (links): New phony target to create a fake
installation pointing back to the source tree to run GUI Emacs
2023-10-24 07:37:21 +00:00
in-place (http://article.gmane.org/gmane.emacs.devel:178330). [dead link]
2014-11-22 Glenn Morris <rgm@gnu.org>
* templates/Info-gnustep.plist.in: Let configure set URL.
2014-11-03 Jan Djärv <jan.h.d@swipnet.se>
2020-10-02 15:56:41 +00:00
* INSTALL: Remove universal binary section.
2014-10-20 19:21:15 +00:00
2014-10-20 Glenn Morris <rgm@gnu.org>
* Merge in all changes up to 24.4 release.
2014-10-12 Paul Eggert <eggert@cs.ucla.edu>
* README: Mac OS X 10.6 or later now required.
2014-06-25 Glenn Morris <rgm@gnu.org>
* Makefile.in (${ns_appbindir}): New.
(${ns_appbindir}/Emacs): Use order-only prereq to create output dir.
2014-06-15 Glenn Morris <rgm@gnu.org>
* Makefile.in (bootstrap-clean): New.
2014-03-13 Glenn Morris <rgm@gnu.org>
* templates/Info.plist.in: Make it strictly valid xml. (Bug#17002)
Make building in directories with whitespace possible Make has trouble with targets containing whitespace, http://savannah.gnu.org/bugs/?712, so the general approach is to use relative paths where possible. It's generally only Emacs itself that needs absolute paths, eg in src/epaths.h. * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists. * Makefile.in (abs_srcdir): New, set by configure. (buildlisppath): Use abs_srcdir. (install-arch-indep, install-etcdoc, install-info, install-man) (install-etc): Quote entities that might contain whitespace. * admin/unidata/Makefile.in (emacs, ${DSTDIR}/charprop.el): Quote entities that might contain whitespace. * leim/Makefile.in (abs_srcdir): New, set by configure. (buildlisppath): Use abs_srcdir. (RUN_EMACS, .el.elc, changed.tit, changed.misc, leim-list.el) ($(srcdir)/ja-dic/ja-dic.el, setwins, distclean, check-declare): Quote entities that might contain whitespace. * lib-src/Makefile.in ($(DESTDIR)${archlibdir}): Quote entities that might contain whitespace. * lisp/Makefile.in (abs_srcdir, abs_lisp): New, set by configure. (emacs, compile, compile-always): Quote entities that might contain whitespace. (custom-deps, finder-data, autoloads): Use abs_lisp. ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el) ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el) ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name. * nextstep/Makefile.in (${ns_check_file} ${ns_appdir}): Quote entities that might contain whitespace. * nt/Makefile.in ($(DESTDIR)${archlibdir}): Quote entities that might contain whitespace. * src/Makefile.in (RUN_TEMACS): Make relative (again). ($(leimdir)/leim-list.el, .el.elc, $(lispsource)/loaddefs.el) (bootstrap-emacs$(EXEEXT)): Quote entities that might contain whitespace. * test/automated/Makefile.in (abs_top_srcdir, top_builddir): New, set by configure. (top_srcdir): Remove. (abs_test, abs_lispsrc): New. (lisp): No longer absolute. (emacs, lisp-compile, compile, compile-always): Quote entities that might contain whitespace. Fixes: debbugs:15675
2013-10-23 06:22:54 +00:00
2013-10-23 Glenn Morris <rgm@gnu.org>
* Makefile.in (${ns_check_file} ${ns_appdir}):
Quote entities that might contain whitespace.
2013-09-02 Jan Djärv <jan.h.d@swipnet.se>
* Makefile.in (${ns_check_file}): Add so Emacs.app gets properly
updated when doing parallel make install.
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
Update the GNUStep port so it works OK. Redraw and sizing bugs remain. * nextstep/templates/Info-gnustep.plist.in: Add NSDocumentClass EmacsDocument. * src/nsfns.m (x_set_foreground_color, x_set_background_color): Use EmacsCGFloat. (ns_implicitly_set_icon_type, Fx_create_frame): Make static, remove unused variables. (Fns_read_file_name): Keep track if panel is for save. Use ns_filename_from_panel/ns_directory_from_panel. (Fns_list_services): delegate only used for COCOA. (Fns_convert_utf8_nfd_to_nfc): Remove warning for GNUStep. Just return the input if GNUStep. (x_screen_planes): Remove. (Fxw_color_values): Use EmacsCGFloat (Fns_display_monitor_attributes_list): Only get screen number for Cocoa. (getDirectory, getFilename): Removed from EmacsOpenPanel and EmacsSavePanel. (EmacsOpenPanel:ok:): Use ns_filename_from_panel and ns_directory_from_panel. * src/nsfont.m (ns_attribute_fvalue, ns_spec_to_descriptor) (ns_charset_covers, ns_get_covering_families, nsfont_open): Use F suffix on floats. (ns_char_width): Returns CGFloat. (ns_ascii_average_width): w is CGFloat instead of float. (nsfont_draw): cbuf and c are unsigned. Cast to char* in call to DPSxshow. (ns_glyph_metrics): CGFloat instead of float. * src/nsimage.m (setXBMColor:, getPixelAtX:Y:): Use EmacsCGFloat. * src/nsmenu.m (ns_update_menubar): Make static. (x_activate_menubar): Surround with ifdef NS_IMPL_COCOA (fillWithWidgetValue:): Add cast to SEL for setAction. (addSubmenuWithTitle:forFrame:): Add cast to SEL for action. (update_frame_tool_bar): Update code for GNUStep. (clearAll): New method. (addDisplayItemWithImage:idx:tag:helpText:enabled:): Handle new tag argument. Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP. Move identifierToItem setObject and activeIdentifiers addObject before call to insertItemWithItemIdentifier. (validateVisibleItems): Fix indentation. (toolbarAllowedItemIdentifiers:): Return activeIdentifiers. (initWithContentRect:styleMask:backing:defer:): Add ClosableWindow and UtilityWindow to aStyle, remove call to setStyleMask. * src/nsselect.m (ns_get_local_selection): Remove unused variable type. * src/nsterm.h (EmacsCGFloat): Typedef for OSX and GNUStep when the size of CGFloat differs. (EmacsApp): New variable nextappdefined. Declare sendFromMainThread when NS_IMPL_GNUSTEP. (EmacsDocument): Declare when NS_IMPL_GNUSTEP. (EmacsView): Remove unlockFocusNeedsFlush, add windowDidMove. (EmacsToolbar): Add clearAll. Add tag argument to addDisplayItemWithImage. (EmacsSavePanel, EmacsOpenPanel): Remove getFilename and getDirectory. * src/nsterm.m: Include src/process.h if NS_IMPL_GNUSTEP. (ns_menu_bar_is_hidden, menu_will_open_state): Define only if NS_IMPL_COCOA. (x_set_cursor_type): Remove declaration. (ns_update_begin): Only use r and bp if NS_IMPL_COCOA. (ns_update_end, ns_focus, ns_unfocus): Remove GNUStep specific code. (x_set_window_size): Remove 3 pixels from toolbar if NS_IMPL_GNUSTEP. (ns_get_color): Use F suffix on float. (ns_color_to_lisp, ns_query_color): Use EmacsCGFloat. (ns_get_rgb_color): Remove. (x_set_frame_alpha): Move view inside NS_IMPL_COCOA. (note_mouse_movement): x and y are CGFloat. (ns_draw_fringe_bitmap): Remove unused rowY. Change #if to COCOA && >= 10_6. (ns_draw_window_cursor): Remove unused overspill. (ns_draw_underwave): width and x are EamcsCGFloat. (ns_draw_box): thickness is CGFloat. (ns_dumpglyphs_image): Change #if to COCOA && >= 10_6. (ns_send_appdefined): When NS_IMPL_GNUSTEP, redirect to main thread if not in main thread. (ns_get_pending_menu_title, ns_check_menu_open) (ns_check_pending_open_menu): Put inside #if COCOA && >= 10_5. (ns_term_init): Call catch_child_signal if NS_IMPL_GNUSTEP && SIGCHLD. (sendFromMainThread:): New method. (changeFont:): size is CGFloat. (keyDown:): Check for Delete when NS_IMPL_GNUSTEP. Disable warning about permanent text. (characterIndexForPoint:): Adjust return type depending on GNUStep version. (mouseDown:): delta is CGFloat. (updateFrameSize): Remove unised variable f. (initFrameFromEmacs): Move toggleButton inside NS_IMPL_COCOA. Cast float to EmacsCGFloat. (windowWillUseStandardFrame:defaultFrame:): Set maximized_height also to -1 when restoring. (windowDidExitFullScreen:): Put call to updateCollectionBehaviour inside NS_IMPL_COCOA. (toggleFullScreen:): Put call to toggleFullScreen inside NS_IMPL_COCOA. Cast float to EmacsCGFloat. (setPosition:portion:whole:): por is CGFloat. (getMouseMotionPart:window:x:y:): Add F suffix to float. (mouseDown:): Use CGFloat. (mouseDragged:): Remove unised variable edge. (EmacsDocument): Implement for NS_IMPL_GNUSTEP. * src/process.c (catch_child_signal): New function. (init_process_emacs): Call it. * src/process.h (catch_child_signal): Declare.
2013-06-02 19:14:25 +00:00
2013-06-02 Jan Djärv <jan.h.d@swipnet.se>
* templates/Info-gnustep.plist.in: Add NSDocumentClass EmacsDocument.
2013-03-16 Jan Djärv <jan.h.d@swipnet.se>
* Makefile.in (${ns_appdir}): Add touch.
2012-09-17 Glenn Morris <rgm@gnu.org>
* templates/Info-gnustep.plist.in, templates/InfoPlist.strings.in:
* templates/Info.plist.in: Let configure set copyright.
Increase compartmentalization of Nextstep builds rules, and store Emacs version number in fewer versioned files. * configure.ac (ns_appsrc): Use relative names. (ns_frag): Remove. (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings) (nextstep/Makefile): Generate these nextstep files. (SUBDIR_MAKEFILES): Add nextstep. * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep. * make-dist (nextstep/templates): Add directory. (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove. (nextstep/Cocoa/Emacs.base/Contents) (nextstep/GNUstep/Emacs.base/Resources): Update contents. * .bzrignore: Add some nextstep files. * admin/admin.el (set-version): No more need to set nextstep versions. (set-copyright): Update for moved nextstep files. * nextstep/Makefile.in: New file. * nextstep/templates: New directory. * nextstep/templates/Emacs.desktop.in, nextstep/templates/Info-gnustep.plist.in: * nextstep/templates/Info.plist.in, nextstep/templates/InfoPlist.strings.in: Move here from various Cocoa/, GNUstep/ locations. Let configure set the version number. * nextstep/Cocoa/Emacs.base/Contents/Info.plist: * nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist: * nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop: Move to templates/. * nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj: Remove directory. * src/Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables. (ns_frag): Remove. (ns-app): Move here from ns.mk, and simplify. (clean): Simplify nextstep entry. * src/ns.mk: Remove file.
2012-09-16 18:49:00 +00:00
2012-09-16 Glenn Morris <rgm@gnu.org>
* Makefile.in: New file.
* templates: New directory.
* templates/Emacs.desktop.in, templates/Info-gnustep.plist.in:
* templates/Info.plist.in, templates/InfoPlist.strings.in:
Move here from various Cocoa/, GNUstep/ locations.
Let configure set the version number.
* Cocoa/Emacs.base/Contents/Info.plist:
* Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
* GNUstep/Emacs.base/Resources/Info-gnustep.plist:
* GNUstep/Emacs.base/Resources/Emacs.desktop: Move to templates/.
* Cocoa/Emacs.base/Contents/Resources/English.lproj: Remove directory.
2012-04-07 Glenn Morris <rgm@gnu.org>
* Cocoa/Emacs.base/Contents/Info.plist:
* Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
* GNUstep/Emacs.base/Resources/Info-gnustep.plist:
* GNUstep/Emacs.base/Resources/Emacs.desktop:
Bump version to 24.1.50.
2012-01-05 Glenn Morris <rgm@gnu.org>
* Cocoa/Emacs.base/Contents/Info.plist:
* Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
* GNUstep/Emacs.base/Resources/Info-gnustep.plist:
Update short copyright year to 2012.
2011-10-19 15:42:29 +00:00
2011-10-19 Jan Djärv <jan.h.d@swipnet.se>
* INSTALL: Remove XCode part.
2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
* Cocoa/Emacs.xcodeproj:
* Cocoa/Emacs.xcodeproj/project.pbxproj:
Removed.
2011-04-06 12:18:10 +00:00
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.3 released.
2011-03-03 Glenn Morris <rgm@gnu.org>
* GNUstep/Emacs.base/Resources/Info-gnustep.plist:
Refer to etc/NEXTSTEP rather than emacs-app.sf.net.
2011-01-02 Glenn Morris <rgm@gnu.org>
* Cocoa/Emacs.base/Contents/Info.plist:
* Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
* GNUstep/Emacs.base/Resources/Info-gnustep.plist:
2011-01-02 20:31:19 +00:00
Set short copyright year to 2011.
2010-10-13 Glenn Morris <rgm@gnu.org>
* README: Remove information duplicated in AUTHORS.
Move historical information to new file ../etc/NEXTSTEP.
* AUTHORS: Merge into ./etc/NEXTSTEP and remove file.
2010-10-12 Glenn Morris <rgm@gnu.org>
* FOR-RELEASE: Merge into ../etc/TODO.
* DEV-NOTES: Move to ../admin/notes/nextstep.
2010-05-08 03:28:26 +00:00
2010-05-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.2 released.
2010-03-10 15:17:13 +00:00
2010-03-10 Chong Yidong <cyd@stupidchicken.com>
* Branch for 23.2.
2010-01-11 Glenn Morris <rgm@gnu.org>
* Cocoa/Emacs.base/Contents/Info.plist:
* Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
* GNUstep/Emacs.base/Resources/Info-gnustep.plist:
Set copyright year to 2010.
2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
* README: Note GNUstep support is now Startup 0.23 or later.
2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
* README: Note OS X support is now 10.4 or later.
2009-06-21 14:35:26 +00:00
2009-06-21 Chong Yidong <cyd@stupidchicken.com>
* Branch for 23.1.
2009-06-05 Adrian Robert <Adrian.B.Robert@gmail.com>
* Cocoa/Emacs.xcodeproj/project.pbxproj: Drop deployment target
and zerolink, remove shell script dependencies (let makefiles
handle), adjust paths.
2009-05-17 Adrian Robert <Adrian.B.Robert@gmail.com>
* Cocoa/Emacs.xcodeproj/project.pbxproj: Update and redo targets
to utilize Makefiles for assembly portions of the build.
* INSTALL: Describe the Xcode project.
2009-05-06 Travis Jeffery <t.jeffery@utoronto.ca> (tiny change)
* Cocoa/Emacs.base/Contents/Info.plist: Add editor role for
.markdown, .mkdn.
2009-03-16 00:13:34 +00:00
2009-03-14 David Reitter <david.reitter@gmail.com>
* Cocoa/Emacs.base/Contents/Resources/preferences.nib/classes.nib:
* Cocoa/Emacs.base/Contents/Resources/preferences.nib/info.nib:
* Cocoa/Emacs.base/Contents/Resources/preferences.nib/keyedobjects.nib:
* GNUstep/Emacs.base/Resources/preferences.gorm/data.classes:
* GNUstep/Emacs.base/Resources/preferences.gorm/data.info:
* GNUstep/Emacs.base/Resources/preferences.gorm/objects.gorm:
Remove files.
2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2012-01-31 16:15:03 +00:00
* Cocoa/Emacs.base/Contents/Resources/preferences.nib:
Remove cursor blink slider, add confirm quit checkbox.
2009-01-05 00:55:40 +00:00
2009-01-05 Glenn Morris <rgm@gnu.org>
* Cocoa/Emacs.base/Contents/Info.plist:
* Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
* GNUstep/Emacs.base/Resources/Info-gnustep.plist:
Update copyright for 2009.
2008-10-23 02:36:11 +00:00
2008-10-23 Glenn Morris <rgm@gnu.org>
* Cocoa/Emacs.base/Contents/Info.plist:
* Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
Fix copyright strings.
2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
* Cocoa/Emacs.base/Contents/Info.plist
* Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
* GNUstep/Emacs.base/Resources/Emacs.desktop
* GNUstep/Emacs.base/Resources/Info-gnustep.plist: Replace 9.0 version
numbers with 23.0.60-involving strings.
2008-10-08 Yavor Doganov <yavor@gnu.org> (tiny change)
* GNUstep/Emacs.base/Resources/Info-gnustep.plist:
Add missing semicolons to make it a valid dictionary.
2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
* GNUstep/Emacs.base/Resources/Info-gnustep.plist: Update URLs.
* GNUstep/Emacs.base/Resources/emacs.tiff: Update to copy of:
../../../Cocoa/Emacs.base/Contents/Resources/Emacs.icns 64 size.
2008-07-27 19:33:38 +00:00
2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
* DEV-NOTES: New file.
2008-07-22 Seiji Zenitani <zenitani@mac.com>
* Cocoa/Emacs.base/Contents/Info.plist: Import document icon settings
and minor configurations from Carbon port.
* Cocoa/Emacs.base/Contents/PkgInfo: Change CFBundleSignature to 'EMAx'.
* Cocoa/Emacs.base/Contents/Resources/document.icns: New file:
copied from Carbon port.
2008-07-21 Chong Yidong <cyd@stupidchicken.com>
2008-07-21 16:35:59 +00:00
* README: Consolidate credits. Copyedits.
2008-07-20 00:53:41 +00:00
2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
* FOR-RELEASE: Updates.
2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
* Cocoa/Emacs.base/Contents/Resources/Emacs.icns: Update with latest
from mac/Emacs.app/Contents/Resources.
2008-07-18 15:42:14 +00:00
2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
2008-07-17 18:28:58 +00:00
2008-07-18 15:42:14 +00:00
* README.txt:
2008-07-17 18:28:58 +00:00
* compile: Remove.
2008-07-18 15:42:14 +00:00
* README:
2008-07-17 18:28:58 +00:00
* INSTALL: New files.
2008-12-19 03:05:33 +00:00
* FOR-RELEASE: Updated.
2008-07-17 18:28:58 +00:00
2008-07-18 15:42:14 +00:00
2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2008-07-17 18:28:58 +00:00
* Cocoa/Emacs.base/Contents/Resources/Credits.html: Change URL from
sf.net to GNU.org.
2008-07-18 15:42:14 +00:00
2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
* FOR-RELEASE: Remove historical info.
2008-07-18 15:42:14 +00:00
2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2008-07-15 18:15:18 +00:00
New directory with support files to support NeXTstep window system.
* AUTHORS: New file: contributor information for NS port.
* ChangeLog.nextstep: New file: changelog info to be added to
various directories on merge.
* ChangeLog: New file: recent history of the NS port itself.
* Cocoa: New directory: support files for building .app
package on OS X systems.
2008-07-18 15:42:14 +00:00
* Cocoa/Emacs.base:
2008-07-15 18:15:18 +00:00
* Cocoa/Emacs.base/Contents: New directories.
2008-07-18 15:42:14 +00:00
* Cocoa/Emacs.base/Contents/Info.plist:
2008-07-15 18:15:18 +00:00
* Cocoa/Emacs.base/Contents/PkgInfo: New files.
* Cocoa/Emacs.base/Contents/Resources: New directory.
* Cocoa/Emacs.base/Contents/Resources/Credits.html: New file:
About popup support.
* Cocoa/Emacs.base/Contents/Resources/Emacs.icns: New file:
copied from Carbon port.
2008-07-18 15:42:14 +00:00
* Cocoa/Emacs.base/Contents/Resources/English.lproj: New directory.
2008-07-15 18:15:18 +00:00
* Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
New file.
2008-07-18 15:42:14 +00:00
* Cocoa/Emacs.base/Contents/Resources/preferences.nib: New directory.
* Cocoa/Emacs.base/Contents/Resources/preferences.nib/classes.nib:
* Cocoa/Emacs.base/Contents/Resources/preferences.nib/info.nib:
2008-07-15 18:15:18 +00:00
* Cocoa/Emacs.base/Contents/Resources/preferences.nib/keyedobjects.nib:
New files.
* Cocoa/Emacs.xcodeproj: New directory: build support.
* Cocoa/Emacs.xcodeproj/project.pbxproj: New file.
* GNUstep: New directory: support files for building .app
package on GNUstep systems.
2008-12-19 03:05:33 +00:00
* GNUstep/Emacs.base/Resources: New directory.
* GNUstep/Emacs.base/Resources/Emacs.desktop:
* GNUstep/Emacs.base/Resources/Info-gnustep.plist:
* GNUstep/Emacs.base/Resources/emacs.tiff: New files.
* GNUstep/Emacs.base/Resources/preferences.gorm: New directory.
* GNUstep/Emacs.base/Resources/preferences.gorm/data.classes:
* GNUstep/Emacs.base/Resources/preferences.gorm/data.info:
* GNUstep/Emacs.base/Resources/preferences.gorm/objects.gorm: New files.
2008-07-15 18:15:18 +00:00
* compile: New file: utility script for building Emacs.app.
2008-12-19 03:05:33 +00:00
* FOR-RELEASE: New file: release tasks specific to NeXTstep port.
2008-07-15 18:15:18 +00:00
* README.txt: New file: descriptive info for NeXTstep port.
2008-07-15 23:52:03 +00:00
2008-07-16 02:15:12 +00:00
;; Local Variables:
;; coding: utf-8
;; End:
2024-01-02 01:47:10 +00:00
Copyright (C) 2008-2024 Free Software Foundation, Inc.
2008-07-16 02:15:12 +00:00
This file is part of GNU Emacs.
GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.