1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

*** empty log message ***

This commit is contained in:
Glenn Morris 2006-12-05 05:30:16 +00:00
parent 0dcd524c1d
commit da9109f7e3
3 changed files with 20 additions and 3 deletions

View File

@ -53,9 +53,6 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
** christopher.ian.moore@gmail.com, Nov 30: too much recursion in gnus-sort-threads-1.
** rmg@gnu.org, Nov 29: saved user abbrevs and system abbrevs
Tentative solution written.
** dooglus@gmail.com, Dec 1: Replacement of spaces in wdired
** Should CC mode set beginning-of-defun-function?

View File

@ -1,3 +1,16 @@
2006-12-05 Glenn Morris <rgm@gnu.org>
* progmodes/cperl-mode.el (cperl-mode)
* progmodes/f90.el (f90-mode-abbrev-table)
* progmodes/fortran.el (fortran-mode-abbrev-table)
* progmodes/octave-mod.el (octave-abbrev-table)
* progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
if abbrev-table is non-nil (saved user abbrevs may have been
restored).
* progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
clear abbrev table, else saved abbrevs will not be restored.
2006-12-04 Juanma Barranquero <lekktu@gmail.com>
* facemenu.el (facemenu-unlisted-faces): Put obsolescence info in

View File

@ -1,3 +1,10 @@
2006-12-05 Glenn Morris <rgm@gnu.org>
* abbrev.c (Qforce): New Lisp_Object.
(Fdefine_abbrev): Do not overwrite non-system abbrevs with system
abbrevs, unless 'force is applied.
(syms_of_abbrev): Add Qforce.
2006-12-04 Kim F. Storm <storm@cua.dk>
* process.c (parse_signal): Rename macro from handle_signal.